Page 1 of 1
How to restart services in dedicated server ?
Posted: Fri Sep 04, 2015 4:00 pm
by nathanjustin686
Hello all,
My dedicated server is very slow now, services are not working properly & server load also very high,
so friends what i do now,Actually it is happens only today.
Please help me asap.
Re: How to restart services in dedicated server ?
Posted: Fri Sep 04, 2015 4:18 pm
by zacharyrobinson489
Know doubt some time it happens,don't worry just restart dedicated servers all services and restart your dedicated server.
Re: How to restart services in dedicated server ?
Posted: Fri Sep 04, 2015 4:20 pm
by nathanjustin686
Thanks friend but how to restart all services.
Re: How to restart services in dedicated server ?
Posted: Fri Sep 04, 2015 4:29 pm
by lopezhannah966
Linux
1. Log in as a root
2. Then type ps aux | grep <process-name> to determine the process ID (PID)
3. Type kill -9 <PID>
4. Type service <service> restart
Windows
1. Log in as Administrator
2. Open Services.
3. In the details panel, do one of the following:
4. Click the service, and then, on the Action menu, click Restart.
5. Right-click the service, and then click Restart.
6. If Restart doesn't work, try stopping the service and then starting it again.