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 NetBackup Virtual Appliance storage configuration
- Network connection management
- Managing users
- 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.1.2
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- 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 > Unmount — Used to unmount a mounted NFS drive.
SYNOPSIS
Unmount MountPoint [Force]
DESCRIPTION
Use the Unmount command to unmount a mounted NFS drive. If the directory name is specified correctly the following process takes place:
The NFS is unmounted successfully.
The directory is removed from the file system.
In case the directory is on a nested path, only that directory is removed.
OPTIONS
- Unmount MountPoint [Force]
Unmount a previously mounted NFS drive.MountPoint is the name of the local mount point that appears as a subdirectory where the NFS drive is mounted.
You can use the Manage > Mountpoints > List command to list and verify the existing mount points.
The following options are used to identify the NFS drive to be unmounted:
MountPoint |
Enter the name of the mount point. The mount point is a subdirectory under /mnt/remote. For example, garry. Note: If the specified mount point is valid, it is un-mounted from the /mnt/remote directory. An error may be displayed if the full directory path (example: /tmp/garry) is specified instead of just a mount point name (example:garry). |
[Force] |
Specify this parameter to unmount the NFS forcibly. |
EXAMPLES
The following is an example output for un-mounting the mount point garry.
abc123.MountPoints> Unmount garry - [Info] Deleting mount entry from configuration files. - [Info] Umount the directory from system. - [Info] Successfully unmount the request source from '/mnt/remote/garry'.