![]() |
|
|
|
|
|||||||
| 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 |
| Moving a Logical Volume from one Volume Group to Another | krisw | AIX | 2 | 07-14-2008 04:48 AM |
| LVM - Extending Logical Volume within Volume Group | ghimanshu | UNIX for Advanced & Expert Users | 3 | 07-26-2007 04:39 AM |
| Extend one Logical Volume | scampi | AIX | 1 | 02-07-2007 10:39 AM |
| HP-UX logical volume structure | gorayen | HP-UX | 2 | 11-10-2005 11:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help - can't extend logical volume ?
Hi,
Smit "Increase the Size of a Logical Volume" command failed. Output: ---------------------------------------------------------- Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. The distribution of this command (111) failed on one or more passive nodes. 0516-788 extendlv: Unable to extend logical volume. ---------------------------------------------------------- What could be the reason for this ? thanks Vilius |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You probably ran out of LP's...
When a LV gets created/defined, it gets a "MAX LPs" value which represents the maximum number of logical partitions that can be defined for the LV. Use smitty or lslv <lv_name> to show you the current # of LPs in use and the Max LPs. The 2 items you want to look at are : MAX LPs: 512 LPs: 1 In this case above, the LV can be expanded 511 more Logical Partitions. PP Size will show you how big each partition is. My guess is that in your case, the MAX LPs = LPs and thus you cannot extend the size of the LV - at least not until you increase the size of MAX LPs. |
|
#3
|
|||
|
|||
|
Use the command
Code:
chlv -x <nr-of-LPs> <LVName> bakunin |
|||
| Google The UNIX and Linux Forums |