PDA

View Full Version : Server Restart: What commands to get everything back up?


Dimitriy
20th June 2006, 03:19
Simple scenario. Server restart due to ..... X reason(power outage). Need to start all processes up.

So I have DHCP server and ISPConfig. What exact commands need to be used?

Is there a way to see what is currently running and go with info?

till
20th June 2006, 15:17
Simple scenario. Server restart due to ..... X reason(power outage). Need to start all processes up.

So I have DHCP server and ISPConfig. What exact commands need to be used?

Normally these services are starting automaticaly at boot time. If not, execute:

/etc/init.d/ispconfig_server start

Is there a way to see what is currently running and go with info?


ps -aux

netstat -tap