Forum Discussion

qwerty999_35910's avatar
qwerty999_35910
Icon for Nimbostratus rankNimbostratus
Apr 27, 2018

How to check if a LTM is in the machine just searching in the processes using Bash?

I need to determine, just executing a command in Bash and looking into the processes, if the machine has a LTM or not in it.

 

For example: How can I know , whether oracle is running or not?

 

ps -aef | grep ora_ | grep -v grep will give us a list of all oracle database processes running for all instances

 

I need the same, but whit Bip-IP LTM