Forum .LRN Q&A: Re: Server recommend for dotLRN - with 80.000 users-

Collapse
Posted by Malte Sussdorff on
Hi Dario,

if you have the money and the ressources to maintain, use two servers, one for the database with lot's of RAM and another one for the AOLserver.

For the database server (also true if you only go with one server):

- Dual Processor (I'm highly satisfied with Opterons, but that may be too expensive)
- 4GB of RAM, or more (that's what we use on aiesec.net, so far it is enough, but less is not recommended).
- Multi Channel SCSI RAID with fast harddisks. Take a lot of harddisks, that are fast and can be accessed simultaneously. We use a two channel setup with two mirrored harddisks each and strip across both channels. This reduces your harddisks from becoming the bottleneck. Maybe SerialATA is a better alternative though.

As for the server for AOLserver, you can use any computer, though you'll need quite some storage space for your users files. OTOH, "quite some" still does not fill up our 250GB RAID, therefore it is all a matter of perspective.

Last but not least, think about backups. You will need to backup your database along for all the files in the content-repository (I'd not recommend storing content in the database, but use the filesystem based version). Unless you have a central backup storage at your university, get a (cheap) different computer with lots of harddisk.

Collapse
Posted by Dario Roig on
Hi Sussdorff!

Thank you to help me, but I have more questions, please.

-That linux version has for 64 bits (Dual Processor Opterons)?
-Suse 64 bits, maybe?

-In your institution how many users you have?

-Where I can find instructions for change a 'The filesystem based version'?

Thanks.

Collapse
Posted by Malte Sussdorff on
Hi Dario,

we are using SuSE Linux Enterprise for Opteron 64bit and it runs smoothly.

AIESEC is running the system with currently 100.000 users, realistically I'd say it is more like 40-50.000.

In the default installation you will have the parameter set to store files in the database instead of the filesystem (in the content-repository-content-files folder of your installation).

You can change this by going to your "site-map" and clicking at the "parameters" link of your "file-storage" packages. There you can set the parameter StoreFilesInDatabaseP to "0".

Collapse
Posted by Joel Aufrecht on
This is a good time to think about Backup and Recovery.