Disable Hardware Components
How to use the xtcli command to disable physical system components.
If links, nodes, or Cray ASICs have hardware problems, the system administrator can direct the system to ignore the components with the xtcli disable command.
By default, when disabling a component, this command takes into consideration the hierarchy of components, performs the action upon the identified component(s) and cascades that action to any subcomponent of the identified component(s), unless the -n option is specified.
xtcli disable [{-t type [-a] } | -n] [-f] idlistDisabling of a cabinet, chassis, or blade will fail if any nodes under the component are in the ready state, unless the force option (-f) is used. An error message will indicate the reason for the failure.
Disabling of a node in the ready state will fail, unless the force option (-f) is used. An error message will indicate the reason for the failure.
The state of empty components will not change when using the disable command, unless the force option (-f) is used.
For detailed information about using the xtcli disable command, see the xtcli(8) man page.
Disable the Aries ASIC c0-0c1s3a0
- Determine that the ASIC is in the
OFFstate.crayadm@smw> xtcli status -t aries c0-0c1s3a0
- If the ASIC is not in the
OFFstate, power down the blade that contains the ASIC.crayadm@smw> xtcli power down c0-0c1s3
- Disable the ASIC.
crayadm@smw> xtcli disable c0-0c1s3a0
- Power up the blade that contains the ASIC.
crayadm@smw> xtcli power up c0-0c1s3