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
- Manage > Libraries > Advanced > ACS > ACS_CSI_HOSTPORT
 - Manage > Libraries > Advanced > ACS > ACS_SEL_SOCKET
 - Manage > Libraries > Advanced > ACS > ACS_SSI_HOSTNAME
 - Manage > Libraries > Advanced > ACS > ACS_SSI_INET_PORT
 - Manage > Libraries > Advanced > ACS > ACS_SSI_SOCKET
 - Manage > Libraries > Advanced > ACS > ACS_TCP_RPCSERVICE
 - Manage > Libraries > Advanced > ACS > ACS_UDP_RPCSERVICE
 - Manage > Libraries > Advanced > ACS > API_BARCODE_RULES
 - Manage > Libraries > Advanced > ACS > TestACS
 - Manage > Libraries > Advanced > ACS > ViewVMconf
 
 - 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
- Manage > Software > Cancel
 - Manage > Software > Delete
 - Manage > Software > Download
 - Manage > Software > DownloadProgress
 - Manage > Software > Firmware
 - Manage > Software > Install
 - Manage > Software > List
 - Manage > Software > LiveUpdateClients
 - Manage > Software > Readme
 - Manage > Software > Rollback
 - Manage > Software > Share
 - Manage > Software > UpgradeStatus
 
 - 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
- Network > Configure
 - Network > Date
 - Network > DNS
 - Network > Gateway
 - Network > Hostname
 - Network > Hosts
 - Network > IPv4
 - Network > IPv6
 - Network > LinkAggregation
 - Network > NetStat
 - Network > NTPServer
 - Network > Ping
 - Network > SetProperty
 - Network > Show
 - Network > TimeZone
 - Network > TraceRoute
 - Network > Unconfigure
 - Network > VLAN
 - Network > WANOptimization
 
 - Appendix P. Main > Network > Security (IPsec) commands
 - Appendix Q. Main > Reports commands
 - Appendix R. Main > Settings commands
- Settings > Cloud
 - Settings > Deduplication
 - Settings > FibreTransport
 - Settings > iSCSI > Initiator
 - Settings > iSCSI > Interface
 - Settings > iSCSI > Target
 - Settings > LogForwarding
 - Settings > LifeCycle
 - Settings > LiveUpdateServer
 - Settings > NetBackup
 - Settings > Password
 - Settings > Share
 - Settings > SNMP polling
 - Settings > Sysctl
 - Settings > SystemLocale
 
 - Appendix S. Main > Settings > Alerts commands
 - Appendix T. Main > Settings > Notifications view commands
 - Appendix U. Main > Settings > Security commands
 - Appendix V. Main > Support commands
- Support > Checkpoint
 - Support > Cleanup > RemoveShelfEntries
 - Support > Cleanup > ResetDIMMErrors
 - Support > Collect
 - Support > DataCollect
 - Support > Disk
 - Support > Errors
 - Support > FactoryReset
 - Support > FibreTransport
 - Support > InfraServices
 - Support > iostat
 - Support > IPMI
 - Support > KillRemoteCall
 - Support > Logs
 - Support > Maintenance
 - Support > Messages
 - Support > NBDNA
 - Support > nbperfchk
 - Support > NBSU
 - Support > Processes
 - Support > RAID
 - Support > Reboot
 - Support > RecoverStorage
 - Support > Service
 - Support > ServiceAllowed
 - Support > Show
 - Support > Shutdown
 - Support > Storage ClearReservations
 - Support > Storage Reset
 - Support > Storage SanityCheck
 - Support > Test
 
 
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'.