White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
108 
  Detaching an attached partition 
  Uploading an image to a partition 
  Booting to a partition 
  Modifying a partition 
  Copying/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 
 DataFormat = RAW 
 DeviceID = DCIM_OpaqueManagementData:Partition1 
 ElementName = VFlash 
 Name = label1 
 PartitionIndex = 1 
 PartitionType = HDD 
 Size = 50 
  SystemCreationClassName = DCIM_ComputerSystem 
 SystemName = DCIM:ComputerSystem 
Note: If nothing is returned, no partitions exist. Use the CreatePartition method to create partitions. 
13.2  Initialize the Virtual Flash Media  
  Enumerate the DCIM_PersistentStorageService class 
  Invoke the InitializeMedia method on the instance above  
  The OUT parameter Job will refer to the instance of CIM_ConcreteJob using which the user can 
query the status of the initialization of the media. 










