- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation of Bind 9.2.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:23 AM
02-23-2006 09:23 AM
Also, as future releases are distributed how can I programatically tell if a version later than v920 is installed.
TIA!
-rob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:30 AM
02-23-2006 09:30 AM
Re: Installation of Bind 9.2.0
To see what version is installed, aside from checking swlist output, you can run "what /usr/sbin/named" and it will display some information, including the BIND version it is.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:33 AM
02-23-2006 09:33 AM
Re: Installation of Bind 9.2.0
Best to remove them manually.....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:34 AM
02-23-2006 09:34 AM
SolutionIf you are doing dynamic DNS and DHCP then this is really the way to go.
If you execute the rndc command, the version will be displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:36 AM
02-23-2006 09:36 AM
Re: Installation of Bind 9.2.0
Check the install notes for bind.
http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=BIND9.2
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 10:23 AM
02-23-2006 10:23 AM
Re: Installation of Bind 9.2.0
They lead to another, though. When apps are compiled and installed from source, it seems swlist would not be updated. That would equate to swlist being an inaccurate representation of the system's software inventory.
Is this the case?
-rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 10:35 AM
02-23-2006 10:35 AM
Re: Installation of Bind 9.2.0
I don't install many replacements for HP supplied utilities but here I make an exception. As an example, some years ago, travelling users within the company had a need to assign fixed IP addresses that varied according to the subnet they were connecting on --- and to dynamically update DNS with the "new" IP address. The HP supplied version of bootpd could not come close to doing this but ISC's dhcpd could easily do this and dynamically update DNS at the same time.