Originally posted by: nagger
There are lots of way of doing this.
If you have a RAID capable adapter then you can RAID the disks and then install AIX.
This involves booting from the Diag CDROM, setting up the disks and then booting AIX install media.
This is popular for RAID5 but rather useless for striping as there is zero protection.
If you have AIX already running ...
Assuming both disks are in the root volume group (rootvg) use lspv to find out.
First create a logical volume (LV) that includes the 2 disks and using a stripe (you have to decide the stripe width) and then create a filesystem in the previously created LV.
The easiest way is for the LV: smitty lvm take Logical Volume then Add Logical Volume and then you see all the options. Make sure you select both disks in the "Physical Volume names" field and change "stripe Size" (near the bottom) - by hitting TAB (recommended 64K to 256K).
Once created build the filesystem with: smitty jfs2
Take the "Add an Enhanced Journaled File System on a Previously Defined Logical Volume"
Option find the LV you just created.
Once done don't forget to mount the new filesystem with: mount /mynewfs
Hope this helps, N
#AIX-Forum