Re: 'automatic node restart'

From: qazmlp (qazmlp1209_at_rediffmail.com)
Date: 08/26/03


Date: 26 Aug 2003 05:26:16 -0700

Anthony Mandic <x7@hotmail.com> wrote in message news:<3f48fab6$0$47919$c3e8da3@news.astraweb.com>...
> In comp.unix.solaris qazmlp <qazmlp1209@rediffmail.com> wrote:
> > I have a very critical process running with root privileges. This
> > process has to initiate 'automatic node restart' when a particular
> > condition occurs.
> >
> > How can it be achieved in Unix esp. in Solaris ?
> >
> > Note: The node is a part of a 2 node cluster.
>
> Won't reboot(3c) do?
Yes, it will.
I was just aware of the reboot command, but not the function with the same name.

Thanks for the answer!