1855039 Members
8189 Online
104109 Solutions
New Discussion

Re: version of BIND

 
SOLVED
Go to solution

version of BIND

Hi,

How can I find which version of BIND (DNS) is running in my HP-UX server?

Thanks in advance,

Regards,
Jegi,
NBC
6 REPLIES 6
Dan Hetzel
Honored Contributor

Re: version of BIND

Hi,

Simply type the following command:
swlist -l fileset | grep -i bind

it should give you one or more lines as this:
# PHNE_20619 1.0 Bind 4.9.7 components

Dan

Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
Jim Adamson
Frequent Advisor

Re: version of BIND

Jegi,
Check your DNS tables. The first line should indicate what version of BIND you are using.
Jim
Oh dear
Carol Garrett
Trusted Contributor
Solution

Re: version of BIND


what /usr/sbin/bind gives the definitive version from the binary itself.
Kofi ARTHIABAH
Honored Contributor

Re: version of BIND

You can determine the version of bind (named) being run by any server as follows:

nslookup
> server ns.you.want.com
> set class=chaos
> set type=txt
> version.bind

you should get a response like:
Server: ns.you.want.com
Address: xxx.yyy.zzz.aaa
VERSION.BIND text = "8.2.2-P5"

Good luck
nothing wrong with me that a few lines of code cannot fix!
Berlene Herren
Honored Contributor

Re: version of BIND

OR...
You can type
#what /etc/named

Versions 4.9.7 are supported on both 10.20 and 11.0. Version 8.1.2 is supported on 11.0 and downloaded from http://www.software.hp.com

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm

Re: version of BIND

Thanks friends,


"what /usr/sbin/bind" gives definitive version of bind and also the patch level.

I am unable to assign points. But anyhow, I feel really sorry for not assigning points.

Friends, do you face problems in point assignment currently ?

Thanks,
Jegi, NBC