(Alpha and Integrity servers only) When debugging operating system code with the OpenVMS System-Code Debugger, reboots the target machine running the operating system code and executes (or reexecutes) your system program. The REBOOT command, in other words, is similar to the RUN or RERUN commands when you are within the OpenVMS System-Code Debugger environment. (The OpenVMS System-Code Debugger is a kernel debugger that is activated through the OpenVMS Debugger.) Before you issue this command, you must create an Alpha or Integrity servers device driver, activate the OpenVMS System- Code Debugger,and use the CONNECT command that provides debugging capability. You must also have started the OpenVMS Debugger with the DEBUG/KEEP command. Format REBOOT
1 – Description
For complete information on using the OpenVMS System-Code Debugger, see the VSI OpenVMS System Analysis Tools Manual manual. Related commands: CONNECT DISCONNECT
2 – Example
DBG> REBOOT This command reboots the target machine where you will be debugging the OpenVMS operating system and reruns your program.