Server unresponsive
Hello
So what we did yesterday is add a second IP via cpanel, now after a reboot it not respond anymore, only in rescue mode, i did google for hours but no fix found
please help
-
Hey there! Unfortunately if the server is only responding in rescue mode, there are much deeper issues with the machine than the cPanel software. You'll want to contact your hosting provider directly as you'll likely need an admin to work directly with the machine on the console the fix the issues. 0 -
Hello So what we did yesterday is add a second IP via cpanel, now after a reboot it not respond anymore, only in rescue mode, i did google for hours but no fix found please help
Most likely, if its not booting or stuck in a Bootloop, Try the following:fsck.ext4 /dev/sda1
(From Rescue Mode, Considering /dev/sda1 is the cPanel Installation and /boot Mount Point) If your server is able to bootup successfully but Network is not running and you are not able to connect to SSH port, Try KVM or VNC Viewer to access the Server Terminal and try the following:systemctl stop NetworkManager systemctl disable NetworkManager systemctl enable network.service systemctl start network.service
If any Network starting error is seen, Let me know the journalctl log.0 -
If the server is not booting then check the kernel. Replace the kernel to old one from rescue mode and try to boot. Also check filesystems are not in read only mode. 0 -
Sorry guys i think i did not explain it very well... so what i have done is simply add some NEW (second) ip via cpanel, then i did reboot it, and it will not come up properly. In rescue mode it does, so i guess cpanel f** up some file 0 -
There isn't anything you can do in the WHM interface that will break a server bad enough to the point where it requires rescue mode. You'll still need to work with your host or admin to see what the issue may be. 0 -
Sorry guys i think i did not explain it very well... so what i have done is simply add some NEW (second) ip via cpanel, then i did reboot it, and it will not come up properly. In rescue mode it does, so i guess cpanel f** up some file
From what you described, It seems like Server is booting successfuly and there is an error in Network. Get KVM Access to the Server and do the following:nano /etc/ips
Remove the ipyou added from this. Then,service ipaliases restart /scripts/rebuildippool
Check if server come back online and let me know! At this point, cPanel could not help you as system is not booting up. Best choice is either contact your Datacenter for direct access like KVM or VNC to Server or Hire a cP Expert.0
Please sign in to leave a comment.
Comments
7 comments