Identify the Progress server hostname

The "Progress server hostname" is the DNS-resolvable canonical hostname (optimally, a fully qualified hostname or "FQDN") of the machine that hosts the actual Progress database to which you want to connect. The IP of this machine may be substituted wherever the hostname is requested. If you do not know the hostname or IP address of the Progress server, take the following action:

  1. Login to the Progress server. If you are unable to access the Progress server, request assistance from that server's System Administrator.
  2. Open an MS-DOS command prompt or Unix Terminal.
  3. Type the following command to return the canonical name:


    hostname

  4. Run nslookup or host on the result to get its IP address. For example:


    > hostname proghost > nslookup proghost Server: dns.example.com Address: 192.168.11.8 Name: proghost.example.com Address: 192.168.11.124


Referenced by...