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)

Recovering a Linux computer

You can restore your computer (all volumes and partitions on your computer) using the recover feature of Veritas System Recovery Linux Edition. If you have a recovery point for the partitions or volumes that you want to recover, you can fully recover your computer or another hard drive back to the state it was in when the recovery point was created.

Restoring a system volume might require booting to and performing the recovery from the Veritas Recovery Disk.

Note:

If you restore a volume or partition that LVM (Linux Volume Manager) or software RAID managed, before you start the recovery process you must use lvmtools or the RAID tools that are present on the recovery disk to set up LVM or software RAID.

To recover a computer

  1. If the computer won't boot, start it using Veritas Recovery Disk. If the computer will boot, log on at a terminal window as user root or as a user with administrative privileges .

    See Starting a Linux-based computer using Veritas Recovery Disk.

  2. If the recovery point is stored on a remote NFS or CIFS share, configure your network settings and mount the remote NFS or CIFS share.
  3. Enter the following command at the server console:

    symsr -r recoverypoint_nameoptions -d destination

    Replace recovery point_name with the name of the recovery point you want to restore. Recovery points have a .v2i or .iv2i file name extension.

    Replace options with the options you want to use with the restore.

    Replace destination with the location where the recovery point is restored. The destination must be a partition or a volume device.

    For example, if you want to restore an independent recovery point named system_000.v2i (the system partition) from the /tmp/path/to directory back to its original location (/dev/sda1), you enter the following command:

    symsr -r /tmp/path/to/system_000.v2i -d /dev/sda1 -active

    Similarly, to restore an incremental recovery point named system_000_005.iv2i from a recovery point set, you enter the following command:

    symsr -r /tmp/path/to/system_000_005.iv2i -d /dev/sda1 -active

    Note:

    The -active option is only used with Veritas System Recovery 21 Linux Edition during a restoration of a system volume. Using the -active option allows the system to boot from a restored volume. Also, in order for a system to boot correctly from a restored system volume, you might be required to fix the Grub boot loader using the grub-install tool. You might also need to update the /etc/fstab.

See About restoring to empty disk segments.

See Mounting and unmounting a recovery point for granular file and folder recovery.