ls -l /var/named

My wondering is if named user can create new files in the directory.  The
way named works with the updates is it must be allowed to create .jnl
files.  The jnl files eventually get merged into the plain text record
(e.g. restarting named would probably get it merged).



From:   Aijun Wang <wajch...@gmail.com>
To:     xcat-user@lists.sourceforge.net,
Date:   11/21/2012 10:03 AM
Subject:        [xcat-user] 'makedns -n' without any records in zone file



Hi,all

    It was successfully to run 'makedns -n',but there was no record in zone
file.
    What's wrong?

[root@xcatmn ~]# makedns -n
Handling localhost in /etc/hosts.
Handling xcatmn in /etc/hosts.
Handling c02-cmm in /etc/hosts.
Handling c02n01 in /etc/hosts.
Handling c02n02 in /etc/hosts.
Handling c02n03 in /etc/hosts.
Getting reverse zones, this may take several minutes in scaling cluster.
Completed getting reverse zones.
Updating zones.
Completed updating zones.
Starting named complete
Restarting named
Restarting named complete
Updating DNS records, this may take several minutes in scaling cluster.
Completed updating DNS records.
named has been enabled on boot.
DNS setup is completed

[root@xcatmn named]# cat /etc/hosts
127.0.0.1        localhost
192.168.102.254        xcatmn
192.168.101.200        c02-cmm
192.168.102.201        c02n01
192.168.102.202        c02n02
192.168.102.203        c02n03

[root@xcatmn named]#  cat /etc/resolv.conf
search test.cluster.com
nameserver 192.168.4.1

[root@xcatmn named]# cat db.test.cluster.com
$TTL 86400
@ IN SOA xcatmn.test.cluster.com. root.xcatmn.test.cluster.com.
( 2012112100 10800 3600 604800 86400 )
  IN NS  xcatmn.test.cluster.com.
xcatmn.test.cluster.com.  IN A  192.168.102.254
[root@xcatmn named]# cat db.192.168.102
$TTL 86400
@ IN SOA xcatmn.test.cluster.com. root.xcatmn.test.cluster.com.
( 2012112100 10800 3600 604800 86400 )
  IN NS  xcatmn.test.cluster.com.
[root@xcatmn named]# cat db.192.168.101
$TTL 86400
@ IN SOA xcatmn.test.cluster.com. root.xcatmn.test.cluster.com.
( 2012112100 10800 3600 604800 86400 )
  IN NS  xcatmn.test.cluster.com.



--
Engine
------------------------------------------------------------------------------

Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

<<inline: graycol.gif>>

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to