White Papers

92 Lifecycle Controller Integration Best Practices Guide
RegisteredOrganization = 1
RegisteredVersion = 1.0.0
11.2 Inventory of Virtual Flash (vFlash) Media
Use the following procedure below to list the inventory of all vFlash in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetvFlashViews.win
A) The Lifecycle Controller remote service must be in a “ready” state before running 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) GetvFlashViews(): ENUMERATE the DCIM_VFlashView class to view all instances. See section 2.2 for a
definition of ENUMERATE .
The instance information of all available virtual flash media will be returned.
11.3 Get Information About the First vFlas Attribute
The URI for getting particular instance information is deterministic (i.e the InstanceID will be unique for each instance)
Applies to: LC1.5.0+
Prerequisites for script:
Set desired instanceID by editing script
Script: GetVFlashView.win
A) The Lifecycle Controller remote service must be in a “ready” state before running 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) GetVFlashView(): GET the DCIM_VFlashView instance using the InstanceID= Disk.vFlashCard.1. See Section 2.3
for a definition of GET.
The instance of DCIM_VFlashView that contains the information on the first vFlash will be returned.
11.4 Inventory of Partitions on the Virtual Flash Media
Use the following procedure below to list the inventory of all vFlash partitions in the system.
Applies to: LC1.5.0+