- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall - remote call procedure failed
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
06-17-2003 09:43 AM
06-17-2003 09:43 AM
Select Target Path
I choose "/"
The I get the messge :
A remote procdure call to a daemon failed. Could not start a management session for hp63:/. Make sure the host is accessible from the network and that it's daemon, swagentd, is running.
I am logging into the machine from the network and I have stopped the swagentd daemon several times. Help!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 09:51 AM
06-17-2003 09:51 AM
Solution1) mwa stop (* now, usually uneeded *)
2) swagentd -k
3) rm /var/adm/sw/products/swlock
4) swagentd -r
5) 'rpccp show mapping' (* hangs *)
6) mv /etc/resolv.conf /etc/resolv.org
7) Verify 127.0.0.1 in /etc/hosts
8) rw rw r root sys /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 09:58 AM
06-17-2003 09:58 AM
Re: swinstall - remote call procedure failed
Also if DNS is on and does not resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 12:22 PM
06-17-2003 12:22 PM
Re: swinstall - remote call procedure failed
MW is not yet installedon the box
rpccp show mapping - does not hang
moved resolv.conf
127.0.0.1 is in hosts
rw r r root sys for /etc/hosts file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 10:11 PM
06-17-2003 10:11 PM
Re: swinstall - remote call procedure failed
1.Please keep a correct entry in /etc/hosts first , for example:
192.168.1.1 hostname #hostname.
2.#mv /etc/resolv.conf /etc/resolv.conf.bak
3.#vi /etc/nsswitch.conf
...
hosts: files dns nis
...
(Note that if there isn't nsswitch.conf in /etc,please copy one from /usr/newconfig/etc)
4. #inetd -c (Not necessary).
Hope to be helpful!
Of course, you must make swagentd run!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 10:19 PM
06-17-2003 10:19 PM
Re: swinstall - remote call procedure failed
#nslookup
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 10:43 PM
06-17-2003 10:43 PM
Re: swinstall - remote call procedure failed
Example.
hosts: files dns nis
rpc: files dns nis