Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed typo: Crtl-P. Will not re-export just for that...

...

Parameterbreak_on
TypeText string
Value

Specifies what byte sequences received over the physical serial line will trigger a HALT command.

This parameter works only for the console line.

Specify the following values: "CrtlCtrl-P", "Break" or "none" ("none" disables triggering a HALT condition).

Note

If your guest operating system is OpenVMS in addition to "none" setting you have to set a specific console parameter "controlp" to "off" in the following way:

>>> set controlp off
>>> power off

The second line is to preserve the ROM settings.

Example:

set OPA0 break_on="CrtlCtrl-P"

The default value is "Break".

(warning) This parameter can be specified only for COM1 (OPA0) console

...

Parameterbreak_on
TypeText string
Value

Specifies what byte sequences received over a virtual serial line triggers a HALT command.

Specify one of the following values: "CrtlCtrl-P", "Break" or "none" to disable triggering a HALT condition. The commands are case insensitive.

Note

If your guest operating system is OpenVMS in addition to "none" setting you have to set a specific console parameter "controlp" to "off" in the following way:

>>> set controlp off
>>> power off 

The second line is to preserve the ROM settings.

Example:

set OPA0 break_on="CrtlCtrl-P"

The default value is "Break".

(warning) This parameter can be specified only for COM1 (OPA0) console

...