ADMIN_HOSTNAME6 Keyword


10.7

     ADMIN_HOSTNAME6={ipv6 address | URL}

 

This keyword controls access to administrative data maintained by the server. The parameter specifies an IPV6 address or URL that resolves to an IPV6 address for the administrative task.

 

If both the ADMIN_HOSTNAME and the ADMIN_HOSTNAME6 keywords are specified in the PL/B Application server '.ini' configuration file, the ADMIN_HOSTNAME6 takes priority.

 

If the ADMIN_HOSTNAME6 keyword is found and the IPV6 address is not resolved, no administrative logon task is created.

 

If the ADMIN_HOSTNAME6 does not exist, the PL/B Application server looks for the ADMIN_HOSTNAME keyword and continues an normally expected.

 

Note:

 

If no logon task is created, an PL/B ADMLOGON statement will only work when 'local' is specified for an I/P address.

 

Examples of IPV6 addresses:

 

ADMIN_HOSTNAME6=::1

ADMIN_HOSTNAME6=fe80::1cab:8479:b8ee:4d1

ADMIN_HOSTNAME6=FE80:0000:0000:0000:0202:B3FF:FE1E:8329

ADMIN_HOSTNAME6=FE80::::0202:B3FF:FE1E:8329

 

 

See Also: PLBSERVE Keywords, PLBSERVE Command Syntax



PL/B Application Server ADMIN_HOSTNAME ADMIN_IPFILE