- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- linux cluster without shared storage
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
Discussions
Discussions
Discussions
Forums
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
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-24-2005 12:33 AM
тАО06-24-2005 12:33 AM
for low-cost solution, is possible do this without using shared storage? if yes, where can I found information and howto?
linux distribution will be rh as 2.1 or 3.0
Thanks
Paolo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2005 02:04 AM
тАО06-24-2005 02:04 AM
Re: linux cluster without shared storage
If it's just firewall/network gateway, then there's no clustering required. Just set up multi-path network routes on both sides, and you'll have something fun (but at some point, you'll still have one point of failure.
Or are you wanting a specific service (i.e. http/apache) to be clustered?
If it is something like that without a fully-dynamic content (i.e. files being updated regularly), then you can do non-shared-data clusters, just make sure you mirror the data from a designated 'master' periodically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2005 03:26 AM
тАО06-24-2005 03:26 AM
SolutionA perimeter host or firewall must be always up to date.
With heartbeat you monitor the nodes through serial and/or ethernet channels, if one node goes down, the other takes over the IP (a VIP) and start the services. So, if you use iptables, configure it on both nodes and heartbeat will start and stop the service as neccesary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2005 03:40 AM
тАО06-24-2005 03:40 AM
Re: linux cluster without shared storage
Thankyou for suggestions.
The cluster will do routing service too.
About heartbeat, searcing on the web, I foun d that it is a part of Ultra Monkey (The Linux HA Project). So at www.UltraMonkey.org I can found the RPMs and doc. needed for the installation.
Regards
Paolo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2005 04:41 AM
тАО06-24-2005 04:41 AM
Re: linux cluster without shared storage
This and webmin will let you cluster without shared storage.
I'm using both right now. The documentation could be better, but eventually I'll have a completely working cluster.
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
тАО07-19-2005 12:59 AM
тАО07-19-2005 12:59 AM
Re: linux cluster without shared storage
can you show me how your ha.cf file is configured?
Thankyou
Paolo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2005 04:39 PM
тАО07-19-2005 04:39 PM
Re: linux cluster without shared storage
you can use shared storage by using drbd. This software mirrors disks on different hosts. It works well in combination with heartbeat.
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2005 06:43 PM
тАО07-19-2005 06:43 PM
Re: linux cluster without shared storage
here is my ha.cf.
Good luck
Donald