I am trying to find system information of solaris machine via relevance…is it possible?
I have alternative to pass the unix command using action script and then read the information via releavce , but this needs to be done on many servers and will not be good solution. Here is the command that i am using for extracting the system configuration information:
If the only way to get that information is by running /usr/sbin/prtdiag, then you can retrieve that information by creating an action that periodically runs and dumps the result of that command into a file, and then reading the file with a relevance expression.
If that information also appears in a file somewhere, you can read that file with a relevance expression. Does this help?
BrianPGreen … thanks for the reply…but i am using the same method to extract this particular information. I want to know whether the same can be retrived purely using relevance only, this will avoid running of the task each time on many servers … thanks