4.0.0 HP Polyserve Matrix Server Command Reference Guide (T5392-96048, March 2010)
Test if a filter event field is greater.>
Syntactical elements. Expressions can be enclosed in parentheses “( )” and can
contain AND and OR operations, which use the syntax && and || respectively.
AND and OR operations can be used only to connect filter event subtypes, filter event
fields, and parenthesized statements. Logical negation is also allowed using the !
character. If there are multiple || and && operations within a single parenthesized
portion of the filter, they are given precedence from right to left. For example alert
&& basic || customer is the same as alert && (basic || customer).
Filter examples. These examples are logical statements that could be used as a <select
filter> in an mcs select command.
postedtime > 2007-02-24
eventtime <= 2008
postedtime > 2007-11-12T12:01:59 && postedtime <= 2007-11-12T13
location = 214.4.325.67
(processid <> 1234) && (processid < 1500)
eventid >= 1000 && eventid < 2000
category < 5 || category > 15
postedtime > 2007-02 && !audit
severity > error && !(location = 127.0.0.1)
(subject=[*dev*] && message = [*FATAL ERROR*]) || subject=[]
Sample mcs select commands
Following are some sample mcs select commands.
mcs select
mcs select -t
mcs select -h5
mcs select global && !audit
mcs select with “(eventtime >= 2007-08-01) && (eventtime <= 2007-08-03)”
mpdump.exe – save membership partition data
Synopsis
bin\mpdump
bin\mpdump [-v] –l –P –F -X
bin\mpdump [-v] –l –P -f <outputfile> -x <outputfile>
Cluster commands22