From: MERC::"uunet!CRVAX.SRI.COM!RELAY-INFO-VAX" 16-JAN-1993 14:33:44.91 To: info-vax@kl.sri.com CC: Subj: Re: Remotely rebooting vms In article <1993Jan14.114547.279@vulcan.resmel.bhp.com.au>, matthews@vulcan.resmel.bhp.com.au writes: >I quite often log onto our vax6420 from home (modem to terminal server and then >to vax via lat) after hours to make necessary changes to the system parameters, >or even install/upgrade the layered products, but I have never been successful >in rebooting the system this way. Naturally the queues are stopped and decnet >shutdown on a reboot and therefore the system hangs in a semi shutdown state. > >How can I successfully reboot the system from home ? >(Note the remote diagnosis hardware is not installed on the system) 1) Create a file (e.g., REBOOT.COM) (preferably on the system disk) containing the command: $ @SYS$SYSTEM:SHUTDOWN 0 1 0 1 0 1 NONE 2) Execute the command: $ RUN/INPUT=REBOOT.COM/OUTPUT=NL:/DETACH SYS$SYSTEM:LOGINOUT This will create a detached process that does the reboot for you. -------------------------------------------------------------------------------- Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL Disclaimer: Hey, I understand VAXen and VMS. That's what I get paid for. My understanding of astronomy is purely at the amateur level (or below). So unless what I'm saying is directly related to VAX/VMS, don't hold me or my organization responsible for it. If it IS related to VAX/VMS, you can try to hold me responsible for it, but my organization had nothing to do with it.