On Tue, 18 Jan 2005 08:34:54 +0000, Tim Smith <[EMAIL PROTECTED]> wrote:
> Sunray 1
> Sunblade 1000
> 10/100 hub
> SRSS 2.0
> 
> I've completed the install of SRSS2.0 and am trying to update the
> firmware for my ray1..
> 
> when powering up, the ray sits at the hourglass screen with two lines
> under it. the manual tells me this is out of date firmware, so I tried
> using the utfwsync and other commands to update the firmware, but no-go.
> The ray perpetually sits at the hourglass.

I had some troubles with this. too. Some pointers

 * what's the output of /var/log/syslog (or equivalent)
 * what's the existing firmware version on the sunray, and what one
are you trying to upgrade to?
 * Is the dhcp server setup correctly with the firmware server IP address? [1]
 * It might be that you need to move to srss3 in order to get some of
the latest syncing done correctly
 * are you on a shared or dedicated interconnect ?



[1] relevant lines from my dhcpd.conf
#Sun Ray
option space SunRay;
option SunRay.AuthSrvr  code 21 = ip-address;
option SunRay.AuthSrvr  192.168.0.3;
option SunRay.FWSrvr    code 31 = ip-address;
option SunRay.FWSrvr    192.168.0.3;
option SunRay.NewTVer   code 23 = text;
option SunRay.NewTVer   "3.0_51,REV=2004.11.10.16.18";
option SunRay.Intf      code 33 = text;
option SunRay.Intf      "eth1";
option SunRay.LogHost   code 24 = ip-address;
option SunRay.LogHost   192.168.0.3;
option SunRay.LogKern   code 25 = integer 8;
option SunRay.LogKern   6;
option SunRay.LogNet    code 26 = integer 8;
option SunRay.LogNet    6;
option SunRay.LogUSB    code 27 = integer 8;
option SunRay.LogUSB    6;
option SunRay.LogVid    code 28 = integer 8;
option SunRay.LogVid    6;
option SunRay.LogAppl   code 29 = integer 8;
option SunRay.LogAppl   6;
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to