Something like this would total up the sizes of all disks:

        vxprint -g <dgname>| awk '/^dm/ {T+=$5} END {print T}'

Is that what you're looking for?  The result will be in sectors (512 bytes per 
sector on Solaris, 1k on some other platforms) though you can adjust the awk 
program to fix that is desired.

Cheers,
 - Mike.Myers <at> nwdc.net

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Artur Baruchi
> Sent: Monday, October 01, 2007 8:19 AM
> To: Veritas-vx@mailman.eng.auburn.edu
> Subject: [Veritas-vx] VG Size
>
> Hi,
>
> How can I discover the size of a VG (in MB or GB) ?
>
> Thanks
>
> Att.
> Artur Baruchi
> _______________________________________________
> Veritas-vx maillist  -  Veritas-vx@mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-vx
>

_______________________________________________
Veritas-vx maillist  -  Veritas-vx@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-vx

Reply via email to