Skip Headers
Oracle® Traffic Director Administrator's Guide
11g Release 1 (11.1.1.7.0)

Part Number E21036-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

3.6 Removing an Administration Node

To remove an administration node, do the following:

  1. From the administration server host, run the remove-node command with the --force option.

    tadm> remove-node --force node_host
    

    If Oracle Traffic Director instances exist on the node, the remove-node command fails, unless you specify the --force option.

  2. On the administration node host, run the unconfigure-server command, as shown in the following example:

    $ORACLE_HOME/bin/tadm unconfigure-server --instance-home=home/otd/instances
    

    This command stops and removes all instances of Oracle Traffic Director that are currently deployed on the administration node, and stops the administration node process on the host. You can no longer create Oracle Traffic Director instances on that host until you designate it again as an administration node.

For more information about the CLI commands mentioned in this section, see the Oracle Traffic Director Command-Line Reference or run the commands with the --help option.