2.5 Viewing Administration Server Settings

You can view the settings of the administration server by using either the administration console or the CLI.

Note:

The CLI examples in this section are shown in shell mode (tadm>). For information about invoking the CLI shell, see Section 2.3.1, "Accessing the Command-Line Interface."

Viewing the Administration Server Settings Using the Administration Console

To view the current properties of the administration server by using the administration console, do the following:

  1. Log in to the administration console, as described in Section 2.3.2, "Accessing the Administration Console."

  2. Click the Nodes button that is situated near the upper left corner of the page.

    A list of available nodes is displayed.

    Note:

    The Nodes button is available only after you have created at least one new configuration.
  3. From the list of nodes, select Administration Server.

    The General Settings page is displayed. You can view the authentication settings by clicking Authentication in the navigation pane.

Viewing the Administration Server Settings Using the CLI

To view the current properties of the administration server by using the CLI, run the following command:

tadm> get-admin-prop

The current properties of the administration server are displayed as shown in the following example:

instance-home=/production/otd
java-home=/production/otd/jdk
admin-node=false
server-version=Oracle Traffic Director 11.1.1.7.0 B01/14/2013 09:08
admin-user=admin
server-user=joe
ssl-port=8989
log-file=../logs/server.log
log-level=NOTIFICATION:1
access-log-file=../logs/access.log
host=adm.example.com
description=This is the Administration Server node

These are the properties that you specified, or were set by default, when you created the administration server by using the configure-server CLI command.