It's probably not harmful per se, but is causing issues, please see:

http://svn.oscar.openclustergroup.org/trac/oscar/ticket/176

Thanks,

Bernard 

> -----Original Message-----
> From: Erich Focht [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 04, 2006 15:12
> To: [email protected]
> Cc: Bernard Li; Ted Powell
> Subject: Re: [Oscar-devel] Issue with dhcpd.conf
> 
> That just defines the search domain and is not harmful.
> 
> Erich
> 
> On Tuesday 04 July 2006 21:30, Bernard Li wrote:
> > Hi Ted:
> > 
> > Actually this was a feature request by  me since I need to 
> have multiple
> > search domains in the clients' resolv.conf.  One way to do 
> this is to
> > add multiple search domains in the "option domain-name" entry.
> > 
> > We're still trying to figure out a better way to do this - 
> if you have
> > some ideas, we're all ears :-)
> > 
> > Thanks,
> > 
> > Bernard
> > 
> > > -----Original Message-----
> > > From: Ted Powell [mailto:[EMAIL PROTECTED] On Behalf 
> > > Of Ted Powell
> > > Sent: Tuesday, July 04, 2006 12:22
> > > To: Bernard Li
> > > Cc: [email protected]
> > > Subject: Re: [Oscar-devel] Issue with dhcpd.conf
> > > 
> > > On Mon, Jul 03, 2006 at 11:02:17PM -0700, Bernard Li wrote:
> > > > Let's say the domain name for my cluster is "ocg.org", this 
> > > is what a node entry looks like in dhcpd.conf:
> > > > 
> > > > subnet 192.168.0.0 netmask 255.255.255.0 {
> > > >         group {
> > > >                 host oscar01{
> > > >                         hardware ethernet 00:02:B3:18:AB:BE;
> > > >                         fixed-address 192.168.0.11;
> > > >                         filename "pxelinux.0";
> > > >                         option routers 192.168.0.2;
> > > >                         option domain-name "ocg.org ocg.org";
> > > >                         next-server oscar_server;
> > > >                 }
> > > >  
> > > > Notice that "ocg.org" gets repeated in "domain-name".
> > > 
> > > I haven't looked at the code that generates 
> /etc/dhcpd.conf, but I see
> > > that the top-level definitions in the generated file:
> > > 
> > >     deny unknown-clients;
> > >     option subnet-mask 255.255.255.0;
> > >     option broadcast-address 192.168.150.255;
> > >     option domain-name "private";
> > >     option routers 192.168.150.101;
> > >     ddns-update-style none; # For dhpcd version 3
> > > 
> > > do the domain-name specification correctly. What is the point of
> > > specifying it again (badly) for each individual host? I 
> see no benefit
> > > in providing the capability for different hosts in the 
> same cluster to
> > > belong to different domains. Why not simply disable the 
> code that puts
> > > an incorrect specification in at the host level?
> > > 
> > > 
> > > -- 
> > > Ted Powell <[EMAIL PROTECTED]>   http://psg.com/~ted/
> > > "If you don't look, you don't know."
> > >     Dr. Sam Ting, Nobel laureate experimental physicist.
> > > 
> > 
> > Using Tomcat but need to do more? Need to support web 
> services, security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> > 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> > _______________________________________________
> > Oscar-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > 
> 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to