Remote Insight Command Language 329

VM_APPLET = CONNECTED DISCONNECTED

DEVICE = FLOPPY CDROM

BOOT_OPTION = BOOT_ALWAYS BOOT_ONCE NO_BOOT

WRITE_PROTECT_FLAG = YES NO

IMAGE_INSERTED = YES NO

SET_VM_STATUS

SET_VM_STATUS sets the Virtual Media drive status. This command must display within a RIB_INFO element, and RIB_INFO must be in write mode. 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_VF_STATUS> </RIB_INFO>

</LOGIN>

</RIBCL>

SET_VM_STATUS Parameters

DEVICE specifies the Virtual Media device target. The possible values are FLOPPY or CDROM. If the DEVICE is not specified, FLOPPY is assumed. This value is case-sensitive.

VM_BOOT_OPTION specifies the boot option parameter for the Virtual Media. For the device to act like the RIBLO Virtual Floppy functionality, the possible values are BOOT_ALWAYS, BOOT_ONCE or NO_BOOT. These values control how the Virtual Media device behaves after the server is rebooted. To control the Virtual Media devices in the same way that they are controlled in the Virtual Media applet, the values this parameter are CONNECT or DISCONNECT. This value is case-sensitive.