Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
question about active active servers to same memory space
I am new to Linux and would appreciate suggestions. I did do some sysadmin on Solaris along with Oracle dba for about 12 years, but it was a small shop so no setup like this.
We want to set up a set of servers as follows: RHEL 5, hosted environment, so part of the work is done for us, initially application test environment, we will begin in about 3 weeks.
Firewall into a web server. This first server routes user activity to backend servers depending on the desired function to perform.
Function 1.a Upload files for parsing/cleaning data/move data into a MySQL database. Nothing major here. User goes to a db server connected to a fc san for the MySQL db.
Function 1.b Flat files created from data in the MySQL database for users interested in function 2 below. Flat files will be moved moved over to a sata san not directly connected. The flat files will be read only.
When in use, not sure the best way to move files with modified content same name into production. Move the file with a different name and rename when the old file is not open?
Function 2. [This is where the hosting service says we may have problems with what we want to do.]
If the user is interested in the data in the flat files, we want to route the user to 1 of several (in the test environment there will be 2) servers - we would like some form of load balancing - apache??
We would like each server to access the same set of flat files on the sata san. The hosting service says they don't support active active clustering, and they also say trying to access the same memory will lead to troubles. Any suggestions on set up for this use?
Also on moving new and modified files into the production area as stated in 1.b - we anticipate in production concurrent users, though not necessarily in the same files that is a possibility.
We expect the database to grow to 300GB or so, and the flat file space to be perhaps 700 GB because of de-normalization of the data from the database to speed the queries. At this point, we are not sure though - some estimates show the filespace could grow into the 1-2TB range.
Finally, I am looking for good reference material. I was looking at
"Red Hat Enterprise Linux 5: Administration Security Desktop" (Richard L Peterson)
Also something on Apache or Apache Tomcat if we want to use Apache or Tomcat.
Any suggestions?
Thanks
Last edited by c@ml; 10-30-2008 at 03:51 PM.
Reason: change subject
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.