White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
93 
Invoke DeleteISOFromVFlash() with the following syntax: 
EXAMPLE: 
wsman invoke -a DeleteISOFromVFlash http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService,Name=DCIM:OSDeploymentService,SystemCreationC
lassName=DCIM_ComputerSystem, 
SystemName=DCIM:ComputerSystem 
-h $IPADDRESS -V -v –c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
When this command is executed, a status or error message will be returned. If an image is not found 
the following message will display: 
<n1:DeleteISOFromVFlash_OUTPUT> 
 <n1:Message>ISO Image not found on VFlash</n1:Message> 
 <n1:MessageID>OSD41</n1:MessageID> 
 <n1:ReturnValue>2</n1:ReturnValue> 
</n1:DeleteISOFromVFlash_OUTPUT> 
11.3.13 Detach ISO from VFlash 
The DetachISOFromVFlash() method will detach the ISO image in the VFlash from the system. 
Invoke DetachISOFromVFlash() with the following syntax: 
EXAMPLE: 
wsman invoke -a DetachISOFromVFlash http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService,Name=DCIM:OSDeploymentService,SystemCreationC
lassName=DCIM_ComputerSystem, 
SystemName=DCIM:ComputerSystem 
-h $IPADDRESS -V -v –c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
When this command is executed, a status or error message will be returned. If an image is not found 
the following message will display: 
<n1:DetachISOFromVFlash_OUTPUT> 










