Dynamic Reconfiguration Operation
r
SUCCESS
FAILURE
When the hot plug event timing is only ADD_POST or
RM_POST, this option is specified.
-
v
none
Specifies the verbose mode.
Collaboration program can use it for trigger of debug messages.
-
c
CPU number
Specifies the hot added/removed CPU number list from now.
When hot plugged device is SBx and hot plug event timing is
ADD_PRE or RM_PRE, this option is specified.
Example of specified CPU number list is shown below. The CPU
number list is a list delimited by the comma. When this list is
delimited by the hyphen, it means all ranges of the first and last
number are included. None means there is no CPU.
1-10
2,3
1-10,12-19
None
-
m
amount of memory
Specifies the hot added/removed amount of memory from now.
When hot plugged device is SBx and hot plug event timing is
ADD_PRE or RM_PRE, this option is specified.
Unit of amount of memory is kilo byte.
Example of specified amount of memory is shown below.
8388608
-
n
NUMA Node number
Specifies the hot added/removed NUMA node number list from
now.
When hot plugged device is SBx and hot plug event timing is
ADD_PRE or RM_PRE, this option is specified.
Example of specified NUMA node number list is shown below.
The NUMA node number list is a list delimited by the comma.
When this list is delimited by the hyphen, it means all ranges of
the first and last number are included. None means there is no
NUMA node.
2,3
4
5-7
None
-
d
PCI address
Specifies the bus number: device number: function number
(PCI address)“ of hot removed PCI device except for PCI bridge
from now.
When hot plugged device is IOUx and hot plug event timing is
RM_PRE, this option is specified.
Example of specified PCI address is shown below. 01:23.4
01:23.4,56:78:9,ab:cd.e
Refer to the output of the lspci command for the example of the
PCI address.
Example of specified options by the hot plug collaboration function is shown below.
/path/to/program1 -p SB1 -e ADD_PRE -c 10-19 -m 12345678 –n 2-3
/path/to/program2 -e ADD_POST r SUCCESS -p SB2