Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Just as with any other service, you need to install the packages for BIND first.
Step 1. | Install the required packages: # yum install -y bind bind-utils bind-libs |
Step 2. | Verify that the packages have been installed: # rpm -qa | grep ^bind
bind-utils-9.7.0-5.P2.el6.x86_64
bind-9.7.0-5.P2.el6.x86_64
bind-libs-9.7.0-5.P2.el6.x86_64 |
Step 3. | Ensure that the service is set to start on system boot: # chkconfig named on |
Step 4. | Verify that the service is set to start on boot: # chkconfig --list named
named 0:off 1:off 2:on 3:on 4:on 5:on 6:off |