Please enter search query.
Search <book_title>...
Veritas NetBackup™ Installation Guide
Last Published:
2018-02-16
Product(s):
NetBackup (8.1.1)
- Preparing for installation
- About NetBackup software availability
- About storage device configuration
- How to install NetBackup
- NetBackup licenses
- Installing server software on UNIX systems
- Installation and upgrade requirements for UNIX and Linux
- About mounting the NetBackup software media
- Installing NetBackup master server software on UNIX
- About pushing client software from a master server to clients
- Installation and upgrade requirements for UNIX and Linux
- Installing server software on Windows systems
- About the administrative interfaces
- Installing NetBackup client software
- About NetBackup client installation on Windows
- About NetBackup client installation on UNIX/Linux
- About remote installation methods for UNIX/Linux clients
- Configuring NetBackup
- Upgrading NetBackup software
- Removing NetBackup server and client software
- Reference
Mounting NetBackup software media on UNIX or Linux systems
The following procedure describes how to mount the NetBackup DVD on UNIX or Linux systems.
To mount the NetBackup DVD on UNIX or Linux systems
- Log in as root.
- Create a mount point (all except Solaris).
mkdir /dvd
- (Conditional) on HP-UX systems earlier than 11.23, start PFS daemons.
nohup pfs_mountd & nohup pfsd &
- Issue the appropriate mount command for your operating system.
AIX
mount -v cdrfs -r device_path mount_point
AIX
smitty cdrfs
or
smitty mountfs
HP-UX earlier than 11.23
pfs_mount -o xlat=unix device_path mount_point
To find the device path, you can run ioscan -fn.
HP-UX later than 11.23
mount -F cdfs device_path mount_point
Linux
mount device_path mount_point
Solaris
If Volume Manager (
vold
) is running, the DVD mounts automatically.If
vold
is not running, start it as follows:/usr/sbin/vold &