Timing considerations during startup can affect network communications.
i5/OS™ has the capability to automatically start the
necessary subsystems, the TCP/IP stack, lines, interfaces, and servers at
the appropriate times during IPL. In most situations, your network communications
will start smoothly using this automatic startup process.
However, depending
on your unique hardware and software configuration you might have problems
starting the network communication due to timing problems during IPL. Timing
problems can occur for several different reasons. For example:
- The processing speed and the number of input-output processors (IOPs)
can affect the startup of the network hardware resource. If your hardware
resource is slow to start, it might not be ready when TCP/IP tries to start.
Your network communications fail because the TCP/IP interfaces cannot be started.
- You might encounter timing problems if you have customized your server
so that you are using subsystems other than the IBM-supplied subsystems. Many
subsystems are typically started by the IPL startup program. However, if you
are using customized subsystems that are not recognized by the IPL startup
program, they will not be automatically started at IPL. Your network communications
fail because these subsystems have not been started.
If these types of timing problems occur, you can automatically
start the subsystems, the TCP/IP stack, interfaces, and servers in the correct
order by creating
a customized IPL startup program. You might need to put delays in the
startup program to ensure that each step of the startup process is initiated
at the appropriate time. For example, the subsystems should be started before
the TCP/IP stack, and the interfaces should be started after the communications
resources are available.
To change from using the default IPL startup
program to using a customized startup program, follow these steps: