Removes map records from the configuration database that were previously added with SET CONFIGURATION MAP. When the NFS server starts up, it issues a GENERATE MAP command that creates the mappings for disks and container file systems. Related commands: SET CONFIGURATION MAP, SHOW CONFIGURATION MAP, ADD EXPORT, SHOW EXPORT, REMOVE EXPORT, MAP, UNMAP, SHOW MAP Format SET CONFIGURATION NOMAP "/path/name" [ /[NO]CONFIRM ]
1 – Restrictions
Requires SYSPRV and BYPASS privilege.
2 – Parameters
"/path/name" Required. UNIX name of the file system to unmap. You can use wildcards.
3 – Qualifiers
3.1 /CONFIRM
/CONFIRM /NOCONFIRM Optional. Default: /CONFIRM if you use a wildcard. With /CONFIRM enabled, requests confirmation before unmapping each file system. If you specify the /NOCONFIRM qualifier, the operation is performed without asking you to confirm the request.
4 – Examples
1.TCPIP> SET CONFIGURATION NOMAP "/disk_host" Unmaps the NFS file system /remote, making it unavailable to client users when TCP/IP Services starts.