Download Dell Lifecycle Controller 2 Version 1.3.0 Technical White Paper
Transcript
11.3.20 Get RFS ISO Image Connection Information The GetRFSISOImageConnectionInfo() method is used to provide the status of the ISO Image connection that has been made available to the host system. Invoke GetRFSISOImageConnectionInfo() with the following syntax: EXAMPLE: wsman invoke -a GetRFSISOImageConnectionInfo http://schemas.dmtf.org/wbem/wscim/1/cimschema/ 2/root/dcim/DCIM_OSDeploymentService ?CreationClassName=DCIM_OSDeploymentService, Name=DCIM:OSDeploymentService, SystemCreationClassName=DCIM_ComputerSystem, SystemName=DCIM:ComputerSystem -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:GetRFSISOImageConnectionInfo_OUTPUT> <n1:Message>Unable to connect to ISO using RFS.</n1:Message> <n1:MessageID>OSD60</n1:MessageID> <n1:ReturnValue>2</n1:ReturnValue> </n1:GetRFSISOImageConnectionInfo_OUTPUT> A return value 0 indicates success, the above output indicates an image was not present to retrieve the connection information from. 11.3.21 Boot To Hard Drive (HD) The BootToHD() method is used for one time boot to hard disk drive of the host server. After this method is ran, the host is rebooted immediately and will boot to the first configured hard disk drive irrespective of its boot order. Invoke BootToHD() with the following syntax: EXAMPLE: wsman invoke -a BootToHD http://schemas.dmtf.org/wbem/wscim/1/cimschema/ 2/root/dcim/DCIM_OSDeploymentService ?CreationClassName=DCIM_OSDeploymentService, Name=DCIM:OSDeploymentService, SystemCreationClassName=DCIM_ComputerSystem, SystemName=DCIM:ComputerSystem -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:BootToPXE_OUTPUT> <n1:ReturnValue>0</n1:ReturnValue> </n1:BootToPXE_OUTPUT>