HP StorageWorks Storage Mirroring scripting guide (T2558-96074, February 2008)

10 - 1
10 X Restoration
Restoration
1. Login to your target by using the login command.
2. Identify your source that you will be restoring to by using the source command.
NOTE: As noted in the Scripting Guide Introduction on page 1-1, this guide does not explain Storage Mirroring features
and functions, only the scripting aspects of Storage Mirroring. For details on the different features and functions,
see the Storage Mirroring User’s Guide.
Command LOGIN
Description Log on to a Storage Mirroring machine
Syntax
LOGIN <machine> <username> <password> [domain]
Options machine—Name of the machine
username—Name of the user
password—Password associated with the user name
domain—If logging in using a domain account, this is the domain name. If logging in using a local
account, this is the machine name.
Examples
login alpha administrator ******
Notes
Command SOURCE
Description Identifies a machine as the active source machine
Syntax
SOURCE <source>
Options source—Name of the source
Examples
source alpha
Notes Source names that contain non-alphanumeric characters must be enclosed in quotation marks.