12-05-2016, 05:10 AM
Hi
I found the fix for this. It was simple one. Since cpanel ip aliases do not have any entry for the same in the /etc/sysconfig/network_scripts folder, I checked the etc folder and can see that old eth device name was having a reference to /etc/wwwacct.conf
eno16774534 is the old one and ens1670 new one.
I replaced the same and /scripts/restartsrv_ipaliases and all is fine after that.
Hope this will help some one in future.
-bash-4.2# diff /etc/wwwacct.conf /etc/wwwacct.conf.old
6c6
< ETHDEV ens1670
---
> ETHDEV eno16774534
-bash-4.2#
I found the fix for this. It was simple one. Since cpanel ip aliases do not have any entry for the same in the /etc/sysconfig/network_scripts folder, I checked the etc folder and can see that old eth device name was having a reference to /etc/wwwacct.conf
eno16774534 is the old one and ens1670 new one.
I replaced the same and /scripts/restartsrv_ipaliases and all is fine after that.
Hope this will help some one in future.
-bash-4.2# diff /etc/wwwacct.conf /etc/wwwacct.conf.old
6c6
< ETHDEV ens1670
---
> ETHDEV eno16774534
-bash-4.2#