NetBackup™ 10.0 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or media server instance
- Running NetBackup commands on a primary or media server application instance
- Accessing NetBackup WORM storage server instances for management tasks
Mounting an NFS share on a NetBackup primary server instance
You can configure the NetBackup catalog backup policy to send disaster recovery files to a Network File System (NFS) share. Use the following procedure to mount an NFS share on a primary server application instance for disaster recovery.
To mount the NFS share and configure the catalog backup policy:
- On the NFS server, create a user with the user ID 1000 and the group ID 100. You do not need to do this step if a user with these credentials already exists.
To create the user, run the following command:
useradd <username> -u 1000 -g 100
Where <username> is the username of the new user.
- On the NFS server, navigate to
/etc/exports
and add the following directive:<NFS directory> <primary IP address>(rw,no_root_squash)
Where <NFS directory> is the directory for the NFS share, and <primary IP address> is the IP address of the primary server instance.
For example:
/nfsdir 11.11.11.111(rw,no_root_squash)
- Restart the NFS service.
- Log in to the primary server instance as the appadmin user and run the following commands:
$ sudo bash
bash-4.2# cat > /mnt/nbdata/vxos/etc/fstab
<NFS IP address>:<NFS directory> /mnt/nbcatdr nfs v<NFS version>,rw,x-mount.mkdir
Where <NFS IP address> is the IP address of the NFS server, <NFS directory> is the directory for the NFS share, and <NFS version> is either 3 or 4.
For example:
22.22.22.222:/nfsdir /mnt/nbcatdr nfs v3,rw,x-mount.mkdir
- From the NetBackup Administration Console, use the Backup Policy Configuration Wizard to configure a backup policy with the type NBU-Catalog. Specify the following information for the catalog disaster recovery file:
Path:
/mnt/nbcatdr/
Logon: appadmin
Password: Your appadmin user password
For more information about the catalog backup policy, see the chapter "Protecting the NetBackup Catalog" in the NetBackup Administrator's Guide, Volume I.