Syntax
setWeblm -pri IPaddress/FQDN:port -pssl [true|false] -sec IPaddress/FQDN:port -sssl [true|false] -hostval [true|false]
where:
Argument |
Description |
-pri IPaddress/FQDN:port |
IP address or FQDN of the primary WebLM server and the port number. |
-sec IPaddress/FQDN:port |
IP address or FQDN of the secondary WebLM server and the port number. |
-pssl |
The Secure Socket Layer connection to a primary WebLM server. By default this value is true. |
-sssl |
The Secure Socket Layer connection to a secondary WebLM server. By default this value is true. |
-hostval |
TLS hostname validation for the external WebLM server. |
Note:
The -hostval argument and FQDN for primary and secondary WebLM server are available from Release 8.1.3 and later.
Return codes:
Return code |
Description |
4 |
Configuration of WebLM servers for GRHA failed. |
6 |
The WebLM IP address/FQDN is invalid. |
7 |
Cannot use the non-secure WebLM Ports 80 or 8080 as WebLM Port, when SSL is true. |
8 |
Cannot use the secure WebLM Ports 443 or 8443 as WebLM Port, when SSL is false. |
9 |
The WebLM Port must be numeric. |
10 |
The WebLM Port must be a valid port value within 1024 to 65535 or 443 and 80. |