I'm looking at a server which has RAID1+0 array and a RAID 5 array. The RAID 1+0 is used for system files and the RAID 5 array is used for SQL server database and log files.
The RAID 5 array is made up of 6 72GB SAS drives. In the HP array configuration utility they are each seen as something like "72GB SAS Dtive at Port 1l:Box 1: Bay 3". In windows they are seen as one partition named D.
So I have heard it is a good idea to split the tempdb over multiple files for each CPU and physical disk. I have 16 CPUs and 6 disks in the RAID 5 array. So I want to create 6 data files for the tempdb.
Now when I go to alter the tempdb to add a new data file I can select the D drive... but how do I configure it so that each of the six files are placed on a separate physical disk on the RAID array?