Hyperion Essbase (MOSC)

MOSC Banner

status Script

edited Oct 23, 2018 3:53PM in Hyperion Essbase (MOSC) 2 commentsAnswered

Hello,

Does anybody here have a good idea of a script that automatically checks Essbase services and running applications?

I have developed this simple one for instance:

oracle@acixp0024ctm:~$ cat status.sh

ps auxww |grep Middleware |awk '{ printf "%s (%s)\n", $10,$2 }'

But it's not so clear, I'd like some ideas on a better one. Something that would show "Active processes" and "Essbase server is up"

Thank you!

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