Deployment Solution 425
RapiDeploy Technical Reference
-p[partition] Function Specifies which partition to process.
Parameters
n Number (1-31) uploads the partition (each partition must be
designated separately)
b images the BootWorks partition (works for both hidden and
embedded types)
oem images the oem partition
rs images the recovery partition
Examples
To upload an image of partition 2, type
rdeploy -mu -p2 -f[filename]
To upload multiple partitions, type
rdeploy -mu -p2 -p3 -p4 -f[filename]
To upload the BootWorks partition, type
rdeploy -mu -pb -f[filename]
To upload the oem partition, type
rdeploy -mu -poem -f[filename]
See also -m[mode], -f[path & file name]
-password:[pwd] Function Specifies the image password. Passwords are case
sensitive.
Example To create a password-protected image file, type
rdeploy -mu -f[filename] -password:Altiris
To restore that file, type
rdeploy -md -f[filename] -password:Altiris
See also -m[mode], -f[path & file name]
-postconfig Function Perform postconfig from within RDeploy.
-raid:[n] Function Specify the software raid level.
-raw Function Treats all partitions as raw. The Master PC reads and
images a partition by sectors rather than by files. This switch
makes the image drive geometry dependent (must have the
same heads, cylinders, and tracks as the image source). Used
mostly by Altiris Technical Support for troubleshooting, or it
could be used to make sure that any extra data residing outside
of the file system is included in the image.
-retainstart Function Retain the start sector of the first partition. DOS
partitions only, up to 2048 sectors.
-rescan Function Reread the partition table after imaging.
-restorebt Function Restore the boot track during download.
RapiDeploy Command-line Switches (Continued)
Switch [parameters] Details