- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall suspended when installing OnlineDiag
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
01-12-2004 04:23 AM
01-12-2004 04:23 AM
I recently tried to install Online Diagnostics from a depot that I downloaded from software.hp.com.The installation failed and now I cannot install it-even from the Support Plus CD's.I've tried different versions, but I get the same error:
.
.
Could not access remote file XXX in software item XXX due to an internal error on the remote system.Installation gets suspended.
See attached swagent.log.
Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 04:30 AM
01-12-2004 04:30 AM
Re: swinstall suspended when installing OnlineDiag
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
If that doesn't work how about booting the box.
Looks like the install is still hung.
If this install is off an NFS mount, make sure that server is still responding.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 07:04 AM
01-12-2004 07:04 AM
Re: swinstall suspended when installing OnlineDiag
Check below link,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=357806
Check if you have a file called .sdkey in /var/adm/sw/ if you have remove it and restart the swagents.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 03:29 AM
01-14-2004 03:29 AM
Re: swinstall suspended when installing OnlineDiag
Thanks for your responses.
1.I have tried restarting swagentd and rebooting.
2. The .sdkey file does not exist in /var/adm/sw.
I am still getting the same error during installation.I'm installing from Support Plus CD.
I have noticed the following in swlist output:
Contrib-Tools.CONTRIB corrupt
Contrib-Tools.PDCINFO corrupt
Could this be part of the problem and how could I fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 04:14 AM
01-14-2004 04:14 AM
Re: swinstall suspended when installing OnlineDiag
Make sure the issue is with OnlineDiag but not swinstall/swagent process.
To verify it, try to install something from any depots that does not affect your system. If it goes well, then you can stop suspecting your swagentd.
Then 'swremove' OnlineDiag and then install it and see if helps.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 08:23 PM
01-14-2004 08:23 PM
Re: swinstall suspended when installing OnlineDiag
I managed to install Perl successfully.I've tried swremove "OnlineDiag" several times.The software gets removed successfully, but then I get the same error when I try to reinstall.
Is this problem related to STM or its dependencies?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 09:24 PM
01-14-2004 09:24 PM
Re: swinstall suspended when installing OnlineDiag
what server do you have and what operating system version also which support CD number ?
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 09:41 PM
01-14-2004 09:41 PM
SolutionThe error " due to an internal error on the remote system " indicates that there is a hostname problem.
Check your /etc/hosts file for duplicated host names, ip-adressess and
1xx.x.x.48 your_server_name
127.0.0.1 localhost loopback
# nslookup your_server_name
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 01:21 AM
01-15-2004 01:21 AM
Re: swinstall suspended when installing OnlineDiag
You were right.I copied /etc/hosts, nsswitch.conf and resolv.conf over from a working server -problem solved!Installation completed successfully.The Perl installation I did earlier was from a remote host-that's probably why it worked.
I must have missed the error in /etc/hosts the first time round.Many thanks everybody.
Points all round :)