ONTAP Discussions

CLI or Powershell command to find controller shelf PSU and Fan details

ChannelTapeFibre
4,720 Views

Been searching for a while, but I've not been able to find the commands to use to give a report of the controller shelf serial and part numbers for the power supplies and fan modules.

I can use Get-NcStorageShelf to give me all details for the disk shelves, but not the actual controller shelf.

 

I can get node serials, CPU serials and some other info from Get-NcNode and Get-NcNodeInfo, but if someone could point me in the right direction for the fans and PSUs I'd appreciate it.

 

FAS8200, 9.3P4.

2 REPLIES 2

AlexDawson
4,684 Views

Hi there!

 

"system node run -node * -command sysconfig -M" from the CLI would display this information. I don't know about Powershell for this though.

 

Hope this helps!

storageguy
4,674 Views

run -node \* -command environment status shelf will give you. You can use Invoke-Ncssh to get the output and extract the in formation 

Public