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

HP-UX安装Oracle standalone之[INS-30060] Check for group existence failed.

原创 吾喾 2023-08-14
656




SEVERE: [FATAL] [INS-30060] Check for group existence failed.
CAUSE: Unexpected error occurred while trying to check for group existence.
ACTION: Refer to the logs or contact Oracle Support Services. Note for advanced users: Launch the installer by passing the following flag ''-ignoreInternalDriverError''..


一、
感觉有点暴力了,再仔细看了一下,觉得应该只需要修改tmp目录下ORA开头的文件和目录就可以。

I had the same problem. I created asmdba, asmadmin and asmoper groups and added oracle user to these groups.
This solved the problem.

chown -R grid:oinstall /tmp/CVU_11.2.0.2.0_grid
chmod 755 /tmp/CVU_11.2.0.2.0_grid

二、
We have resolved the issue after the providing the full privilege ( 777) folder permission for the below folder path.

/var/tmp/

/var/

三、
The /tmp filesystem is mounted with "noexec" option. If /tmp cannot be remounted with "exec" option,
set TMP, TEMP and TEMPDIR environments to a suitable location with "exec" mount option and retry installation.

Change the fstab file for the following line to remove the invalid mount options:
/dev/mapper/ol-tmp /tmp xfs defaults,nodev,nosuid,noexec 0 0

It should be the following instead: /dev/mapper/ol-tmp /tmp xfs defaults 0 0





./runcluvfy.sh stage -pre crsinst -n shxbkdb -fixup -verbose

-ignoreInternalDriverError

shxbkdb#[/tmp]/u01/app/11.2.0/grid/root.sh
Performing root user operation for Oracle 11g

The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /u01/app/11.2.0/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
Improper Oracle Grid Infrastructure configuration found on this host
Deconfigure the existing cluster configuration before starting
to configure a new Grid Infrastructure
run '/u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig'
to configure existing failed configuration and then rerun root.sh
/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/roothas.pl execution failed
shxbkdb#[/tmp]
shxbkdb#[/tmp]

解决:
/u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig -force





shxbkdb#[/tmp]/u01/app/11.2.0/grid/root.sh
Performing root user operation for Oracle 11g

The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /u01/app/11.2.0/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
LOCAL ADD MODE
Creating OCR keys for user 'grid', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'sys'..
Operation successful.
CRS-4664: Node shxbkdb successfully pinned.
Adding Clusterware entries to inittab

shxbkdb 2023/08/08 15:47:23 /u01/app/11.2.0/grid/cdata/shxbkdb/backup_20230808_154723.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
shxbkdb#[/tmp]












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

评论