- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ERROR:Cannot resolve server "xxx" name.
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
10-21-2010 12:11 AM
10-21-2010 12:11 AM
ERROR:Cannot resolve server "xxx" name.
Have checked /etc/nsswitch.conf, /etc/resolv.conf, /etc/hosts..everything's fine..
Please help!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 01:28 AM
10-21-2010 01:28 AM
Re: ERROR:Cannot resolve server "xxx" name.
You first. As usual, showing actual commands
with their actual output can be more helpful
than vague descriptions and interpretations.
> [...] "xxx" [...]
Hiding potentially important details can be
unhelpful.
> Have checked [...] everything's fine..
While your opinion may be interesting, seeing
the actual evidence which led to it might be
even more interesting. What, exactly, have
you checked, how, where?
Always a good start (on all the systems
involved):
uname -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 02:34 AM
10-21-2010 02:34 AM
Re: ERROR:Cannot resolve server "xxx" name.
Below is the exact error:
ERROR: Retrieving Ignite-UX version on the server: hpignite failed.
* Creating NFS mount directories for configuration files.
======= 10/15/10 06:15:53 IST Started /opt/ignite/bin/make_net_recovery. (Fri
Oct 15 06:15:53 IST 2010)
@(#)Ignite-UX Revision C.7.10.474
@(#)ignite/net_recovery (opt) Revision:
/branches/IUX_RA1003/ignite/src@81040 Last Modified: 2010-04-20
15:14:50 -0600 (Tue, 20 Apr 2010)
NOTE: Detected entries in the defaults file at
/var/opt/ignite/recovery/client_mnt/0x00226402FED6/recovery/defaults.
* Checking Versions of Recovery Tools
ERROR: Cannot resolve server "hpignite" name.
uname -a output at client is:
hp017:/ >uname -a
HP-UX hp017 B.11.23 U ia64 0809587682 unlimited-user license
uname -a output at server:
hpignite:/>uname -a
HP-UX hpignite B.11.11 U 9000/800 883608580 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 02:56 AM
10-21-2010 02:56 AM
Re: ERROR:Cannot resolve server "xxx" name.
Using /etc/hosts on: hp017
looking up FILES
Name: hpignite
Address: 10.19.169.160
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 03:38 AM
10-21-2010 03:38 AM
Re: ERROR:Cannot resolve server "xxx" name.
Could you also post the output of
cat /etc/resolv.conf
- and -
cat /etc/nsswitch.conf
Thanks
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 03:40 AM
10-21-2010 03:40 AM
Re: ERROR:Cannot resolve server "xxx" name.
domain corp.abc.com
nameserver 10.19.164.84
nameserver 10.19.164.120
hp017:/ >cat /etc/nsswitch.conf
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 04:19 AM
10-21-2010 04:19 AM
Re: ERROR:Cannot resolve server "xxx" name.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 04:23 AM
10-21-2010 04:23 AM
Re: ERROR:Cannot resolve server "xxx" name.
hp017:/ >ping hpignite
PING hpignite: 64 byte packets
64 bytes from 10.19.169.160: icmp_seq=0. time=0. ms
64 bytes from 10.19.169.160: icmp_seq=1. time=0. ms
64 bytes from 10.19.169.160: icmp_seq=2. time=2. ms
----hpignite PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/1/2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 07:41 AM
10-22-2010 07:41 AM
Re: ERROR:Cannot resolve server "xxx" name.
Before configureing ignite for client you would have been created directory for image and shared.
try to mount that directory like
mount hpignite:/imgage /imgage.
is both client and server ignite version same??
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 08:05 AM
10-22-2010 08:05 AM
Re: ERROR:Cannot resolve server "xxx" name.
Please try after updating hpignite entry in /etc/hosts with the below line.
10.19.169.160 hpignite hpignite.corp.abc.com
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2010 11:36 PM
10-26-2010 11:36 PM
Re: ERROR:Cannot resolve server "xxx" name.
I guess, it's not at all related to ignite and something from client's OS end.
Thanks again for your replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2010 11:37 PM
10-26-2010 11:37 PM