- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SWINSTALL ERROR
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
12-22-2005 02:01 AM
12-22-2005 02:01 AM
I am working on a HP-UX 11.11, and when i run swinstall there is an error:
ERROR: Could not contact host "jupiter.isctem.ac.mz". Make sure the hostname is correct and an obsolete pathname is specified (beginning with "/").
We have a dns server and initially the swinstall was running successfully, but at this moment the server is down, can this error caused due the dns server?
If yes, what i have to do to run the swinstall without the dns server?
Can anyone help me please; I am new in this environment
Regards
Pinki
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:05 AM
12-22-2005 02:05 AM
Re: SWINSTALL ERROR
verify it is correct in /etc/hosts, and move /etc/resolv.conf out of the way, e.g.:
mv /etc/resolv.conf /etc/resolve.conf
then try to use nslookup to make sure it resolves correctly.
This is one of the reasons it is recommended to have essential addresses set correctly in /etc/hosts and have /etc/nsswitch.conf point at files first and THEN to use DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:12 AM
12-22-2005 02:12 AM
Re: SWINSTALL ERROR
Check your /etc/nsswitch.conf file
hosts: files dns
add you local host name + ip (jupiter.isctem.ac.mz) to your /etc/hosts file
xxx.x.x.xxx jupiter jupiter.iscmtem.ac.mz
127.0.0.1 localhost loopback
# swagentd -r
and try the swinstall again.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 03:50 AM
12-22-2005 03:50 AM
Re: SWINSTALL ERROR
You need to check
/etc/nsswitch.conf should be hosts:files dns or other way
/etc/hosts add the server here if it is not in the dns
/etc/resolv.conf may have some issues which needs to be checked like if it can ping the dns server.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:05 AM
12-22-2005 04:05 AM
SolutionAs HGN has mentioned check and see your /etc/nsswitch.conf this is the file which tells the system the search order for resolution, you should have something like the following, "hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]" This tells the system to use the local host file for resolution and then the dns.
I have faced this problem before and have resolved it this way. If you have the dns before the files in the nsswitch.conf file and the dns server cannot be contacted then you will have the type of situation you are mentioning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 08:01 PM
12-22-2005 08:01 PM
Re: SWINSTALL ERROR
Thanks to replies
i have solved the problem creating the file /etc/nsswitch.conf with the following information:
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
Then i have restarted the swagentd
swagentd -r
And finnaly the swinstall, swlist, swverify all run correctly.
Thank you very much for your kindly help.
Regards
Pinki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 08:48 PM
12-22-2005 08:48 PM
Re: SWINSTALL ERROR
thanks once again
Regards
Pinki