Veritas™ System Recovery 18 Service Pack 3 User's Guide: Linux Edition

Last Published:
Product(s): System Recovery (18.0.3)
  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 18 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)

Creating a Veritas Recovery Disk for Linux

To create a Veritas Recovery Disk for Linux you must have a Red Hat Enterprise Linux (RHEL) boot CD/DVD or ISO or a SUSE Linux Enterprise Server (SLES) CD/DVD or ISO.

Note:

The ISO must match the distribution and version of Linux that you currently have installed and running.

To create a Veritas Recovery Disk for Linux CD using a Red Hat Enterprise Linux boot CD/DVD iso file

  1. Open a terminal window (command-line terminal) on the Linux server and log on as a user with administrative privileges.
  2. Enter the following command at the Linux server console:

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

    Replace /mnt/backup/rhel-5.2-server-i386-dvd.iso with the path and name of the source ISO file you use to create the Veritas Recovery Disk.

    Replace /mnt/backup/customSRD.iso with the path and name of the Veritas Recovery Disk ISO file that you want to create.

To create a Veritas Recovery Disk using a SUSE Linux Enterprise Server CD/DVD in the drive

  1. Open a terminal window (command-line terminal) on the Linux server and log on as a user with administrative privileges.
  2. Enter the following command at the Linux server console:

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

    Replace /media/SLES10SP_001/ with the path to where the CD is mounted.

    Replace /mnt/backup/customSRD.iso with the path and name of the Veritas Recovery Disk ISO file that you want to create.

To create a Veritas Recovery Disk using a SUSE Linux Enterprise Server CD/DVD mounted in the /media directory

  1. Open a terminal window (command-line terminal) on the Linux server and log on as a user with administrative privileges.
  2. Enter the following command at the Linux server console:

    createSRD -i /media/SLES10 -d /mnt/backup/customSRD.iso

    Replace /mnt/backup/customSRD.iso with the path and name of the Veritas Recovery Disk ISO file that you want to create.

Note:

You can also use RHEL 6.2 boot CD to create Veritas Recovery Disk for Linux.

See About Veritas Recovery Disk.