- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- High availability SSH server
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
01-30-2006 01:52 AM
01-30-2006 01:52 AM
I was ask to setup a HA server under RHEL 4.0.
I was wondering if it is possible to achieve this without using a clusterware like cluster suite.
Any help/suggestion is highly appreciated.
TIA.
Kind Regards,
Rui Vilao.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 02:12 AM
01-30-2006 02:12 AM
Solutionhttp://www.linux-ha.org/HomePage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 02:28 AM
01-30-2006 02:28 AM
Re: High availability SSH server
HA without clustering.
I would suggest two machines, in two physical locations if possible.
You'd have to have a DNS server constantly check the availability of both machines. If one machine fails to respond to ssh and ping then the DNS record or zone database of the domain can be swapped out and the name, say sshserver will become active.
Your check script is important. If it uses ssh to check connectivity, as it should there can be a delay of 30 seconds on failover. You may be able to shorten that with ssh command line options.
BTW RH 4 clustering, which I've recently become proficient in, does not require shared storage and is rather easy to configure to do this task more reliabily.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:13 AM
01-30-2006 04:13 AM
Re: High availability SSH server
Thanks a lot for your contributions!
Steven, what RH 4 clustering are you referring to? I believe Red Hat Cluster Services require shared storage at least for the quorum partitionâ ¦
TIA,
Kind Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:59 AM
01-30-2006 04:59 AM
Re: High availability SSH server
http://www.vergenet.net/linux/fake/
http://www.onlamp.com/pub/a/onlamp/2003/04/03/linuxhacks.html