CRS-4995 CRS-2510 CRS-2514
Problem
Error duing cluster upgrade dry run and also when you try to remove resource that is not exists
CLSRSC-729: Checking whether CRS entities are ready for upgrade, cluster upgrade will not be attempted now. This operation may take a few minutes.
PRCR-1129 : Failed to upgrade resource type ora.service.type
PRCR-1071 : Failed to register or update resource ora.abc.abcsvc.svc
CRS-2510: Resource ‘ora.abc.db’ used in dependency ‘hard’ does not exist or is not registered.
CRS-2514: Dependency attribute specification ‘hard’ is invalid in resource ‘ora.abc.abcsvc.svc’
CLSRSC-180: An error occurred while executing the command ‘/opt/oracle/crs/grid19c/bin/srvctl upgrade model -s 12.2.0.1.0 -d 19.0.0.0.0 -p first’
CLSRSC-694: failed to validate CRS entities for upgrade, aborting the upgrade
CLSRSC-362: The pre-upgrade checks failed, aborting the upgrade
Died at /opt/oracle/crs/grid19c/crs/install/crsupgrade.pm line 3779.
Solution:
Remove Resource using CRSCTL depends if exists or not use one of this command
crsctl delete resource ora.abc.abcsvc.svc
(if it throws error CRS-4995 then use below command)
crsctl delete resource ora.abc.abcsvc.svc -unsupported
CRS-4995: The command ‘Delete resource’ is invalid in crsctl. Use srvctl for this command
$ crsctl delete resource ora.abc.abcsvc.svc
CRS-4995: The command ‘Delete resource’ is invalid in crsctl. Use srvctl for this command.
Add “-unsupported” option to the command. It should apply to “crsctl modify resource” as well.
crsctl delete resource ora.abc.abcsvc.svc -unsupported