Ins-10201 Execution Of 39-gi Install 39- Script Failed • Premium & Easy

$ORACLE_BASE/cfgtoollogs/install/ Specifically, search for installActions*.log or giinstall.log . Look for the error above the INS-10201 message. 2. Verify OS package dependencies Run the Oracle pre-install RPM (if available) or check manually:

groups grid # Should include: oinstall, asmadmin, asmdba, asmoper (for GI) If wrong, fix with: ins-10201 execution of 39-gi install 39- script failed

rpm -q binutils compat-libcap1 compat-libstdc++ gcc gcc-c++ glibc ksh libaio libgcc libstdc++ make sysstat Install missing packages using yum or dnf . Compare /etc/sysctl.conf against Oracle’s requirements (e.g., kernel.sem , fs.file-max , net.ipv4.ip_local_port_range ). Apply changes with: Verify OS package dependencies Run the Oracle pre-install

sysctl -p df -h /tmp /u01 /u02 /etc Ensure /tmp has at least 1GB free. The GI home mount should have 10-15GB free. 5. Fix user/group setup Ensure grid user is part of: The GI home mount should have 10-15GB free

usermod -g oinstall -G asmadmin,asmdba,asmoper grid As the grid user, ensure: