HP StorageWorks Enterprise File Services WAN Accelerator 2.1.7 Command-Line Interface Reference Manual (392361-004, June 2006)
HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 131
4 - CONFIGURATION-MODE
C
OMMANDS
(config)# port-label FOO port 2-9,14
If you want to add some more ports to the FOO port label:
(config)# port-label FOO port 10-20
If you run the show port-label FOO command you will see the new range or ports
from 2 to 20.
Example
minna (config) # port-label foo ports 22,443,990-995,3077-3078
minna (config) #
protocol cifs disable write optimization
Description Disables Common Internet File System (CIFS) write-through. The no command
option enables CIFS write-through.
Syntax protocol cifs disable write optimization
Parameters None
Example
minna (config) # protocol cifs disable write optimization
minna (config) #
protocol cifs enable
Description CIFS optimization is enabled by default. The no protocol cifs enable command
disables CIFS optimization for testing purposes.
Syntax protocol cifs enable
Parameters None
Example
minna (config) # no protocol cifs enable
minna (config) #
protocol cifs opt-strict-lock enable
Description Provides a strict mode of optimization where the appliance does not optimize writes
when the files does not have exclusive oplock and if it is shared for read or write. By
default the strict mode is off. Strict mode can be enabled with this command. For
example, when Proxy File Shares (PFS) in share mode denies both read and write to a
file. Typically, used with PFS deployments. The no procotocl cifs opt-strict-lock
enable command provides a strict mode disables strict mode.
Syntax protocol cifs opt-strict-lock enable
Parameters None
Example
minna (config) # protocol cifs opt-strict-lock enable
minna (config) #