Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle 11gR2 RAC on HP UX 11.3 IA64

708733Aug 4 2010 — edited Aug 5 2010
Hi All,

I am trying to install Oracle 11gR2 RAC on HP 11.31 IA64 machine. I couldnt find any document to follow. So followed some steps on Linux..

Trying to do NFS mount but encountered with error.

created following folders on Node 1:

mkdir /shared_grid
mkdir /shared_home
mkdir /shared_data

Added following entries to /etc/exports on node 1

/shared_grid *(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/shared_home *(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/shared_data *(rw,sync,no_wdelay,insecure_locks,no_root_squash)

Added following lines to /etc/fstab on both nodes

nas1:/shared_grid /u01/app/11.2.0/grid nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0 0 0
nas1:/shared_home /u01/app/oracle/product/11.2.0/db_1 nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0 0 0
nas1:/shared_data /u01/oradata nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0 0 0

ran the following commands on both nodes

mount /u01/app/11.2.0/grid
mount /u01/app/oracle/product/11.2.0/db_1
mkdir -p /u01/oradata

Encountered with the following error messages on both nodes.

# mount /u01/app/11.2.0/grid
mount: nas1:/shared_grid on /u01/app/11.2.0/grid - WARNING unknown option "tcp"
nfs mount: nas1:/shared_grid: Permission denied
# mount /u01/app/oracle/product/11.2.0/db_1
mount: nas1:/shared_home on /u01/app/oracle/product/11.2.0/db_1 - WARNING unknown option "tcp"
nfs mount: nas1:/shared_home: Permission denied
# mount /u01/oradata
mount: nas1:/shared_data on /u01/oradata - WARNING unknown option "tcp"
nfs mount: nas1:/shared_data: Permission denied

Please help me.

It would be better if you share any document to setup Oracle 11gR2 RAC on HP UX

Thanks,

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 2 2010
Added on Aug 4 2010
2 comments
1,849 views