- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Package virtual Ip addres problem with dns
Operating System - HP-UX
1820262
Members
2881
Online
109622
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-14-2007 10:48 AM
тАО03-14-2007 10:48 AM
Package virtual Ip addres problem with dns
Please Help
node1
ip lan0: 192.168.1.1 netmask 255.255.255.0
hosts name: node1
node2
ip lan0: 192.168.1.2 netmask 255.255.255.0
hosts name: node2
IP package: 192.168.1.3 netmask 255.255.255.0
resolv hosts: prod
Dns, firewall, windows nfs server, no resolv hostname prod (192.168.1.3)
Client configure the lan ips (192.168.1.1, 192.168.1.2, 192.168.1.3) in dns, firewall, en windows nfs server.
How to configure? or What configure? in hpux hosts to windows resolv IP virtual address and Host address ?
node1
ip lan0: 192.168.1.1 netmask 255.255.255.0
hosts name: node1
node2
ip lan0: 192.168.1.2 netmask 255.255.255.0
hosts name: node2
IP package: 192.168.1.3 netmask 255.255.255.0
resolv hosts: prod
Dns, firewall, windows nfs server, no resolv hostname prod (192.168.1.3)
Client configure the lan ips (192.168.1.1, 192.168.1.2, 192.168.1.3) in dns, firewall, en windows nfs server.
How to configure? or What configure? in hpux hosts to windows resolv IP virtual address and Host address ?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2007 12:42 PM
тАО03-14-2007 12:42 PM
Re: Package virtual Ip addres problem with dns
Hi,
I think you must put your hp-ux boxes in dns too.
Simply configure files:
/etc/resolv.conf with:
domain xxx.xx -> your domain name
nameserver xxx.xxx.xxx.xxx -> your first dns server
nameserver xxx.xxx.xxx.xxx -> your second dns server - if exists
/etc/nsswitch.conf:
in the line: hosts: files, change to:
hosts: files [NOTFOUND=CONTINUE] dns
And test:
nslookup
prod
-> it has to put ip address of prod, of course, you MUST configure this host name and ip address in your dns server and also, server names and ip addresses.
Regards,
I think you must put your hp-ux boxes in dns too.
Simply configure files:
/etc/resolv.conf with:
domain xxx.xx -> your domain name
nameserver xxx.xxx.xxx.xxx -> your first dns server
nameserver xxx.xxx.xxx.xxx -> your second dns server - if exists
/etc/nsswitch.conf:
in the line: hosts: files, change to:
hosts: files [NOTFOUND=CONTINUE] dns
And test:
nslookup
prod
-> it has to put ip address of prod, of course, you MUST configure this host name and ip address in your dns server and also, server names and ip addresses.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2007 01:01 PM
тАО03-14-2007 01:01 PM
Re: Package virtual Ip addres problem with dns
From the HP-UX servers, you must be ablt to make DNS lookup for the "hostname" only.
# nslookup SERVER1
Name Server: a.ns.uxdata.net
Address: 10.10.10.10
Trying DNS
Name: server1.serverlan.uxdata.net
Address: 10.6.11.41
Here i only asked for the hostname.
This is setup like this:
# vi /etc/resolv.conf
domain serverlan.uxdata.net
nameserver 10.10.10.10
#vi /etc/hosts
10.6.11.41 server1.serverlan.uxdata.net server1
10.6.11.42 server2.serverlan.uxdata.net server2
10.6.11.140 cluserver.serverlan.uxdata.net cluserver
127.0.0.1 localhost loopback
You might wanna check:
# man nsswitch.conf
--Johnny
# nslookup SERVER1
Name Server: a.ns.uxdata.net
Address: 10.10.10.10
Trying DNS
Name: server1.serverlan.uxdata.net
Address: 10.6.11.41
Here i only asked for the hostname.
This is setup like this:
# vi /etc/resolv.conf
domain serverlan.uxdata.net
nameserver 10.10.10.10
#vi /etc/hosts
10.6.11.41 server1.serverlan.uxdata.net server1
10.6.11.42 server2.serverlan.uxdata.net server2
10.6.11.140 cluserver.serverlan.uxdata.net cluserver
127.0.0.1 localhost loopback
You might wanna check:
# man nsswitch.conf
--Johnny
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP