Download Deploying DNS and Sendmail
Transcript
BIND -- Installing Files % /bin/su Password: # make install (lots of output) # cd /usr/sbin # cp /usr/local/pkg/bind/8.2.x/sbin/named \ in.named_from_usr-local-pkg # rm in.named # ln -s in.named_from_usr-local-pkg in.named # rm named-xfer # ln -s /usr/local/pkg/bind/8.2.x/sbin/named-xfer . # rm nslookup # ln -s /usr/local/pkg/bind/8.2.x/sbin/nslookup . Note that we are removing the Solaris binaries. We want to install the new in.named locally so that it's available at boot time before NFS gets a chance to start up. We go through the rigmarole with the in.named_from_usr-local-pkg just to make it clear to other admins that we're not using the stock Solaris in.named. 15