Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

MODIFY-VMCONS-PARAMETERS (Modify parameters of $VMCONS)

&pagelevel(4)&pagelevel

The $VMCONS parameters are set in the parameter file of the VM2-MON subsystem. /MODIFY-VMCONS-PARAMETERS is used to modify the following parameters

  • The OPERID password for the UCON logon of $VMCONS

  • The password for establishing the connection to $VMCONS

The new passwords are valid for new connections after the command has been executed. Existing connections continue to run unchanged.

The new passwords remain valid until the end of the current session or until the command is entered again. They also remain valid after a restart of $VMCONS. However, the new passwords are no longer available after an automatic restart of the monitor system. Changes for the next session must be made in the parameter file of the VM2-MON subsystem.

This command is reserved for the VM2000 administrator.


MODIFY-VMCONS-PARAMETERS

OPERID-PASSWORD = *UNCHANGED / *NONE / <c-string 1..8>

,PASSWORD =*UNCHANGED / *NONE / <c-string 1..4> / <x-string 1..8>


OPERID-PASSWORD =
This operand informs $VMCONS that the password for the assigned OPERID has been changed. The password itself is changed by means of the BS2000 command /MODIFY-USER in the monitor system. The password can be up to 8 characters long.

OPERID-PASSWORD = *UNCHANGED
The previous password is retained.

OPERID-PASSWORD = *NONE
No password is to be defined.

OPERID-PASSWORD = <c-string 1..8>
New password in character form.


PASSWORD =
Specifies whether the password defined for establishing the connection to $VMCONS is to be modified or retained. The password can be up to 4 bytes long.

PASSWORD = *UNCHANGED
The previous password is retained.

PASSWORD = *NONE
No password is to be defined.

PASSWORD = <c-string 1..4>
New password in character form.

PASSWORD = <x-string 1..8>
New password in hexadecimal form.


Command return codes

(SC2)   SC1

Main code

Meaning

0

CMD0001

Command successfully executed