Installation guide

continue
continue
Synopsis
Resume program execution on the specified processor.
continue
Description
Continues execution on the specified processor, or the primary
processor if a processor is not specified. The processor begins
executing instructions at the address that is currently in the
program counter. The processor is not initialized.
The
continue
command is only valid if you have not disturbed
the system state and if you halted the system by one of two
methods: either by pressing the Halt button on the operator
control panel or by entering Ctrl/P on the console terminal.
Note
Some console commands, for example,
boot
, may alter
the machine state so that program mode cannot be
successfully resumed. If program mode cannot be
successfully resumed, you may need to reset the system.
Examples
In the following example, a system is commanded to resume
operating system mode.
>>> continue
In the next example, a system’s second processor is commanded
to resume operating system mode.
>>> continue &p1
3–10 Console Commands