bernhard.de.cock.buning
2005-Jul-11 07:39 UTC
[Ocfs-users] proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported.
Hello, I am facing a problem during root.sh of 10g Release 2, on RH 4.0 update 1 + ocfs2. During the root.sh it reports the following error: PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Looking to the created ocrconfig logfile we can see the following: Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved. 2005-07-11 12:30:29.809: [ OCRCONF][3086915264]ocrconfig starts... 2005-07-11 12:30:29.810: [ OCRCONF][3086915264]Upgrading OCR data 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.811: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.811: [ default][3086915264]a_init:7!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.811: [ OCRCONF][3086915264]Exporting OCR data to [OCRUPGRADEFILE] 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:7!: Backend init unsuccessful : [33] 2005-07-11 12:30:29.812: [ OCRCONF][3086915264]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured] 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.812: [ default][3086915264]a_init:7!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:6b!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Failed to initialized OCR context. error:[PROC-37: Oracle Cluster Registry does not support the storage type configured] 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Exiting [status=failed]... So what is clear is that the OCFS partition seems to be incorrect. This is /dev/sda5, which is mounted as /dev/sda5 on /ocfs type ocfs2 (rw) looking with fdisk we see : fdisk -l it reports systemn ID 83 which is linux. So I wonder what I am doing wrong. do I need to change the partition to id 0, which is None at OS level ? Or are there special option I need to use when I mount ocfs using ocfs2console ? 1) somebody have an idear where I can check the FS numbers so I can see what kind of filesystem he reports in the line "on FS type 1952539503. Not supported." 2) somebody a solution for the problem ? Thanks, Kind regards, Bernhard de Cock Buning -- ------------------------------------------------------------------------ *Bernhard de Cock Buning *Senior Technical Engineer /Oracle Support/ Oracle Nederland BV/ Oracle Support/ Rijnzathe 6 P.O. Box 147 phone fax +31 30 669 7953 +31 30 669 9966 3454 ZJ De Meern bbuning@oracle.com The Netherlands ------------------------------------------------------------------------ Meer informatie over Oracle? Bezoek ons op internet <http://www.oracle.com/nl/>. ------------------------------------------------------------------------ -------------- next part -------------- Skipped content of type multipart/related
Sunil Mushran
2005-Jul-11 12:27 UTC
[Ocfs-users] proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported.
You need to mount the device with the "-o datavolume" option. mount -t ocfs2 -o datavolume /dev/sdX /dir As in, with ocfs2, the devices on which datafiles, redologs, archivelogs, voting, ocr etc reside, need to be mounted with that option. Oracle home volume is to be mounted normally. BTW, OCFS2 issues should be posted in the ocfs2-users mailing list. bernhard.de.cock.buning wrote:> Hello, > > I am facing a problem during root.sh of 10g Release 2, on RH 4.0 > update 1 + ocfs2. > > During the root.sh it reports the following error: > > PROT-1: Failed to initialize ocrconfig > Failed to upgrade Oracle Cluster Registry configuration > > Looking to the created ocrconfig logfile we can see the following: > > Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, > 2005 Oracle. All rights reserved. > 2005-07-11 12:30:29.809: [ OCRCONF][3086915264]ocrconfig starts... > 2005-07-11 12:30:29.810: [ OCRCONF][3086915264]Upgrading OCR data > 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utstoragetype: > /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. > 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utopen:6'': OCR > location /ocfs/ocr_disk1 configured is not valid storage type. Return > code [37]. > 2005-07-11 12:30:29.811: [ OCRRAW][3086915264]proprinit: Could not > open raw device > 2005-07-11 12:30:29.811: [ default][3086915264]a_init:7!: Backend init > unsuccessful : [37] > 2005-07-11 12:30:29.811: [ OCRCONF][3086915264]Exporting OCR data to > [OCRUPGRADEFILE] > 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:7!: Backend init > unsuccessful : [33] > 2005-07-11 12:30:29.812: [ OCRCONF][3086915264]There was no previous > version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured] > 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: > /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. > 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR > location /ocfs/ocr_disk1 configured is not valid storage type. Return > code [37]. > 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not > open raw device > 2005-07-11 12:30:29.812: [ default][3086915264]a_init:7!: Backend init > unsuccessful : [37] > 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: > /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. > 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR > location /ocfs/ocr_disk1 configured is not valid storage type. Return > code [37]. > 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not > open raw device > 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:6b!: Backend > init unsuccessful : [37] > 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Failed to initialized > OCR context. error:[PROC-37: Oracle Cluster Registry does not support > the storage type configured] > 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Exiting [status=failed]... > > > > So what is clear is that the OCFS partition seems to be incorrect. > This is /dev/sda5, which is mounted as /dev/sda5 on /ocfs type ocfs2 (rw) > > looking with fdisk we see : > fdisk -l it reports systemn ID 83 which is linux. So I wonder what I > am doing wrong. do I need to change the partition to id 0, which is > None at OS level ? > > Or are there special option I need to use when I mount ocfs using > ocfs2console ? > > 1) somebody have an idear where I can check the FS numbers so I can > see what kind of filesystem he reports in the line "on FS type > 1952539503. Not supported." > 2) somebody a solution for the problem ? > > Thanks, > Kind regards, > Bernhard de Cock Buning > > > > > -- > > ------------------------------------------------------------------------ > > > > > > *Bernhard de Cock Buning > *Senior Technical Engineer > /Oracle Support/ > > Oracle Nederland BV/ > Oracle Support/ Rijnzathe 6 > P.O. Box 147 > phone > fax +31 30 669 7953 > +31 30 669 9966 > 3454 ZJ De Meern bbuning@oracle.com > The Netherlands > > ------------------------------------------------------------------------ > Meer informatie over Oracle? Bezoek ons op internet > <http://www.oracle.com/nl/>. > > ------------------------------------------------------------------------ > >------------------------------------------------------------------------ > >_______________________________________________ >Ocfs-users mailing list >Ocfs-users@oss.oracle.com >http://oss.oracle.com/mailman/listinfo/ocfs-users > >
Anil.Nair@Oracle.com
2005-Jul-11 18:10 UTC
[Ocfs-users] RE: proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported.
Bernard,>From your update, it looks like your customer is using ocfs2. Is this true? OCFS2 is still beta software and therefore not supported. Customer should use ocfs1. I don't think the issue would reproduce with ocfs1.Thanks, Anil Nair Advanced Resolution Engineer, Real Application Clusters Oracle Support Services -----Original Message----- From: bernhard.de.cock.buning [mailto:bernhard.de.cock.buning@oracle.com] Sent: Monday, July 11, 2005 8:39 AM To: helprac_ww; linux_us@oracle.com; ocfs-users@oss.oracle.com Subject: proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. Hello, I am facing a problem during root.sh of 10g Release 2, on RH 4.0 update 1 + ocfs2. During the root.sh it reports the following error: PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Looking to the created ocrconfig logfile we can see the following: Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved. 2005-07-11 12:30:29.809: [ OCRCONF][3086915264]ocrconfig starts... 2005-07-11 12:30:29.810: [ OCRCONF][3086915264]Upgrading OCR data 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.811: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.811: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.811: [ default][3086915264]a_init:7!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.811: [ OCRCONF][3086915264]Exporting OCR data to [OCRUPGRADEFILE] 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:7!: Backend init unsuccessful : [33] 2005-07-11 12:30:29.812: [ OCRCONF][3086915264]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured] 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.812: [ default][3086915264]a_init:7!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utstoragetype: /ocfs/ocr_disk1 is on FS type 1952539503. Not supported. 2005-07-11 12:30:29.812: [ OCROSD][3086915264]utopen:6'': OCR location /ocfs/ocr_disk1 configured is not valid storage type. Return code [37]. 2005-07-11 12:30:29.812: [ OCRRAW][3086915264]proprinit: Could not open raw device 2005-07-11 12:30:29.812: [ OCRAPI][3086915264]a_init:6b!: Backend init unsuccessful : [37] 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Failed to initialized OCR context. error:[PROC-37: Oracle Cluster Registry does not support the storage type configured] 2005-07-11 12:30:29.813: [ OCRCONF][3086915264]Exiting [status=failed]... So what is clear is that the OCFS partition seems to be incorrect. This is /dev/sda5, which is mounted as /dev/sda5 on /ocfs type ocfs2 (rw) looking with fdisk we see : fdisk -l it reports systemn ID 83 which is linux. So I wonder what I am doing wrong. do I need to change the partition to id 0, which is None at OS level ? Or are there special option I need to use when I mount ocfs using ocfs2console ? 1) somebody have an idear where I can check the FS numbers so I can see what kind of filesystem he reports in the line "on FS type 1952539503. Not supported." 2) somebody a solution for the problem ? Thanks, Kind regards, Bernhard de Cock Buning -- _____ Bernhard de Cock Buning Senior Technical Engineer Oracle Support Oracle Nederland BV Oracle Support Rijnzathe 6 P.O. Box 147 phone fax +31 30 669 7953 +31 30 669 9966 3454 ZJ De Meern bbuning@oracle.com <mailto:bbuning@oracle.com> The Netherlands _____ Meer informatie over Oracle? Bezoek ons op internet <http://www.oracle.com/nl/> . _____ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20050711/53935425/attachment-0001.html