The ::1  has given me problems in the past, using  makehosts to create your
hosts file. For example it would be something like ::1 mgt and fixing it
would result in something like:
172.20.0.1 mgt

                127.0.0.1       localhost.localdomain   localhost       mgt
            ::1     mgt
            172.29.101.1 bmc1
            172.20.101.1 n1

            to

            127.0.0.1       localhost.localdomain   localhost
            172.20.0.1  mgt.cluster       mgt
            172.29.101.1 bmc1

            Just remove the ::1 and see what that does

            Thomas Alandt
            WW  Test Engineer Complex Solutions
            IBM-ISC




From:   Robert W Krull/Watson/IBM@IBMUS
To:     [email protected]
Date:   08/22/2011 11:45 AM
Subject:        [xcat-user] Problem with makedns



Hi,
  Just installed the latest xcat level on a new xcat server.
I have a pretty basic env:
[root@bp-xcat-01eth0 ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1         localhost localhost.localdomain localhost6
localhost6.localdomain6
9.12.162.28 idpx1mgr
216.34.181.96 xcat.sourceforge.net
172.20.224.11 bp-xcat-01bmc0 bp-xcat-01bmc0.bp.cluster
172.20.224.12 bp-inf-01bmc0 bp-inf-01bmc0.bp.cluster
172.20.224.13 bp-inf-02bmc0 bp-inf-02bmc0.bp.cluster
172.20.224.14 bp-hyper-01bmc0 bp-hyper-01bmc0.bp.cluster
172.20.224.15 bp-hyper-02bmc0 bp-hyper-02bmc0.bp.cluster
172.20.224.16 bp-hyper-03bmc0 bp-hyper-03bmc0.bp.cluster
172.20.224.17 bp-hyper-04bmc0 bp-hyper-04bmc0.bp.cluster
172.20.224.18 bp-hyper-05bmc0 bp-hyper-05bmc0.bp.cluster
172.20.224.19 bp-storage-01bmc0 bp-storage-01bmc0.bp.cluster
172.20.224.20 bp-storage-02bmc0 bp-storage-02bmc0.bp.cluster
172.20.224.51 bp-xcat-01eth0 bp-xcat-01eth0.bp.cluster
172.20.224.52 bp-inf-01eth0 bp-inf-01eth0.bp.cluster
172.20.224.53 bp-inf-02eth0 bp-inf-02eth0.bp.cluster
172.20.224.54 bp-hyper-01eth0 bp-hyper-01eth0.bp.cluster
172.20.224.55 bp-hyper-02eth0 bp-hyper-02eth0.bp.cluster
172.20.224.56 bp-hyper-03eth0 bp-hyper-03eth0.bp.cluster
172.20.224.57 bp-hyper-04eth0 bp-hyper-04eth0.bp.cluster
172.20.224.58 bp-hyper-05eth0 bp-hyper-05eth0.bp.cluster
172.20.224.59 bp-storage-01eth0 bp-storage-01eth0.bp.cluster
172.20.224.60 bp-storage-02eth0 bp-storage-02eth0.bp.cluster

when running makedns, it says handling all the 172.x machine names, bit
errors:
bp-xcat-01bmc0: Error: Unable to find zone to hold bp-xcat-01bmc0
bp-inf-01bmc0: Error: Unable to find zone to hold bp-inf-01bmc0
bp-inf-02bmc0: Error: Unable to find zone to hold bp-inf-02bmc0
bp-hyper-01bmc0: Error: Unable to find zone to hold bp-hyper-01bmc0

and creates nothing in /var/named.

here is the named.conf file that it creates:
[root@bp-xcat-01eth0 lib]# cat /etc/named.conf
options {
        directory "/var/named/";
                //listen-on-v6 { any; };
        forwarders {
                9.2.250.86;
                9.2.112.108;
        };
};

key xcat_key {
        algorithm hmac-md5;
        secret "bjZnbXg5cVVNeWRwS2c3d3RCbWdmejJUMHJ5S2o3clI=";
};

zone "224.20.172.IN-ADDR.ARPA." in {
        type master;
        allow-update {
                key xcat_key;
        };
        file "db.172.20.224";
};
zone "254.47.10.IN-ADDR.ARPA." in {
        type master;
        allow-update {
                key xcat_key;
        };
        file "db.10.47.254";
};
zone "225.20.172.IN-ADDR.ARPA." in {
        type master;
        allow-update {
                key xcat_key;
        };
        file "db.172.20.225";
};
zone "bp.cluster" in {
        type master;
        allow-update {
                key xcat_key;
        };
        file "db.bp.cluster";
};
zone "255.47.10.IN-ADDR.ARPA." in {
        type master;
        allow-update {
                key xcat_key;
        };
        file "db.10.47.255";
};

Any ideas what its doing, or what I am missing..

Bob Krull
IBM Research
Emerging Technologies Solutions Development
[email protected]
914-945-3801 / tie 862-3801
------------------------------------------------------------------------------

uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user



------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to