VxRail: How to find the product-serial number tag of a VxRail node
Summary:This article provides different methods to find the product-serial number tag (PSNT) of a node.
Please select a product to check article relevancy
This article applies to This article does not apply toThis article is not tied to any specific product.Not all product versions are identified in this article.
There are two identification tags on your appliance:
The VxRail appliance-serial number: You can find the serial number in VxRail Manager or printed on the information tag. The product-serial number tag (PSNT) is a 14-digit number that is used to identify your appliance to Dell support.
The Service Tag: You can find the Service Tag printed on the physical appliance. The service tag is a 7-digit service tag number.
Only use the VxRail appliance-serial number to contact Customer Support. The service tag number is required.
Method 1: Finding the PSNT from VxRail Plugin.
Go to the VxRail cluster > Configure > VxRail hosts > check PSNT for the host.
Method 2: Finding the PSNT from the iDRAC.
Open the iDRAC for the Node.
Open the Virtual console.
The black screen has the PSNT written in it.
Method 3: Finding the PSNT from VxRail Manager Virtual Machine (VM).
SSH to VxRail VM as mystic user and then SU to root
Run the command:
psql -U postgres vxrail -c "select * from node.node";
Method 4: Finding the Model and PSNT from the ESXi Console.
Once you are in the console for the VxRail appliance, run the following command to get both the Model and PSNT.
If the location of the ipmitool changes in a future version, run the following command to get the new location.
find /* -name ipmitool_static
If you are only looking for the PSNT, run the following command. The first section of the Local Datastore name on each VxRail Appliance includes the 14-digit PSNT.
df -h
Method 5: Finding the PSNT from the Physical Node.