Ask a Question related to AIX, Design and Development.
-
Tim Alsop #1
increase parition size for /home on AIX 5.1
Hi,
I have AIX 5.1 installed and the jfs2 partition type was selected during the
install. The disk is 9gb, but I don't beleive this space is fully used by
the partitions. I need to increase the size of /home which is partition hd1.
I am not familiar with the appropriate commands to use, but I discovered the
extendlv command so I have been able to increase the partition size using
this command : extendlv hd1 100
Is this all I need to do ?
I did a 'df' and the allocated and free blocks are the same before and after
the extendlv was issued. I therefore assume that I need an additional
command to make use of the extra space ?
Can somebody explain to me what I need to do ?
Thanks, Tim.
Tim Alsop Guest
-
Increase buffer size
My flash player works nicely on WinXp Sp2, from IE6, but after a while of music, the sound stops for a second, plays for a second, etc. If I pause... -
lvextend to increase /opt size
My system is HP Itanium unix (B.11.23 U ia64). I tried to increase /opt size in single user mode using lvextend -L size_number /dev/vg00/lvolx ... -
Why do files increase in size by 4-5 times now?
Can anyone explain this to me? I have discovered that with the new CS all of my files blow out to 4-5 times the size when saved - this is when I... -
MP3 to Director - Increase in file size
When I simply import MP3 files into Director MX, the file size triples. Is there some trick I am missing here? -
increase the text box size-simple html help!
This isn't an ASP question. Size should increase the size, unless it is limited by other factors, e.g. a width parameter in a style sheet for... -
Kent Squires #2
Re: increase parition size for /home on AIX 5.1
smitty chjfs2
select /home
Under SIZE of filesytems
select Megabytes (put the curor on the Unit Size line and hit F4)
for Number of Units, just use +32 to add 32MB (make sure you
use the plus sign - this tells the system to ADD that much space)
On Wed, 17 Sep 2003 14:44:58 +0100, "Tim Alsop"
<Tim.Alsop@CyberSafe.Ltd.UK> wrote:
>Hi,
>
>I have AIX 5.1 installed and the jfs2 partition type was selected during the
>install. The disk is 9gb, but I don't beleive this space is fully used by
>the partitions. I need to increase the size of /home which is partition hd1.
>
>I am not familiar with the appropriate commands to use, but I discovered the
>extendlv command so I have been able to increase the partition size using
>this command : extendlv hd1 100
>
>Is this all I need to do ?
>I did a 'df' and the allocated and free blocks are the same before and after
>the extendlv was issued. I therefore assume that I need an additional
>command to make use of the extra space ?
>
>Can somebody explain to me what I need to do ?
>
>Thanks, Tim.
>Kent Squires Guest
-
Kent Squires #3
Re: increase parition size for /home on AIX 5.1
shoot, you said 5.1, not 5.2 - sorry - i gave 5.2 instructions
5.1 is similar, do this
find out how many MB you want to add to /home
multiply that # by 2048 (e.g you want to add 10 MB, 10 x 2048 =
20480)
issue the command: chfs -a size=+20480 /home (again, make sure you
use the + sign before the value)
the math may be confusing, here's an explanation
up to and including aix 5.1, you have to specify 512byte blocks when
allocation filesystem size
in AIX 5.2 you can specify 512b blocks, MB, or GB units
On Wed, 17 Sep 2003 09:12:41 -0500, Kent Squires <ksquires@geeks.org>
wrote:
>smitty chjfs2
>select /home
>
> Under SIZE of filesytems
>select Megabytes (put the curor on the Unit Size line and hit F4)
>for Number of Units, just use +32 to add 32MB (make sure you
>use the plus sign - this tells the system to ADD that much space)
>
>On Wed, 17 Sep 2003 14:44:58 +0100, "Tim Alsop"
><Tim.Alsop@CyberSafe.Ltd.UK> wrote:
>>>Hi,
>>
>>I have AIX 5.1 installed and the jfs2 partition type was selected during the
>>install. The disk is 9gb, but I don't beleive this space is fully used by
>>the partitions. I need to increase the size of /home which is partition hd1.
>>
>>I am not familiar with the appropriate commands to use, but I discovered the
>>extendlv command so I have been able to increase the partition size using
>>this command : extendlv hd1 100
>>
>>Is this all I need to do ?
>>I did a 'df' and the allocated and free blocks are the same before and after
>>the extendlv was issued. I therefore assume that I need an additional
>>command to make use of the extra space ?
>>
>>Can somebody explain to me what I need to do ?
>>
>>Thanks, Tim.
>>Kent Squires Guest
-
Tim Alsop #4
Re: increase parition size for /home on AIX 5.1
Wow. That worked.
I thought it would be easy when you know how.
Thank you for your help.
Tim.
"Kent Squires" <ksquires@geeks.org> wrote in message
news:9pqgmvova1nglv2h8942m99pcctkoln4ud@4ax.com...
smitty chjfs2
select /home
Under SIZE of filesytems
select Megabytes (put the curor on the Unit Size line and hit F4)
for Number of Units, just use +32 to add 32MB (make sure you
use the plus sign - this tells the system to ADD that much space)
On Wed, 17 Sep 2003 14:44:58 +0100, "Tim Alsop"
<Tim.Alsop@CyberSafe.Ltd.UK> wrote:
the>Hi,
>
>I have AIX 5.1 installed and the jfs2 partition type was selected duringhd1.>install. The disk is 9gb, but I don't beleive this space is fully used by
>the partitions. I need to increase the size of /home which is partitionthe>
>I am not familiar with the appropriate commands to use, but I discoveredafter>extendlv command so I have been able to increase the partition size using
>this command : extendlv hd1 100
>
>Is this all I need to do ?
>I did a 'df' and the allocated and free blocks are the same before and>the extendlv was issued. I therefore assume that I need an additional
>command to make use of the extra space ?
>
>Can somebody explain to me what I need to do ?
>
>Thanks, Tim.
>
Tim Alsop Guest
-
Tim Alsop #5
Re: increase parition size for /home on AIX 5.1
Kent,
I used smitty chjfs2, selected /home and then changed the current size to
+32 and pressed enter. This worked.
Thanks, Tim.
"Kent Squires" <ksquires@geeks.org> wrote in message
news:i5rgmv09ud3u29tmk94a9d5jjae65gl82h@4ax.com...
shoot, you said 5.1, not 5.2 - sorry - i gave 5.2 instructions
5.1 is similar, do this
find out how many MB you want to add to /home
multiply that # by 2048 (e.g you want to add 10 MB, 10 x 2048 =
20480)
issue the command: chfs -a size=+20480 /home (again, make sure you
use the + sign before the value)
the math may be confusing, here's an explanation
up to and including aix 5.1, you have to specify 512byte blocks when
allocation filesystem size
in AIX 5.2 you can specify 512b blocks, MB, or GB units
On Wed, 17 Sep 2003 09:12:41 -0500, Kent Squires <ksquires@geeks.org>
wrote:
the>smitty chjfs2
>select /home
>
> Under SIZE of filesytems
>select Megabytes (put the curor on the Unit Size line and hit F4)
>for Number of Units, just use +32 to add 32MB (make sure you
>use the plus sign - this tells the system to ADD that much space)
>
>On Wed, 17 Sep 2003 14:44:58 +0100, "Tim Alsop"
><Tim.Alsop@CyberSafe.Ltd.UK> wrote:
>>>Hi,
>>
>>I have AIX 5.1 installed and the jfs2 partition type was selected duringhd1.>>install. The disk is 9gb, but I don't beleive this space is fully used by
>>the partitions. I need to increase the size of /home which is partitionthe>>
>>I am not familiar with the appropriate commands to use, but I discoveredafter>>extendlv command so I have been able to increase the partition size using
>>this command : extendlv hd1 100
>>
>>Is this all I need to do ?
>>I did a 'df' and the allocated and free blocks are the same before and>>the extendlv was issued. I therefore assume that I need an additional
>>command to make use of the extra space ?
>>
>>Can somebody explain to me what I need to do ?
>>
>>Thanks, Tim.
>>
Tim Alsop Guest



Reply With Quote

