![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check free space in Solaris Volume Manager | fugitive | SUN Solaris | 3 | 08-26-2009 12:02 AM |
| Check free space in SVM | fugitive | SUN Solaris | 4 | 07-12-2009 09:34 PM |
| Free space of HDD ? | shipon_97 | Red Hat | 7 | 06-16-2009 12:45 PM |
| HDD free space check | pppswing | Shell Programming and Scripting | 1 | 09-25-2008 01:45 PM |
| Perl script to check free disk space | susja | Shell Programming and Scripting | 1 | 06-28-2008 04:24 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to check free space for a metadevice in a diskset
Anyone know then command to check the unallocated disk space for a metadevice in a disk set? like:
/dev/md/data/dsk/d830 Something similar to veritas command below is what I'm looking for: vxassist maxgrow <volume> ---------- Post updated at 12:34 PM ---------- Previous update was at 12:17 PM ---------- metarecover -v -n -s data d801 -p that did the trick. ---------- Post updated at 01:08 PM ---------- Previous update was at 12:34 PM ---------- This produced output like this: The following extent headers were found on data/d801. Name Seq# Type Offset Length data/d950 0 ALLOC 3179283327 10485761 data/d955 0 ALLOC 3168797535 10485761 NONE 0 END 3302785023 1 NONE 0 FREE 3189769088 113015935 NONE 0 FREE 3179283296 31 NONE 0 FREE 3168797504 31 Anyone know an easy to convert this readouts to GB ? I did this but it seems a little off: bash-3.00# echo "(113015935*512)/1073741824" | bc 53 53Gb available? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|