- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service guard ssh & telnet
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
11-06-2007 08:00 AM
11-06-2007 08:00 AM
Service guard ssh & telnet
My application performance monitoring software is connecting to the service guard package using a non-expiring user from some automated script and as per the monitoring system support engineer it is using telnet connection .
Here comes the problem. When ever I am doing a failover of package the monitoring software is stop working.
My observations -: the software is connected to package using package ip through the physical network port of the node the package resides and once it is fail over to other node the software not able to identify this change and stop working.
1 my observation is correct or not ?
2 In this condition any thoughts to solve this problem?
3 And how will be the effect if I am using a ssh connection for the monitoring software user?
Nair
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:10 AM
11-06-2007 08:10 AM
Re: Service guard ssh & telnet
You can setup ssh to connect to package, instead of nodes. To do that you need to use the same private/public key for both nodes of the cluster.
Search the forum for previous thread about setting ssh keys for SG cluster.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:14 AM
11-06-2007 08:14 AM
Re: Service guard ssh & telnet
Did you check your network settings ? especially routing.
Can you ping the package ip when your monitoring app. is not working?
If you cannot solve the problem I think ssh will not work
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:23 AM
11-06-2007 08:23 AM
Re: Service guard ssh & telnet
I checked network connection it is working for both SG node from the monitoring software servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 12:37 PM
11-06-2007 12:37 PM
Re: Service guard ssh & telnet
1. Yes your observations are correct. Since ssh uses tcp connection and establishes a session on the node, when the ip migrates to another node the connection will be broken even if you're using package ip.
2. You can add a line to package start script (/etc/cmcluster/package/package.cntl.sh) to start performance application.
3. I guess it has something to do with first question.
Hope it helps,
Luis