NetBackup™ NAS Administrator's Guide
- Section I. About NAS backups
- Section II. Using NAS-Data-Protection (D-NAS)
- D-NAS overview
- D-NAS Planning and Tuning
- Pre-requisites for D-NAS configuration
- Volume multi-host backup
- Configure D-NAS policy for NAS volumes
- Using accelerator
- Using Vendor Change Tracking
- Replication using D-NAS policy
- Restoring from D-NAS backups
- Troubleshooting
- Section III. Using NDMP
- Introduction to NetBackup for NDMP
- About NetBackup for NDMP
- Types of NDMP backup
- About assigning tape drives to different hosts
- Installation Notes for NetBackup for NDMP
- Configuring NDMP backup to NDMP-attached devices
- About Media and Device Management configuration
- About creating an NDMP policy
- About enabling or disabling DAR
- Configuring NDMP backup to NetBackup media servers (remote NDMP)
- Configuring NDMP DirectCopy
- Accelerator for NDMP
- Remote NDMP and disk devices
- Using the Shared Storage Option (SSO) with NetBackup for NDMP
- NAS appliance information for NDMP
- Vendor-specific information
- EMC Celerra
- NetApp
- Using NetBackup with NetApp's Data ONTAP 8.2 cluster mode
- Using NetBackup with NetApp's Data ONTAP 8.2 cluster mode
- Backup and restore procedures
- Troubleshooting
- Using NetBackup for NDMP scripts
- Introduction to NetBackup for NDMP
Oracle Solaris Server
This information is provided to help you use NetBackup for NDMP with an Oracle Solaris NDMP server.
For further details, contact Oracle.
To install the server software on any Solaris 11 server:
pkg install service/storage/ndmp
To allow control of locally-attached tape libraries, configure the sgen driver:
update_drv - a - I "scsiclass,08" sgen
reboot
Note:
It is not recommended to run NetBackup on the same machine. NetBackup Tape Library control cannot run in conjunction with Solaris Tape Library control.
To display the existing configuration:
ndmpadm get
The username and password for NDMP access is set when the service is enabled:
ndmpadm enable - a cram-md5 - u <username>
Enable DAR:
ndmpadm set dar-support=yes
Enable BSD-style drive access:
ndmpadm set drive-type=bsd
Configure volumes for NDMP export:
ndmpadm set fs-export=/<path1>,[/<path2>, etc.]
To start/stop the NDMP service:
svcadm [enable|disable] ndmpd
To display where the service logs:
# svcs -l ndmpd fmri svc:/system/ndmpd:default name NDMP Service enabled true state online next_state none state_time May 13, 2015 12:54:07 PM CDT logfile /var/svc/log/system-ndmpd:default.log restarter svc:/system/svc/restarter:default contract_id 123 manifest /lib/svc/manifest/system/ndmp.xml dependency require_all/error svc:/milestone/self-assembly-complete (online)
If you specify an incorrect path name in the NetBackup policy's Backup Selections list (file list), the entire backup fails with status code 99, "NDMP backup failure."