- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot software install on remote sites
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
05-24-2007 02:42 AM
05-24-2007 02:42 AM
Cannot software install on remote sites
Scenario is as follows :
A central server having a SW depot,multiple remote sites connected to it via WAN links.
when trying to mark some sites to install on from within the central server the following error appears :
"a remote procedure call to an agent has failed. could not start a management session for
Note that from the central server i can ping,remsh,rlogin and telnet these sites.
I tried to add this entry to swconfig file of central server and sites : RPC_RESTRICTED_PORTS=ncacn_ip_tcp[2100-2105]
restart swagent daemon but still the same error.
Is it a firewall issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 05:18 AM
05-24-2007 05:18 AM
Re: Cannot software install on remote sites
This is not related to firewall issue because all your network service s are running.check whether swagentd is running
ps -ef | grep swagentd
otherwise restart the agent by
/usr/sbin/swagent -r
And also confirm the host anme of the target
machine is in your /etc/hosts.
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 05:21 AM
05-24-2007 05:21 AM
Re: Cannot software install on remote sites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 07:06 AM
05-24-2007 07:06 AM
Re: Cannot software install on remote sites
what's the command you are using,
if you could tell us the exact command plz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 07:15 AM
05-24-2007 07:15 AM
Re: Cannot software install on remote sites
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2007 11:12 PM
05-25-2007 11:12 PM
Re: Cannot software install on remote sites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2007 11:12 PM
05-25-2007 11:12 PM
Re: Cannot software install on remote sites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 01:17 AM
05-26-2007 01:17 AM
Re: Cannot software install on remote sites
Check out http://docs.hp.com/en/B2355-90754/apbs02.html under the problem "Connection Timeouts and Other WAN Problems". If you see the following messages:
ERROR:A Remote Procedure Call to a daemon has failed.
Could not start a management session for
Make sure the host is accessible from the network, and
that its daemon, swagentd, is running. If the daemon is
running see the daemon logfile on this target for more information.
The recommendation is to increase the session time.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 09:22 AM
05-29-2007 09:22 AM
Re: Cannot software install on remote sites
FTPed the source depot files to every site..creted a depot on each site and made a local swinstall,pretty tedious and time consuming..isn't it ..
but i have no choice
Thanks all for ur concern.