Operating System - HP-UX
1850317 Members
2957 Online
104054 Solutions
New Discussion

Re: DNS Management Client

 
SOLVED
Go to solution
Cossy Cosmas
Occasional Contributor

DNS Management Client

Does anyone know if there is a nice front end for managing DNS on a hp-ux 11 system? ie adding new hosts/ip addresses etc.

Regards,

Cossy
cossy_cosmas@rank.com



5 REPLIES 5
Berlene Herren
Honored Contributor

Re: DNS Management Client

hosts_to_named works pretty good!

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
Cossy Cosmas
Occasional Contributor

Re: DNS Management Client

I'm sort of looking for something to manage dns on an ongoing basis.

We used the 'hosts_to_named' utility as a one off to create the initial dns environment but I didn't think that it was the sort of thing that you could use thereafter. Am I wrong ? Can you use it to add, amend or delete a single entry in DNS?

Regards,
Cossy
Rob Mallard
Valued Contributor
Solution

Re: DNS Management Client

You can use hosts_to_named for updates too. Just edit your /etc/hosts file and re-run the the host_to_named script. It will update your db files, including incrementing the serial number in the SOA.

One warning, if you screw up your param file and then try to fix it and run hosts_to_named again it does not necessary over write all the files the way you may expect. Best to delete all the db files (except db.cache) and start over.
Berlene Herren
Honored Contributor

Re: DNS Management Client

Here, here Rob! you are correct, and this is the best utility to update your dns. Saves fat fingering the database.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
Cossy Cosmas
Occasional Contributor

Re: DNS Management Client

Dear Rob & Belene,

Thanks for the advice.

I guess I need to go back and read the manual.

Regards,

Cossy