and would like opinions on the following:
What would be the best way to get a list of sites on my AIX box that are running?
When I want to find this out from a command line manually I do this:
ps -ef |grep lm
I look for the instances of lock managers with their name that tell me which sites I have going. I don’t want to code it this way if someone
has a better idea.
Thoughts?
-mh