![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to get the file system size | lucaxvu | High Level Programming | 1 | 02-13-2008 06:17 PM |
| file system size | magasem | AIX | 7 | 02-06-2008 04:21 AM |
| change the name of a file system | pascalbout | AIX | 0 | 05-15-2006 05:03 AM |
| increasing ufs file system size in solaris | BG_JrAdmin | UNIX for Dummies Questions & Answers | 6 | 12-01-2005 04:56 AM |
| Free size for File System | videsh77 | UNIX for Dummies Questions & Answers | 7 | 02-03-2005 06:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I'm looking at growfs command...
uname -a : SunOS unknown 5.9 Generic sun4u sparc SUNW,Ultra-5_10 df -k : Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 2031101 1098483 871685 56% / /dev/dsk/c0t0d0s5 95951 37884 48472 44% /var /dev/dsk/c0t0d0s6 2031101 588630 1381538 30% /stg /dev/dsk/c0t0d0s7 492422 14 443166 1% /export/home hm.., I should have been more specific from very beginning. This is a single disk ultra5 machine and I dont have enough space to load 9_Recomm patches. When I started running ./install_cluster, it aborted with "not enouhgt space in /var/sadm.." message. I know that I have some unallocated space on the disk which I was trying to use to add space to /dev/dsk/c0t0d0s5. Do you think it's possible? thanks in advance, JV Last edited by jvinn; 05-11-2005 at 03:44 PM.. |
|
||||
|
RTM,
thanks for respond. Here is my partition table: Code:
======================================================== partition> pr Current partition table (original): Total disk cylinders available: 17660 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 root wm 13499 - 17659 2.00GB (4161/0/0) 4194288 1 swap wu 0 - 1040 512.37MB (1041/0/0) 1049328 2 backup wm 0 - 17659 8.49GB (17660/0/0) 17801280 3 unassigned wm 7258 - 9337 1023.75MB (2080/0/0) 2096640 4 usr wm 5178 - 7257 1023.75MB (2080/0/0) 2096640 5 var wm 3935 - 4137 99.91MB (203/0/0) 204624 6 unassigned wm 9338 - 13498 2.00GB (4161/0/0) 4194288 7 home wm 4138 - 5177 511.88MB (1040/0/0) 1048320 ========================================================== thanks in advance Last edited by Perderabo; 05-11-2005 at 04:58 PM.. Reason: Add code tags for readability |
|
|||||
|
I don't understand your comment "Partition 3 is where my /opt mounted"
These are what you have mounted which I would assume is all your mount points mounted: Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 2031101 1098483 871685 56% / /dev/dsk/c0t0d0s5 95951 37884 48472 44% /var /dev/dsk/c0t0d0s6 2031101 588630 1381538 30% /stg /dev/dsk/c0t0d0s7 492422 14 443166 1% /export/home No /opt in there. ? No /usr in there either - so you can take part of slice 3 and part of slice 4 and make them new sizes - in effect, make one of them the size you need - then dump /var into it (easy to say - little more work than that). Perderabo's suggestion is the quickest and easiest. |
| Sponsored Links | ||
|
|