Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unable to increase filesystem size

Status
Not open for further replies.

andysys

IS-IT--Management
May 20, 2003
103
IN

Hi

I have AIX system with 4.3.3.0.I am getting follow. error
while extending file system size of /case2.---
Maximum allocation for logical volume lv02 is 1000.
Output of lsvg ---

# lsvg vg02
VOLUME GROUP: vg02 VG IDENTIFIER: 0002200f32e4ffbf
VG STATE: active PP SIZE: 32 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 4910 (157120 megabytes)
MAX LVs: 256 FREE PPs: 897 (28704 megabytes)
LVs: 7 USED PPs: 4013 (128416 megabytes)
OPEN LVs: 5 QUORUM: 5
TOTAL PVs: 9 VG DESCRIPTORS: 9
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 9 AUTO ON: yes
MAX PPs per PV: 1016 MAX PVs: 32
# lsvg -l vg02
vg02:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
loglv01 jfslog 1 1 1 open/syncd N/A
lv01 jfs 1000 1000 2 open/syncd /case1
lv02 jfs 1000 1000 2 open/syncd /case2
lv03 jfs 1000 1000 2 open/syncd /data
lv04 jfs 1000 1000 2 open/syncd /pe
rawp jfs 6 6 1 closed/syncd N/A
rawp1 jfs 6 6 1 closed/syncd N/A
#

Is there any way to do so.Any help will be greatly appreciated.

Thanks

Andy
 
Hi

If I change maximum LP value thro.chlv,wheather it will
affect [destory] existing data in that respective filesystem.Current value of LP is 1000.

Regards

Andy
 

It won't. Just do 'chlv -x 2000 lvname'.

Cheers

Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
Hi andysys

Your problem can addresssed in two alternative ways.

method1:As the /case2 file system or lv02 logical volume is mirrored ..you can unmirror it and increase the file system dynamically by using chfs command or smit chfs .

method2:As the max number of logical partitions allocated in case2 logical volume is 1000,you can enhance it as

#chlv -x <max_num_of_lps_lessthan_equal_to32512> <lvname>
eg: chlv -x 3000 lv02



sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
 
the fs are not mirrored

IBM Certified -- AIX 4.3 Obfuscation
 
ok...The goahead with Method 2:

sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
 

Hi

I tried the 2nd option.Problem got resolved.

Thanks to all for ur great help.

Regards

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top