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)

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

Veritas System Recovery Linux Edition creates partition or volume-level recovery points. If you want to restore individual files, folders, and documents, you must first mount the recovery point that includes those files and folders. The Granular File Recovery utility is included with Veritas System Recovery Linux Edition and can be used to mount recovery points. After mounting a recovery point using the Granular File Recovery utility, you can restore individual files, folders, and documents.

While mounting a recovery point, you may experience the following error:

'mount.v2i: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory'

In such cases, you should follow the FUSE installation steps before you attempt to mount the recovery point again.

See Installing Fuse.

To mount a recovery point using the Granular File Recovery utility

  1. Open a terminal window (command-line terminal) on the Linux server and log on as a user with mount privileges.
  2. Create an empty directory where you want the recovery point mounted.
  3. Do one of the following:

    To mount a recovery point

    Enter the following command in a Linux terminal window:

    mount -t v2i sda1recoverypoint.v2i /mnt/image

    Replace sda1recoverypoint.v2i with the name of the recovery point.

    Replace /mnt/image with the path to the empty directory you created. The recovery point is mounted here.

    Note:

    If the recovery point is password protected, you must also use the password option and specify the password. For example, if a password was required for sda1recoverypoint.v2i, you would enter the following command and replace password with the actual password for the recovery point:

    mount -t v2i sda1recoverypoint.v2i /mnt/image -o password=password

    System prompts for a password if you attempt to mount a password-protected recovery point without specifying one.

    To mount an incremental recovery point

    Enter the following command in a Linux terminal window:

    mount -t v2i sda1recoverypoint_nnn.iv2i /mnt/image

    Replace sda1recoverypoint_nnn.v2i with the name of the incremental recovery point. For example, if you want to mount the fifth incremental recovery point, replace sda1recoverypoint_nnn.iv2i with sda1recoverypoint_005.iv2i.

    Replace /mnt/image with the path to the empty directory you created. The recovery point is mounted here.

    Note:

    If the recovery point is password protected, you must also use the password option and specify the password. For example, if a password was required for sda1recoverypoint_nnn.iv2i, you would enter the following command and replace password with the actual password for the recovery point:

    mount -t v2i sda1recoverypoint_nnn.iv2i /mnt/image -o password=password

    System prompts for a password if you attempt to mount a password-protected recovery point without specifying one.

To unmount a recovery point

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

    umount /mnt/image

    Replace /mnt/image with the path to where the recovery point is mounted.

See Recovering a Linux computer.