HP StorageWorks P9000 Replication Manager Software 7.1.1 User Guide (TB584-96030, September 2011)

7. Follow the procedure for Refreshing configuration information manually for each information
source on page 265. The new copy groups are displayed in the Copy Groups table of the Hosts
view.
Once these steps are complete, you can perform pair operations using the new resources.
Performing user authentication for replica operations
When performing replica operations using command devices and P9000 RAID Manager authentication
is enabled, you must execute the OS commands described in this procedure:
1. Start the P9000 RAID Manager instance that will be used by Application Agent:
P9000-RAID-Manager-instance-location\etc\horcmstart
P9000-RAID-Manager-instance-number
2. Perform user authentication with the current login user account (the user account for executing
the Application Agent service):
P9000-RAID-Manager-instance-location\etc\raidcfg.exe
-IP9000-RAID-Manager-instance-number -login
command-device-authentication-account password
3. Perform user authentication with the local system account as follows.
1. Create a task that runs on the local system account:
schtasks /Create /TN task-name /TR
P9000-RAID-Manager-instance-location\etc\raidcfg.exe
-IP9000-RAID-Manager-instance-number -login
command-device-authentication-account password /SC ONCE /ST 00:00
/RU SYSTEM
2. Run the task immediately:
schtasks /Create /TN task-name
3. Query the results of the task:
schtasks /Query /V /FO LIST
4. Confirm the output is as follows:
TaskName: task-name specified in step 1
Status: Ready (blank in Windows 2003)
Last Run Time: time that step 2 was performed
Last Result: 0
If the Last Result is not 0, check the P9000 RAID Manager log information to determine if
the P9000 RAID Manager command failed. If the P9000 RAID Manager command failed,
eliminate the cause of the error as described in the P9000 RAID Manager documentation.
5. Delete the task:
schtasks /Delete /TN task-name /F
User Guide 245