NetBase for MPE Reference Guide
Chapter 3
3-34
DELETE
The DELETE command removes a node from the NetBase configuration file. When a node is deleted
from the configuration, files located on that node are no longer accessible by local users of NetBase.
NetBase should be stopped before deleting a node. This command may be abbreviated to D.
Note. Deleting a node from the configuration does not remove the references to this node
from the directory. Those references become invalid until changed, or until the node is
added back.
Syntax
C> DELETE node#
Parameters
Parameter Description
node#
The number of the node to be deleted from the configuration file.
Example
To delete node 2 from the configuration:
C> LIST NODES
Node Sys name Line Type Startup Spool Shadow
1* SYS-A N A N N
2 SYS-B N A E N
3 SYS-C N A E N
C> DELETE 2
C> LIST NODES
Node Sys name Line Type Startup Spool Shadow
1* SYS-A N A N N
3 SYS-C N A E N