HP StorageWorks Command View SDM Installation and User Guide (T1086-96023, February 2005)
194 Command Line User Interface
Examples
Read the current contents of the security table into file secure.txt on host with
alias green. The password is the default value, AUTORAID.
armsecure -r -f secure.txt -p AUTORAID green
Change the password on array alias green from the default of AUTORAID to
s33k3r.
armsecure –n s33k3r -p AUTORAID green
Write the security table stored in file secure.txt to array alias green. The
password is s33k3r. Clear the exisitng table before writing the new one, and
re-enable Secure Manager.
armsecure –w -c –f secure.txt -p s33k3r green
armsecure –e -p s33k3r green
Copy the permissions from LUN 3 to LUNs 8, 10, 11, and 12. The array alias
is blue, and the password is d0m1n0.
armsecure -cp -ls 3 -ld 8,10-12 -p d0m1n0 blue
-wd <WWNList> Identifies the destination WWN or WWNs to which permissions will be
copied. Entries matching those of the source WWN will be created for
each destination WWN. This option is only used with the -cp and -ws
options.
WWNList can be a single WWN or a comma separated list of WWNs.
-ws <WWN> Identifies the source WWN from which permissions will be copied. WWN
must already exist in the security table on the array. This option is only
used with the -cp and -wd options.
-? Display help message. Overrides all other switches.