User`s manual
  Installing under OS/400 
TCP/IP AX3000 User's Manual  109 
b) Under OS/400 
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. 
6.4.4 - 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. 
For more information about this command, refer to Chapter 10. 
6.4.5 - Downloading a Firmware
To download an AX3000 firmware through TFTP: 
===> RUNRMTCMD CMD('AX_DOWNLOAD password /axfirm/ax3000 192.168.1.180') 
RMTLOCNAME('192.168.1.241' *IP) 
To download an AX3000 firmware through BOOTP and TFTP: 
===> RUNRMTCMD CMD('AX_DOWNLOAD password /axfirm/ax3000 192.168.1.180') 










