Removing configuration objects
Note that removing an object from a running instance only affects the configuration files, and has no affect on the object in the instance. So turn things off before attempting to remove.
- Invoke AdminConfig
- Assign the ID string that identifies the server you want to remove:
set s1 [$AdminConfig getid /Node:nodename/Server:servername/]- Issue the following command:
where:$AdminConfig remove $s1- Save the configuration changes using "$AdminConfig save"