Previous Topic

Next Topic

SET_VM_STATUS

The SET_VM_STATUS command sets the Virtual Media drive status. This command must appear within a RIB_INFO element, and RIB_INFO must be set to write. All the parameters in the command are optional.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN = "adminname" PASSWORD = "password">

<RIB_INFO MODE = "write">

<SET_VM_STATUS DEVICE = "CDROM">

<VM_BOOT_OPTION value = "BOOT_ONCE"/>

<VM_WRITE_PROTECT value = "Y"/>

</SET_VM_STATUS>

</RIB_INFO>

</LOGIN>

</RIBCL>