Jarrod,

I think you may have shed some light on it in that last message.  I think it
may be functioning correctly I just misunderstood something.

The ip of this host in question is within the dynamic range. Upon reflection
I guess it makes sense that it was not always getting the same IP.. Its
dynamic.  

In our existing system we use DCHP to always hand out the same IP to hosts,
and I would like to replicate that behaviour.

Should I just remove the dynamic range from my networks table? Since I don't
want any hosts to get dynamic ips?

Thanks,

Eric


From:  Jarrod B Johnson <[email protected]>
Reply-To:  xCAT Users Mailing list <[email protected]>
Date:  Wed, 4 Apr 2012 13:46:11 -0400
To:  xCAT Users Mailing list <[email protected]>
Subject:  Re: [xcat-user] DHCP Question

Odd, if you can 'getent hosts <nodename>' and the result is out of the
dynamic range, it should always put fixed-address in there...

It can omit fixed-address and fix only the name and let the ip float, which
is why there is any way to get a host declaration without address, but that
shouldn't apply...

It may warrant some sort of remote access or screen sharing if possible
since it sounds like these issues are fine...

Eric Chennells ---04/04/2012 12:17:10 PM---Jarrod, Yes the domain and search
in resolv.conf are both "cluster.company.com"

From: Eric Chennells <[email protected]>
To: xCAT Users Mailing list <[email protected]>,
Date: 04/04/2012 12:17 PM
Subject: Re: [xcat-user] DHCP Question




Jarrod,

Yes the domain and search in resolv.conf are both "cluster.company.com"

Eric


From: Jarrod B Johnson <[email protected] <mailto:[email protected]> >
Reply-To: xCAT Users Mailing list <[email protected]
<mailto:[email protected]> >
Date: Tue, 3 Apr 2012 19:52:54 -0400
To: xCAT Users Mailing list <[email protected]
<mailto:[email protected]> >
Cc: xCAT Users Mailing list <[email protected]
<mailto:[email protected]> >
Subject: Re: [xcat-user] DHCP Question

Resolv.conf have good domain/search?

Sent from Lotus Traveler

Eric Chennells --- Re: [xcat-user] DHCP Question ---

From:"Eric Chennells" <[email protected] <mailto:[email protected]> >
To"xCAT Users Mailing list" <[email protected]
<mailto:[email protected]> >
Date:Tue, Apr 3, 2012 7:36 PM
SubjectRe: [xcat-user] DHCP Question


Hi Jarrod,

The nodename is also defined in our network-wide DNS servers so yes it
resolves properly if I do 'ping node088', but it would regardless of it DNS
was working properly on the xcatserver.

I tried 'dig @localhost node088' and it did not resolve, but it did when I
did 'dig @localhost node088.cluster.company.com'.

Also this is the line I have in my hosts table:
"node088","10.2.129.88","node088.cluster.company.com",,,

Dynamic range does not overlap with static.

Thanks,
Eric



From: Jarrod B Johnson <[email protected] <mailto:[email protected]> >
Reply-To: xCAT Users Mailing list <[email protected]
<mailto:[email protected]> >
Date: Tue, 3 Apr 2012 19:20:40 -0400
To: xCAT Users Mailing list <[email protected]
<mailto:[email protected]> >
Cc: <[email protected]
<mailto:[email protected]> >
Subject: Re: [xcat-user] DHCP Question

Does the nodename resolve when you 'ping node088'?

Sent from Lotus Traveler

Eric Chennells --- [xcat-user] DHCP Question ---

From:"Eric Chennells" <[email protected] <mailto:[email protected]> >
[email protected] <mailto:[email protected]>
Date:Tue, Apr 3, 2012 6:43 PM
Subject[xcat-user] DHCP Question


Hello,

I am having a problem with the dhcpd configuration on my xCAT 2.7 install.

When I run makedhcp <nodename> it creates an entry in
/var/lib/dhcpd/dhcpd.leases but it is missing some information.

I need to manually add the line "fixed address 10.x.x.x", as well as add the
full hostname of the machine, by default I only get the name of the machine
not the rest of the network addresss.

For example:

host node088 {
  dynamic;
  hardware ethernet 00:30:48:c3:9a:7a;
        supersede server.ddns-hostname = "node088";
        supersede host-name = "node088";
        if option vendor-class-identifier = "ScaleMP" {
          supersede server.filename = "vsmp/pxelinux.0";
        } else {
          supersede server.filename = "pxelinux.0";
        }
        supersede server.next-server = 0a:02:80:97;
}

I must manually add fixed address below the hardware ethernet line, as well
as and "cluster.companyname.com" after the node088.



Notice of Confidentiality: The information transmitted is intended only for
the
person or entity to which it is addressed and may contain confidential
and/or
privileged material. Any review, re-transmission, dissemination or other use
of 
or taking of any action in reliance upon this information by persons or
entities
other than the intended recipient is prohibited. If you received this in
error
please contact the sender immediately by return electronic transmission and
then
immediately delete this transmission including all attachments without
copying,
distributing or disclosing the
same.-----------------------------------------------------------------------
-------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev________________________________________
_______
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

----------------------------------------------------------------------------
-- Better than sec? Nothing is better than sec when it comes to monitoring
Big Data applications. Try Boundary one-second resolution app monitoring
today. Free. 
http://p.sf.net/sfu/Boundary-dev2dev________________________________________
_______ xCAT-user mailing list [email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user



Notice of Confidentiality: The information transmitted is intended only for the
person or entity to which it is addressed and may contain confidential and/or
privileged material. Any review, re-transmission, dissemination or other use of 
or taking of any action in reliance upon this information by persons or entities
other than the intended recipient is prohibited. If you received this in error
please contact the sender immediately by return electronic transmission and then
immediately delete this transmission including all attachments without copying,
distributing or disclosing the same.

<<attachment: graycol.gif>>

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to