On 08/02/09 09:02, Patrick Archibald wrote:
Hi

I'm trying to use an IBM AS/400 as my Sun Ray firmware TFTP server. I
have made my DHCP configuration changes. The Sun Ray thin clients are
not reading the files from the AS/400 TFTP server because the
directory name needs to be specified on the tftp read request. Is
there anyway to specify a tftp directory name in the DHCP
configuration? For example instead of requesting "SunRayP8.parms" can
I tell the Sun Rays to request "/tftpboot/firmware_gui/SunRayP8.parms"
?

With the AS/400 TFTP server I found no way to get around having to
specify '/tftpboot/' in front of the file name.

This seems somewhat bizarre. Are you sure that there isn't a default TFTP target directory for the AS/400? It need not be /tftpboot. That's just what it happens to be on Solaris. Like this, to set the default directory:

3.4 TFTP

You only need to care about DHCP if you're using the 3COM remote boot sequence. If you use the PC-DOS/loadlin boot sequence you won't need to care about that.

Use the OS/400 command CHGTFTPA to set ALTSRCDIR to /linux/bt:

CHGTFTPA AUTOSTART(*YES) ALTSRCDIR('/linux/bt')



Kent
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to