Results 1 to 4 of 4
Hi all,
I have 8 computers in a network 4 windows and 4 linux my server is mandriva linux 2006 now,my problems is how to shutdown my server remotely others ...
- 07-18-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 36
Shutdown computer on network
Hi all,
I have 8 computers in a network 4 windows and 4 linux my server is mandriva linux 2006 now,my problems is how to shutdown my server remotely others say using telnet but how could i do that can somebody help me on this because i want to know how to shutdown my server remotely within my network...thanks
- 07-18-2007 #2
Here is a tutorial on SSH it is more secure then telnet
Suso Technology Services -- Web Hosting,Web Design,E-mail Hosting, XEN hosting, Dedicated Servers, Colocation, Web Design and Web Development in Bloomington, Indiana
You will need to log on as root to shut a machine down.
You can also type
man ssh
in a console to get the manual pages
You will need to be sure that the sshd demon is run on the server. Check system service. In Suse it is done from Yast but I'm sure the Mandriva has something like it.
- 07-18-2007 #3
Make sure OpenSSH is installed on the server and running.
From Windows:
Download PuTTy. Connect PuTTy to the IP address of your server. It'll fire up a command line and type something like
to halt and shutdown completely orCode:shutdown -h 0
to restart. Make sure you do this from root.Code:shutdown -r 0
From Linux:
Open a terminal. Type
proceed to use the shutdown command now.Code:ssh root@SERVERIPADDRESS
I praise Webmin and PuTTy!
Registered Linux User: 439431
- 07-18-2007 #4
or use shutdown -h now to halt everything and shut it down without having to wait a half hour for it to shut down everything
$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6


Reply With Quote