To resolve this issue, correct the MAC address of the NIC in the vRealize Log Insight node(s).
Note: Before proceeding, stop the services on all the nodes before correcting the MAC address on the affected node:
- Log in to the Primary node as root through console.
- Run this command to stop the vRealize Log Insight services:
service loginsight stop
- Repeat steps 1 to 2 on all other nodes in the vRealize Log Insight cluster.
To correct the MAC address of the NIC in affected node:
- Log in to the affected vRealize Log Insight node as root through console.
- Copy the /etc/udev/rules.d/70-persistance-net.rules file to /tmp/70-persistance-net.rules.bak.
- Open the /etc/udev/rules.d/70-persistance-net.rules file using a text editor.
- Comment out the first SUBSYSTEM line by adding # at the beginning of the line.
Example:
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:03:44:77", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
- Change the second SUBSYSTEM line from eth1 to eth0.
Example:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:03:35:2f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
- Save and close the file.
- Repeat steps 1 to 6 on all affected vRealize Log Insight nodes.
- Restart all nodes in the vRealize Log Insight cluster.