HPE 3PAR StoreServ Storage
1748282 Members
4162 Online
108761 Solutions
New Discussion

Re: How can I measure RCIP data being transmitted on an RCIP Port?

 
SOLVED
Go to solution
StuartA46
Frequent Advisor

How can I measure RCIP data being transmitted on an RCIP Port?

How can I measure RCIP data being transmitted on an RCIP Port?

 

Our network team says that I'm sending 55 GB/day on the link from the primary array to the secondary array.  The entire database is only 125 GB, and we've finished our initial sync.  I should only be sending changes. 

 

Is there an entry in a log that I can look at?  is there a command that I can issue to say how much data has been sent in how much time?  Is the data in System Reporter?

4 REPLIES 4
Sheldon Smith
HPE Pro

Re: How can I measure RCIP data being transmitted on an RCIP Port?

"... we've finished our initial sync. I should only be sending changes...."

 

I'm guessing you are using asynchronous. There is a remote_copy_sync task for each virtual volume. Look through the tasks for the volume(s) in question.

Then "showtask -d <task_ID>...".

What you are looking for is in there.

 


Note: While I work for HP, all of my comments (whether noted or not), are my own and are not any official representation of the company.
----------
If my post was useful, click on my KUDOS! thumb below!


Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo

Dennis Handly
Acclaimed Contributor

Re: How can I measure RCIP data being transmitted on an RCIP Port?

>There is a remote_copy_sync task for each virtual volume.

 

showtask -all -type remote_copy_sync

rkjha_hp
Advisor

Re: How can I measure RCIP data being transmitted on an RCIP Port?

A task will be created for each remote copy check the output of

 

showtask -d <taskid>

 

Raj

StuartA46
Frequent Advisor
Solution

Re: How can I measure RCIP data being transmitted on an RCIP Port?

There are 2 ways:

 

a. Show the Event Log:

 

    # showeventlog -debug -oneline -min 1440 -msg transmitted

 

       -min is number of minutes previously.  1440 is 24 hours.

 

b. Show the Task Log:

 

     # showtask -all -type remote_copy_sync  # List the task table

 

     # showtask -d 3752    # Shows task details

 

 There is one task for each VV being RCIP'd.  So, you need to print off
 8 x tasks for 8 VVs.