HP 3PAR OS 3.1.3 Command Line Interface Reference

locatenode
DESCRIPTION
The locatenode command helps locate a particular node or its components by blinking LEDs on
the node. By default all LEDs on the node will blink.
SYNTAX
locatenode [options] <nodeid>
AUTHORITY
Super, Service
Any role granted the node_locate right.
NOTE: You need access to all domains in order to run this command.
OPTIONS
-t <sec>
Specifies the number of seconds, from 0 through 255, to blink the LEDs. If not specified, the option
defaults to 60 seconds.
-ps <psid>
Blinks the hotplug LED for the specified power supply.
-pci <slot>
Blinks the hotplug LED corresponding to the PCI card in the specified slot.
-fan <fanid>
Blinks the hotplug LED on the specified node fan module.
-drive
Blinks the hotplug LED corresponding to the node's internal drive.
-bat
Blinks the hotplug LED on the battery backup unit.
SPECIFIERS
<nodeid>
Indicates which node the locatenode operation will act on. Accepted values are 0 through 7.
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
In the following example, power supply 1 on node 3 is identified by blinking its hotplug LED for
90 seconds
cli% locatenode -t 90 -ps 1 3
NOTES
None
locatenode 191