BIND update

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
rferebee
Posts: 733
Joined: Wed Jul 11, 2018 11:37 am

BIND update

Post by rferebee »

Hello,

Forgive my ignorance, but I'm trying to figure out how to update BIND on my Log Server instances. BIND came up in a vulnerability scan and my manager would like to me update our version to the latest release (bind-libs-9.8.2-0.68.rc1.el6_10.1 and bind-utils-9.8.2-0.68.rc1.el6_10.1).

I tried running: yum update bind

It doesn't appear that the packages came from yum. My Linux admin suggested I check with you to see if BIND is part of the base Log Server package?

Thank you.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: BIND update

Post by cdienger »

I don't believe these are necessary for NLS directly but they may have been installed as part of the OS. On my lab machine for example, bind-utils isn't installed but bind-libs-lite is and can be updated with:

yum update bind-libs-lite

The same should be doable for bind-utils if it is installed:

yum update bind-utils

You can get a list of installed bind packages by running:

yum list installed | grep bind
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
rferebee
Posts: 733
Joined: Wed Jul 11, 2018 11:37 am

Re: BIND update

Post by rferebee »

That worked! Thank you.

I had to specifically use: yum update bind-libs and yum update bind-utils

It didn't like just listing bind by itself.
Locked