To configure and run WebSphere Application Server on iSeries, TCP/IP must be configured properly and must be started before you start WebSphere Application Server.
To verify that TCP/IP is configured correctly, enter the Configure TCP/IP (CFGTCP) command on a CL command line, and then perform the following steps.
Note: Your user profile must have *ALLOBJ and *SECADM special authorities if you want to change TCP/IP settings.
Note: The host name cannot be *NONE.
If TCP/IP is not started or if you don't know if TCP/IP is started, enter the Start TCP/IP (STRTCP) command on the CL command line.
Enter this command on the CL command line:
ping host_name
where host_name is the host name displayed in Verify a TCP/IP host name. Verify that the ping is successful and the resulting IP address is correct.
Here is sample output from a successful ping command:
Verifying connection to host system MYSYSTEM.MYCOMPANY.COM at address 1.2.3.4. PING reply 1 from 1.2.3.4 took 0 ms. 256 bytes. TTL 64. PING reply 2 from 1.2.3.4 took 0 ms. 256 bytes. TTL 64. PING reply 3 from 1.2.3.4 took 0 ms. 256 bytes. TTL 64. PING reply 4 from 1.2.3.4 took 0 ms. 256 bytes. TTL 64. PING reply 5 from 1.2.3.4 took 0 ms. 256 bytes. TTL 64. Round-trip (in milliseconds) min/avg/max = 0/0/0 Connection verification statistics: 5 of 5 successful (100 %).
If the ping fails, follow these steps:
Note: The *ADMIN instance of the HTTP server does not start without a host name.
The IPTest Java utility is shipped with the WebSphere Application Server product and can be used to debug TCP/IP configuration problems. To run this utility, run the iptest QShell script located in the /QIBM/ProdData/WebSphere/AppServer/V6/edition/bin directory, where edition is Base for WebSphere Application Server Express and WebSphere Application Server, and ND for WebSphere Application Server Network Deployment. The script's output is similar to this example:
Local Address: 12.34.56.78 Local Name: MYSYSTEM.MYCOMPANY.COM All addresses for MYSYSTEM.MYCOMPANY.COM: 12.34.56.78
The Local Address is the IP address for your iSeries server. This value must not be blank and must match the IP address verified in the first step ("Verify that your TCP/IP address and LOOPBACK interface are active"). The Local Name is the domain-qualified host name for your iSeries server. If this value is blank, see the instructions in the first step. Press F3 to exit.
Note: If a host name has not been configured for your iSeries server, you receive an UnknownHostException message.