User`s manual
  Installing under OS/400 
AX3000 - User's Manual  137 
The supported resources are: 
- Screen sessions: SESS1, SESS2... 
- Auxiliary ports: AUX1, AUX2, PARALLEL, NETx and USBx. 
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). 
c) Editing the AX3000 Settings 
The whole AX3000 set-up can be obtained by invoking the following command: 
===> RUNRMTCMD CMD(SETUP_GET) RMTLOCNAME('192.168.1.241' *IP) 
or a partial set-up can also be obtained (only used set-up parameters are sent): 
===> RUNRMTCMD CMD(SETUP_GET_LITE) RMTLOCNAME('192.168.1.241' *IP) 
Where: 
- SETUP_GET  : Command for getting the whole set-up, 
- SETUP_GET_LITE  : Command for getting the partial set-up, 
- 192.168.1.241  : AX3000 IP address. 
For more information about these commands, refer to Chapter 10. 
d) Setting-Up the AX3000 
No OS/400 command allows the contents of a set-up file to be sent over the 
network. The following example describes the use of rsh Windows command: 
c:\> rsh 192.168.1.241 setup_send password < /tmp/axel 
Where: 
- 192.168.1.241  : AX3000 IP address, 
- setup_send  : Command for set-up the AX3000, 
- password  : Specify the set-up password if set. 










