SSLTCPADMINPORT

The SSLTCPADMINPORT option specifies the port address on which the server TCP/IP communication driver waits for requests for SSL-enabled sessions. The sessions are for the command-line administrative client.

First-time use of the SSLTCPADMINPORT or SSLTCPPORT option triggers the creation of a key database file (cert.kdb) at server startup. The key database file is created in the server instance directory and is initialized with a self-signed certificate.

The following types of sessions do not use SSL (Secure Sockets Layer):
  • NDMP (Network Data Management Protocol)
  • ACSLS (Automated Cartridge System Library Software)
  • SNMP (Simple Network Management Protocol) subagent
  • Database restore operations

If the ADMINONCLIENTPORT option is set to NO, SSL-enabled sessions for the administrative client require SSLTCPADMINPORT with a port number other than one specified by the SSLTCPPORT option. The SSLTCPADMINPORT option does not affect the TCPPORT or TCPADMINPORT options and their interaction with the ADMINONCLIENTPORT option.

The TCP/IP communications driver must be enabled with COMMMETHOD TCPIP or COMMMETHOD V6TCPIP.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SSLTCPADMINPort--port_number--------------------------------><

Parameters

port_number
Specifies the port number of the server. Valid values are 1024 - 32767. There is no default.

Examples

ssltcpadminport 1543