DNS changes

From athena

Rocks manages the dns on it's own. You can however add your own DNS entries on the cluster.

   /var/named/rocks.domain.local
   /var/named/reverse.rocks.domain.local

These files are controlled by RCS, so be sure to check them out before editing and check them back in after editing:

   [root@athena0 named]# co -l rocks.domain.local
   RCS/rocks.domain.local,v  -->  rocks.domain.local
   revision 1.2 (locked)
   done
   [root@athena0 named]# ci -u rocks.domain.local
   RCS/rocks.domain.local,v  <--  rocks.domain.local
   new revision: 1.3; previous revision: 1.2
   enter log message, terminated with single '.' or end of file:
   >> Added entries for pexport
   >> richardc
   >> .

Here's a example of adding round-robin DNS entries to the rocks.domain.local files.


footnote: http://www.zytrax.com/books/dns/ch9/rr.html