|
Home > Archive > Unix Shell > December 2007 > Veritas Volume manager script
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Veritas Volume manager script
|
|
| Nikunj 2007-11-30, 1:24 pm |
| 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
| |
| Joachim Schmitz 2007-12-01, 1:22 pm |
| "Nikunj" <niku.khakhar@gmail.com> schrieb im Newsbeitrag
news:e2e05706-72e9-4247-975e-3f0c31173838@y5g2000hsf.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
| |
| Nikunj 2007-12-03, 1:28 pm |
| On Dec 1, 12:11 pm, "Joachim Schmitz" <nospam.j...@schmitz-digital.de>
wrote:
> "Nikunj" <niku.khak...@gmail.com> schrieb im Newsbeitragnews:e2e05706-72e9-4247-975e-3f0c31173838@y5g2000hsf.googlegroups.com...> hello ,
>
>
>
>
> 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
|
|
|
|
|