/CREATE-VM-ASSIGNMENT-SET
is used to create an assignment set in VM2000. Up to 254 assignment sets can be created. The assignment set *STDSET
is created by VM2000 when VM2000 operation is initialized.
Devices can be assigned to a created assignment set using /MODIFY-VM-DEVICE-ATTRIBUTES
. VMs can be privileged for this assignment set when the VM is initialized (see "Initializing a VM") or with /MODIFY-VM-ATTRIBUTES
.
This command is reserved for the VM2000 administrator.
CREATE-VM-ASSIGNMENT-SET |
SET-NAME = <name 1..8> |
SET-NAME = <name 1..8>
Name of the new assignment set.
Command return codes
(SC2) | Main code | Meaning |
0 | CMD0001 | Command successfully executed |
Guaranteed messages
VMS4201
Example
/create-vm-assignment-set set-name=sys2impl
VMS4201 ASSIGNMENT SET 'SYS2IMPL' CREATED
See also the detailed examples for device and pubset management in the sections "Example of peripheral device management" and "Example of pubset management".