Web Services Interface Guide
266 Dell Lifecycle Controller Web Services Interface Guide for Windows
-r:https://[IPADDRESS]:443/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -
a:basic @{IPAddress="[IP ADDRESS]"; ShareType="4";ScheduledStartTime="TIME_NOW"}
18.1.2 Exporting Server Profile to NFS Share-BackupImage()
NFS Share:
ShareType is “0”. The entire “Passphrase="passphrase";” argument is optional.
EXAMPLE:
winrm i BackupImage http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService ?SystemCreationClassName=DCIM_ComputerSystem
+CreationClassName=DCIM_LCService
+SystemName=DCIM:ComputerSystem
+Name=DCIM:LCService -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="[IP ADDRESS]";
ShareName="/[DRIVESHARE]";ShareType="0";ImageName="[IMAGENAME]";
Username="[USERNAME]";Password="[PASSWORD]";Passphrase="[PASSPHRASE]";
ScheduledStartTime="TIME_NOW"} file.
Incorrect Example: ShareName=”/folder1”;ImageName=”subfolder/image_name”
Correct Example: ShareName=”/folder1/subfolder”;ImageName=”image_name”
18.1.3 Exporting Server Profile to CIFS Share-BackupImage()
CIFS Share: ShareType is “2”. The entire “Passphrase="passphrase";” argument is optional.
EXAMPLE:
winrm i BackupImage http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService ?SystemCreationClassName=DCIM_ComputerSystem
+CreationClassName=DCIM_LCService
+SystemName=DCIM:ComputerSystem
+Name=DCIM:LCService -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="[IP ADDRESS]";
ShareName="/[DRIVESHARE]";ShareType="2";ImageName="[IMAGENAME]";
Username="[USERNAME]";Password="[PASSWORD]";Passphrase="[PASSPHRASE]";
ScheduledStartTime="TIME_NOW"}