Web Services Interface Guide
154 Dell Lifecycle Controller Web Services Interface Guide for Windows
13 VFlash SD Card Management
The Persistent Storage Profile describes the necessary properties and methods for representing and
managing the partitions on the virtual flash media(SD Card on AMEA) provided by the iDRAC in Dell
platforms.
The partition management of the virtual flash media includes:
Listing virtual flash partitions
Creating new partitions
Deleting existing partitions
Formatting a partition
Exposing the partition in the host OS
Detaching an attached partition
Uploading an image to a partition
Booting to a partition
Modifying a partition
Copying or exporting the contents of the partition
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
13.1 Listing the SD Card Partitions
Each partition on the virtual flash media shall be represented by an instance of
DCIM_OpaqueManagementData. If nothing is returned, no partitions exist. Use the CreatePartition()
method to create partitions.
Enumerate the DCIM_OpaqueManagementData with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OpaqueManagementData -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -
a:basic
OUTPUT:
DCIM_OpaqueManagementData
AccessType = Read Only
AttachedState = Detach
CreationClassName = DCIM_OpaqueManagementData