Dynamic Reconfiguration User's Guide 2.5.1 |
Contents
![]() ![]() |
Chapter 3 DR User Interface |
drc - executes DR operation
/opt/FJSVhwr/sbin/drc -connect sbXY | sbXY-N [-reset]
/opt/FJSVhwr/sbin/drc -disconnect sbXY | sbXY-N [-reset]
/opt/FJSVhwr/sbin/drc -disconnect sbXY | sbXY-N -next PID [-reset]
/opt/FJSVhwr/sbin/drc -disconnect sbXY | sbXY-N -keep
/opt/FJSVhwr/sbin/drc -abort
This command can only be executed by the super user.
For requirements of this command, please refer to "1.2 DR Requirements".
drc(1M) executes DR attach/detach, or assists system board hotswap or system board movement between partitions.
drc(1M) command can be used only for a system board of the current partition or undefined ("-").
The following options are available:
Status, PID, Next_PID, Board_Type, CPU(MHz) on the specified system board: sbXY or sbXY-N is shown by drcstat(1M) command.
Both Board_Type and CPU(MHz) of the system board must match those of the current partition.
When Board_Type is 0x2X, both Board_Type and CPU(MHz) of the system board must match those of the current partition. And, when Board_Type is 0x3X, only Board_Type must match those of the current partition.
Other options |
Conditions before drc(1M) is invoked |
Conditions after drc(1M) is terminated |
Note |
||||
Status |
PID |
Next_PID |
Status |
PID |
Next_PID |
||
none |
Waiting |
current |
current |
Configured |
current |
current |
|
Disconnected |
- |
- |
|||||
Disconnected |
- |
current |
|||||
-reset |
Configured |
current |
dest |
Configured |
current |
current |
1. |
Configured |
current |
-- |
2. |
||||
Disconnected |
- |
- |
Disconnected |
- |
current |
3. |
current : The current partition id
dest : The destination partition id
- : undefined
other options |
Conditions before drc(1M) is invoked |
Conditions after drc(1M) is terminated |
Note |
||||
Status |
PID |
Next_PID |
Status |
PID |
Next_PID |
||
None |
Configured |
current |
Current |
Disconnected |
- |
- |
|
Waiting |
current |
Current |
|||||
-next |
Configured |
current |
Current |
Waiting |
dest |
dest |
1. |
Waiting |
current |
Current |
|||||
-keep |
Configured |
current |
Current |
Unconfigured |
current |
current |
|
-reset |
Configured |
current |
Current |
Configured |
current |
- |
2. |
Disconnected |
- |
Current |
Disconnected |
- |
- |
3. |
|
-next |
Configured |
current |
Current |
Configured |
current |
dest |
1. |
current : The current partition id
dest : The destination partition ID specified with -next option
-- : undefined
When the command is executed specifying this option by conditions except the above-mentioned, operation afterwards is not guaranteed.
When the system becomes abnormal, it is necessary to reboot the system.
Attach the system board "sb02" to the current partition.
# drc -connect sb02
Attach the system board "sb02" to the current partition at the next boot.
# drc -connect sb02 -reset
Detach the system board "sb02" from the current partition.
# drc -disconnect sb02
Detach the system board "sb02" from the current partition at the next reboot.
# drc -disconnect sb02 -reset
Remove the system board "sb02" from the current partition and set Next_PID to partition #2. The removed system board will belong to partition #2 when "drc -connect sb02" is run on the partition #2.
<the current partition>
# drc -disconnect sb02 -next 2
<partition #2>
# drc -connect sb02
Remove the system board "sb02" from the current partition and set Next_PID to partition #2 at the next reboot. The removed system board will belong to partition #2 after both of the partition #2 and the current partition is rebooted next time.
# drc -disconnect sb02 -next 2 -reset
<reboot the current partition>
<reboot the partition #2>
Detach the system board "sb02" for system board hotswap.
To complete the hotswap operation, run "drc -connect sb02" to after replacing the board.
# drc -disconnect sb02 -keep
When XPAR is used, attach the system board "sb02-1" to the current partition.
# drc -connect sb02-1
When XPAR is used, detach the system board "sb02" from the current partition.
# drc -disconnect sb02
This command returns the following values:
drcstat(1M), adrc(1M)
After running "drc -disconnect sbXY -next PID -reset", run "drc -connect sbXY".
FJSVscf: WARNING: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#),SCF command (0x11a2) error. Status register = 0xXXXX
The value of the status register varies on the model.
- GP7000F model 1000/2000, PRIMEPOWER800/1000/2000
Status register = 0xXXX9
- PRIMEPOWER900/1500/2500
Status register = 0xXX9X
When messages not listed above or Status register values are displayed, refer to "Enhanced Support Facility users guide".
Contents
![]() ![]() |