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.

  1. Invoke AdminConfig

  2. Assign the ID string that identifies the server you want to remove:

    set s1 [$AdminConfig getid /Node:nodename/Server:servername/]
    

  3. Issue the following command:

    $AdminConfig remove $s1
    
    where:

  4. Save the configuration changes using "$AdminConfig save"