Users Guide
74 Remote Services Profiles
•The
CreateTargetedConfigJob()
method is used to apply the pending
values created by other methods. The successful execution of this method
creates a job for application of pending attribute values.
NOTE: Subsequent calls to the CreateTargetedConfigJob() method after the
first CreateTargetedConfigJob() method results in an error until the first job is
completed.
•The
DeletePendingConfiguration()
method cancels the pending
configuration (created using the other methods) changes made before the
configuration job is created with
CreateTargetedConfigJob()
.
•The
RemoveControllerKey()
method erases the encryption key on
controller. All encrypted virtual drives are erased along with its data.
•The
ReKey()
method resets the key on the controller. Use this method to
switch between local key encryption and remote key encryption.
•The
EnableControllerEncryption()
method applies Local Key Encryption
(LKM) on controllers.
•The
SetAttribute()
method is used to set or change the value of a RAID
attribute.
•The
SetAttributes()
method is used to set or change the values of a group
of attributes.
•The
CreateVirtualDisk()
method is used to do the following:
– Create sliced virtual disk. A sliced virtual disk is created, if
CreateVirtualDisk() Size input parameter value is less than total size
of the set of physical disks. Additional sliced virtual disks can be
created using the same set of physical disks and same RAID level that
was used to create the first virtual disk.
– Create a Cachecade Virtual Disk on the targeted controller. This
method internally creates a RAID-0 virtual disk.The method of
creation is the same as creating a sliced virtual disk. In this case, the
CreateVirtualDisk()
method only takes VDPropNameArray-
VDPropValueArray pairs.
•The
UnassignSpares()
method is used to unassign a physical disk as a
dedicated hot spare from a virtual disk, or as a global hot spare.