Veritas Volume manager script

Veritas Volume manager script

am 30.11.2007 18:07:37 von Nikunj

hello ,

i'm using Solaris 10 Having VxVm.
i want the script which gives the free space availble on all DG(Disk
Groups) ,

now i check manually using following commd
vxdg list
vxassist -g DG_NAME maxsize
or
vxassit -g DG_NAME maxsize layout=concat( if it is concat..)

i want to put all in script because having so many DG's....!!!

Thanks in advance..

Nikunj

Re: Veritas Volume manager script

am 01.12.2007 19:11:20 von Joachim Schmitz

"Nikunj" schrieb im Newsbeitrag
news:e2e05706-72e9-4247-975e-3f0c31173838@y5g2000hsf.googleg roups.com...
> hello ,
>
> i'm using Solaris 10 Having VxVm.
> i want the script which gives the free space availble on all DG(Disk
> Groups) ,
>
> now i check manually using following commd
> vxdg list
> vxassist -g DG_NAME maxsize
> or
> vxassit -g DG_NAME maxsize layout=concat( if it is concat..)
>
> i want to put all in script because having so many DG's....!!!
Doesn't "vxdg free" show that?

Bye, Jojo

Re: Veritas Volume manager script

am 03.12.2007 17:05:06 von Nikunj

On Dec 1, 12:11 pm, "Joachim Schmitz"
wrote:
> "Nikunj" schrieb im Newsbeitragnews:e2e05706-72e9-4247-975e-3f0c31173838@y5g2000 hsf.googlegroups.com...> hello ,
>
> > i'm using Solaris 10 Having VxVm.
> > i want the script which gives the free space availble on all DG(Disk
> > Groups) ,
>
> > now i check manually using following commd
> > vxdg list
> > vxassist -g DG_NAME maxsize
> > or
> > vxassit -g DG_NAME maxsize layout=concat( if it is concat..)
>
> > i want to put all in script because having so many DG's....!!!
>
> Doesn't "vxdg free" show that?
>
> Bye, Jojo

yes its vxdg free but in vxdg free we have to calculate the length in
to GB
i want readymaid calculated space data using script because i have a
lots of DG's and servers maually calculation become irritated.

thanks ..nik