- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
04-08-2002 10:01 AM
04-08-2002 10:01 AM
When I start swinstall I'm getting the error:
"Could not contact host "ussi2". Make sure hostname is correct."
This is the correct hostname.
I restarted swagentd and even rebooted (not a systems critical machine) but the results are the same.
I am trying to install patches from a CD, which mounted fine and I can view the contents.
Anyone have an idea as to what I'm missing? Please let me know if you need more information.
Thanks in advance,
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:04 AM
04-08-2002 10:04 AM
Re: swinstall error
What happens if you nslookup OR traceroute to the host. Also try to ping by name AND IP, if known.
Could be a DNS or network problem.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:04 AM
04-08-2002 10:04 AM
Re: swinstall error
Did you check your /etc/hosts file if the hostname is in there and spelled correctly ?
Any messages in /var/adm/sw/swagent.log and swagentd.log ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:07 AM
04-08-2002 10:07 AM
Re: swinstall error
Try to ping ussi2 to verify if the os is up.^
Verify if it's possible to resolve ussi2: nslookup ussi2
Check your /etc/resolv.conf, /etc/hosts and /etc/nsswitch.conf
Good luck.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:32 AM
04-08-2002 10:32 AM
Re: swinstall error
- I can get around the network fine so it
doesn't appear to be a network issue or DNS.
- 3 error messsages were present in /etc/swagentd.log:
1. "An unexpected internal error occured in SD in file s_getopt.c ($Revision: 5.2 $), at line 201. Please provide this information to your SD support representative.
2. "Could not obtain the callers authentication information from the RPC call received from 127.0.0.1. This is an internal SD error if SD "internal" authentication is in use, or a DCE configuration error if "dce_secret" authentication is in use.
3. "Access denied to list socs on host. No user authentication.
One other note: I was using swinstall last week and didn't come across anything like this.
Thanks again,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:41 AM
04-08-2002 10:41 AM
Re: swinstall error
Is your output from uname -a regarding hostname still correct ?
What did you install latest ?
Any patches installed lately ?
If so:
Try: swlist -l fileset -a state | grep -i install
If no output it looks ok on first hand.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:51 AM
04-08-2002 10:51 AM
Re: swinstall error
No patches or software have been loaded recently. That's part of the trick- I need to get this machine up to date for software testing purposes. I was trying to load Ignite last week, but ran into a problem. I checked the patch history and saw it was very far behind. That's what led me to today's fun. I downloaded a bunch of cumulative patches and burnt them to cd. The cd mounts no problem and I can read it, but swinstall won't let me get to the point of choosing it as a depot location. Hard to get it patched w/out swinstall.
Do the error messages from swagentd.log mean anything to anyone?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:51 AM
04-08-2002 10:51 AM
Re: swinstall error
Which OS ?
Do you have the latest SD-UX patches installed ? If not install the latest patches, that may solve the issue.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:55 AM
04-08-2002 10:55 AM
Re: swinstall error
Please let me know.....
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:57 AM
04-08-2002 10:57 AM
Re: swinstall error
Try this one first:
Kill the swagentd daemon
#/usr/sbin/swagentd -k
Start the daemon again
#/usr/sbin/swagentd
Before starting check if all swagent or swinstall processes are stopped.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:04 AM
04-08-2002 11:04 AM
SolutionDo a nslookup < local hostname > and check how does it resolve . It looks that the nssswitch.conf points it to reslove by DNS whereas the /etc/resolv.conf is wither not tehre or pointing to wrong address . Easiest way is to mv /etc/resolv.conf to some other (if you cant the DNS figured out ) and then again doa nslookup , now it should be able to resolve the name using /etc/hosts .
Now stop adn start the swgentd from /sbin/init.d .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:07 AM
04-08-2002 11:07 AM
Re: swinstall error
Sorry ! there is no other commands. You have to use 'swinstall'. You can install through SAM, but that also using 'swinstall' while you trying to install something.
Did you try installing from command line ?
# swinstall -x autoreboot=true -x match_target=true -s /tmp/depot_name.depot
Any error in swagent.log file ? any error in syslog.log file ?
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:18 AM
04-08-2002 11:18 AM
Re: swinstall error
Sorry, I didn't check you swagentd.log output =((. Check this thread if it helps:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1db7aadb14477492f6/screen=ckiDisplayDocument?docId=200000024604748
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:32 AM
04-08-2002 11:32 AM
Re: swinstall error
Tracey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:49 AM
04-08-2002 11:49 AM
Re: swinstall error
Thanks to everyone for trying to help me get this straightened out! This is a great forum!
Sincerely,
Jeff Nyberg