Oracle 11g (11.1.1) : Use Direct NFS for Datafiles: -
With Oracle Database 11g release 1 (11.1), instead of using the operating system kernel NFS client, you can configure Oracle Database to access NFS V3 servers directly using an Oracle internal Direct NFS client.
To enable Oracle Database to use Direct NFS, the NFS file systems must be mounted and available over regular NFS mounts. The mount options used are not relevant, as Direct NFS manages settings after installation.
You can use optional
oranfstab
(in eighter/etc
or to $ORACLE_HOME/dbs
.) to specify additional paths for a mount point.
Direct NFS determines mount point settings to NFS storage devices based on the configurations in
Direct NFS searches for mount entries in the following order:
Direct NFS can use up to four network paths defined in the
Complete the following procedure to enable Direct NFS:
1. Create an
2. use an ODM library,
1. Sample oranfstab file
2. Steps to use ODM NFS Library.
/etc/mtab
, which are changed with configuring the /etc/fstab
file.Direct NFS searches for mount entries in the following order:
$ORACLE_HOME/dbs/oranfstab
/etc/oranfstab
/etc/mtab
Direct NFS can use up to four network paths defined in the
oranfstab
file for an NFS server. The Direct NFS client performs load balancing across all specified paths. If a specified path fails, then Direct NFS reissues I/O commands over any remaining pathsComplete the following procedure to enable Direct NFS:
1. Create an
oranfstab
file2. use an ODM library,
libnfsodm11.so
, to enable Direct NFS1. Sample oranfstab file
server: MyDataServer1 path: 132.34.35.12 path: 132.34.35.13 export: /vol/oradata1 mount: /mnt/oradata1 server: MyDataServer2 path: NfsPath1 path: NfsPath2 path: NfsPath3 path: NfsPath4 export: /vol/oradata2 mount: /mnt/oradata2 export: /vol/oradata3 mount: /mnt/oradata3 export: /vol/oradata4 mount: /mnt/oradata4 export: /vol/oradata5 mount: /mnt/oradata5
2. Steps to use ODM NFS Library.
No comments:
Post a Comment