- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall
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
09-25-2007 09:27 PM
09-25-2007 09:27 PM
swinstall
I unable to install anything (patch , s/w) in my server , the flowing error is showing .
A Remote Procedure Call to a daemon has failed. Could not start a
management session for "servername :". Make sure the host is accessible
from the network, and that its daemon, swagentd, is running.
can you help me
Os -HP UX 11.11
thanks
Noble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:29 PM
09-25-2007 09:29 PM
Re: swinstall
- check name resolution
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:30 PM
09-25-2007 09:30 PM
Re: swinstall
Regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:33 PM
09-25-2007 09:33 PM
Re: swinstall
check the log-file:
/var/adm/sw/swagentd.log
Maybe it's enough to start the agent 'swagentd' or restart with 'swagentd -r'.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:40 PM
09-25-2007 09:40 PM
Re: swinstall
'ps -ef|grep swagentd'
->root 2313 1 0 Mar 18 ? 1:24 /usr/sbin/swagentd -r
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 10:13 PM
09-25-2007 10:13 PM
Re: swinstall
Noble,
make sure your network link is up too.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 10:30 PM
09-25-2007 10:30 PM
Re: swinstall
I restart demon swagentd , but still problem not solved .
The flowing error showing
Remote Procedure Call to a daemon has failed. Could not start a
management session for "server2/tmp/patch/1 :". Make sure the host is accessible
from the network, and that its daemon, swagentd, is running.
Why host is not accessible from the network..?
I attaching /var/adm/sw/swagentd.log and swinstall.log
Thanks
Noble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 10:36 PM
09-25-2007 10:36 PM
Re: swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 10:39 PM
09-25-2007 10:39 PM
Re: swinstall
1. resolv of ajith (depot server) - nslookup ajith
2. Connections between your and depot servers:
telnet ajith 2121
swlist -l depot @ajith
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 01:27 AM
09-26-2007 01:27 AM
Re: swinstall
your swagentd is not able to resolve / lookup up the hostname correctly and it is reporting , unable to access the host.
Rgds /James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 03:46 AM
09-28-2007 03:46 AM
Re: swinstall
1. No relative paths to a depot
Any depot must include a full path. This means the first character of the path must be "/".
2. Remote depots specified via system:/path
If the depot "/tmp/patch/1" on system "server2" was intended, you need to add a colon:
-s server2:/tmp/patch/1
3. Remote serial depots not supported
If /tmp/patch/1 on server2 is a depot packaged as a single file (known as a serial depot, tape-style depot, or ".depot" file) then it can only be installed on the local system.
If this info is not enough consider using the swinstall GUI and have it guide you to the depot. If that fails, post an "ls -l" of the depot.