Troubleshooting
Problem
Changing MAC address of the installer node
Resolving The Problem
When replacing installer node's motherboard or network card, on the next reboot OS will automatically reconfigure the MAC address for the system. However, PCM needs to update the new MAC address of provision network's NIC in kusudb.Using 'kusu-net-tool updinstnic' is doable but user have to reinstall the nodes in PCM network which is not prefered in the production cluster.To change to MAC address of NIC of provision network on installer node without reinstall all compute nodes, us the sqlrunner command as follows:
# sqlrunner -q "SELECT * FROM nics"
1|1|1|08:00:27:22:de:42|192.168.100.11|True2|1|2|08:00:27:0d:91:7f|172.16.100.11|True5|4|2|08:00:27:08:d6:bb|172.16.100.12|True
# sqlrunner -q "UPDATE nics SET mac='XX:XX:XX:XX:XX:XX'" WHERE nicsid='2'"
# addhost -u
Was this topic helpful?
Document Information
Modified date:
16 September 2018
UID
isg3T1016367