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.

Is there some configuration in a table that is incorrect/missing?

Thanks,
Eric





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

Reply via email to