HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create subdomain in DNS
Operating System - HP-UX
1832645
Members
2999
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-27-2006 04:50 AM
01-27-2006 04:50 AM
Create subdomain in DNS
We will be implementing Microsoft active directory in our environment. Our primary DNS server is running on HP-UX 11.11 and will stay our primary DNS server.
We are utilizing DHCP for our user PC's. Our goal is to have a windows name server service DHCP for the user PC's.
Can I set this up by creating a subdomain in DNS and delegating the control of that subdomain to the windows server? If so, how is a subdomain created in DNS and how do you delegate it to a windows server?
Or is there is a better way to accomplish this?
Thanks,
Kathy
We are utilizing DHCP for our user PC's. Our goal is to have a windows name server service DHCP for the user PC's.
Can I set this up by creating a subdomain in DNS and delegating the control of that subdomain to the windows server? If so, how is a subdomain created in DNS and how do you delegate it to a windows server?
Or is there is a better way to accomplish this?
Thanks,
Kathy
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 06:07 AM
01-27-2006 06:07 AM
Re: Create subdomain in DNS
Yes, you can create a subdomain in named.conf
zone "adidomain.yourdomain.com" in {
type slave;
file "adidomain.yourdomain.com.zone";
masters { ip.of.adi.server; };
};
Also, make sure you are running in allow-update mode - and grant access to the reverse zone.
To be honest though - I'm going through an Active Directory Integrated migration - with no child domains - however, since ADI 2003 - there are incompatibilities (go figure) with ADI and Bind.
Therefore, we have decided to go with MS ADI DNS as the primary for our site.
Even with a child domain, you may risk having bad data in your ptr zone files...
Rgds...Geoff
zone "adidomain.yourdomain.com" in {
type slave;
file "adidomain.yourdomain.com.zone";
masters { ip.of.adi.server; };
};
Also, make sure you are running in allow-update mode - and grant access to the reverse zone.
To be honest though - I'm going through an Active Directory Integrated migration - with no child domains - however, since ADI 2003 - there are incompatibilities (go figure) with ADI and Bind.
Therefore, we have decided to go with MS ADI DNS as the primary for our site.
Even with a child domain, you may risk having bad data in your ptr zone files...
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:28 AM
01-31-2006 12:28 AM
Re: Create subdomain in DNS
Thanks for the information!
Do I need to add additional options to the hosts-to-named? Aren't these options used to update the db.domain file?
Thanks,
Kathy
Do I need to add additional options to the hosts-to-named? Aren't these options used to update the db.domain file?
Thanks,
Kathy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP