Users Guide

racadm set iDRAC.vflashpartition.<index>.AccessType 0
Using set command to specify the Emulation type:
racadm set iDRAC.vflashpartition.<index>.EmulationType <HDD, Floppy, or
CD-DVD>
Attaching or detaching partitions
When you attach one or more partitions, they are visible to the operating system and BIOS as USB mass
storage devices. When you attach multiple partitions, based on the assigned index, they are listed in an
ascending order in the operating system and the BIOS boot order menu.
If you detach a partition, it is not visible in the operating system and the BIOS boot order menu.
When you attach or detach a partition, the USB bus in the managed system is reset. This affects
applications that are using vFlash and disconnects the iDRAC Virtual Media sessions.
Before attaching or detaching a partition, make sure that:
The vFlash functionality is enabled.
An initialize operation is not already being performed on the card.
You have Access Virtual Media privileges.
Attaching or detaching partitions using web interface
To attach or detach partitions:
1. In the iDRAC Web interface, go to OverviewServervFlashManage.
The Manage Partitions page is displayed.
2. In the Attached column:
Select the checkbox for the partition(s) and click Apply to attach the partition(s).
Clear the checkbox for the partition(s) and click Apply to detach the partition(s).
The partitions are attached or detached, based on the selections.
Attaching or detaching partitions using RACADM
To attach or detach partitions:
1. Open a telnet, SSH, or Serial console to the system and log in.
2. Use any one of the following:
Using config command:
To attach a partition:
racadm config –g cfgvflashpartition –i 1 –o
cfgvflashPartitionAttachState 1
To detach a partition:
racadm config –g cfgvflashpartition –i 1 –o
cfgvflashPartitionAttachState 0
Using set command:
To attach a partition:
297