Loading...
Loading...
The "sat_fru" health-check compares the serial number on a Satellite node with the VxRail Manager database. This health-check can produce any of the following results: Test Result Result code Result Interpretation Pass 0 The serial numbers match for the Satellite node. Warning 1 Satellite node Serial number mismatch Satellite node Service Tag mismatch Failure 2 This test has no failure results. Critical 3 This test has no critical result. Each test that passes is not listed in the summary report, for ease of reading. An example of the health-check output is shown below: #========================#======#=========#====================================================================#==============# | Hostname / Category |Status Dell_KB | Warnings or Failures, unless tests Passed ; Product S.N. | #========================#======#=========#====================================================================#==============# | node04 | Passed | Satellite node tests all passed successfully (2 tests ran)
The serial numbers on a node can be seen in iDRAC, or on ESXi using the ipmitool. For example: /opt/vxrail/tools/ipmitool fru print 17 Chassis Type : Rack Mount Chassis Chassis Part Number : VxRail V670F Chassis Serial : 8ABCDE3 Chassis Extra : 8ABCDE30000000 The entries in the VxRail Manager (VxRM) database can be checked with: psql -U postgres vxrail -c "select * from node.node;" For example: id | uuid | sn | segment_id | chassis_id | slot | configuration_state | status | is_primary | type | m2m_info ----+--------------------------------------+---------+------------+----------------+------+---------------------+--------+------------+-----------+---------- 1 | 4c4c4544-004b-4a10-8044-b4c04f514a33 | 4ABCDE3 | 0 | 4ABCDE30000000 | 1 | CONFIGURED | NORMAL | t | CLUSTER | 2 | 4c4c4544-004b-4a10-8044-b6c04f514a33 | 6ABCDE3 | 0 | 6ABCDE30000000 | 1 | CONFIGURED | NORMAL | f | CLUSTER | 3 | 4c4c4544-0037-5210-8044-b7c04f514a33 | 7ABCDE3 | 0 | 7ABCDE30000000 | 1 | CONFIGURED | NORMAL | f | CLUSTER | 4 | 4c4c4544-004b-4a10-8044-b7c04f514a33 | 8ABCDE3 | 0 | 8ABCDE30000000 | 1 | CONFIGURED | NORMAL | f | SATELLITE | Caution: Take a snapshot of VxRail Manager prior to making any database changes. An example command to update the serial number in the VxRM none.node PostGres table would be: psql -U postgres vxrail -c "update node.node set chassis_id='DEXXXXXXXXXXXXXXXX' where id=x;" In this example, DEXXXXXXXXXXXXXXXX should match the "Chassis Extra" from the node FRU 17 output. The value of x is row ID of the Satellite node in question, which in the example above was 4.
The serial number or service tag in the VxRail Manager (VxRM) database can be updated to match the node. Updating the VxRM database is a Dell Support procedure, so please reference this article when contacting Support.
Click on a version to see all relevant bugs
Dell Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.