  Rebooting an AlphaServer? 
 The Question is:
 
Dear Wizard:
 
How can I reboot a Alpha Server with a command?
 The Answer is :
 
  Please see the documentation of the SHUTDOWN command procedure,
  and particularly the parameters that can be provided.
 
  For example:
 
$ search sys$manager:login.com shutdown
$ SHUTDOWN  == "@SYS$SYSTEM:SHUTDOWN 0 SHUTDOWN YES NO LATER NO NONE"
$ REBOOT == "@SYS$SYSTEM:SHUTDOWN 0 SHUTDOWN YES NO LATER YES NONE"
$ SHUTDOWN1 == "@SYS$SYSTEM:SHUTDOWN"
 
 Answer written or last revised on  17-DEC-2003 
