Managing SNMP
8-22
Express5800/
ftServer
: System Administrator’s Guide for the Linux Operating System
To check that the CPU-I/O enclosure status has changed:
#
/opt/ft/bin/ftsmaint ls 0
H/W Path : 0
Description : Combined CPU/IO
State : OFFLINE
Op State : REMOVED_FROM_SERVICE
Reason : OK_FOR_BRINGUP
LED State : RED
...
To bring CPU element 0 back up by invoking the
ftcCpubdInitiateBringUp
command, use the numeric OID (see ‘‘
SRA-ftLinux-MIB OID Values and Properties’’
on
page 8-160
) for that command (1.3.6.1.4.1.458.107.1.2.1.2.3.1.11), again
followed by CPU element 0’s index:
#
./snmpset -v 1 -c private localhost
1.3.6.1.4.1.458.107.1.2.1.2.3.1.11.1 s test
SRA-ftLinux-MIB::ftcCpubdInitiateBringUp.3 = STRING: "test"
#
If you check CPU element 0’s status immediately, you can see that it has started
initializing:
#
/opt/ft/bin/ftsmaint ls 0
H/W Path : 0
Description : Combined CPU/IO
State : INRESET
Op State : INITIALIZING
Reason : NONE
LED State : RED
...
After a while, it is fully back up again:
#
/opt/ft/bin/ftsmaint ls 0
H/W Path : 0
Description : Combined CPU/IO
State : ONLINE
Op State : DUPLEX
Reason : PRIMARY
LED State : GREEN
...