Hi

It looks to me like utadm thinks it running on Linux rather than SunOS

what is the result of /bin/uname -s on SXDE?

from utadm

  OS=`/bin/uname -s`

  case "$OS" in
    SunOS)      # Define Solaris specific parameters

    ....
                DHCPCONFIG="/var/dhcp/dhcptab"
    ....

    Linux)      # Define Linux specific parameters

    ....
                DHCPCONFIG="/etc/dhcpd.conf"
    ....


    *)          # Unknown OS
                Fatal "unknown OS name $OS"
  esac

Anthony Worrall


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:sunray-users-
> [EMAIL PROTECTED] On Behalf Of Sean Clarke
> Sent: 01 November 2007 16:56
> To: SunRay-Users mailing list
> Subject: [SunRay-Users] Oddity with Solaris DHCP setup
> 
> Hi,
>     I am having problems getting some Sun Rays to connect vis DHCP on
a
> new
> Solaris system (SXDE). I am pretty happy all other setup is OK, as
they
> timeout and connect via broadcast - but try as i might, I can't get
them
> to
> use the DHCP settings.
> 
> When I run utadm -a <interface> - It seems to progress OK, but I
notice
> that
> it complains there is no /etc/dhcpd.conf file, and indeed there isn't.
> 
> Searching around some forums I found a tool dhcpmgr, using this (after
it
> takes an eternity to start!!) the DHCP "looks" correct and I can see
the
> Subnet and Sun Ray sections and it all looks OK.
> 
> To prove I hadn't made a silly, I set it up on my laptop (again -
SXDE)
> and
> it has the same problems... Sun Ray get IP address and nothing else,
after
> a
> period of time it performs the broadcast and bingo everything works as
> expected.
> 
> I had no such problems under Linux (again battling with Ubuntu aside)
and
> the DHCP using the /etc/dhcpd.conf files et al work perfectly.
> 
> I guess my hangup is DHCP administration on Solaris, although I was
> suprised
> when it didn't work out of the box....
> 
> Can anyone offer any pointers?
> --
> --
> Regards
> Sean Clarke
> ---------------------------------------------
> SEC Consulting Limited
> Phone: +44 (0)23 8040 5599
> Website: http://www.sec-consulting.co.uk
> Email: [EMAIL PROTECTED]
> 
> SEC Consulting is a Sun Partner Advantage Member:
> Sun, keeping 10 moves ahead.
> http://www.sec-consulting.co.uk/Sun/index.html
> 
> 
> 
> _______________________________________________
> SunRay-Users mailing list
> [email protected]
> http://www.filibeto.org/mailman/listinfo/sunray-users

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

Reply via email to