You might try "utquery -d <IP>" and see what it reports.
Perhaps there are some conflicting DHCP options pertaining
to the bootup.

-Bob

Meik Hellmund wrote:
On Thu, 11 Oct 2007 15:32:11 -0400
"Jimmy Fox" <[EMAIL PROTECTED]> wrote:

I have a SRSS 4.0 09/07 box and the DTUs don't download the latest
firmware.
Is your /tftpboot/ directory populated with the firmware files and the tftp service activated? DHCP is only used to announce firmware version and firmware server. The actual download uses tftp.

Linux doesn't seem to have a pntadm or dhtadm command so I'm
not too sure how to check the dhcp tables.
Yes, Linux' dhcp server does not have a command line interface. If you want to get/set dhcp configuration data, you must parse/write the config file, which makes the utadm script for linux such a beast.

On Debian/Ubuntu boxes, the config file is /etc/dhcp3/dhcpd.conf and for announcing firmware it should include lines like
    option NewT.FWSrvr 192.168.1.1;
option NewT.NewTVer "4.0_48_2007.08.01.15.48"
(BTW, the actual leases are logged in  /var/lib/dhcp3/dhcpd.leases)



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

Reply via email to