VirtualBox2.2.4 のOracle Enterpriseで、1台のマシンに、11gRACをくんでみる(nfs)

と、言う事で、NFSもやってみたが、同じエラーで落ちる。

しょうがないので、真面目にLogを追いかける。

でるのは、こんなメッセージ

          • -

[root@rac1 ~]# /u02/app/oracle/product/11.1.0/root.sh
WARNING: directory '/u02/app/oracle/product' is not owned by root
WARNING: directory '/u02/app/oracle' is not owned by root
WARNING: directory '/u02/app' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up Network socket directories
PROT-1: Failed to initialize ocrconfig
Failed to upgrade Oracle Cluster Registry configuration

          • -

ログの在処を調べて、中みてみる。

          • -

[root@rac1 ~]# find /u02/app/oracle | grep ocrconfig
/u02/app/oracle/product/11.1.0/log/rac1/client/ocrconfig_4491.log
/u02/app/oracle/product/11.1.0/bin/ocrconfig.bin
/u02/app/oracle/product/11.1.0/bin/ocrconfig
/u02/app/oracle/product/11.1.0/inventory/Templates/bin/ocrconfig
[root@rac1 ~]# cat /u02/app/oracle/product/11.1.0/log/rac1/client/ocrconfig_4491.log
Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
2009-06-29 18:56:27.622: [ OCROSD][3086559616]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, actimeo 0
2009-06-29 18:56:27.623: [ OCROSD][3086559616]NFS file system /mnt/export/Oracle_Linux mounted with incorrect options
2009-06-29 18:56:27.623: [ OCROSD][3086559616]WARNING:Expected NFS mount options: wsize>=16384,rsize>=16384,hard,noac/actimeo=0
2009-06-29 18:56:27.624: [ OCROSD][3086559616]utopen:6'': OCR location /mnt/export/Oracle_Linux/crs/crs1 configured is not valid storage type. Return code [37].
2009-06-29 18:56:27.624: [ OCRRAW][3086559616]proprinit: Could not open raw device
2009-06-29 18:56:27.624: [ default][3086559616]a_init:7!: Backend init unsuccessful : [37]
2009-06-29 18:56:27.624: [ OCRCONF][3086559616]ocrconfig starts...
2009-06-29 18:56:27.624: [ OCRCONF][3086559616]Upgrading OCR data
2009-06-29 18:56:27.626: [ OCROSD][3086559616]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, actimeo 0
2009-06-29 18:56:27.626: [ OCROSD][3086559616]NFS file system /mnt/export/Oracle_Linux mounted with incorrect options
2009-06-29 18:56:27.626: [ OCROSD][3086559616]WARNING:Expected NFS mount options: wsize>=16384,rsize>=16384,hard,noac/actimeo=0
2009-06-29 18:56:27.626: [ OCROSD][3086559616]utopen:6'': OCR location /mnt/export/Oracle_Linux/crs/crs1 configured is not valid storage type. Return code [37].
2009-06-29 18:56:27.626: [ OCRRAW][3086559616]proprinit: Could not open raw device
2009-06-29 18:56:27.626: [ default][3086559616]a_init:7!: Backend init unsuccessful : [37]
2009-06-29 18:56:27.626: [ OCRCONF][3086559616]Exporting OCR data to [OCRUPGRADEFILE]
2009-06-29 18:56:27.627: [ OCRAPI][3086559616]a_init:7!: Backend init unsuccessful : [33]
2009-06-29 18:56:27.627: [ OCRCONF][3086559616]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
2009-06-29 18:56:27.629: [ OCROSD][3086559616]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, actimeo 0
2009-06-29 18:56:27.629: [ OCROSD][3086559616]NFS file system /mnt/export/Oracle_Linux mounted with incorrect options
2009-06-29 18:56:27.629: [ OCROSD][3086559616]WARNING:Expected NFS mount options: wsize>=16384,rsize>=16384,hard,noac/actimeo=0
2009-06-29 18:56:27.629: [ OCROSD][3086559616]utopen:6'': OCR location /mnt/export/Oracle_Linux/crs/crs1 configured is not valid storage type. Return code [37].
2009-06-29 18:56:27.629: [ OCRRAW][3086559616]proprinit: Could not open raw device
2009-06-29 18:56:27.629: [ default][3086559616]a_init:7!: Backend init unsuccessful : [37]
2009-06-29 18:56:27.631: [ OCROSD][3086559616]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, actimeo 0
2009-06-29 18:56:27.631: [ OCROSD][3086559616]NFS file system /mnt/export/Oracle_Linux mounted with incorrect options
2009-06-29 18:56:27.631: [ OCROSD][3086559616]WARNING:Expected NFS mount options: wsize>=16384,rsize>=16384,hard,noac/actimeo=0
2009-06-29 18:56:27.631: [ OCROSD][3086559616]utopen:6'': OCR location /mnt/export/Oracle_Linux/crs/crs1 configured is not valid storage type. Return code [37].
2009-06-29 18:56:27.631: [ OCRRAW][3086559616]proprinit: Could not open raw device
2009-06-29 18:56:27.631: [ OCRAPI][3086559616]a_init:6b!: Backend init unsuccessful : [37]
2009-06-29 18:56:27.631: [ OCRCONF][3086559616]Failed to initialized OCR context. error:[PROC-37: Oracle Cluster Registry does not support the storage type configured]
2009-06-29 18:56:27.631: [ OCRCONF][3086559616]Exiting [status=failed]...
[root@rac1 ~]#

              • -

やっぱり、ストレージがダメって怒られてる、みたい。。

とりあえず、NFSのマウントオプションを、変更してトライしてみよう!
今日は、やんないよ。(^^;;