Modifies characteristics for the specified known namespace. SYNOPSIS SET [NODE node-id] DNS CLERK KNOWN NAMESPACE identifier NAME[=]new-name Arguments node-id The name of the node. If you do not specify a node name, the local node is assumed. identifier The identifier of the namespace. This is a required argument. You can use one of the following: name A simple name for the namespace. nscts The value of the namespace creation timestamp (NSCTS) that is automatically assigned when the namespace is created. The format of the NSCTS is 14 pairs of hex digits (xx-xx). new-name Specifies a new name for this known namespace, in effect, renaming the known namespace. PRIVILEGES REQUIRED You must have the NET$MANAGE rights identifier (VMS systems) or superuser privileges (ULTRIX systems).
1 – example
The following command renames the IAF_1 namespace in the local clerk's cache with the new name NDL. dns> set dns clerk known namespace IAF_1 name NDL