NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

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

ChannelTapeFibre
9,004 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
8,968 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
8,958 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