Use the method outlined in this topic if you need to run TCP/IP while the operating system is in restricted state.
As the network administrator, you need to obtain backup status reports for your server. When you are running backup procedures, the operating system must be in restricted state to prevent users from changing any configuration. Because you are remote, you access status reports using a personal digital assistant (PDA) device (or any TCP/IP networking device). The PDA uses a sockets-enabled application that requires an active TCP/IP interface available to communicate with the server. To allow this communication, you must first start TCP/IP using special parameters. After you start TCP/IP, you will need to start a specific TCP/IP interface to allow access to the system. The information below provides more detail.
When the iSeries™ system is in restricted state, process the following command from the command line interface: STRTCP STRSVR(*NO) STRIFC(*NO) STRPTPPRF(*NO) STRIP6(*NO). These are the only parameters accepted when the operating system is in restricted state. The above command will start TCP/IP; however, it will not and cannot start TCP/IP application servers or IP interfaces.
To view the line type for your interface, at a command line interface enter CFGTCP and select option 1 (Work with TCP/IP interfaces).
Ping the specific interface for your application. There are very few TCP/IP related utilities that will operate in restricted state. However, ping and netstat can be used. For more information about using the ping and netstat commands, review Tools to verify your network structure within TCP/IP troubleshooting.