6.3 Changing the Port Configuration

The http_server.http_port and server.https_port settings specify the port number that OWCIMOMD listens on for all HTTP and HTTPS communications.

Syntax

http_server.http_port = option

or

http_server.https_port = option

Option

Use

Specific_port_number

Specify the specific port for HTTP or HTTPS communications.

For HTTP, the default port is 5988.

For HTTPS, the default port is 5989.

-1

Disables HTTP or HTTPS connections (for example, if you only want to support HTTPS connections).

0

Dynamically assigns a port number at run time.

Example

These settings disable the HTTP port and enable port 5989 for HTTPS communications:

http_server.http_port = -1

http_server.https_port = 5989