Veritas™ System Recovery 21 User's Guide: Linux Edition

Last Published:
Product(s): System Recovery (21)
  1. Introducing Veritas™ System Recovery for Linux
    1.  
      About Veritas System Recovery Linux Edition
  2. Installing Veritas System Recovery Linux Edition
    1. Before you install
      1.  
        System requirements
      2.  
        Installing Fuse
      3.  
        About supported file systems and removable media
      4.  
        When you delay licensing
    2.  
      About upgrading to Veritas System Recovery 21 Linux Edition
    3.  
      Installing Veritas System Recovery Linux Edition
    4.  
      Uninstalling Veritas System Recovery Linux Edition
  3. Backing up a Linux computer
    1.  
      About backing up a Linux computer
    2.  
      Viewing the details of the disk that you want to back up
    3.  
      Performing an independent backup
    4. Scheduling a backup
      1.  
        Viewing the details of existing backup jobs
      2.  
        Recovery point type options
      3.  
        Compression level options
      4.  
        Encryption type options
      5.  
        Scheduling options for starting a new recovery point set (base recovery point)
      6.  
        Scheduling options for creating recovery points (incremental recovery points)
      7.  
        Scheduling options for an independent recovery point
    5.  
      Running an existing backup job
  4. Restoring a Linux computer
    1.  
      About recovering a Linux computer
    2.  
      Starting a Linux-based computer using Veritas Recovery Disk
    3. Recovering a Linux computer
      1.  
        About restoring to empty disk segments
    4.  
      Mounting and unmounting a recovery point for granular file and folder recovery
  5. Creating a Veritas Recovery Disk
    1.  
      About Veritas Recovery Disk
    2.  
      Creating a Veritas Recovery Disk for Linux
  6. Features not supported in Veritas System Recovery for Linux
    1.  
      Windows product features not supported in this release
  7. Troubleshooting Veritas System Recovery Linux Edition
    1.  
      About finding logs for troubleshooting
    2.  
      About using the gatherLogs utility for troubleshooting
    3.  
      About troubleshooting cron services issues
  8. Appendix A. Veritas System Recovery for Linux Utilities
    1.  
      Create Veritas Recovery Disk (createSRD utility)
    2.  
      Backup and Restore (symsr utility)
    3.  
      Granular File Recovery (mount.v2i utility)

Name

createSRD — Create a Veritas Recovery Disk

SYNOPSIS


createSRD [source]... [destination]


createSRD [source]... [install ISO type, disk type]... [destination]

DESCRIPTION

createSRD is a command line utility for creating a Veritas Recovery Disk (VRD). Veritas Recovery Disk lets you start a computer that can no longer run the Linux operating system. When you boot your computer using the Veritas Recovery Disk CD, a scaled-down version of Linux runs a recovery environment. In the recovery environment, you can access the recovery features of Veritas System Recovery.

OPTIONS

-h, --help

Show this help message and exit.

-i FILE or DIR, --iso=FILE or DIR

CD ISO file or directory where the CD is mounted. You use this ISO file or directory to create a Veritas Recovery Disk.

-d FILE, --destination=FILE

The output ISO file that the script creates.

-m, --manual-modifications

Pause after all files are extracted to allow for manual modifications.

--temp-dir=DIR

Temporary directory that is used for creating the new ISO file. The default is /tmp/<iso_name>.

-v --verbose

Print extra status messages to stdout.

EXAMPLES

createSRD uses POSIX-style options. This is different than the symsr utility, which always uses a single '-' even if the option contains multiple characters. Single-letter parameters may be specified as a group in POSIX tar -xvf, but cannot be in the symsr utilities.

The following are usage examples for the createSRD utility.

createSRD --iso=/mnt/backup/rhel-5.2-server-i386-dvd.iso -d /mnt/backup/customSRD.iso

Create an Veritas Recovery Disk from a Red Hat Enterprise Linux (RHEL) boot CD/DVD iso.

createSRD --iso=/media/SLES10SP_001/ -d /mnt/backup/customSRD.iso

Create a Veritas Recovery Disk from a SUSE Linux Enterprise Server (SLES) CD/DVD in the drive.

createSRD -i /media/SLES10 -d srd.iso

Create a Veritas Recovery Disk from a SUSE Linux Enterprise Server (SLES) CD/DVD mounted in the /media/ directory.

SEE ALSO

Man page for Backup and Restore (symsr utility).

Man page for Granular File Recovery (mount.v2i utility).