- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux LVS
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
10-02-2006 08:50 PM
10-02-2006 08:50 PM
Linux LVS
i've a question about linux Linux LVS.
I've a Linux Server used as balancer of two real servers Linux Web Server. I'm using redhat piranha.
The problem is: i want that the two Linux Web Server use the same document root mounted on a Storage EVA; otherwise every time i modify the pages of the site on one server , i've to deploy on the other server.
I would like to have a solution that permits me to admin the web site modifing the pages and that this change is visible from all the real servers.
What is the best solution to do it?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 09:43 PM
10-02-2006 09:43 PM
Re: Linux LVS
is possible to present a LUN to two linux servers only in read mode, and to another server in rw mode to administer the site??
Or this configuration can cause problems?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 07:09 AM
10-03-2006 07:09 AM
Re: Linux LVS
if you have EVA do it on EVA level, or on any other array that supports exporting its luns to multiple HBAs..
yet you can always employ poor man's solution: nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 07:23 AM
10-03-2006 07:23 AM
Re: Linux LVS
You can use:
- NFS and mount the export in both servers, you require a third server to export the file system (DocumentRoot)
- Rsync to resync the DocumentRoot in the servers, rsync is a good way to keep web content synchronized, rsync only copies modified files.
- Red Hat GFS (Or CentOS GFS). This file system allows the simultaneous usage of a file system by two or more nodes.
>> is possible to present a LUN to two linux servers only in read mode, and to another server in rw mode to administer the site??
I don't like this option, last time I tried to mount a read only presented volume, I cannot mount the LUNs because it looks like some information should be stored in the file system metadata, like the state (mounted/dirty - clean/umounted, mount count, etc).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 08:41 AM
10-03-2006 08:41 AM
Re: Linux LVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 02:42 AM
10-04-2006 02:42 AM