User`s manual
Downloading Firmware   
164  TCP/IP AX3000 User's Manual 
A file ‘tftp’ should be present in /etc/xinetd.d. This file contains the tftp server 
settings. Check the content of the file is as shown below: 
service tftp 
{ 
 socket_type = dgram 
 protocol = udp 
 wait = yes 
 user = root 
 server = /usr/sbin/in.tftpd 
 server_args = / 
 disable = no 
} 
Reboot if you modified any of these settings. 
Note: for a legacy Linux version, see the Chapter 11.1.2. 
11.1.4 - Under OS/400
The TFTP protocol is available as a standard feature on OS/400, but must be 
correctly set to match with the AX3000 requirements. 
1 - Create a directory 
===> CRTDIR DIR('axfirm') 
2 - Copy the firmware file (for example ax3000) on /axfirm. 
3 - Change the directory "/axfirm" QTFTP user's rights: 
===> CHGAUT OBJ('/axfirm') USER(QTFTP) DTAAUT(*RX) OBJAUT(*NONE) 
4 - Change the file "/axfirm/ax3000" QTFTP user's rights: 
===> CHGAUT OBJ('/axfirm/ax3000') USER(QTFTP) DTAAUT(*RX) OBJAUT(*NONE) 
5 - User's right can be checked by invoking: 
===> WRKLNK OBJ('/axfirm') 
===> WRKLNK OBJ('/axfirm/ax3000') 










