Spare vimms, Failed vimms, Psu states – HP VMA-series Memory Arrays User Manual
Page 249
![background image](/manuals/397492/249/background.png)
AM456-9007B Rev 02
HP VMA SAN Gateway Installation and User Guide
249
This will send a test trap to all configured trap sinks. This will be the 'testTrap'
notification from the TMS-MIB. This trap is only ever sent on request from the
user; it is not triggered automatically. This trap is not available for enable or disable
through configuration; it is always enabled, meaning it will always be sent when
requested by the user.
Spare VIMMs
To query the spare VIMMs in the system:
Failed VIMMs
To query the failed VIMMs in the system:
PSU States
To query the state of the power supplies in the system:
[martin@lab-ib-cn2 mibs]$ snmpwalk -Ou -M +. -m +./G5.0.1_VIOLIN-MEMORY-MIB.txt -v 2c -c
public lab-ib-srv1 violin-memory | grep spare | grep "Gauge32: 1"
enterprises.violin-
memory.products.memoryGateway.appliance.media.arrayVimmTable.arrayVimmEntry.spare."lab-
fender-098"."vimm30" = Gauge32: 1
enterprises.violin-
memory.products.memoryGateway.appliance.media.arrayVimmTable.arrayVimmEntry.spare."lab-
fender-098"."vimm31" = Gauge32: 1
enterprises.violin-
memory.products.memoryGateway.appliance.media.arrayVimmTable.arrayVimmEntry.spare."lab-
fender-098"."vimm32" = Gauge32: 1
enterprises.violin-
memory.products.memoryGateway.appliance.media.arrayVimmTable.arrayVimmEntry.spare."lab-
fender-098"."vimm52" = Gauge32: 1█
snmpwalk -Ou -M +. -m +./G5.0.1_VIOLIN-MEMORY-MIB.txt -v 2c -c public lab-ib-srv1 violin-
memory | grep fail | grep "Gauge32: 1"
[martin@lab-ib-cn2 mibs]$ (none)█
snmpwalk -Ou -M +. -m +./G5.0.1_VIOLIN-MEMORY-MIB.txt -v 2c -c public lab-ib-srv1 violin-
memory | grep -i psu
enterprises.violin-
memory.products.memoryGateway.appliance.media.chassisSystemArrayTable.chassisSystemArray
Entry.chassisSystemPowerPSUA."lab-fender-098" = STRING: "ON"
enterprises.violin-
memory.products.memoryGateway.appliance.media.chassisSystemArrayTable.chassisSystemArray
Entry.chassisSystemPowerPSUB."lab-fender-098" = STRING: "ON"
[martin@lab-ib-cn2 mibs]$█