Grouping Domino Servers - How to identify on Linux (Newbie)

First, I’m a newbie to BigFix. I’m trying to learn about Relevance, Action Scripts, etc. by identifying and creating a dynamic group of Domino servers.

I think I can figure out how to identify the Windows servers by looking at the Services or Registry keys. But I also have Domino servers on RHEL 6. I’m having trouble identifying the nave of the running service.

The server code is installed in the default location “/opt/ibm/domino”. Is there a way to find Linux machines with the default directory path listed above? Or perhaps I could look for the existence of a specific file in a directory (such as “/opt/ibm/domino/notes/latest/linux/DominoInstall.log”. I couldn’t figure out how to do this from the Relevance Reference or Action Script Reference docs.

Any assistance would be greatly appreciated.

Bill Smith

Some options in relevance:

exists files "/opt/ibm/domino/notes/latest/linux/DominoInstall.log"

OR

exists folders "/opt/ibm/domino"

OR

exists files "PathToBinary"
1 Like