Server fails to start

If a server fails to start, the port number specified in the interfaces file may be in use.

StepsTo investigate the port assignment

  1. Look in the interfaces file to identify the port number assigned to the server.

  2. Determine whether another process is using the same port number by entering:

    netstat -a
    

    If the port number is presented as a local address in the netstat output, you cannot use that port for the server. Another process is already using that port.

  3. To verify that the server port is in use, start the server manually.

    The server will not start if its assigned port number is already in use.

    For information on starting servers manually, see the installation documentation for your platform and Adaptive Server Utility Programs.

StepsIf a stale server process is retaining use of the port number

  1. Do one of the following:

  2. Start the server manually to confirm that the port number is available.

    For information on starting servers manually, see the installation documentation for your platform and Utility Programs.

  3. If the server that failed to start was an XP Server, kill the server that you started manually, then start Adaptive Server.

    XP Server should start automatically.