Yep - the servers will have have RAID redundancy across 5 physical drives. They'll be large, but I'm not sure what size right now - space shouldn't be a problem.
If the system is RAID-5 and it's being striped across all drives, does it really matter if it's all sitting on one logical partition?
Chris.
Main Topics
Browse All Topics





by: bitmapPosted on 2000-08-14 at 07:09:52ID: 3918814
I assume that these are 3 physically different drives? If it is one drive split into 3 partitions, there is very little if any benefit to breaking the page file across drives. The reason you want to keep the page file off the NOS drive is because the NOS partition will be used a lot during normal operation. Since a drive can only do one thing at a time, if it is reading files for the OS it can't be writing data to a pagefile. If it is on a separate drive, this can happen simultaneously. Also, the pagefile can use up quite a bit of space, if it fills up and the OS uses up a lot of TEMP space, the NOS drive can run out of space and possibly crash.
Sorry, I don't have any 2000 specific info, I'm just getting started with it.