Asset ID: |
1-72-2113330.1 |
Update Date: | 2016-04-01 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
2113330.1
:
Starting a VM Repo Fails With OAKERR8038 and OAKERR:5003
Related Items |
- Oracle Database Appliance Software
- Oracle Database Appliance X5-2
- Oracle Database Appliance
|
Related Categories |
- PLA-Support>Eng Systems>Exadata/ODA/SSC>Oracle Database Appliance>DB: ODA_EST
|
Applies to:
Oracle Database Appliance X5-2 - Version All Versions and later
Oracle Database Appliance - Version All Versions and later
Oracle Database Appliance Software - Version 12.1.2.6 and later
Information in this document applies to any platform.
Symptoms
Starting a Guest VM repository you are getting the following errors:
# oakcli start repo jderepotst
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_3 -path /u01/app/sharedrepo/jderepotst -name jderepotst_0 -clients 192.168.18.1 -options rw,no_root_squash,no_wdelay Error=PRKZ-1059 : HAVIP with ID havip_3 does not exist
Changes
You have updated ODA X5-2 to 12.1.2.6.0 and have executed the required "/opt/oracle/oak/bin/infiniFixSetup.py" script.
Cause
The required HAVIP (havip_3, havip_4) are not created as part of "/opt/oracle/oak/bin/infiniFixSetup.py" script execution.
Solution
Reboot the first node.
If the problem persists, from ODA_BASE node 0 execute the following commands:
/u01/app/12.1.0.2/grid/bin/srvctl add havip -id havip_3 -address 192.168.18.21 -netnum 3 -homenode <ODA_BASE hostname 0>
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_3.havip -attr "SERVER_CATEGORY=" -unsupported
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_3.havip -attr "PLACEMENT=restricted" -unsupported
/u01/app/12.1.0.2/grid/bin/srvctl add havip -id havip_4 -address 192.168.19.21 -netnum 4 -homenode <ODA_BASE hostname 1>
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_4.havip -attr "SERVER_CATEGORY=" -unsupported
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_4.havip -attr "PLACEMENT=restricted" -unsupported
example:
/u01/app/12.1.0.2/grid/bin/srvctl add havip -id havip_3 -address 192.168.18.21 -netnum 3 -homenode odabase0
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_3.havip -attr "SERVER_CATEGORY=" -unsupported
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_3.havip -attr "PLACEMENT=restricted" -unsupported
/u01/app/12.1.0.2/grid/bin/srvctl add havip -id havip_4 -address 192.168.19.21 -netnum 4 -homenode odabase1
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_4.havip -attr "SERVER_CATEGORY=" -unsupported
/u01/app/12.1.0.2/grid/bin/crsctl modify res ora.havip_4.havip -attr "PLACEMENT=restricted" -unsupported
References
<BUG:22600562> - LNX64-112-CMT: X5 PATCHING ENV WITH IB FIX: HAVIP_3/4 DOES NOT EXIST
Attachments
This solution has no attachment