1825552 Members
2530 Online
109681 Solutions
New Discussion юеВ

raw devices on nfs

 
salvatore spinella
Occasional Advisor

raw devices on nfs

It's possible in HP-UX 11i to define in sharable network file system (NFS) the raw devices (example: raw devices for Oracle Rac with Service Guard)?
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: raw devices on nfs

Its probably not possible. NFS exports filesystems, not raw devices. Its probably not a good idea to try.

The problem is that performance is likely to be miserable. If you go with filesystems, which oracle does support the performance problem is likely to be huge along with network congestion as well, even in a Gigabit environment.

Running oracle sized traffic through the NIC will substantially downgrade i/o performance.

I don't know if such a setup would be supported or work with Oracle. How Oracle accesses these devices is not well documented.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: raw devices on nfs

Network device sharing was supported under the old System V RFS (Remote File Sharing) but not under NFS but you don't need it for your application anyway. All you need to do for RAC is share the LVOLS in read-write mode and for that you don't need, and indeed do not want, a filesystem. In your case you don't do a vgchange -a e (exclusive) but rather a vgchange -a s (shared read-write).
If it ain't broke, I can fix that.
salvatore spinella
Occasional Advisor

Re: raw devices on nfs

But the disks of server1 are not shared and physically connected with server2.
If raw devices are connected on server1 and i do 'vgchange -a s' on lvols, on server2 what command must i do?
Fred Ruffet
Honored Contributor

Re: raw devices on nfs

In case of a RAC installation, you need as hardware (at least) 2 servers with their own OS installed on their own internal disks and a SAN/SCSI array connected to both servers. Raw LVs areon this array, configured for concurent access.
You won't have to share internal disks.

Note : NFS stands for Network File System, so it needs a FS.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)