Mount NFS share or WebDAV share on Linux Server
  • Mount NFS or WebDAV Share on Linux Server

    You can access the mounted recovery point after the Job Phase in the Job Status tab is Sharing recovery Point.

    Follow these steps:

    1. Get the Job ID / Job Name of the Mount Recovery Point Job in the Job Status tab.
    2. Filter the activity logs for the Mount Recovery Point by Job ID / Job Name in the Activity Log page by using Filter tools.
    3. Mount NFS share or WebDAV share on Linux Server

    4. Get the shared directory for mounted recovery point displayed in the activity log.
    5. Directory format when mounting via NFS :
    6. < d2dserver >:/opt/Arcserve/d2dserver/tmp/d2d_share_path<jobid>

      You can access the files in the recovery point by mounting the directory.

      Example:

      mount < d2dserver >:/opt/Arcserve/d2dserver/tmp/d2d_share_path<jobid> /mnt

    7. Directory format when mounting via WebDAV:

      https://<d2dserver>:8014/share/<User Name>/

      You can access the files in the recovery point with web browser or by mounting the directory.

      Example:

      mount.dafs https://<d2dserver>:8014/share/<User Name>/ /mnt

    8. Enter username and password that you provided while submitting the Mount Recovery Point job.