Page 3 - CONTENTS; Remote Inventory Method Invocation
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 3 CONTENTS 1 Introduction ........................................................................................................................ 10 2 References .........................................................
Page 10 - Generation PowerEdge Server Resources:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 10 1 Introduction This document serves as a guideline for utilizing the functionality available from embedded Lifecycle Controller Remote Enablement Web Services. The purpose of this document is to provide information...
Page 12 - Overview; and WSMANCLI; Format for WSMAN CLI Examples in Document
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 12 3 Overview The remote interface guidelines provided in this document are illustrated by command line examples of the WS-MAN protocol Web services APIs that expose the remote management capabilities of the Dell Life...
Page 13 - StartTime; Where
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 13 EXAMPLE: wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_OSDeploymentService -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic 3.2 WS-Man Security...
Page 14 - Return Values
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 14 • dddddddd is the number of days • hh is the remaining number of hours • mm is the remaining number of minutes • ss is the remaining number of seconds • mmmmmm is the remaining number of microseconds The Lifecycle ...
Page 15 - Discovery; Discovering Web Service Capability; EXAMPLE; Discovering what Profiles are Implemented; Implemented profiles are advertised using the class; OUTPUT
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 15 4 Discovery 4.1 Discovering Web Service Capability Determine if the target system supports the wsman interface using the ‘identify’ command. Profiles: http://www.dmtf.org/sites/default/files/standards/documents/DSP...
Page 16 - Discovering Implementation Namespace; CIM_ElementConformsToProfile
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 16 <n1:InstanceID>DCIM:Memory:1.0.0</n1:InstanceID> <n1:OtherRegisteredOrganization>DCIM</n1:OtherRegisteredOrganization> <n1:RegisteredName>Memory</n1:RegisteredName> <n1:Regist...
Page 17 - The example shows that implementation namespace is “root/dcim”.; Managing iDRAC Local User Accounts; Description of iDRAC Attributes vs Standard DMTF Model; The list of user accounts may be retrieved by enumerating the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 17 <wsa:ReferenceParameters> <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_RegisteredProfile</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="Ins...
Page 18 - Account and Capabilities (using iDRAC Attributes); DCIM_iDRACCardEnumeration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 18 5.2.1 Account and Capabilities (using iDRAC Attributes) Enumerating the DCIM_iDRACCardEnumeration class, Section 19.1 , and parsing the output for the attribute AttributeDisplayName = User Admin Enable, will displa...
Page 19 - Privilege and Capabilities (using iDRAC Attributes); Enumerating the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 19 . . . 5.2.2 Privilege and Capabilities (using iDRAC Attributes) Enumerating the DCIM_iDRACCardEnumeration class, Section 19.1 , and parsing the output for the attribute AttributeDisplayName = User Admin IPMI LAN(or...
Page 20 - Manage Account Settings (using iDRAC Attributes); UserName; Modify User Name (using iDRAC Attributes); jobid
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 20 <n1:IsReadOnly>true</n1:IsReadOnly> <n1:PossibleValues>User</n1:PossibleValues> <n1:PossibleValues>Operator</n1:PossibleValues> <n1:PossibleValues>Administrator</n1:Poss...
Page 21 - Modify Password (using iDRAC Attributes)
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 21 <wsman:SelectorSet> <wsman:Selector Name="InstanceID">JID_001299682234</wsman:Selector> <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> </wsman:Sele...
Page 22 - Modify Account State (using iDRAC Attributes); Enable
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 22 </wsman:SelectorSet> </wsa:ReferenceParameters> </n1:Job> <n1:ReturnValue>4096</n1:ReturnValue> </n1:ApplyAttributes_OUTPUT> 5.3.3 Modify Account State (using iDRAC Attributes) W...
Page 23 - Modify User Privilege (using iDRAC Attributes)
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 23 </wsman:SelectorSet> </wsa:ReferenceParameters> </n1:Job> <n1:ReturnValue>4096</n1:ReturnValue> </n1:ApplyAttributes_OUTPUT> The following error may result if the password has no...
Page 24 - Account and Capabilities (using DMTF Model)
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 24 <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...
Page 28 - To determine account state setting capabilities:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 28 <n1:Caption xsi:nil="true"/> <n1:Description xsi:nil="true"/> <n1:ElementName>IPMICLPAccountManagementCapabilities </n1:ElementName> <n1:ElementNameEditSupported>false ...
Page 29 - Privilege and Capabilities (using DMTF Model); wsman enumerate
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 29 5.4.2 Privilege and Capabilities (using DMTF Model) The account privilege assigned to a user is defined in the class CIM_Privilege associated with the CIM_Account class. The class contains a list of privileges gran...
Page 32 - Manage Account Settings (using DMTF Model); UserID
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 32 DCIM_CLPRoleBasedManagementCapabilities ActivitiesSupported = null ActivityQualifiersSupported = null Caption = null Description = null ElementName = CLP Role Based Management Capabilities InstanceID = DCIM:CLPRole...
Page 38 - Modify User Privilege (using DMTF Model); ActivityQualifiers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 38 ?__cimnamespace=root/dcim,SystemCreationClassName=DCIM_SPComputerSyste,CreationClassName=DCIM_MFAAccount,SystemName=systemmc, Name=DCIM User 16" -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWOR...
Page 39 - Firmware Inventory; Software Inventory Profile Specification; SoftwareIdentity
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 39 SupportedMethods = 8 The privilege property ActivityQualifiers is an array of type string. To set more than one privilege, you need to provide the same key name more than once. The tool does not allow duplicate key...
Page 41 - Firmware Update; Software Update Profile Specification; ”Rollback” Firmware; Profile and Associated MOFs:; Request “Rollback” Image; jobID; Monitor Update Jobs; InstallFromSoftwareIdentity
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 41 VersionString: Shows the version of the firmware represented. 7 Firmware Update 7.1 Software Update Profile Specification The Dell Common Information Model (CIM) class extensions for supporting BIOS, component firm...
Page 42 - Job status after invoking; SetupJobQueue; Job status following reboot / install of operation; BIOS Firmware “Rollback”; The
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 42 <n1:DCIM_LifecycleJob> <n1:InstanceID>JID_001299159345</n1:InstanceID> <n1:JobStartTime/> <n1:JobStatus>Downloaded</n1:JobStatus> <n1:JobUntilTime/> <n1:Message>Packa...
Page 44 - NIC Firmware “Rollback”
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 44 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_SoftUpdateConcreteJob</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="InstanceID">JID_00129975...
Page 45 - Update from Network Source; DCIM_SoftwareInstallationService
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 45 < p:Target xmlns:a ="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w ="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"> < a:Address >http://schemas.xmlsoap.org/ws/2004/08/addre...
Page 50 - RebootJobType
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 50 < w:ResourceURI >http://schemas.dell.com/wbem/wscim/1/cim- schema/2/DCIM_SoftwareIdentity</ w:ResourceURI > <w:SelectorSet> < w:Selector Name ="InstanceID">[INSTANCEID]</ w:Select...
Page 52 - Power State Management; Description of Base Server vs Power State Management Methods; Base Server Profile:; Get Power State; Base Server Method; The power state of the system is reported by the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 52 8 Power State Management 8.1 Description of Base Server vs Power State Management Methods The remote control of a server power state (On, Off) and methodology for cycling power is available through data models spec...
Page 53 - Power State Management Method; PowerState
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 53 <n1:EnabledState>2</n1:EnabledState> <n1:HealthState>25</n1:HealthState> <n1:IdentifyingDescriptions>CIM:GUID </n1:IdentifyingDescriptions> <n1:IdentifyingDescriptions>CIM:...
Page 55 - Get Power Control Capabilites
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 55 8.3 Get Power Control Capabilites 8.3.1 Base Server Method The power control capabilities are reported by the RequestedStatesSupported property of the CIM_EnabledLogicalElementCapabilities class associated with the...
Page 56 - wsman get; RequestedStatesSupported:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 56 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_ComputerSystem</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="Name">srv:system</wsman:Sele...
Page 57 - PowerStatesSupported; PowerStatesSupported Value
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 57 8.3.2 Power State Management Method The power control capabilities are also reported by the PowerStatesSupported property of the CIM_PowerManagementCapabilities (PMC) class associated with the CIM_PowerManagementSe...
Page 58 - Power Control; method of the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 58 16 (Power Cycle (Off - Hard Graceful)) 6 (Off Hard Power Cycling Supported) and 8 (Graceful Shutdown Supported) <n1:DCIM_CSPowerManagementCapabilities> <n1:Caption xsi:nil="true"/> <n1:Descri...
Page 59 - DCIM_PowerManagementService; Hardware Inventory; LastSystemInventoryTime; Power Supply Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 59 </n1:RequestStateChange_OUTPUT> Return values of zero indicate success, while others indicate failure and may include a corresponding error message. 8.4.2 Power State Management Method Changing the power stat...
Page 61 - Fan Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 61 <n1:PrimaryStatus>3</n1:PrimaryStatus> <n1:RedundancyStatus>0</n1:RedundancyStatus> <n1:SerialNumber/> <n1:TotalOutputPower>0</n1:TotalOutputPower> <n1:Type>0</n1:...
Page 62 - Memory Inventory; This section describes the implementation for the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 62 <n1:FQDD>Fan.Embedded.2A</n1:FQDD> <n1:InstanceID>Fan.Embedded.2A</n1:InstanceID> <n1:LastSystemInventoryTime>20110307121906.000000+000 </n1:LastSystemInventoryTime> <n1:LastU...
Page 63 - CPU Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 63 <n1:Manufacturer>Hynix Semiconductor</n1:Manufacturer> <n1:MemoryType>24</n1:MemoryType> <n1:Model>DDR3 DIMM</n1:Model> <n1:PartNumber>HMT325R7BFR8A-H9</n1:PartNumber>...
Page 65 - iDRAC Card Inventory; PCI Device Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 65 9.5 iDRAC Card Inventory This section describes the implementation for the DCIM_iDRACCardView class. The Dell iDrac Profile describes the platform’s iDrac remote access card. Each remote access card’s information i...
Page 66 - Video Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 66 Enumerate DCIM_PCIDeviceView with the following parameters and syntax: EXAMPLE: wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_PCIDeviceView -h $IPADDRESS -V -v -c dummy.cert -P 4...
Page 67 - VFlash SD Card Inventory; See
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 67 EXAMPLE: wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_VideoView -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:DCIM_VideoView...
Page 68 - NIC Inventory & Configuration; for
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 68 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:DCIM_VFlashView> <n1:AvailableSize>1874</n1:AvailableSize> <n1:Capacity>1882</n1:Capacity> <n1:ComponentName>vFlash SD Car...
Page 74 - 0 Job Control Management; Description of Job Management; Remote Job Control Examples; Setup Job Queue; Section; JobArray
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 74 <n1:SystemID>1231</n1:SystemID> <n1:SystemRevision>0</n1:SystemRevision> <n1:TempRollupStatus>1</n1:TempRollupStatus> <n1:UUID>4c4c4544-0036-3510-8034-b7c04f333231</n1:U...
Page 76 - Delete Job Queue
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 76 10.2.2 Delete Job Queue The DeleteJobQueue() method takes in a jobID and then deletes it from the job store. Note: When clearing all jobs and pending data using the keyword JID_CLEARALL , as shown in example 2 belo...
Page 77 - List Jobs in Job Store; enumerate job status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 77 {KEY="VALUE"[;KEY="VALUE"]} 10.2.3 List Jobs in Job Store The instances of this class will enumerate jobs in the job store along with status information. Invoke enumerate job status with the followi...
Page 78 - 1 Operating System Deployment; and the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 78 <n1:MessageArguments xsi:nil="true"/> <n1:MessageID/> <n1:Name>Reboot1</n1:Name> </n1:DCIM_LifecycleJob> <n1:DCIM_LifecycleJob> <n1:InstanceID>JID_001299499853</...
Page 79 - OS Deployment Profile Implementation Conformance; Result shall contain one instance of; Checking OS Deployment Service Availability; enumerate
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 79 11.1 OS Deployment Profile Implementation Conformance Use the following algorithm to test the instrumentation for OS Deployment Profile version conformance and to discover the implementation namespace: 1. Enumerate...
Page 80 - OS Deployment Method Invocation Examples; Get Driver Pack Information; Version
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 80 <n1:InstallDate xsi:nil="true"/> <n1:Name>DCIM:OSDeploymentService</n1:Name> <n1:OperatingStatus xsi:nil="true"/> <n1:OperationalStatus xsi:nil="true"/> <n1:...
Page 82 - Unpack Selected Drivers and Attach to Host OS as USB Device; wsman invoke -a UnpackAndAttach
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 82 </n1:OSList> <n1:OSList>ESX 4.0 </n1:OSList> <n1:ReturnValue>0</n1:ReturnValue> <n1:Version>6.1.0.7</n1:Version> </n1:GetDriverPackInfo_OUTPUT> 11.3.2 Unpack Selected...
Page 83 - Detach Emulated USB Device Containing Drivers; Invoke
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 83 OUTPUT: <n1:UnpackAndAttach_OUTPUT> <n1:Job> <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> <wsa:ReferenceParameters> <wsman:ResourceURI&...
Page 84 - Unpack Selected Drivers and Copy to Network Share; wsman invoke -a UnpackAndShare
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 84 <n1:ReturnValue>2</n1:ReturnValue> </n1:DetachDrivers_OUTPUT> 11.3.4 Unpack Selected Drivers and Copy to Network Share The UnpackAndShare() method is used to unpack the drivers for the selected OS...
Page 85 - Couldn't connect to server; Check Job Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 85 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_OSDConcreteJob</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="InstanceID">DCIM_OSDConcreteJob...
Page 87 - Boot to Network ISO; wsman invoke -a BootToNetworkISO
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 87 11.3.6 Boot to Network ISO The BootToNetworkISO() method can be used to boot the target system to a bootable ISO image located on a CIFS or NFS share. The ISO image is attached to the host system as an emulated USB...
Page 88 - Detach Network ISO USB Device
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 88 </wsman:SelectorSet> </wsa:ReferenceParameters> </n1:Job> <n1:ReturnValue>4096</n1:ReturnValue> </n1:BootToNetworkISO_OUTPUT> The following error message is a caused by a typo in...
Page 89 - Boot To PXE; wsman invoke -a BootToPXE; Get Host MAC Address Information; wsman invoke -a GetHostMACInfo
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 89 The return will be 0 for success or an integer for error or job in execution. An error containing a Message and M essageID similar to the following can occur from a timing issue, such as not allowing other methods ...
Page 90 - Download ISO to VFlash; : This is the directory path to the ISO image.; wsman invoke -a DownloadISOToVFlash
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 90 ?CreationClassName=DCIM_OSDeploymentService, Name=DCIM:OSDeploymentService, SystemCreationClassName=DCIM_ComputerSystem, SystemName=DCIM:ComputerSystem -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASS...
Page 92 - Boot to ISO from VFlash; Delete ISO from VFlash; VFlash
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 92 </s:Detail> </s:Fault> 11.3.11 Boot to ISO from VFlash This method will expose the ISO Image present on VFlash as a CDROM device to the host server and boots to it. Invoke BootToISOFromVFlash() with the...
Page 93 - wsman invoke -a DeleteISOFromVFlash; Detach ISO from VFlash
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_OS...
Page 94 - Connect Network ISO Image; wsman invoke -a ConnectNetworkISOImage
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 94 <n1:Message>ISO Image not found on VFlash</n1:Message> <n1:MessageID>OSD41</n1:MessageID> <n1:ReturnValue>2</n1:ReturnValue> </n1:DetachISOFromVFlash_OUTPUT> 11.3.14 Connec...
Page 95 - Disconnect Network ISO Image; wsman invoke -a DisconnectNetworkISOImage
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 95 <n1:ConnectNetworkISOImage_OUTPUT> <n1:Job> <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> <wsa:ReferenceParameters> <wsman:ResourceURI&g...
Page 96 - Skip ISO Image Boot; MessageID; Get Network ISO Image Connection Information; wsman invoke -a GetNetworkISOImageConnectionInfo
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 96 11.3.16 Skip ISO Image Boot This method can be used to skip the target system from booting to a bootable ISO image located on a CIFS or NFS share while the target system still connected to CIFS or NFS share. Invoke...
Page 97 - Connect RFS ISO Image; ConnectRFSISOI; with the following syntax:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 97 ?CreationClassName=DCIM_OSDeploymentService, Name=DCIM:OSDeploymentService, SystemCreationClassName=DCIM_ComputerSystem, SystemName=DCIM:ComputerSystem -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASS...
Page 98 - Disconnect RFS ISO Image; wsman invoke -a DisconnectRFSISOImage
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 98 SystemName=DCIM:ComputerSystem -h $IPADDRESS -V -v –c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -k IPAddress="[IPADDRESS-ISO]" -k ShareName="/[DIVESHARE]" -k ShareType="[SHARETYPE]" -k Use...
Page 99 - wsman invoke -a GetRFSISOImageConnectionInfo
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 99 <n1:DisconnectRFSISOImage_OUTPUT> <n1:Message>Unable to connect to ISO using RFS.</n1:Message> <n1:MessageID>OSD60</n1:MessageID> <n1:ReturnValue>2</n1:ReturnValue> </n1...
Page 101 - 2 Lifecycle Controller Management Profile; and related MOF files
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 101 -k ImageName="[OS.ISO]" -j utf-8 -y basic OUTPUT: The return will be 0 for success or 1 if an error occurred in starting the processing the input parameters. The MessageID and Message output parameters wil...
Page 102 - Disabled; Part Firmware Update; Disable; = Allow firmware update only on up-revision; Match firmware of replaced part; Part Replacement
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 102 NOTE: To query the system to determine when the last CSIOR event occurred, list system inventory and examine the LastSystemInventoryTime attribute. The Collect System Inventory on Restart attribute flags whether t...
Page 103 - Part Replacement Configuration and Management; Create Config Job; wsman invoke -a CreateConfigJob
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 103 Name=DCIM:LCService -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -J SetAttributes_LC.xml -j utf-8 -y basic The input file SetAttributes_LC.xml is shown below: < p:SetAttributes_INPUT xmlns...
Page 104 - Get LC Config Job Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 104 The above command will schedule the job at 10pm. To poll for job completion, enumerate the DCIM_LifecycleJob job instance. OUTPUT: <n1:CreateConfigJob_OUTPUT> <n1:Job> <wsa:Address>http://schemas...
Page 105 - List All LC Jobs; Get CSIOR Component Configuration Recovery (CCR) Attribute; The Component Configuration Recovery (CCR) attributes are
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 105 <n1:Name>LC Config</n1:Name> <n1:PercentComplete>NA</n1:PercentComplete> </n1:DCIM_LifecycleJob> 12.2.3 List All LC Jobs EXAMPLE : wsman enumerate http://schemas.dell.com/wbem/wscim/1...
Page 106 - Get Part Firmware Update Attribute; Get the current Part Replacement firmware update mode as follows:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 106 • Licensed • Part Firmware Update • Collect System Inventory on Restart (CSIOR) • Part Configuration Update Get the current CSIOR attribute setting as follows: EXAMPLE 1 : wsman get http://schemas.dell.com/wbem/ws...
Page 107 - PerformAutoDiscovery
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 107 wsman get http://schemas.dell.com/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCEnumeration ?InstanceID= LifecycleController.Embedded.1#LCAttributes.1#PartFirmwareUpdate -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $U...
Page 108 - Clear or Set Provisioning Server; method on the; Configuring; wsman invoke -a ClearProvisioningServer
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 108 EXAMPLE : wsman invoke -a ReInitiateDHS http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_LCService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_LCService,SystemName=DCIM:Co...
Page 110 - Check VFlash License Enablement; Download Server Public Key; wsman invoke -a DownloadServerPublicKey
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 110 12.5 Check VFlash License Enablement The following command can be used to check VFlash License enablement. Features such as Part Replacement, downloading ISO image to VFlash, or booting from VFlash are licensed fe...
Page 111 - Download Client Certificates
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 111 Name=DCIM:LCService -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -J DownloadServerPublicKey.xml -j utf-8 -y basic The input file DownloadServerPublicKey.xml is shown below: < p:DownloadSer...
Page 113 - Delete Auto-Discovery Client Certificates; wsman invoke -a DeleteAutoDiscoveryClientCerts; Set Public Certificates; directoryCA = certificate for Active Directory or LDAP server
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 113 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_LifecycleJob</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="InstanceID">JID_001300790057<...
Page 114 - SetPublicCertificate.xml; Set iDRAC Certificate and Private Key; : Specifies the service the certificate is for:; wsman invoke -a SetCertificateAndPrivateKey
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 114 The input file SetPublicCertificate.xml is shown below: < p:SetPublicCertificate_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_LCService"> < p:Type >director...
Page 115 - Delete Auto-Discovery Server Public Key; with the following parameters and syntax:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 115 -J SetCertificateAndPrivateKey.xml -j utf-8 -y basic The input file SetCertificateAndPrivateKey.xml is shown below: < p:SetCertificateAndPrivateKey_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- ...
Page 116 - Insert Comment in Lifecycle Controller Log; wsman invoke -a InsertCommentInLCLog; Export Lifecycle Controller Log
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 116 12.12 Insert Comment in Lifecycle Controller Log This method is used to insert additional user comments into the Lifecycle Controller log. Invoke InsertCommentInLCLog() with the following parameters and syntax: Co...
Page 117 - Export Hardware Inventory from Lifecycle Controller
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 117 EXAMPLE : wsman invoke -a ExportLCLog http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_LCService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_LCService,SystemName=DCIM:Comp...
Page 119 - Export Factory Configuration; wsman invoke -a ExportFactoryConfiguration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 119 </wsman:SelectorSet> </wsa:ReferenceParameters> </n1:Job> <n1:ReturnValue>4096</n1:ReturnValue> </n1:ExportHWInventory_OUTPUT> 12.15 Export Factory Configuration This method is ...
Page 120 - System Decommission; Get Remote Services API Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 120 </ p: ExportFactoryConfiguration_INPUT> OUTPUT: When this method is executed, a jobid or an error message is returned. <n1:ExportFactoryConfiguration_OUTPUT> <n1:Job> <wsa:Address>http://sc...
Page 121 - wsman invoke -a GetRemoteServicesAPIStatus; Export System Configuration; wsman invoke -a ExportSystemConfiguration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 121 NOTE: The LCStatus output parameter value includes the status reported by the DMStatus output parameter in the GetRSStatus() method. Thus, GetRSStatus() method invocation is redundant. Invoke GetRemoteServicesAPIS...
Page 122 - Import System Configuration; IPAddress
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 122 -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -J ExportSystemConfiguration.xml -j utf-8 -y basic The input file ExportSystemConfiguration.xml is shown below: < p:ExportSystemConfiguration _...
Page 123 - wsman invoke -a ImportSystemConfiguration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 123 ShareType : Type of share NFS=0, CIFS=2 Username : This is the username to the target export server. Password : This is the password to the target export server. EXAMPLE : wsman invoke -a ImportSystemConfiguration...
Page 124 - 3 VFlash SD Card Management; Copying/exporting the contents of the partition; Listing the SD Card Partitions; DCIM_OpaqueManagementData
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 124 13 VFlash SD Card Management The Persistent Storage Profile describes the necessary properties and methods for representing and managing the partitions on the virtual flash media(SD Card on AMEA) provided by the i...
Page 125 - CreatePartition; Initialize the Virtual Flash Media; DCIM_PersistentStorageService; Get VFlash SD Card Inventory
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:SystemCreat...
Page 126 - Field indicates status of element to be initialized; InstanceID; Initialize / Format Media
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: Fi...
Page 127 - Enable/Disable VFlash using VFlash State Change; VFlashEnabledState
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 127 13.2.3 Verify Initialization / Formatting After invoking InitializeMedia() , get the instance of DCIM_VFlashView to confirm successful initialization. Get a specific DCIM_VFlashView with the following parameters a...
Page 128 - Create Partition; PartitionType: The partition type; wsman invoke -a CreatePartition
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 128 Enable=1, Disable=2 EXAMPLE : wsman invoke -a VFlashStateChange http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_PersistentStorageService ?SystemCreationClassName=DCIM_ComputerSystem,CreationClass...
Page 129 - Create Partition using Image
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 129 SystemName=DCIM:ComputerSystem,Name=DCIM:PersistentStorageService -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -J CreatePartition.xml -j utf-8 –y basic The input file CreatePartition.xml is s...
Page 131 - Delete Partition; This method is for deleting a partition on a storage device.
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 131 -u $USERNAME -p $PASSWORD -J CreatePartitionUsingImage.xml -j utf-8 -y basic The input file CreatePartitionUsingImage.xml is shown below: < p:CreatePartitionUsingImage_INPUT xmlns:p ="http://schemas.dmtf.or...
Page 132 - Format Partition
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 132 association instance of DCIM_ServiceAffectsElement will be deleted. The AvailableSize property of the associated storage media will increase by the size of the deleted partition. Note: A locked(attached) partition...
Page 134 - Modify Partition; Attach Partition
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 134 13.8 Modify Partition This method is used for modifying the changeable attributes of a partition. Use the following algorithm to successfully modify an existing partition. Enumerate the DCIM_PersistentStorageSer...
Page 137 - Export Data from Partition
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 137 13.11 Export Data from Partition This method is for exporting the contents of a partition to a location specified by the user. Use the following algorithm to successfully export data from an existing partition. ...
Page 138 - 4 Boot Control Configuration Management
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 138 < p:PartitionIndex >1</ p:PartitionIndex > < p:IPAddress >123.456.7.8</ p:IPAddress > < p:ShareType >2</ p:ShareType > < p:SharePath >/temp</ p:SharePath > < p:Im...
Page 139 - Listing the Boot Inventory-ConfigSetting Class; BootConfigSetting
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 139 14.1 Listing the Boot Inventory-ConfigSetting Class The boot configuration settings are a collection of settings that are applied to the boot configurable system during the boot process. The current, default, and ...
Page 140 - Getting a Boot ConfigSetting Instance; Listing the Boot Inventory-SourceSetting Class; BootSourceSetting
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 140 <n1:IsNext>2</n1:IsNext> </n1:DCIM_BootConfigSetting> <n1:DCIM_BootConfigSetting> <n1:ElementName>vFlash Boot Configuration</n1:ElementName> <n1:InstanceID>vFlash</n1:I...
Page 142 - source; wsman invoke -a ChangeBootOrderByInstanceID
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 142 The CurrentAssignedSequence attribute of each instance, from Section 14.3 , defines the instance’s place in the zero based indexed boot sequence. Note: In order for the changes to be applied, the CreateTargetedCon...
Page 143 - EnabledState; wsman invoke -a ChangeBootSourceState; 5 NIC/CNA Card Management
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 143 [INSTANCE ID] : Obtained from the BootSourceSetting Class enumeration, this example uses the field IPL source : Reference to the InstanceID attribute from Section 14.3 EnabledState : State of boot source element D...
Page 147 - Listing the CNA Inventory-Integer Class; Enumerate the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 147 <n1:PendingValue xsi:nil="true"/> </n1:DCIM_NICString> . . . 15.3 Listing the CNA Inventory-Integer Class Enumerate the DCIM_NICInteger class with the following parameters and syntax: EXAMPLE :...
Page 148 - Listing the CNA Inventory-NICView Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 148 <n1:AttributeName>FirstTgtTcpPort</n1:AttributeName> <n1:CurrentValue>3260</n1:CurrentValue> <n1:DefaultValue xsi:nil="true"/> <n1:FQDD>NIC.Embedded.1-1</n1:FQDD> ...
Page 150 - Listing the CNA Inventory-NICCapabilities Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 150 <n1:ProductName>Broadcom NetXtreme II Gigabit Ethernet – 00:22:19:59:B2:25</n1:ProductName> <n1:SlotLength>2</n1:SlotLength> <n1:SlotType>2</n1:SlotType> </n1:DCIM_NICView>...
Page 151 - Listing the CNA Inventory- NICStatistics Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 151 <n1:OpenFlowSupport>3</n1:OpenFlowSupport> <n1:PXEBootSupport>2</n1:PXEBootSupport> <n1:PartitionWOLSupport>3</n1:PartitionWOLSupport> <n1:PriorityFlowControl>3</n1:Pri...
Page 153 - ScheduledStartTime & UntilTime; wsman invoke -a CreateTargetedConfigJob; /anonymous
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 153 Note: When a user does not want to set a reboot type while creating a target job, users should comment out the RebootJobType in the input xml. User should not enter “0” or give no parameter in the input xml. Sched...
Page 154 - wsman invoke -a DeletePendingConfiguration; Getting the CNA Enumeration Instance
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 154 configuration job is created, to cancel the pending changes, call the DeleteJobQueue() method in the Job Control profile. Invoke the DeletePendingConfiguration() method with the following parameters and syntax: EX...
Page 155 - IscsiOffloadMode; Attribute; AttributeName; wsman invoke -a SetAttribute
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 155 <n1:AttributeName>LegacyBootProto</n1:AttributeName> <n1:CurrentValue>iSCSI</n1:CurrentValue> <n1:DefaultValue xsi:nil="true"/> <n1:FQDD>NIC.Embedded.1-1</n1:FQDD>...
Page 156 - Setting the MaxBandwidth Attribute
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 156 -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -J SetAttribute_CNA_IscsiOffloadMode.xml -j utf-8 -y basic The information in the input file SetAttribute_NIC.xml is shown below: < p:SetAttrib...
Page 157 - Setting the VirtMacAddr Attribute
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 157 EXAMPLE : wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_NICService ?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_NICService,SystemName=DCIM:Co...
Page 158 - LegacyBootProto
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 158 wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_NICService ?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_NICService,SystemName=DCIM:ComputerSyst...
Page 159 - Setting CNA LAN Modes
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 159 EXAMPLE : wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_NICService ?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_NICService,SystemName=DCIM:Co...
Page 160 - Setting the iSCSI Boot Target
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 160 CIM:ComputerSystem,Name=DCIM:NICService -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $ PASSWORD -J SetAttributes_NIC_LAN_Modes.xml -j utf-8 -y basic The input file SetAttributes_NIC.xml is shown below:...
Page 162 - Setting the FCoE Boot Target
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 162 <n1:Message>The command was successful</n1:Message> <n1:MessageID>NIC001</n1:MessageID> <n1:RebootRequired>Yes</n1:RebootRequired > <n1:ReturnValue>0</n1:ReturnValue>...
Page 163 - 6 RAID Storage Management; Listing the RAID Inventory-Enumeration Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 163 OUTPUT: <n1:SetAttribute_OUTPUT> <n1:Message>The command was successful</n1:Message> <n1:MessageID>NIC001</n1:MessageID> <n1:RebootRequired>Yes</n1:RebootRequired > <n1...
Page 165 - Getting a RAID Enumeration Instance; Use the following example to get an instance of the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 165 <n1:InstanceID>RAID.Integrated.1-1:RAIDBatteryLearnMode </n1:InstanceID> <n1:IsReadOnly>false</n1:IsReadOnly> <n1:PendingValue/> <n1:PossibleValues>Automatic</n1:PossibleValu...
Page 166 - Listing the RAID Inventory-Integer Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 166 <n1:CurrentValue>Disabled</n1:CurrentValue> <n1:FQDD>RAID.Integrated.1-1</n1:FQDD> <n1:InstanceID>RAID.Integrated.1-1:RAIDloadBalancedMode </n1:InstanceID> <n1:IsReadOnly>...
Page 168 - Getting a RAID Integer Instance; Listing the RAID Inventory-String Class; RAIDString
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 168 <n1:PendingValue/> <n1:UpperBound>100</n1:UpperBound> </n1:DCIM_RAIDInteger> 16.4 Getting a RAID Integer Instance Use the following example to get an instance of the DCIM_RAIDInteger class,...
Page 169 - Getting a RAID String Instance
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 169 -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:DCIM_RAIDString> <n1:AttributeName>Name</n1:AttributeName> <n1:CurrentValue>MyCacheCadeVD<...
Page 170 - Listing the RAID Inventory-ControllerView Class; ControllerView
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 170 OUTPUT: <n1:DCIM_RAIDString> <n1:AttributeName>Name</n1:AttributeName> <n1:CurrentValue>MyCacheCadeVD</n1:CurrentValue> <n1:FQDD>Disk.Virtual.0:RAID.Integrated.1-1</n1:FQDD&g...
Page 171 - Getting a RAID ControllerView Instance; instanceID
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 171 <n1:LastSystemInventoryTime>20120116145459.000000+000 </n1:LastSystemInventoryTime> <n1:LastUpdateTime>20120116145459.000000+000 </n1:LastUpdateTime> <n1:PCIDeviceID>73</n1:PCIDevi...
Page 172 - Listing the RAID Inventory-PhysicalDiskView Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 172 <n1:DriverVersion xsi:nil="true"/> <n1:EncryptionCapability>0</n1:EncryptionCapability> <n1:EncryptionMode>0</n1:EncryptionMode> <n1:FQDD>RAID.Slot.1-1</n1:FQDD> &...
Page 173 - Listing the RAID VirtualDiskView Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 173 </n1:FQDD> <n1:FreeSizeInBytes>8978432</n1:FreeSizeInBytes> <n1:HotSpareStatus>0</n1:HotSpareStatus> <n1:InstanceID>Disk.Bay.0:Enclosure.Internal.0-0:RAID.Slot.1-1</n1:Instan...
Page 175 - Listing the RAID EnclosureView Inventory
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 175 <n1:DCIM_VirtualDiskView> <n1:BusProtocol>6</n1:BusProtocol> <n1:Cachecade>0</n1:Cachecade> <n1:DiskCachePolicy>1024</n1:DiskCachePolicy> <n1:FQDD>Disk.Virtual.0:RAI...
Page 176 - All data on the existing virtual disks will be lost!; ResetConfig; TARGET; wsman invoke -a ResetConfig
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 176 -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:DCIM_EnclosureView> <n1:AssetTag> </n1:AssetTag> <n1:Connector>0</n1:Connector> <n1...
Page 177 - wsman invoke -a ClearForeignConfig
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 177 The input file ResetConfig.xml is shown below: < p:ResetConfig_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService"> < p:Target >RAID.Integrated.1-1<...
Page 180 - HotSpare; wsman invoke -a GetDHSDisks; DCIM_PhysicalDiskView
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 180 16.16 Managing Hot Spare 16.16.1 Determining Potential Disks-GetDHSDisks() The GetDHSDisks() method is used to determine possible choices of drives to be a dedicated HotSpare for the identified virtual disk. Invok...
Page 181 - VirtualDiskArray; only one VD can be passed
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 181 VirtualDiskArray : Array of ElementName(s) where each identifies a different VD, currently only one VD can be passed EXAMPLE : wsman invoke -a AssignSpare http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dc...
Page 182 - Managing Keys for Self Encrypting Drives; The Dell Key Manager feature is not available at this time.
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 182 16.16.3 Unassigning the Hot Spare-UnassignSpare() The UnassignSpare() method is used to unassign a physical disk. The physical disk may be used as a dedicated hot spare to a virtual disk, or as a global hot spare....
Page 183 - wsman invoke -a SetControllerKey; wsman invoke -a LockVirtualDisk
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 183 EXAMPLE : wsman invoke -a SetControllerKey http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_RAIDService,SystemName=...
Page 184 - Key
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 184 < p:LockVirtualDisk_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService"> < p:Target >Disk.Virtual.0:RAID.Integrated.1-1</ p:Target > </ p:Loc...
Page 185 - section
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 185 wsman invoke -a EnableControllerEncryption http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_RAIDService,SystemName=...
Page 186 - below.; not have spaces in it.; Mode of the Controller
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 186 below. & & < < > > “ " ‘ ' Keyid: Key Identifier- Describes Key. The Keyid can be maximum 32 characters long and shoutd not have spaces in it. Mode: Mode...
Page 187 - Managing Virtual Disk; MediaType; Diskprotocol
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 187 16.17.5 Removing the Key-RemoveControllerKey() The RemoveControllerKey() method is used to erase the key on the controller along with the attached encrypted drives. Invoke the RemoveControllerKey() method with the...
Page 188 - wsman invoke -a GetRAIDLevels
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 188 Include all protocols=0, Include SATA=1, Include SAStypes=2 DiskEncrypt : Types of encryption to include 0 = Include FDE capable and non encryption capable disks 1 = Include FDE disks only 2 = Include only non FDE...
Page 189 - wsman invoke -a GetAvailableDisks
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 189 RAID 10 = 2048 RAID 50 = 8192 RAID 60 = 16384 16.18.2 Getting the Available Disks-GetAvailableDisks() The GetAvailableDisks() method is used to determine possible choices of drives to create virtual disks. Invoke ...
Page 190 - VDPropValueArrayIn; VDPropNameArrayIn
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 190 0-0:RAID.Integrated.1-1 </n1:PDArray> <n1:ReturnValue>0</n1:ReturnValue> </n1:GetAvailableDisks_OUTPUT> 16.18.3 Checking the Create VD Parameters Validity-CheckVDValues() The CheckVDValues(...
Page 191 - ObjectStatus
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 191 < p:VDPropValueArrayIn >2048</ p:VDPropValueArrayIn > < p:VDPropNameArrayIn >SpanDepth</ p:VDPropNameArrayIn > < p:VDPropValueArrayIn >1</ p:VDPropValueArrayIn > </ p:CheckVD...
Page 192 - VDPropValueArray; VDPropNameArray
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 192 Size, RAIDLevel, SpanDepth, SpanLength, StripeSize, ReadPolicy, WritePolicy, DiskCachePolicy, VirtualDiskName, Initialize VDPropValueArray : This parameter is the list of property values that will be used to creat...
Page 197 - VirtualDiskName, CacheCade
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 197 Invoke CreateVirtualDisk() with the following parameters and syntax: TARGET : This parameter is the FQDD of the DCIM_ControllerView ( Section 16.7 ) PDArray : This parameter is the list of physical disk FQDDs that...
Page 198 - wsman invoke -a DeleteVirtualDisk; Setting Controller Attributes; Changing the Value of a RAID Controller Enumeration Attribute
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 198 Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous ReferenceParameters ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_VirtualDiskView SelectorSet Selector: InstanceID =...
Page 200 - PossibleValues; FQDD; AttributeValue; PossibleValues
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 200 AttributeValue : Obtained from the PossibleValues field EXAMPLE : wsman invoke -a SetAttributes http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService ?SystemCreationClassName=DCIM_ComputerS...
Page 201 - Changing Multiple Values of RAID Controller Integer Attributes; SetAttributes
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 201 EXAMPLE : wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_RAIDService,SystemName=DCIM...
Page 202 - ConvertToRAID; PendingValue; Physical Disk TARGET
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 202 -u $USERNAME -p $PASSWORD -J SetAttributes_Integer_RAID_Controller.xml -j utf-8 -y basic The input file SetAttributes_Integer_RAID_Controller.xml is shown below: < p:SetAttributes_INPUT xmlns:p ="http://sch...
Page 203 - ConvertToNonRAID
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 203 The input file ConvertToRAID.xml is shown below: < p:ConvertToRAID_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_RAIDService"> < p:PDArray > Disk.Bay.2:Enclo...
Page 204 - 7 Managing BIOS Configuration; Listing the BIOS Inventory-Enumeration Class; DCIM_BIOSEnumeration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 204 17 Managing BIOS Configuration This feature provides the ability to get and set any configurable BIOS attributes that are exposed in BIOS UEFI HII. The BIOS Management Profile extends the management capabilities o...
Page 206 - Getting a BIOS Enumeration Instance; Getting one particular instance of the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 206 . 17.2 Getting a BIOS Enumeration Instance Getting one particular instance of the BIOSEnumeration , instead of all instances as shown in Section 17.1 , is shown below. Get a BIOSEnumeration instance with the follo...
Page 207 - Setting Multiple BIOS BootMode Parameters; BiosMode
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 207 wsman invoke -a SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_BIOSService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_BIOSService,SystemName=DCIM:ComputerS...
Page 208 - Listing the BIOS Inventory-Integer Class; BIOSInteger; Listing the BIOS Inventory-String Class; BIOSString
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 208 < p:SetAttributes_INPUT xmlns:p ="http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_BIOSService"> < p:Target >BIOS.Setup.1-1</ p:Target > < p:AttributeName >BootMode...
Page 209 - BIOSAttribute
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 209 EXAMPLE : wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BIOSString -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <n1:DCIM_BIOSSt...
Page 211 - Target; Managing BIOS Passwords; Setting the BIOS Password
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 211 17.8 Deleting the Pending Values for BIOS & Boot-DeletePendingConfiguration() This method is called to cancel the pending values created by the SetAttribute() and SetAttributes() methods. The DeletePendingConf...
Page 212 - - Obtained from any BIOS enumerate WSMAN command; PasswordType; - Either 1 for system or 2 for setup; OldPassword; wsman invoke -a ChangePassword
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 212 Deleting an existing BIOS password Invoke ChangePassword() method with the following parameters: Target - Obtained from any BIOS enumerate WSMAN command PasswordType - Either 1 for system or 2 for setup OldPassw...
Page 213 - Create Target Configuration Job; Create a configuration job as shown in; Monitor Set BIOS Password Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 213 <n1:MessageID>BIOS019</n1:MessageID> <n1:ReturnValue>2</n1:ReturnValue> </n1:ChangePassword_OUTPUT> <n1:ChangePassword_OUTPUT> <n1:Message>The command was successful</n...
Page 214 - Listing the BIOS Inventory-Password Class; BIOSPassword
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 214 Ready for execution - Job is created, but waiting for scheduled start time to pass to schedule the job Scheduled - Job is scheduled and ready for system reboot to execute the job Failed - Problem with settin...
Page 215 - 8 Exporting and Importing Server Profile; Exporting Server Profile
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 215 <n1:GroupID>SysSecurity</n1:GroupID> <n1:InstanceID>BIOS.Setup.1-1:SetupPassword</n1:InstanceID> <n1:IsReadOnly>false</n1:IsReadOnly> <n1:IsSet>false</n1:IsSet> <...
Page 216 - Exporting Server Profile to iDRAC vFlash Card-BackupImage(); ShareType
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 216 18.1.1 Exporting Server Profile to iDRAC vFlash Card-BackupImage() iDRAC vFlash Card: ShareType is “4”. EXAMPLE : wsman invoke -a BackupImage http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_LCSer...
Page 218 - Monitoring Export status; The status may be one of the following:; Importing Server Profile
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 218 </n1:BackupImage_OUTPUT> The response contains a reference to the job class that will provide the status of the operation. The return value is 4096 which indicates that the method operation is not yet comple...
Page 219 - Importing Server Profile from iDRAC vFlash Card-RestoreImage()
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 219 [DRIVESHARE] : This is the directory path for the image. [USERNAME] : This is the username to the file share. [PASSWORD] : This is the password to the file share. [IMAGENAME] : This is the desired name of the imag...
Page 221 - Monitoring Import Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 221 <wsa:ReferenceParameters> <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_LifecycleJob</wsman:ResourceURI> <wsman:SelectorSet> <wsman:Selector Name="Instanc...
Page 222 - 9 iDRAC Configuration; Listing the iDRAC Card Inventory-Enumeration Class; iDRACCardEnumeration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 222 Ready for Restore - Request has been received Restore In Progress - Restore process is currently in process Failed - Problem with the restore process, check message for more information Completed -Restore ...
Page 224 - Getting an iDRAC Card Enumeration Instance
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 224 </n1:DCIM_iDRACCardEnumeration> <n1:DCIM_iDRACCardEnumeration> <n1:AttributeDisplayName>User Admin IPMI LAN Privilege </n1:AttributeDisplayName> <n1:AttributeName>IpmiLanPrivilege<...
Page 225 - Listing the iDRAC Card Inventory-Enumeration Class using; groupID
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 225 <n1:AttributeDisplayName>Nic Enable</n1:AttributeDisplayName> <n1:AttributeName>Enable</n1:AttributeName> <n1:CurrentValue>Enabled</n1:CurrentValue> <n1:DefaultValue>Enabl...
Page 226 - Applying the Attributes and Polling Job Completion
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 226 <n1:CurrentValue>0</n1:CurrentValue> <n1:DefaultValue>0</n1:DefaultValue> <n1:Dependency xsi:nil="true"/> <n1:DisplayOrder>0</n1:DisplayOrder> <n1:FQDD>iDRAC...
Page 228 - Polling Job Completion; JobStatus
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 228 < p:AttributeName >Users.16#IpmiLanPrivilege</ p:AttributeName > < p:AttributeValue >Administrator</ p:AttributeValue > < p:AttributeName >Users.3#IpmiSerialPrivilege</ p:Attribute...
Page 229 - Set Attribute Verification; To verify the changes made to the attributes, enumerate the
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 229 OUTPUT: <n1:DCIM_LifecycleJob> <n1:InstanceID>JID_001300815142</n1:InstanceID> <n1:JobStartTime>TIME_NA</n1:JobStartTime> <n1:JobStatus>Completed</n1:JobStatus> <n1:Job...
Page 231 - Listing the iDRAC Card Inventory-Integer Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 231 <n1:PossibleValues>Operator</n1:PossibleValues> <n1:PossibleValues>Administrator</n1:PossibleValues> <n1:PossibleValues>NoAccess</n1:PossibleValues> </n1:DCIM_iDRACCardEnumer...
Page 232 - Listing the iDRAC Card Inventory-Integer Class using; iDRACCardInteger
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 232 <n1:Dependency xsi:nil="true"/> <n1:DisplayOrder>0</n1:DisplayOrder> <n1:FQDD>iDRAC.Embedded.1</n1:FQDD> <n1:GroupDisplayName>Users</n1:GroupDisplayName> <n1:Gr...
Page 233 - Listing the iDRAC Card Inventory-String Class; iDRACCardString
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 233 <n1:FQDD>iDRAC.Embedded.1</n1:FQDD> <n1:GroupDisplayName>NIC</n1:GroupDisplayName> <n1:GroupID>NIC.1</n1:GroupID> <n1:InstanceID>iDRAC.Embedded.1#NIC.1#VLanPriority </n...
Page 235 - Listing the iDRAC Card Inventory-String Class using; dracgetgroupid_string
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 235 <n1:GroupID>Users.3</n1:GroupID> <n1:InstanceID>iDRAC.Embedded.1#Users.3#UserName </n1:InstanceID> <n1:IsReadOnly>true</n1:IsReadOnly> <n1:MaxLength>16</n1:MaxLength>...
Page 237 - Changing the iDRAC IPChange Notification; Getting the Current iDRAC IPChange State; IPChangeNotifyPS
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 237 19.9 Changing the iDRAC IPChange Notification 19.9.1 Getting the Current iDRAC IPChange State Get the IPChangeNotifyPS attribute from the DCIM_LCAttribute class to display. The CurrentValue field indicates the cur...
Page 238 - 0 Remote Service Status; To get the remote service status, invoke the; Getting Remote Service Status
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 238 Name=DCIM:LCService -h $IPADDRESS -V -v -c dummy.cert -P 443 –u $USERNAME -p $PASSWORD -J SetAttribute_iDRAC_IPChange_Notification.xml -j utf-8 -y basic The input file setattribute.xml is shown below: < p:SetAt...
Page 239 - Possible values
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 239 wsman invoke -a GetRemoteServicesAPIStatus http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_LCService ?SystemCreationClassName=DCIM_ComputerSystem, CreationClassName=DCIM_LCService,SystemName=DCIM...
Page 240 - Restarting Remote Service Status; wsman invoke -a DeleteJobQueue
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 240 2 (Out of POST) Server is out of POST 3 (Collecting System Inventory) Server is currently executing UEFI Collect System Inventory On Restart application 4 (Automated Task Execution) Server is currently executing s...
Page 241 - 1 System Information; Listing the System Inventory-SystemView Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 241 <n1:DeleteJobQueue_OUTPUT> <n1:Message>The specified job was deleted</n1:Message> <n1:MessageID>SUP020</n1:MessageID> <n1:ReturnValue>0</n1:ReturnValue> </n1:DeleteJobQ...
Page 244 - 2 Sensor Information; Listing the Sensors Inventory-PSNumericSensor Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 244 22 Sensor Information The DCIM Sensors Profile describes the properties and interfaces for executing system management tasks related to the management of sensors within a system. Profile and Associated MOFs: http:...
Page 245 - 3 Managing Fiber Channel (FC) Configuration; Listing the FC Inventory-Attribute Class; The FC Inventory contains the following attributes:
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 245 <n1:PossibleStates>Lower Non-Critical</n1:PossibleStates> <n1:PossibleStates>Lower Critical</n1:PossibleStates> <n1:PrimaryStatus>1</n1:PrimaryStatus> <n1:RateUnits>0</...
Page 246 - Listing the FC Inventory-Statistics Class; Enumerate
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 246 OUTPUT: <s:Body> <wsen:PullResponse> <wsen:EnumerationContext>bba65194-d0f9-10f9-8126-215754cb2b78</wsen:EnumerationContext> <wsen:Items> <n1:DCIM_FCString> <n1:AttributeDisp...
Page 247 - Listing the FC Inventory-String Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 247 wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_FCStatistics -h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD -j utf-8 -y basic OUTPUT: <s:Body> <wsen:P...
Page 248 - Listing the FC Inventory-Integer Class
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 248 <n1:AttributeName>DeviceName</n1:AttributeName> <n1:CurrentValue>QLE2562 </n1:CurrentValue> <n1:Dependency xsi:nil="true"/> <n1:FQDD>FC.Slot.4-1</n1:FQDD> <n1:I...
Page 249 - Listing the FC Inventory-Enumeration Class; FCEnumeration
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 249 23.5 Listing the FC Inventory-Enumeration Class Enumerate FCEnumeration class ith the following parameters and syntax: EXAMPLE : wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim- schema/2/root/dcim/DCIM_FC...
Page 252 - Listing the FC Views; FCView
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0 252 created, the pending changes can only be canceled by calling DeleteJobQueue() in the Job Control profile. Invoke DeletePendingConfiguration() with the following parameters and syntax: Target : This parameter is th...