configure

Sets the GDSCTL parameters.

Syntax

configure [-gsmport port]
          [-timeout seconds]
          [-show]
          [-driver {THIN | OCI}] 
          [-resolve {IP | HOSTNAME | QUAL_HOSTNAME}] 
          [-log {ALL|OFF|INFO|FINE|FINER|FINEST|SEVERE|WARNING}]
          [-log_file log_file] 
          [-gsm gsm_name]
          [-showtime ON|OFF]
          [-verbose ON|OFF]
          [-save_config] 
          [-gsmdebug (1|0)]
          [-spool]
          [-width]
          [default_check_time]
          [echo]
          [-encryption encryption]

Options

Table 2-35 GDSCTL configure Options

Syntax Description
-driver THIN | OCI

Oracle JDBC driver.

-gsm gsm_name

Set current global service manager.

-gsmdebug (1|0)

Global service manager debug mode.

-gsmport port

Default global service manager port.

-log {ALL | OFF | INFO | FINE | FINER | FINEST | SEVERE | WARNING}

Set the logging level. The default is OFF.

-log_file log_file

Set the location of the log file. The default is $TNS_ADMIN/GDSTL.log.

-resolve IP | HOSTNAME| QUAL_HOSTNAME

Default host resolution for global service manager endpoint.

-save_config

Store configuration changes to GSM.ORA.

-show

Show the configuration.

-showtime ON|OFF

Print time stamps.

-spool

Enable spooling. Warning: prints security-sensitive information to log file.

-timeout seconds

Global service manager requests timeout in seconds.

-verbose ON|OFF

Enable or disable verbose output. The default value is ON.

-width

Console width in number of characters (default 80).

-default_check_time

Automatic check timeout

-echo

Turn echo ON/OFF

-encryption

Encryption protocol for Advanced Network Option (ANO) used between GSM, GDSCTL and databases. OFF means that ANO is disabled. ( AES256 | AES192 | OFF).

Example

Set the mygsm driver to OCI:

configure -driver OCI mygsm