Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Manage > MountPoints > Mount — Use to mount a remote NFS drive as a backup source.
SYNOPSIS
Mount RemotePath MountPoint [FileSystemType] [Options]
DESCRIPTION
Mount command is used to mount an NFS drive as a backup source.
OPTIONS
- Mount RemotePath MountPoint [FileSystemType] [Options]
Use to mount a remote NFS device as a backup source. Use the parameters RemotePath, MountPoint, [FileSystemType], and [Options] to specify the details of NFS drive. This command includes the following parameters:
RemotePath
Provide the address of device or directory to be mounted. You should use the format HOST:DIRECTORY to write the device name.
MountPoint
Provide the name of the local mount point where the device should be mounted. This appears as a subdirectory under /mnt/remote. After the command is run successfully, this subdirectory is created under /mnt/remote.
Note:
An error may be displayed if the full directory path (example: /tmp/garry) is specified instead of just a mount point name(example: garry).
[FileSystemType]
Identify the type of device to be mounted.
[Options]
Specify comma-separated list of parameters to be passed to the appliance along with the Mount command. You can only use options specific for mounting the NFS drive.
EXAMPLES
The following is an example output when you run the Mount command to mount garry.
abc123.MountPoints> Mount abc456:/storage garry - [Info] Successfully mounted the requested source on '/mnt/remote/garry'.
The following is an example output when you list mount points.
abc123.MountPoints> list abc456:/storage on /mnt/remote/garry type nfs (rw,relatime,vers=3,rsize= 32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys, mountaddr=10.182.1.249,mountvers=3,mountport=695,mountproto=udp,local_lo ck=none,addr=10.182.1.249)