Bitten by AHF

  • From: DOUG KUSHNER <dougk5@xxxxxxx>
  • To: oracle-l-freelist <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 15 Mar 2023 17:06:00 -0700 (MST)

Have finally found the cause of the intermittent failures of our rman backup 
script and thought I should share it.

This backup script and many other scripts run ps -ef | grep pmon | grep 
$ORACLE_SID and expect to get a single line back.   Just discovered today that 
AHF launches a background process that meets this criteria.  When it is 
running, 2 rows are returned.  It was an easy fix, but finding the cause when 
the AHF process runs so infrequently was a challenge.

oracle 57984 270005 0 16:20 ? 00:00:00 ksh 
/u01/app/grid/oracle.ahf/data/repository/suptools/prw/oracle/prw.sh shortstack 
start 161780 oracle MYORASID1 /u01/app/oracle/product/19.0.0.0/dbhome_1 
/u01/app/grid/oracle.ahf/data/repository/suptools/prw/oracle/PRW_DB_MYORASID1/prw_ora_pmon_MYORASID1_161780_03-15-23

Other related posts: