Oracle 11g Direct NFS

19.11.2008 at 15:25 (11g, DBA, Linux, Oracle)

source: http://www.oracle.com/technology/deploy/performance/pdf/directnfsclient_11gr1_twp.pdf

I have tested the Oracle NFS Driver on Oracle Enterprise Linux 5.1 with Oracle 11.1.0.7

Instead of using the Kernel NFS Driver, Oracle 11g provides its own Direct NFS driver. Hence Oracle will optimize the I/O path between Oracle and the NFS server.

The following is the order where Oracle searchs for NFS exports.

  1. $ORACLE_HOME/dbs/oranfstab
  2. /etc/oranfstab
  3. /etc/mtab (content of mounted /etc/fstab)

So you have just to configure your /etc/fstab,  with no special parameter as mentioned in metalink#359515.1 , as follow:

filername:/vol/nfs_data01/q_nfs_data01  /nfs/SID/data1   nfs

mount -a

Then you have to link some libraries in your $ORACLE_HOME

cd $ORACLE_HOME/lib
mv libodm11.so libodm11.so_stub
ln -s libnfsodm11.so libodm11.so

Now you can start your Oracle Instance and check the alertlog file for this line:

Oracle instance running with ODM: Oracle Direct NFS ODM Library Version 2.0

Hence the Driver of Oracle is used for NFS.

There are also some Views to check the stats and the current nfs exports you are using:

SQL> SELECT svrname, dirname FROM v$dnfs_servers;

SVRNAME    DIRNAME
---------------
filername  /vol/nfs_data01/q_nfs_data01

Some other views:

v$dnfs_servers
v$dnfs_files
v$dnfs_channels
v$dnfs_stats

Permalink Kommentar schreiben

Oracle Clusterware: Third Voting disk on NFS

13.02.2008 at 14:21 (HPUX, Linux, Oracle, RAC)

A voting disk is a critical file for Oracle Clusterware. You must have at least 3 voting disks. If you have „only“ two SAN then you can configure the third on a NFS share.

Oracle supports now a third voting disk on NFS for HPUX. But only for HPUX 11.31 and Oracle Clusterware 10.2.0.2 onwards.

This white paper describse how to configure it:
Using standard NFS to support a third voting disk on an Extended Distance cluster configuration on Linux,AIX,HP, or Solaris (PDF)

Permalink Kommentar schreiben

Ubuntu 7.10 (Gutsy Gibbon)

11.10.2007 at 13:16 (Linux, Ubuntu)

Permalink Kommentar schreiben

Oracle 11g: The Top New Features for DBAs and Developers

05.09.2007 at 13:25 (11g, DBA, Linux, Oracle)

Permalink Kommentar schreiben

PartyPoker anywhere

22.08.2007 at 20:53 (Fun, Linux, Poker)

Until now you have to install wine on a linux box to play PartyPoker.

Steps

  • install wine
  • download & install partypoker
  • wine configuration –> win xp
  • execute „wine PartyGaming.exe -P=PartyPoker“
  • Play and win money ;)

Royal Flush

Now you can play it in a webbrowser on any box. Check out PartyPoker anywhere! Requirement JDK 1.4/1.5.

Permalink Kommentar schreiben

Could Linux become the dominant OS?

20.08.2007 at 20:09 (Linux)

A nice article about this subject you can read on theregister.

Here the topics:

  • Server dominance
  • The Microsoft threat and GPL 3.0
  • Linux on the desktop, eventually
  • The Linux bottom line

Read the article

Permalink Kommentar schreiben

Interactive Linux Kernel

20.08.2007 at 19:18 (Kernel, Linux, Programming)

The Linux kernel contains over 5 mio lines of code spread over hundreds of files. Lets say if you want find the sys_fork function, you can easily navigate sys_fork link and you got it.

You can navigate with the mouse:

  • wheel-zoom
  • drag-move
  • keywords-links

Linux Kernel

Have fun with the interactive linux kernel map!

Permalink Kommentar schreiben

Ubuntu sources.list generator

20.08.2007 at 12:10 (Linux, Ubuntu)

With the online Ubuntu sources.list generator you can simply create your source.list in only two simple steps.

Generate my sources.list

Permalink Kommentar schreiben

Free Software Sticker Book

17.08.2007 at 18:43 (GNU, Linux)

If you are looking for a GNU Linux sticker for your computer, car or something else then you should have a look here. You can download the whole book for free.

There are really a lot of nice stickers which you can print and stick on your laptop. But please don’t forget to remove the ugly Windows sticker before ;)

Permalink Kommentar schreiben

Oracle 11g for Linux

16.08.2007 at 15:34 (11g, Linux, Oracle)

Oracle 11g is now available for linux x86. The documentation library can be found here including the new features.

Oracle 11g

Permalink Kommentar schreiben