HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RootServerInfo what is this ?
Operating System - HP-UX
1827318
Members
4615
Online
109961
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
02-14-2011 12:16 PM
02-14-2011 12:16 PM
RootServerInfo what is this ?
- and is it required. We had a problem where
oracle's listner would have problems,
either an ORA-12547: TNS:lost contact or an ORA-12637: Packet
receive failed error message.
I found that this did not have a entry for
RootServerInfo - the other servers did.
I added this entry at the top of the host file
and it looks like this was a fix for the errors. I need to understand what this is.
could not google anywhere for this.
oracle's listner would have problems,
either an ORA-12547: TNS:lost contact or an ORA-12637: Packet
receive failed error message.
I found that this did not have a entry for
RootServerInfo - the other servers did.
I added this entry at the top of the host file
and it looks like this was a fix for the errors. I need to understand what this is.
could not google anywhere for this.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 04:32 PM
02-14-2011 04:32 PM
Re: RootServerInfo what is this ?
This is likely a DNS problem.
The root servers are the servers at "the base of the Internet Name Service tree". They provide the top level IP addresses for the rest of the Internet.
Your DNS server needs to have a RootServerInfo zone set up.
Contact your network administrator or service provider.
The root servers are the servers at "the base of the Internet Name Service tree". They provide the top level IP addresses for the rest of the Internet.
Your DNS server needs to have a RootServerInfo zone set up.
Contact your network administrator or service provider.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 10:10 AM
02-15-2011 10:10 AM
Re: RootServerInfo what is this ?
Its in the host file as
ip address RootServerInfo
I have the real dns servers in the host file
ip address RootServerInfo
I have the real dns servers in the host file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 06:36 PM
02-15-2011 06:36 PM
Re: RootServerInfo what is this ?
> ip address RootServerInfo
> I have the real dns servers in the host file
The /etc/hosts file will not be consulted if there is no /etc/nsswitch.conf file, or the nsswitch.conf file does not specify files then dns. To see how the resolver behaves, use nsquery:
nsquery hosts RootServerInfo
nsquery hosts 1.2.3.4
to watch the resolution steps. Here's a good nsswitch.conf file:
passwd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
ipnodes: files [NOTFOUND=return UNAVAIL=return TRYAGAIN=return]
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
Bill Hassell, sysadmin
> I have the real dns servers in the host file
The /etc/hosts file will not be consulted if there is no /etc/nsswitch.conf file, or the nsswitch.conf file does not specify files then dns. To see how the resolver behaves, use nsquery:
nsquery hosts RootServerInfo
nsquery hosts 1.2.3.4
to watch the resolution steps. Here's a good nsswitch.conf file:
passwd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
ipnodes: files [NOTFOUND=return UNAVAIL=return TRYAGAIN=return]
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
Bill Hassell, sysadmin
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP