- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- secure path (spmgr) and hostname change
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-15-2005 08:05 AM
09-15-2005 08:05 AM
# spmgr display
Server: its-oa1.its.mu.edu Report Created: Thu, Sep 15 15:01:53 2005
Command: spmgr display
Error: This host is not authorized to connect to remote host.
Any ideas how to fix this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 08:46 AM
09-15-2005 08:46 AM
Re: secure path (spmgr) and hostname change
You may need to restart the agent.
spmgr display will work only if spagent is running on the system. The agent provides all details to spmgr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:31 AM
09-15-2005 10:31 AM
Re: secure path (spmgr) and hostname change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:04 AM
09-15-2005 11:04 AM
Re: secure path (spmgr) and hostname change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:13 AM
09-15-2005 11:13 AM
Re: secure path (spmgr) and hostname change
Is your old hostname still in dns? If so, you might want to have your dns people make the change so it will see your new hostname associated with the IP address.
You can always add the entry of your new host to your hosts file on your sma and see if that fixes the problem.
Best of luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 05:15 PM
09-15-2005 05:15 PM
Solution# spmgr client add its-oa1.its.mu.edu
and you should be able to remove the old entry:
# spmgr client delete "name"
There doesn't seem to be a way to list authorized clients (or it is not documented, can't try a 'client list/show' right now) :-(
----
Many commands of SPMGR _can_ work remotely, that's why this stuff is there:
# spmgr xyz.abc.com:display
and this has nothing to do with Command View or a storage management appliance (SMA).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 05:20 PM
09-15-2005 05:20 PM
Re: secure path (spmgr) and hostname change
Hope u can get solution from the following link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=766197
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 01:39 AM
09-16-2005 01:39 AM
Re: secure path (spmgr) and hostname change
#/sbin/init.d/spinit stop
#/sbin/init.d/spinit start
spmgr utility is capable to work on client-server basis. This utility can interact with other spagents running on different hosts.
One need to ensure the remote hosts are reachable from the spmgr host. I believe ( it is not documented though ) the spmgr simply uses the host's network configuration through spagent to know local as well as remote host details.
You can add those spagents as clients using
# spmgr add client
Another point is , spagent is keeping a binding to the host name and any network realted change. I belive that the error reflect the old host name given by spagent making spmgr belive it as remote host and it could not be found in real !!!
It is nothing to do with Command View or SMS appliance for sure.