Originally posted by: broberts
Yes you can. If you leave it as a regular hdisk device on the VIO side, you can just pass it through to the VIO clients as long as you turn off the reserve locks. (chdev -dev hdisk2 -attr reserve_policy=no_reserve; chdev -dev hdisk2 -attr reserve_policy=no_reserve -perm)
I don't recall if a logical volume device has the reserve_policy attribute or not, but if you use LVM at the VIO layer to carve up the disk, then you may need to do the same at the hdisk level and the lvol level. This is also how you use the same disks through multiple VIO servers for a multipathing/redundant setup.
One thing to note, if you present this disk to multiple LPARs, you will need to have some sort of clustered filesystem (GPFS, HACMP Enhanced Concurrent VG, etc) to manage this. If you use JFS2, you will run in to all sorts of issues when both servers try to access that disk. 100% chance of corruption at that point.
Good luck!
#AIX-Forum