Dell Lifecycle Controller 1.4 User Manual Page 51

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 50
Remote Services Operations 49
Perform the Get operation on the DCIM_ControllerView class using the
correct instance ID of the required RAID controller to display the related
properties.
Creating a Virtual Disk
To create the virtual disk:
1
Find out the RAID configurations in the system using the
GetRAIDLevels()
method in DCIM_RAIDService class.
2
Select the physical disk(s) on which you need to create the virtual disk
based on the IDs gathered using the
GetAvailableDisks()
method in
DCIM_RAIDService class.
3
Check the available sizes and default virtual disk parameters for the
required RAID level and physical disk using the
CheckVDValues()
method in DCIM_RAIDService class.
NOTE: The CheckVDValues() method does not show the Span details
correctly for RAID-10.
4
Construct the input parameters before you invoke the
CreateVirtualDisk()
method.
5
Invoke the
CreateVirtualDisk()
method.
6
Check the output parameters (return code values) for the selected
method. The InstanceID of the pending virtual disk is an output
parameter and the return code value is returned if the method is
successful. For example, if the method is successful, code 0 is returned.
7
Before invoking the
CreateTargetedConfigJob()
method, construct the
input parameters and use the correct Fully Qualified Device Descriptor
(FQDD) for the controller.
8
Invoke the
CreateTargetedConfigJob()
method to apply the pending
values.
9
Query the status of the jobID output using the job control profile
methods.
10
The system is rebooted based on the time specified.
11
Enumerate the
DCIM_VirtualDiskView
class to view the virtual disk
created earlier.
RemoteServices1_4.book Page 49 Thursday, October 21, 2010 5:05 PM
Page view 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 91 92

Comments to this Manuals

No comments