Originally posted by: hdkutz
Hello ramsdba,
first - ask your System Administrator!
He should support you with the name of the raw-Volume he just created.
Second:
In AIX a "raw" Volume is a logical Volume.
It will be addressed by oracle like "/dev/rname_of_the_lv".
Notice the r-name in after the "/dev/" for the raw-Volume.
To find out the Size of a lv use:
lslv name_of_the_lv
Notice the missing r in the name of the volume. Look for the PP-Size and multiply it with the count of LP-Size to get the Size of the lv.
Additional hint:
Look for the right permissions of /dev/rname_of_the_lv and /dev/name_of_the_lv. Oracle-User should own these files.
Cheers,
ku