Server Restart: What commands to get everything back up?

Discussion in 'General' started by Dimitriy, Jun 20, 2006.

  1. Dimitriy

    Dimitriy New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

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

    /etc/init.d/ispconfig_server start


    ps -aux

    netstat -tap
     

Share This Page