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.
How to restart services in dedicated server ?
-
- Posts: 6
- Joined: Thu Jan 22, 2015 4:43 pm
-
- Posts: 5
- Joined: Thu Jan 22, 2015 4:26 pm
Re: How to restart services in dedicated server ?
Know doubt some time it happens,don't worry just restart dedicated servers all services and restart your dedicated server.
-
- Posts: 6
- Joined: Thu Jan 22, 2015 4:43 pm
Re: How to restart services in dedicated server ?
Thanks friend but how to restart all services.
-
- Posts: 7
- Joined: Thu Jan 22, 2015 4:21 pm
Re: How to restart services in dedicated server ?
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.
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.