-- Matthew Zito Chief Scientist GridApp Systems P: 646-452-4090 mzito@gridapp.com http://www.gridapp.com
Hi!
I have some troubles with a oracle rac installation on netapp fcp luns.
We use rhel4 u5 with dm-multipathing with a 2.6 kernel
Currently we have 4 partitioned and multipathed luns maped to the hosts(mpath0-3) but the rac installation exits with an error.
I found the following lines in the fcp host utilities setup guide:
Accessing LUNs using dm-multipath
Accessing LUNs as a raw devices
Overview
Instead of creating a file system, you can access a LUN as a raw device.
Be sure to use the /dev/mapper/ device created by dm-multipath to access the raw
device.
For the Linux 2.6 kernel used by RHEL 4, do not use the raw interface. Instead
open the device using the open call with the O_DIRECT flag.
*****
So I have to access the devices using the open call with the O_DIRECT flag!?
Can anyone of you guys explain this sentence to me?
How do I do that?
Many thanks and best regards,
Alexander