XM Satellite Radio AA-RU5HC-TE Computer Drive User Manual


 
SSSU Command Reference
84 Command View EVA Storage System Scripting Utility Reference Guide
HALT_ON_ERROR—This is similar to EXIT_ON_ERROR. Any error
causes the scripting utility to halt but not exit until any key is pressed. Then
the scripting utility exits with an error code. This allows you to see the error
before the window closes on exit.
Note: When manually typing commands, HP does not recommend using the
EXIT_ON_ERROR or HALT_ON_ERROR modes. You should avoid these modes
because SSSU exits on
any
kind of error, including a typographical one.
RETRIES=
Number of minutes to attempt “long” period retries, such as when the command
view EVA service is busy or restarting. Specify between 1–10 minutes
(inclusive). The default is four minutes.
NORETRIES
Specify that you do not want the scripting utility to retry commands.
SAFE_DELETE
Specify if you want to delete all dependent or related objects before the specified
object can be deleted. For example, if you specified a deletion of the VDisk that
had LUNs presented, the DELETE VDISK command would be rejected with a
message telling you that all the LUNs presented from this storage must be deleted
before the storage can be deleted. This is the default.
You must always delete related objects if SAFE_DELETE is specified.
NOSAFE_DELETE
Allows the deletion of an object even if related objects are present. The behavior
of the NOSAFE_DELETE command depends on the mode of operation (entering
commands manually or running commands through a script) in which SSSU is
running.
If you are entering commands at a terminal, the Are you sure? prompt
displays and you must type Yes for the deletion to proceed. Note that you must
type a capital Y followed by lowercase es for the deletion to proceed.
If the input is from a script (using the FILE command) or from the command line,
the deletion proceeds without warning.