3.7.0 HP StorageWorks HP Scalable NAS File Serving Software command reference guide HP Scalable NAS for Linux (AG513-96003, October 2009)

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)
mkpsfs create a PSFS filesystem
Synopsis
/opt/hpcfs/sbin/mkpsfs [-d LEVEL | -debug[=LEVEL] [-f | --force]
[-l <label> | --label=LABEL] [-q | --quiet] [-y |--yes] [--reuse]
[-o OPT[=VAL] <device>
The syntax for the -o option is:
-o [blocksize=#[K]] [enable-quotas,[userdefault=#[K|M|G|T],
groupdefault=#[K|M|G|T]]
Cluster commands24