PLBCS_HOSTNAME6 Keyword
PLBCS_HOSTNAME6={ipv6 address | URL}
This required keyword specifies the URL string or the IP address of the server system executing PLBSERVE. The parameter specifies an IPV6 address or URL that resolves to an IPV6 address for the Application server. This keyword is option. However, this keyword must be specified if an IPV6 address is to be used. If both the PLBCS_HOSTNAME and the PLBCS_HOSTNAME6 keywords are specified in the PL/B Application Server '.ini' configuration file, the PLBCS_HOSTNAME6 takes priority and is used.
If the PLBCS_HOSTNAME6 keyword is found and the IPV6 address is not resolved, an error is logged and the PL/B Application Server command task is not created.
If the PLBCS_HOSTNAME6 does not exist, the PL/B Application Server looks for the PLBCS_HOSTNAME keyword and continues an normally expected.
Note:
If no main task is created, command controls ( -t, -f, ... ) cannot make a connection and do not work.
Examples of IPV6 addresses:
PLBCS_HOSTNAME6=::1
PLBCS_HOSTNAME6=fe80::1cab:8479:b8ee:4d1
PLBCS_HOSTNAME6=FE80:0000:0000:0000:0202:B3FF:FE1E:8329
PLBCS_HOSTNAME6=FE80::::0202:B3FF:FE1E:8329
See Also: PLBSERVE Keywords, PLBCLIENT Keywords, PLBSERVE Command Syntax
![]() |