White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
126 
 <n1:Licensed>true</n1:Licensed> 
 <n1:VFlashEnabledState>true</n1:VFlashEnabledState> 
 <n1:WriteProtected>false</n1:WriteProtected> 
</n1:DCIM_VFlashView> 
InitializedState: Field indicates status of element to be initialized 
InstanceID: InstanceID of desired element for initialization 
13.2.2  Initialize / Format Media 
This method is used to initialize or format the virtual flash media device. 
Invoke InitializeMedia() with the following parameters and syntax: 
EXAMPLE: 
wsman invoke -a InitializeMedia http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_PersistentStorageService 
?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_Pe 
rsistentStorageService,SystemName=DCIM:ComputerSystem,Name=DCIM:PersistentStorageService" -h 
$IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
When this method is executed, a jobid or an error message is returned.  
<n1:InitializeMedia_OUTPUT> 
 <n1:Job> 
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> 
 <wsa:ReferenceParameters> 
 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">JID_001300791673</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:InitializeMedia_OUTPUT> 










