Download Dell Lifecycle Controller 2 Version 1.3.0 Practices Guide
Transcript
Lifecycle Controller Integration―Best Practices Specification Results for the InstanceID of DCIM:BIOSandBootManagement:1.0.0 shown below. If no instance is returned, the profile is not supported. DCIM_LCRegisteredProfile AdvertiseTypeDescriptions = WS-Identify AdvertiseTypeDescriptions = Interop Namespace AdvertiseTypes = 1 AdvertiseTypes = 1 InstanceID = DCIM:BIOSandBootManagement:1.0.0 OtherRegisteredOrganization = DCIM ProfileRequireLicense = Remote Firmware Configuration ProfileRequireLicenseStatus = LICENSED RegisteredName = BIOS and Boot Management RegisteredOrganization = 1 RegisteredVersion = 1.2.0 6.2 List all BIOS Attributes Use the following procedure below to view all available instances of the DCIM_BIOSEnumeration class, DCIM_BIOSInteger class, and DCIM_BIOSString classes in the system. Applies to: LC1.5.0+ Prerequisites for script: none Script: GetAllBIOSAttributes.win A) The Lifecycle Controller remote service must be in a “ready” state before executing any other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus() method may be used depending on the version of the LC Management registered profile. B) ENUMERATE the following classes to view all instances. See section 2.2 for a definition of ENUMERATE . GetBIOSEnumerations(): Returns instance information from DCIM_BIOSEnumeration class GetBIOSIntegers(): Returns instance information from DCIM_BIOSInteger class GetBIOSStrings(): Returns instance information from DCIM_BIOSString class The instance information of all available BIOS attributes will be returned. 6.3 Delete Pending BIOS Configuration Use the following procedure below to delete pending BIOS configurations/values set by the setAttribute(s) method. Applies to: LC1.5.0+ Prerequisites for script: none 73