Re: REPO status UNKNOWN
Posted by Ciro on Aug 01, 2019; 9:05am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/REPO-status-UNKNOWN-tp7564p7565.html
Update:
I've just found this:
[root@crcdb1 ~]# oakcli show repo
NAME TYPE NODENUM FREE SPACE STATE SIZE
odarepo1 local 0 N/A N/A N/A
odarepo2 local 1 N/A N/A N/A
shared1 shared 0 24.70% ONLINE 512000.0M
shared1 shared 1 N/A UNKNOWN N/A
template1 shared 0 56.21% ONLINE 102400.0M
template1 shared 1 N/A OFFLINE N/A
If I try to start template1 on node 1, I got the following errors:
OAKERR8038 The filesystem could not be exported as a crs resource
OAKERR:5003 Command execution unsuccessful for Command=/u01/app/12.1.0.2/grid/bin/srvctl add exportfs -id havip_1 -path /u01/app/sharedrepo/template1 -name template1_1 -clients 192.168.16.25 -options rw,no_root_squash,no_wdelay Error=PRCE-1002 : Unable to add the export file system resource ora.template1_1.export
PRCE-1005 : ACFS file system resource does not exist for export path /u01/app/sharedrepo/template1
This is what I have on nodes:
-----------------------------NODE 0:
[root@crcdb0 ~]# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 59G 22G 34G 40% /
/dev/xvda1 483M 46M 413M 10% /boot
/dev/xvdb1 99G 38G 56G 41% /u01
tmpfs 68G 317M 68G 1% /dev/shm
/dev/asm/shared1-66 537G 405G 133G 76% /u01/app/sharedrepo/shared1
/dev/asm/flashdata-438
600G 156G 444G 27% /u02/app/oracle/oradata/flashdata
/dev/asm/datafsvol-339
5.4G 91M 5.3G 2% /odadatafs
/dev/asm/datastore-116
67G 3.5G 64G 6% /u01/app/oracle/oradata/datastore
/dev/asm/template1-339
108G 48G 61G 44% /u01/app/sharedrepo/template1
/dev/asm/datastore-66
13T 229G 13T 2% /u02/app/oracle/oradata/datastore
/dev/asm/acfsvol-339 1.1T 446G 629G 42% /cloudfs
/dev/asm/datastore-339
17T 322G 17T 2% /u01/app/oracle/fast_recovery_area/datastore
---------------------------NODE 1:
[root@crcdb1 ~]# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 59G 19G 38G 33% /
/dev/xvda1 483M 46M 413M 10% /boot
/dev/xvdb1 99G 57G 37G 61% /u01
tmpfs 68G 1.3G 67G 2% /dev/shm
Help, please