How to restart services in dedicated server ?

Description of your first forum.
Post Reply
nathanjustin686
Posts: 6
Joined: Thu Jan 22, 2015 4:43 pm

How to restart services in dedicated server ?

Post by nathanjustin686 » Fri Sep 04, 2015 4:00 pm

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.

zacharyrobinson489
Posts: 5
Joined: Thu Jan 22, 2015 4:26 pm

Re: How to restart services in dedicated server ?

Post by zacharyrobinson489 » Fri Sep 04, 2015 4:18 pm

Know doubt some time it happens,don't worry just restart dedicated servers all services and restart your dedicated server.

nathanjustin686
Posts: 6
Joined: Thu Jan 22, 2015 4:43 pm

Re: How to restart services in dedicated server ?

Post by nathanjustin686 » Fri Sep 04, 2015 4:20 pm

Thanks friend but how to restart all services.

lopezhannah966
Posts: 7
Joined: Thu Jan 22, 2015 4:21 pm

Re: How to restart services in dedicated server ?

Post by lopezhannah966 » Fri Sep 04, 2015 4:29 pm

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.

Post Reply