Reference Guide

74 RACADM Subcommand Details
Description
The vflashpartition subcommand allows you to perform the following:
Create an empty partition
Create a partition using an image file
Format a partition
View available partitions
Delete existing partitions
Get the status of partitions
NOTE: Create partition using image file is not supported in local RACADM.
Examples
To create a 20MB empty partition:
racadm vflashpartition create -i 1 -o drive1 -t
empty -e HDD -f fat16 -s 20
To create a partition using an image file on a remote system:
racadm vflashpartition create –i 1 –o drive1 –e
HDD –t image –l //myserver/sharedfolder/foo.iso –u
root –p mypassword
To delete a partition:
racadm vflashpartition delete -i 1
To delete all partitions, re-initialize the vFlash SD card.
To get the status of operation on partition 1:
racadm vflashpartition status -i 1
To get the status of all existing partitions:
racadm vflashpartition status -a
To list all existing partitions and its properties:
racadm vflashpartition list
To get the partition size:
racadm getconfig –g cfgvflashpartition –o
cfgvflashpartitionsize –i 1