Web Services Interface Guide

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0
125
<n1:PartitionIndex>1</n1:PartitionIndex>
<n1:PartitionType>HDD</n1:PartitionType>
<n1:Size>50</n1:Size>
<n1:SystemCreationClassName>DCIM_ComputerSystem
</n1:SystemCreationClassName>
<n1:SystemName>DCIM:ComputerSystem</n1:SystemName>
</n1:DCIM_OpaqueManagementData>
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.
13.2.1 Get VFlash SD Card Inventory
DCIM_VFlashView is a subclass of CIM_View that is used to represent the physical attributes of the
virtual flash media, such as total size, available size, category etc. on which the partitions will reside.
Enumerate the DCIM_VFlashView with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_VFlashView
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
OUTPUT:
<n1:DCIM_VFlashView>
<n1:AvailableSize>970</n1:AvailableSize>
<n1:Capacity>976</n1:Capacity>
<n1:ComponentName>vFlash SD Card</n1:ComponentName>
<n1:FQDD>Disk.vFlashCard.1</n1:FQDD>
<n1:HealthStatus>OK</n1:HealthStatus>
<n1:InitializedState>Uninitialized
</n1:InitializedState>
<n1:InstanceID>Disk.vFlashCard.1
</n1:InstanceID>
<n1:LastSystemInventoryTime>
20110322104946.000000+000
</n1:LastSystemInventoryTime>
<n1:LastUpdateTime>20110322104946.000000+000
</n1:LastUpdateTime>
See Section 13.2.3 for
the populated
initialized fields