Users Guide

56 Remote Services Operations
Displaying the Inventory of vFlash SD Card
Perform the Enumerate operation on the DCIM_VFlashView class to display
all the properties of the vFlash SD card; such as Available size, Capacity,
Licensed, and Health, Enable/Disable state, Initialized state, and Write
protected state.
Displaying the Partitions on vFlash SD Card
Perform the Enumerate operation on the DCIM_OpaqueManagementData
class to display all the partitions and their properties; such as partition ID, its
size and data format.
Creating and Modifying a Partitions on vFlash SD Card
1
Perform the enumerate operation on the
DCIM_OpaqueManagementData
class to get the list of current
partitions.
2
Before you invoke the
CreatePartition()
method in
DCIM_PersistentStorageService class, construct the input parameters.
3
Invoke the CreatePartition() method. For example, if a job is created
successfully, code 4096 is returned.
4
Invoke the
CreatePartition()
method to form a bootable image. This
creates a bootable partition from image stored on server shares like NFS,
CIFS, and FTP.
5
Query the status of the jobID output using the job control profile
methods.
6
Repeat step 1 to confirm successful execution of the method.
7
Set the created bootable partition as an option under the BIOS boot menu
and boot to the image stored on the partition.
8
Invoke the
AttachPartition()
method, to view and modify the contents of
partitions.
9
Invoke the
Accesstype()
and
FormatType()
methods, to change the access
type and the format type of the created partitions.