![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| logical OR in sed | anchal_khare | Shell Programming and Scripting | 8 | 02-08-2008 12:38 AM |
| How to match a logical partition to a file | garry | AIX | 1 | 09-26-2007 06:52 AM |
| I've created a partition with GNU Parted, how do I mount the partition? | jtp51 | UNIX for Dummies Questions & Answers | 1 | 09-18-2006 08:01 AM |
| Error in creating logical partition | nagendrajaiswal | UNIX for Dummies Questions & Answers | 3 | 07-20-2006 06:05 AM |
| understanding logical partition, physical partition | yls177 | UNIX for Dummies Questions & Answers | 3 | 11-15-2002 07:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Increase a logical partition
hello
I have a volume group of 737 Go (EMC) To add 250 Go, i split the 250 Go to 2*125 No problem to add in the volum group, but when i want to increase the size of the logical volume, i have the message : 0516-787 extendlv: Maximum allocation for logical volume simdatabaselv is 22500. So effectively, the max partition is 22500... there is a solution ? or i must save 737 Go (gloups !) and break the logical volume and recreate it ? For information, physical partition = 32 Mo Thank you |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
no, you have just hit the "MAXIMUM NUMBER of LOGICAL PARTITIONS" of this logical volume. This is a value which can easily be changed:
enter "smitty lv" and select "Set Characteristics of ...", then "Change a Logical Volume" and enter/select the name of the LV. In the upcoming screen find the parameter mentioned above and overwrite the value with some higher value. Save. Alternatively: "chlv -x<newValue> <LVName>" is doing the same. bakunin |
|
#3
|
|||
|
|||
|
thank you very much !
I have so increase the size of lv, but when i want to increase the size of fs, i have the message : 516-404 allocp: This system cannot fulfill the allocation request. There are not enough free partitions or not enough physical volumes to keep strictness and satisfy allocation requests. The command should be retried with different allocation characteristics. and I have the message even if i want to add a little size... |
|
#4
|
|||
|
|||
|
ok it's good, the size of the fs wasn't good !
thank you. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|