Arcserve UDP Console Shows Error while adding Remote Console in Replicate to a Remotely
1. Delete the GUID in local Appliance from the following registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Arcserve\Unified Data Pro-
tection\Management\Console\GUID
2. Delete the GUID from the database using the following commands in
PowerShell:
$database = 'arcserveUDP'
$server = 'localhost\arcserve_app'
$sqlconn = New-Object System.Data.SqlClient.SqlConnection
$sqlconn.ConnectionString = "Data Source=$server;Initial Cata-
log=$database;Integrated Security=SSPI;"
$sqlconn.Open()
$sqlcmd = New-Object System.Data.SqlClient.SqlCommand
$sqlcmd.Connection = $sqlconn
$sqlcmd.CommandText = "delete from as_edge_configuration where Para-
mKey='ConsoleUuid'"
$sqlcmd.ExecuteNonQuery()
$sqlconn.Close()
3. Restart UDP management service on the local appliance machine.
4. Perform the following steps, in the UDP Console of local machine:
a. Select
All nodes
in Nodes view.
b. Right click and click
Update
.
c. Click
OK
to update all the nodes.
5. Select all RPS nodes in Recovery Point Servers view, right click and click
Update
to update all RPS nodes.
The
Replicate to a remotely managed RPS
task is supported successfully between
two Appliance machines.
Chapter 12: Troubleshooting 240