I have rebuilt my IBM x360 server.
Now, I am reinstalling my VMware ESX Server 3 on it, and I have the following drive arrays:
- Array A is set of 3 36GB U160 (directly on server, channel 1 of my IBM ServeRAID 6M)
- Array B is set of 6 146GB U320 (on my EXP300)
Array C is set of 2 73GB U320 (on my EXP300)
- Array A is RAID 5.
- Array B is RAID 5EE.
- Array C is RAID 1.
Now, I'm at the step of configuring the partitions. I have found the following which seems to look good:
Planning Partitions for ESX Server 2.5 (1506)
Based on this knowledge base article, I thought of doing the following:
Mount Point | File System Type | Size(MB) | Add. Size Opt. | Force Primary Partition
/boot | ext3 | 192MB | Fixed size | Select
N/A | swap | 384MB | Fixed size | Select
/(root) | ext3 | 1800MB | Fixed size | Select
/home | ext3 | 1800MB | Fixed size | Do not select
/vmimages | ext3 | 10000MB | Fixed size | Do not select
N/A | vmkcore | 100MB | Fixed size | Do not select
N/A | vmfs2 | RoDisk | Fill to max. | Do not select
- Array A: /boot, N/A-swap, /(root) and /home
- Array B: vmfs2
- Array C: /vmimages
Are my partitioning intentions looking good?