Using the use Command

Related Topics

Use this command and its parameters to enter the password for destructive commands.

Important:

For more information about setting or entering storage subsystem passwords, see the Subsystem Management Window online help.

If you want to...

Use this command and parameters

specify the password to use for destructive commands

Back to the top

Base Command and Required Parameters

use password <"password">;

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.

Related Topics

Learn About the Script Editor

Using the Script Editor

Command Reference