Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    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.

  3. #3
    Linux Newbie harner's Avatar
    Join Date
    Jun 2004
    Location
    PA, USA
    Posts
    209
    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
    Code:
    shutdown -h 0
    to halt and shutdown completely or
    Code:
    shutdown -r 0
    to restart. Make sure you do this from root.

    From Linux:
    Open a terminal. Type
    Code:
    ssh root@SERVERIPADDRESS
    proceed to use the shutdown command now.
    I praise Webmin and PuTTy!
    Registered Linux User: 439431

  4. #4
    Linux User DOllaBillz217's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    263
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...