reboot solaris os from another solaris machine. How ?

i need to reboot a solaris machine from another solaris machine.

Is there any command available ?

Thanks,
Sakthi
man ssh
man shutdown

But this is not a *nix board.
remote login; ssh, rlogin or whatever you use.
You need to be root to do this

init 6

this will reboot the machine back to run level 3

I think
shutdown -y -g0 -i6
will work without having to be root
Last edited on
rsh :)

Then you can use the "reboot" command.
Topic archived. No new replies allowed.