Fleet: DEPLOY_GI_SOFTWARE Verb Completes With Wrong Group
(Doc ID 3036694.1)
Last updated on SEPTEMBER 16, 2024
Applies to:
Enterprise Manager for Oracle Database - Version 13.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
In Enterprise Manger (EM) Cloud Control, when DEPLOY_GI_SOFTWARE command completes successfully, install binaries with different group.
emcli db_software_maintenance -performOperation -name="RacHome" -purpose=DEPLOY_GI_SOFTWARE -target_type=cluster -target_list="CLUSTER_NAME" -normal_credential="ORACLE:SYSMAN" -privilege_credential="ROOT:SYSMAN" -input_file="data:/tmp/input_deploy_grid.txt"
Job Step log:
Config Wizard command line is: /u01/app/19c/grid_3/gridSetup.sh -silent -skipPrereqs ORACLE_HOME_NAME="Orasiha19c_home1_503" -responseFile /home/oracle/scripts/dbpatching/./dat/4848329413175472//MASSDB-03cd940b2bb546c890922266c8d6a909/deploy.rsp
Launching Oracle Grid Infrastructure Setup Wizard...
[WARNING] [INS-41813] OSDBA for ASM, OSOPER for ASM, and OSASM are the same OS group.
CAUSE: The group you selected for granting the OSDBA for ASM group for database access, and the OSOPER for ASM group for startup and shutdown of Oracle ASM, is the same group as the OSASM group, whose members have SYSASM privileges on Oracle ASM.
ACTION: Choose different groups as the OSASM, OSDBA for ASM, and OSOPER for ASM groups.
[WARNING] [INS-41874] Oracle ASM Administrator (OSASM) Group specified is same as the inventory group.
CAUSE: Operating system group oinstall specified for OSASM Group is same as the inventory group.
ACTION: It is not recommended to have OSASM group same as inventory group. Select any of the group other than the inventory group to avoid incorrect configuration.
The response file for this session can be found at:
/u01/app/19c/grid_3/install/response/grid_2024-07-11_08-03-01PM.rspYou can find the log of this install session at:/u01/app/oraInventory/logs/GridSetupActions2024-07-11_08-03-01PM/gridSetupActions2024-07-11_08-03-01PM.log
Inventory Groups :
cat /etc/oraInst.loc
inventory_loc=/u01/app/oraInventory
inst_group=oinstall
cat $OLD_ORACLE_HOME/oraInst.loc
inventory_loc=/u01/app/oraInventory
inst_group=oracle==============> Wrong group.
After Deployment :
cd /u01/app/19c/grid_3/bin/
drwxr-xr-x 6 oracle oracle 4096 Sep 5 09:58 sqlpatch
drwxr-xr-x 5 oracle oracle 4096 Sep 5 09:58 sdk
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |