Veritas NetBackup™ Virtual Appliance Documentation
- Getting to know the NetBackup Virtual Appliance
- NetBackup Virtual Appliance product description
- Preparing to deploy the appliance
- Deploying and configuring the appliance
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance master server
- How to deploy and configure a NetBackup Virtual Appliance CloudCatalyst
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- Post initial configuration procedures
- Appliance common tasks
- Storage management
- About NetBackup Virtual Appliance storage configuration
- About viewing storage space information using the Show command
- About OpenStorage plugin installation
- About NetBackup Virtual Appliance storage configuration
- Deduplication pool catalog backup and recovery
- Network connection management
- Managing users
- About user name and password specifications
- About authenticating LDAP users
- About authenticating Active Directory users
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Using the appliance
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- About Copilot functionality and Share management
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- Monitoring the appliance
- About SNMP
- About Call Home
- Appliance security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 3.2
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- NetBackup client upgrades with VxUpdate
- Appliance restore
- Decommissioning and Reconfiguring
- Troubleshooting
- About disaster recovery
- About NetBackup support utilities
- Appliance logging
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Manage commands
- Appendix C. Monitor commands
- Appendix D. Network commands
- Appendix E. Reports commands
- Appendix F. Settings commands
- Appendix G. 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)