User`s manual
Installing under OS/400
108 TCP/IP AX3000 User's Manual
6.4.2 - Resetting an AX3000 resource (screen session or aux. port)
The reset feature allows:
- to stop and restart the associated network service
- to apply new serial line settings (data transfer rate, handshake, etc.).
The supported resources are:
- screen sessions: SESS1, SESS2, ..., SESS8
- auxiliary ports: AUX1, AUX2 and PARALLEL.
Use the following command to reset a resource:
===> RUNRMTCMD CMD('AX_SINIT password RESS') RMTLOCNAME('192.1.1.241' *IP)
Where:
- AX_REBOOT : command for AX3000 resource reset,
- password : specify the set-up password if set,
- 192.1.1.241 : AX3000 IP address.
- RESS : resource name (ex: SESS1).
6.4.3 - Editing the AX3000 Settings
a) Under Windows
The whole AX3000 set-up can be obtained by invoking the following command:
c:\> rsh 192.168.1.241 setup_get > /tmp/axel
or a partial set-up can also be obtained (only used set-up parameters are sent):
c:\> rsh 192.168.1.241 setup_get_lite > /tmp/axel
Where:
- 192.168.1.241 : AX3000 IP address,
- setup_get : command for getting the whole set-up,
- setup_get_lite : command for getting the partial set-up.
For more information about these commands, refer to Chapter 10.