AHF - Autonomous Health Framework (TFA - ORACHK) (MOSC)

MOSC Banner

oracheck will not work on sless 11 in default form

edited Sep 9, 2020 2:08PM in AHF - Autonomous Health Framework (TFA - ORACHK) (MOSC) 1 commentAnswered ✓

the newest version downloaded from ID 1268927.2 will not run without changing. (this is the feedback i got from our unix department after i let them run the unchanged script under root)

there are major bugs in multiple scripts.

 

/export/home/oracle/orachk/.cgrep/psqlplus

first line #!/bin/env ... <- this does not exist!

my ($bash_scr)  = "/bin/bash" ; <- that used to be /bin/env bash, and didn't work

#if ( ! -f "/bin/bash" || ! -f "/bin/env" ) { $bash_scr=`which bash`; }  <- this line is completly useless, and it was causing this orachk: line 25738: 28099 Killed $perl_cmd 2>> $ERRFIL

 

those two lines were causing to spawn visible in ps -e f 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center