![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2324472.1 : Oracle ZFS Storage Appliance: Snap Management Utility (SMU) Uses Wrong Oracle Home After Database Upgrade
In this Document
Created from <SR 3-16049259381> Applies to:Sun Storage 7110 Unified Storage System - Version All Versions and laterOracle ZFS Storage Appliance Racked System ZS5-4 - Version All Versions and later Oracle ZFS Storage Appliance Racked System ZS5-2 - Version All Versions and later Oracle ZFS Storage ZS4-4 - Version All Versions and later Oracle ZFS Storage Appliance Racked System ZS4-4 - Version All Versions and later 7000 Appliance OS (Fishworks) SymptomsAfter upgrading an Oracle database, ORACLE_HOME changed from dbhome_3 to dbhome_4. This caused SMU to fail to create backups with the following error: Task[2417]:backup db01 as D20171031_0606_db01 Validate database requirements Undo backup State: FAILED
ChangesProblem can occur if you have Oracle Databases that were backed up previously with Snap Management Unit and upgrade the Database and the ORACLE_HOME directory changes.
CauseOnce a database clone is created, its associated share, storage, database and host information are contained in xml file form in its clone profile, located in the $SMU_WORKING_DIR/store directory. This clone profile is used to deprovision the clone database whenever the database instance is unavailable. If the clone profile is missing or corrupted, or if the clone database information has changed, the SMU command utility reprofile can be used to recreate the latest information for the clone profile in the SMU database. The xml file may still contain the old oraHome directory and need to be reprofiled. cd /var/opt/ORCLsmu/store grep oraHome db01.xml <oraHome>/export/home/oracle/app/oracle/product/11.2.0.4/dbhome_3</oraHome> SolutionSolution for Linux: On the SMU host, 1. /sbin/service smud stop
Solution for Solaris: On the SMU host, 1. svcadm disable svc:/application/management/smu:default
Solution for Windows: On the SMU host, 1. C:\> sc stop "Oracle SMU Service"
Attachments This solution has no attachment |
||||||||||||||||||
|