This is a short guide in getting a DNS server up and running on a HP-UX system. The obvious choice for DNS server software is BIND as pre-compiled bundles are provided by HPE.
Copy the download depot files to /var/opt/depots (or to appropriate network location)
Install software
Configure BIND
Create named directories:
Create a param file for hosts_to_named. The hosts_to_named utility is a powerful tool for building DNS database.
Create the DNS data and boot files with hosts_to_named. The hosts_to_named utility automatically creates all the DNS data files needed to resolve host names and IP addresses in your domain using your /etc/hosts file, and the options defined in your param file.
Check the data directory:
Add/delete records for the corresponding domain, e.g. acme.com.
Check the named configuration file:
Enable the DNS service at boot time:
Start BIND service
Start the named daemon. A reboot is not required.
Configure DNS clients
Add the DNS nameserver to /etc/resolv.conf on all client hosts.
I have taken the step to move all my repositories from Github to my own self-hosted git service at git.kudos.be.
The move is a logical consequence of the ev...
Over the last couple of years I have made some small and not so small improvements to the LVM scripts for HP-UX. Most notably additional options/toggles were...
Leave a comment