How to verify and keep record of replacement performed on node

  • 8 October 2020
  • 0 replies
  • 90 views

Userlevel 2
Badge +2
  • Nutanix Employee
  • 12 replies

To verify if we have replaced DIMM on correct slot and CPU we can use the following method 

We can look at hardware.history file which records any replacement for example DIMM,SSD,HDD,NIC being made to that node. This file remains local to each CVM

  1. After we replace DIMM we will boot the host up

  2. Power on CVM and run following command

ncc hardware_info update_hardware_info

           This will update the hardware.history file present in ~/config directory and it will recognize any new replacement

  1. Open hardware.history using less

less ~/config/hardware.history
  1. Go to last line by pressing shift+g

  2. Check out the most recent replacement it should look something like this

Mon, 05 Oct 2020 15:37:01 CDT|Component changed: Memory module{locator:P1-DIMMC1} Old values: |{serial_number: 423D07AF}|(Last Detected Mon, 05 Oct 2020 10:13:25 CDT) New values: |{serial_number: 152057A5}
  1. It mentions DIMM P1-DIMMC1 was replaced and its serial number is changed from 423D07AF to 152057A5

This is a quick and easy way for verifying any replacements.

 

For further details please refer to the following article

NCC Hardware Info

NX Hardware [Memory] 


This topic has been closed for comments