- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Verify System setup Server name & IP Address
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
07-24-2001 12:56 PM
07-24-2001 12:56 PM
Verify System setup Server name & IP Address
Paul Stuhley
pstuhley@seeksystems.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 01:14 PM
07-24-2001 01:14 PM
Re: Verify System setup Server name & IP Address
Also check the hosts entry in /etc/nsswitch.conf.
later
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 01:19 PM
07-24-2001 01:19 PM
Re: Verify System setup Server name & IP Address
but I don't have a nsswitch.conf. Can some one email me a copy. I think thats what could be the cause. I can telnet in, the Network sees it
as a HP 11.0.
paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 01:44 PM
07-24-2001 01:44 PM
Re: Verify System setup Server name & IP Address
do this as root
# cp /etc/nsswitch.hp_defaults /etc/nsswitch.conf
than edit nsswich.conf to change 'hosts' entry to look like this.
hosts: files [NOTFOUND=continue] dns
Try if now your installion works
later
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 02:58 AM
07-25-2001 02:58 AM
Re: Verify System setup Server name & IP Address
In your case check for the correct Hostname and the corresponding IP entry in the /etc/hosts file.
In case if DNS server is being used in your network, then check for the proper DNS server entry in /etc/resolv.conf file. The file should have an entry like,
domain "domain name"
dns-server's hostname dns-server's IP
Also add the same dns's hostname and IP in /etc/hosts also.
Then create a /etc/nsswitch.conf file with an entry as
hosts: dns [NOTFOUND=continue] files.
Note : Ensure your correct hostname and IP entry in the DNS server.
If not just take care of your /etc/hosts file and hash all entries in /etc/resolv.conf file, so the name resolution will happen through the local hosts file.
Hope this will help you.
Regards,
N.Harinath