暂无图片
暂无图片
2
暂无图片
暂无图片
暂无图片

adcfgclone.pl dbTechStack on 19c error RC-50013: Fatal: Instantiate driver did not complete successfully (文档 ID 2962886.1)

355

Applies to:

Oracle Applications Manager - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms

On : 12.1.3 version, Rapidclone 

When attempting to run perl adcfgclone.pl dbTechStack,
the following error occurs.

ERROR
-----------------------

ApplyDBTechStack_<TIMESTAMP>.log shows:

[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: <$ORACLE_HOME>/perl/bin/perl -I <$ORACLE_HOME>/perl/lib/5.8.3 -I <$ORACLE_HOME>/perl/lib/site_perl/5.8.3 -I <$ORACLE_HOME>/appsutil/perl <$ORACLE_HOME>/appsutil/clone
ouicli.pl INSTE8_APPLY 1


AutoConfig is exiting with status 1

RC-50013: Fatal: Instantiate driver did not complete successfully.

ohclone.log shows:

Command sh -c "<$ORACLE_HOME>/runInstaller -silent -waitForCompletion ORACLE_HOME_NAME=<ORACLE_HOME_NAME> -noConfig -nowait -responseFile <$ORACLE_HOME>/appsutil/clone/oui/db_install.rsp ; echo ERRORCODE = $? ERRORCODE_END" completed successfully. Wed Jul 12 16:21:50 CEST 2023
******************************
System date Inside checkRunInstallerLogs : 2023-07-12_04-21-49PM
OUI runinstaller log file - <$ORACLE_HOME>/oraInventory/logs/InstallActions<TIMESTAMP>/installActions<TIMESTAMP>.log
Found the INFO: [Jul 12, 2023 4:22:48 PM] Exit Status is 6 in runInstaller log.
OUI CLI cloning returned non-zero.

installActions<TIMESTAMP>.log shows:

Relevance to the Issue
---------------------------
INFO: [Jul 12, 2023 4:21:56 PM] OverallStatus:VERIFICATION_FAILED
INFO: [Jul 12, 2023 4:21:56 PM] -----------------------------------------------
INFO: [Jul 12, 2023 4:21:56 PM] Verification Result for Node:db_hostname
INFO: [Jul 12, 2023 4:21:56 PM] Expected Value:100
INFO: [Jul 12, 2023 4:21:56 PM] Actual Value:Current=32; Configured=undefined
INFO: [Jul 12, 2023 4:21:56 PM] Error Message:PRVG-1205 : OS kernel parameter "semopm" does not have expected current value on node "db_hostname" [Expected = "100" ; Current = "32"; Configured = "undefined"].
INFO: [Jul 12, 2023 4:21:56 PM] Cause: A check of the current value for an OS kernel parameter did not find the expected value.
INFO: [Jul 12, 2023 4:21:56 PM] Action: Modify the kernel parameter current value to meet the requirement.
INFO: [Jul 12, 2023 4:21:56 PM] -----------------------------------------------
INFO: [Jul 12, 2023 4:21:56 PM] *********************************************
INFO: [Jul 12, 2023 4:21:56 PM] OS Kernel Parameter: semmni: This is a prerequisite condition to test whether the OS kernel parameter "semmni" is properly set.
.
.
INFO: [Jul 12, 2023 4:21:59 PM] INFO: [Task.perform:842]
TaskKernelParam:OS Kernel Parameter: semopm[CHECK_KERNEL_PARAMETER_semopm]:TASK_SUMMARY:FAILED:IGNORABLE:VERIFICATION_FAILED:Total time taken [105 Milliseconds]
ERRORMSG(db_hostname): PRVG-1205 : OS kernel parameter "semopm" does not have expected current value on node "db_hostname" [Expected = "100" ; Current = "32"; Configured = "undefined"].
.
.
INFO: [Jul 12, 2023 4:21:59 PM] ------------------List of failed Tasks------------------
INFO: [Jul 12, 2023 4:21:59 PM] *********************************************
INFO: [Jul 12, 2023 4:21:59 PM] OS Kernel Parameter: semopm: This is a prerequisite condition to test whether the OS kernel parameter "semopm" is properly set.
INFO: [Jul 12, 2023 4:21:59 PM] Severity:IGNORABLE
INFO: [Jul 12, 2023 4:21:59 PM] OverallStatus:VERIFICATION_FAILED
INFO: [Jul 12, 2023 4:21:59 PM] -----------------End of failed Tasks List----------------
WARNING: [Jul 12, 2023 4:21:59 PM] [WARNING] [INS-13014] Target environment does not meet some optional requirements.
CAUSE: Some of the optional prerequisites are not met. See logs for details. <$ORACLE_HOME>/oraInventory/logs/InstallActions<TIMESTAMP>/InstallActions<TIMESTAMP>.log
ACTION: Identify the list of failed prerequisite checks from the log: <$ORACLE_HOME>/oraInventory/logs/InstallActions<TIMESTAMP>/InstallActions<TIMESTAMP>.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.

 

Changes

 

Cause

Value for an OS kernel parameter did not find the expected value for "semopm"
requires the issue be addressed before being allowed to proceed with the clone.

/sbin/sysctl -a | grep sem
kernel.sem = 250 32000 32 (<<< expected 100 ) 128


Note - runistaller verification fails when checking the OS kernel parameter / pre requisite, even though the severity status is IGNORABLE the Overall Status is set to VERIFICATION_FAILED , it means the violation must be addressed. 

Solution

1) Ensure Kernel Parameter set as per applicable Note 1330701.1 - Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 

2) Run perl adcfgclone.pl dbTechStack <Complete path to the target context file>
 

 

References

NOTE:1330701.1 - Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64
NOTE:2602746.1 - adcfgclone fails on 19c while running ouicli.pl "RC-50013: Fatal: Instantiate driver did not complete successfully"

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论