HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 159
4 - CONFIGURATION-MODE
C
OMMANDS
Parameters
Example
minna (config) # protocol ms-sql port 2433
minna (config) #
protocol ms-sql query-act rule-id action-id
Description Specifies a query action when the corresponding query match occurs. The following
types of actions can be specified:
prefetch requests as specified in query argument actions.
invalidate prefetched cache entries.
The no command option disables the query action.
IMPORTANT: The commands for MS-SQL support must be implemented by HP professional
services—improper use can result in undesirable effects.
NOTE: If you are interested in enabling the MS-SQL blade for other database applications,
contact HP professional services.
Syntax [no] protocol ms-sql query-act rule-id <rule_id> action-id <action_id>
[[num-reps <num_reps> | invalidate {flush-all | flush-rule}]
[miss-policy <policy> | allow-preack {true | false} | scope {sfe | cfe}]]
Parameters
Example
minna (config) # protocol ms-sql query-act rule-id 10 action-id 1 num-
reps 1 miss-policy 1
minna (config) #
<port> Specifies the SQL server port to listen on for requests. The default
value is 1433.
rule-id <rule_id> Specifies the rule identification number that uniquely identifies the
rule.
action-id <action_id> Specifies the action identification number that uniquely identifies this
action within the rule.
num-reps
<num_reps>
Specifies how many times the action is to be repeated.
invalidate
<invalidate_action>
Invalidates the specified action: flush-all or flush-rule.
miss-policy <policy> Specifies the MS-SQL cache miss policy.
allow-preack {true |
false}
Specifies whether to allow the MS-SQL pre-acknowledgment (true)
or not (false).
scope {sfe | cfe} Specifies MS-SQL scope: sfe or cfe.