*DMALTIP (GETMODE)
9.1
*DMALTIP={list}
This control returns the IP/URL addresses for the SUNDM servers that a client runtime is to use when an application opens a managed file. Prior to version 9.2, this keyword was *DMALTIP. The order of the IP/URL addresses specifies the order from left to right that is used when connecting to a network of SUNDM servers. The Hostname is a string that is resolved by a DNS server into an IP address.
{ip1}[ | {ip2}[ | ... | {ipn}]]]
Where:
ip
This is the hostname/IP for the first SUNDM server that an application attempts to connect access.
ip1
This is the hostname/IP for the next SUNDM server that a runtime attempts to connect to when the {first} server cannot be accessed.
ipn
This is the Ihostname/IP for the next SUNDM server that a runtime attempts to connect to when the previous server cannot be accessed.
See Also: List Controls (GETMODE), GETMODE
![]() |