- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DDNS / DHCP Client Configuration Problem
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
05-17-2004 07:13 AM
05-17-2004 07:13 AM
DDNS / DHCP Client Configuration Problem
On my network I have a Windows 2003 Server running as a dns/dhcp server. I would like my HP-UX 11.11 workstations to talk to it using DHCP and DNS. Only I can't seem to get it to dynamically update the hostname in the DNS tables on the server. Testing it with other windows machines works fine, and it can successfully serve addresses and works fine as a DNS server. A packet sniff on the server of the incoming DHCP request from the HP-UX machine shows that it is missing "Option 12" which is the hostname of the requesting machine, necessary for the DDNS to work.
I already installed (or tried to... it says that everything is already installed) patches PHCO_24118 and PHSS_27333
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 07:52 AM
05-17-2004 07:52 AM
Re: DDNS / DHCP Client Configuration Problem
Have you tried /etc/set_parms in your HP-UX box?
You must execute /etc/set_parms like superuser, then you can choose the option you need.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 08:05 AM
05-17-2004 08:05 AM
Re: DDNS / DHCP Client Configuration Problem
cheers
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 09:39 AM
05-17-2004 09:39 AM
Re: DDNS / DHCP Client Configuration Problem
According to the man page for dhcpclient(1M), it looks like you need to find a way to pass a '-N
See: http://docs.hp.com/hpux/onlinedocs/B2355-90691/B2355-90691.html
Hope it helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 01:42 AM
05-18-2004 01:42 AM
Re: DDNS / DHCP Client Configuration Problem
also, you'll want to set "automatically update DHCP clent information in DNS" and "always update dns"
this can be reached by opening the DHCP MMC, right clicking the server in question, choosing properties, and choosing the DNS tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 01:47 AM
05-18-2004 01:47 AM
Re: DDNS / DHCP Client Configuration Problem
I added the -N option to the /sbin/auto_parms script and it worked perfectly.
Thanks again,
-Tim