If you need to look up the enclosure information including the service tags of the storage arrays connected to the Security Analytics server, you can do so by opening an SSH session directly to the storage array and running a few powervault commands.
Dell ME 4
Dell VA084
Dell VA012
First, make sure SSH access is enabled on the storage array:
Connect to the storage array via SSH:
ssh user1@storage_ip_addressshow enclosuresshow disksSome other useful commands to show information from the CLI. All of these commands are passive and do not make any permanent changes on the storage arrays.
| Command | Description |
show shutdown-status | list controller status and whether it's up or down |
show system | list system information, vendor and product info |
show users | list user names and roles |
show versions detail | list controller firmware information |
show volumes | list logical volumes, their name, size, and their health status |
show sensor-status | list all items actively monitored by various sensors including temperature |
show controller-date | list current date and time |
show ntp-status | list current ntp information |
show disk-groups | list disk groups including size and raid information |
show ipv6-network-parameters | list IPv6 management port details |
show power-supplies | list the PSUs and their status |
show fans | list all fans, their status and rotation speeds |
show network-parameters | list all IPv4 information on the management ports |
show event logs yes | list the current event logs (warning, this listing will be very long) |