cancel
Showing results for 
Search instead for 
Did you mean: 

How to check bandwidth limit of multiple RVG's

Zahid_Haseeb
Moderator
Moderator
Partner    VIP    Accredited

Environment

Operating system version = Linux Redhat 6.2

Storage Foundation version = 6.0 with RP1

Replication between one to one node with local disks

Replication Volumes = two

RVG's = two (Each replication volume has its own RVG)

 

Query

How can I check/view the Bandwidth limit of both RVGs ?

I am running the command "vxprint -l | grep bandwidth" and getting the bandwidth but dont know this is who's bandwidth. This grep the info tab. But any way to see individual RVG for bandwidth

1 REPLY 1

mikebounds
Level 6
Partner Accredited

You should restrict output to rlinks by using "P" flag and then you can use egrep to grep for 2 different strings, so something like:

vxprint -Pl | egrep "bandwidth|Disk Group"

I'm not sure what exact string is used to denote diskgroup, or you might want to know associated rlink name so change 2nd string in egrep to suit what you want to see.  If you can't get egrep to produce what you want then provide output of "vxprint -Pl" and what you would like to see and I can give you command.

Mike