You mean I should edit my existing DHCP server to provide the additional data 
needed ?



-----Original Message-----
From: Volker A. Brandt [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 12, 2008 12:58 PM
To: Ali Jawad
Cc: SunRay-Users mailing list
Subject: Re: [SunRay-Users] Setting Up SunRay Server..DHCP already exists

Hello!


> I need to set up a SunRay server on a network segment that does have
> it's own DHCP server. What settings should I pay attention to ?

Here is an excerpt of what I do in my DHCP setup script:

  # add the SunRay symbols:
  echo 'Adding SunRay symbols...'
  dhtadm -B -v<<_EOF_
  dhtadm -A -s BarrierLevel -d 'Vendor=SUNW.NewT.SUNW,36,NUMBER,4,1'
  dhtadm -A -s NewTFlags    -d 'Vendor=SUNW.NewT.SUNW,34,NUMBER,4,1'
  dhtadm -A -s Intf         -d 'Vendor=SUNW.NewT.SUNW,33,ASCII,1,0'
  dhtadm -A -s FWSrvr       -d 'Vendor=SUNW.NewT.SUNW,31,IP,1,1'
  dhtadm -A -s LogAppl      -d 'Vendor=SUNW.NewT.SUNW,29,NUMBER,1,1'
  dhtadm -A -s LogVid       -d 'Vendor=SUNW.NewT.SUNW,28,NUMBER,1,1'
  dhtadm -A -s LogUSB       -d 'Vendor=SUNW.NewT.SUNW,27,NUMBER,1,1'
  dhtadm -A -s LogNet       -d 'Vendor=SUNW.NewT.SUNW,26,NUMBER,1,1'
  dhtadm -A -s LogKern      -d 'Vendor=SUNW.NewT.SUNW,25,NUMBER,1,1'
  dhtadm -A -s LogHost      -d 'Vendor=SUNW.NewT.SUNW,24,IP,1,1'
  dhtadm -A -s NewTBW       -d 'Vendor=SUNW.NewT.SUNW,30,NUMBER,4,1'
  dhtadm -A -s NewTVer      -d 'Vendor=SUNW.NewT.SUNW,23,ASCII,1,0'
  dhtadm -A -s AuthPort     -d 'Vendor=SUNW.NewT.SUNW,22,NUMBER,2,1'
  dhtadm -A -s AltAuth      -d 'Vendor=SUNW.NewT.SUNW,35,IP,1,0'
  dhtadm -A -s AuthSrvr     -d 'Vendor=SUNW.NewT.SUNW,21,IP,1,1'
  _EOF_

  # build the SunRay macro:
  RAYSERVER=$MASTER_SERVER

  echo 'Creating "SunRay" Macro...'
  dhtadm -A -m SunRay 
-d":LeaseTim=86400:LeaseNeg:AuthPort=7009:LogHost=$RAYSERVER:LogKern=6:LogNet=6:LogUSB=6:LogVid=6:LogAppl=6:"


As you can see, several symbols are defined.  Then a macro is
declared that assigns values to the symbols.


If you have an ISC DHCP server, you can find several samples on
the net.  For example, here's one:

  http://www.ice.mtu.edu/~jamyles/scripts/sun_ray_dhcpd.conf


Good luck -- Volker
-- 
------------------------------------------------------------------------
Volker A. Brandt                  Consulting and Support for Sun Solaris
Brandt & Brandt Computer GmbH                   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim                     Email: [EMAIL PROTECTED]
Handelsregister: Amtsgericht Bonn, HRB 10513              Schuhgröße: 45
Geschäftsführer: Rainer J. H. Brandt und Volker A. Brandt

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

Reply via email to