Use this command and its parameters to enter the password for destructive commands.
Important:
This command does NOT set the password. In the set command, there is a password parameter for the storage subsystem.
This command is only required once in a script, not in front of each destructive command.
For more information about setting or entering storage subsystem passwords, see the Subsystem Management Window online help.
This reference contains commands and parameters that are current with the latest storage management software. If you are managing storage subsystems running firmware for previous releases, not all of these commands may be supported. See thefor a complete list of commands and their associated firmware levels.
If you want to...
Use this command and parameters
specify the password to use for destructive commands
where: <"password"> = the appropriate password that was set for the storage subsystem, enclosed in double quotes.
Important: Double quotes are required surrounding the password value.
Example
Command statement:
use password "coda4";
delete logicalDrive["Chevelle"];
Execution result:
The delete logicalDrive command, which is destructive, executes because the use password statement with the appropriate password was previously specified in the script.