VxRAIL – Lookup MODEL & PSNT
In addition to the physical tag at the front of the VxRail appliance you may also leverage the VxRail Manager, ESXi console or vCenter GUI to pull the PSNT and […]
Virtualization & Storage
In addition to the physical tag at the front of the VxRail appliance you may also leverage the VxRail Manager, ESXi console or vCenter GUI to pull the PSNT and […]
In addition to the physical tag at the front of the VxRail appliance you may also leverage the VxRail Manager, ESXi console or vCenter GUI to pull the PSNT and Model type of each VxRail appliance.
psql -U postgres mysticmanager -c “select sn,name,psnt from node;”
mystic@vcf2vivxrmgr:~> psql -U postgres mysticmanager -c “select sn,name,psnt from node;”
sn | name | psnt
———+———–+—————-
6JCQ3N2 | vcfesxi16 | DE600180100122
6JCS3N2 | vcfesxi15 | DE600180100124
6JCP3N2 | vcfesxi14 | DE600180100121
6JCN3N2 | vcfesxi13 | DE600180100120
The first section of the local datastore name on each VxRail Node includes the 14 character PSNT number of that node, simply run the df -h command on the ESXi host to lookup the PSNT:
You may also leverage the ipmitool to gather both the PSNT and Model type:
opt/dell/DellPTAgent/tools/ipmitool_static fru print 17
Tip to find the ipmitool if directory location changes:
find /* -name ipmitool_static
There are several locations within the vCenter console to reference the PSNT and Model types.
List of datastores which includes the local datastore of each host with again first section of name including the 14 character PSNT:
With the benefit of the VxRail vCenter Plugin we can reference several pieces of useful info related to hosts including PSNT & Model types:
Again from the VxRail vCenter Plugin we can open the physical view of the cluster:
Connect-VIServer -Server 192.1.20.20 -user administrator@vsphere.local
Get-Datastore -Name DE*
Ramblings by Keith Lee
Discussions about all things VxRail.
Random Technology thoughts from an Irish Virtualization Geek (who enjoys saving the world in his spare time).
Musings of a VMware Cloud Geek
Converged and Hyper Converged Infrastructure
'Scamallach' - Gaelic for 'Cloudy' ...
Storing data and be awesome
Best Practices et alia
Every Cloud Has a Tin Lining.
So is there no way to get the PSNT directly from vCenter? Is there some way to get the same thing Cluster>Configure>VxRail>Hosts via Powershell/PowerCLI?
Hi Scott, yes the options for vCenter and PowerCLI are documented in the post. Thanks
Hi David, Is there any way to get PSNT of a G series chassis without using VxRail plugin for vCenter? Thank you.
Hi Felix, you may use a Linzhi query from the VxRail Manager console. For example:
vxrm# curl -s -k -u root:rootpw https://ESXi-Hostname:9090/rest/ps/private/v1/nodeinfo |jq