Control Web Panel
WebPanel => CentOS 8 Problems => Topic started by: berkaykala on January 18, 2024, 11:40:41 AM
-
When I send the reboot command from the cwp panel, when the system is turned on, the network does not work, that is, even the ping light on the modem does not turn on. But when I restart the server manually, the system works without any problems.
-
Depends on your config.
The best way to is SSH into the remote server, and from the CLI enter: shutdown -r now
Or if things are really stuck, login to your providers control panel and do a Reboot from there.
It usually also offers a VNC/Terminal connection.
-
The result is the same. Even though I send a reset from the cwp terminal, the network does not start. However, when I click on restart from the computer, the problem does not occur.
-
If your server doesn't reboot from the CLI using 'shutdown -r now', then you need to contact your provider.
You did SSH into the server as advised?
If your network doesn't start, how are you connecting to the server?
Or is this a local box?
-
My server is local. I have to go to the computer and restart it. Moreover
I also tried 'shutdown -r now' command remotely. unsuccessful :-\
-
If 'reboot' or 'shutdown -r now' doesn't work from the CLI, then there was an installation problem somewhere.
You could check your BIOS, but that should only control the power state after a power failure.
What OS are you running?
-
Test these commands individually:
reboot
shutdown -r
shutdown -h now
(The latter being a true shutdown command, to see if you experience different behavior.) Also, give them ample time to complete (2-5 minutes). Sometimes on slower hardware or with a busy DB it takes a minute to exit cleanly -- or could indicate that something is hanging and not exiting, resulting in it being stuck and not shutting down.
-
The 'shutdown' command is just a symlink to systemctl.
If the system does not answer 'shotdown' command, may be needed to try directly the systemctl command:
systemctl reboot
If the command does not work, you must need to investigate the logs, with the command:
journalctl -xe
If you don't undestand the logs, post the related lines here.
Regards,
Netino