How to check bandwidth limit of multiple RVG's
Created: 06 Aug 2012 | Updated: 07 Aug 2012 | 1 comment
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
Discussion Filed Under:
Comments 1 Comment • Jump to latest comment
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:
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
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Would you like to reply?
Login or Register to post your comment.