Symptoms
You receive service-failure notifications like the following stating that the ipaliases service has failed:
CONFIG_TEXT: Server $hostname
Primary IP Address $primary-IP-address
Service Status failed
Notification The service “ipaliases” appears to be down.
One or more IPs added to the server via WHM are unresponsive.
Cause
If one or more of the server's additional IP addresses added via WHM cannot be brought online, the ipaliases service will be considered down. The service will restart in an attempt to get the server's additional IPs back online.
One cause of this issue is that the server's main IP address has changed, likely due to a network configuration change, resulting in a conflict with additional IP addresses. It may be necessary to update the server's main IP address in cPanel to resolve the issue.
Resolution
Verify that additional IPs are down via a manual ipaliases service check:
# /scripts/restartsrv_ipaliases --check
warn [restartsrv_ipaliases] The 'ipaliases' service has determined there are one (203.0.113.1) or more missing IP addresses on the system.
(XID vs6qfk) The “ipaliases” service is down: The 'ipaliases' service has determined there are one (203.0.113.1) or more missing IP addresses on the system.Run cPanel's
mainipcheckscript to update the server's main IP. If the conflict described above is the problem, you will likely see output that the main IP has changed and that the additional IP address that could not be brought up by ipaliases is involved:# /usr/local/cpanel/scripts/mainipcheck
info [mainipcheck] The Server's main IP address has changed from 203.0.113.1 to 203.0.113.5.
info [mainipcheck] Scheduled SPF record updateRestart ipaliases to bring all additional IPs back online:
# /usr/local/cpanel/scripts/restartsrv_ipaliases
Ensure that all additional IPs were brought back online successfully:
# ip -4 a | grep inet
Comments
0 comments
Article is closed for comments.