1752762 Members
5125 Online
108789 Solutions
New Discussion

RSM Fails

 
ASSIST
Frequent Advisor

RSM Fails

My scenario:
-RSM (HP Replications Solutions Manager) 3.0 version.
-RSM SErver: Windows 2003
-RSM Agent: Hpux 11.23
-New Eva8100


My snapclone script (only the clone part) for replicate 20 vdisk
$Rep1 = SnapcloneHostVolumeGroup ( "\\server\/dev/vg09", SAME, WAIT )
$Rep2 = SnapcloneHostVolumeGroup ( "\\server\/dev/vg10", SAME, WAIT )
$Rep3 = SnapcloneHostVolumeGroup ( "\\server\/dev/vg11", SAME, WAIT )
$Rep4 = SnapcloneHostVolumeGroup ( "\\server\/dev/vg12", SAME, WAIT )


In the middle of the process the snapclone Job fail and appears the following message:

Command View connction failed CommandView communication error for StorageVolume SID1_EXPLO09 performing replication details: BorgConnection.receive from localhostjava.net. Socket Excepetion: Connection reset

(SID1_EXPLO09 is one of the Vdisk)

Many Vdisk has been replicated correctly but the process fails when only rest 3 or 4 Vdisk.
I was connected at RSM server by Terminal Server and the network works fine all the time.

any idea?


Note: Attach error at thread
1 REPLY 1
ASSIST
Frequent Advisor

Re: RSM Fails

In RSM server doesn't exist any log file modified from 13:25

//Note: At 13:25 we start the job//

In Host Agent I found a modified log.

server:/opt/Hewlett-Packard/RSMHostSW/RSMHA/logs#RSMHA-080415-1.log

2008-04-15 14:40:43,25 TRACE [ ] [HAInternal] 1377433214, net, 6427
, 25, 2, httpsvrconn, 119, SocketException: ERR:07-2000D (NET) Read failed

I'm lost in that problem because doesn't exist any log file or any clear error.

Thks.