[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [school-discuss] powering on K12LTSP network after power glitch



I know of two ways to do it, and both of them require Samba to be on the
server.
 You can use rpcclient and send the command shutdown to the devices but it
may not work correctly if noone is logged onto the windows machines, or you
don't have auto-login enabled. The other way is to use the net command and
send a net rpc shutdown command to the machines.
 The man pages should list the commands for both rpcclient and net.
 Darryl