Practices Guide
Lifecycle Controller Integration―Best Practices Specification
102
Set desired RAID physical disk FQDD by editing script
Script: ConvertToNonRAID.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands.
GetRemoteServicesAPIStatus()
B) GetControllerViews(): ENUMERATE the DCIM_ControllerView class to view all available
RAID FQDDs. See section 2.2 for a definition of
ENUMERATE .
C) GetPhysicalDiskViews(): ENUMERATE the DCIM_PhysicalDiskView class to view all
available physical disk FQDDs. See section 2.2 for a definition of
ENUMERATE .
Note the value of the RaidStatus parameter of the desired physical disk.
D) ConvertToNonRAID(): Invoke this method
E) CreateRAIDConfigJob(): Apply step D) [ReturnValue=4096]
F) Poll jobstatus for Completed: GET the InstanceID of from E). See section 2.3 for a
definition of
GET.
G) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands.
GetRemoteServicesAPIStatus()
H) GetPhysicalDiskViews(): ENUMERATE the DCIM_PhysicalDiskView class to view all
available physical disk FQDDs. See section 2.2 for a definition of
ENUMERATE .
Note the new value of the RaidStatus parameter of the desired physical disk.
15 Record Log Profile Use Cases
15.1 Discovery of Record Log Profile Support
Use the following procedure below to confirm the existence of Record Log profile support.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetRecordLogProfile.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.