Increase file system size question - exceed max LP error

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Increase file system size question - exceed max LP error

    Hi,

    I was told that to increase the size of the file system, use chfs
    command and we don't need to touch the logical volume. The only time we
    need to touch the logical volume is we exceed the max LPs.

    My questions are:
    1) Where can I find the max LPs information, using what command?
    2) How can I check if the max LPs is exceeded before increasing the file
    system?
    3) What value of "max LP" I should set to before I can successfully add
    file system disk space? Basically how to calculate the right value.
    What is the command for setting it? How will I know if the logical
    volume is big enough to accomodate the increase in max LP?
    4) How does max LPs correlates to physical volume or the available hard
    disk size?

    Thanks for your help.

    Anthony Stevenson Guest

  2. Similar Questions and Discussions

    1. Flex 2 Project in Flex 3 Swf File Size Increase?
      I have imported my Flex 2 Projects into Flex 3, when I compile my code the resulting swf file is 100-200K larger. Why is that? I thought Flex 3 made...
    2. 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...
    3. URGENT!: Increase Heap Size - service-specific error 2
      Hi there, I am having one of this performance issues that is driving me mad with my Coldfusion 6.1 Application Server running big queries from SQL...
    4. 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 ...
    5. 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?
  3. #2

    Default Re: Increase file system size question - exceed max LP error

    AIX 4.3.3

    "Michael Vilain " wrote:
    > In article <5pTQc.61$9x61.30@news04.bloor.is.net.cable.rogers .com>,
    > Anthony Stevenson <astevenson@nospam.org> wrote:
    >
    >
    >>Hi,
    >>
    >>I was told that to increase the size of the file system, use chfs
    >>command and we don't need to touch the logical volume. The only time we
    >>need to touch the logical volume is we exceed the max LPs.
    >>
    >>My questions are:
    >>1) Where can I find the max LPs information, using what command?
    >>2) How can I check if the max LPs is exceeded before increasing the file
    >>system?
    >>3) What value of "max LP" I should set to before I can successfully add
    >>file system disk space? Basically how to calculate the right value.
    >>What is the command for setting it? How will I know if the logical
    >>volume is big enough to accomodate the increase in max LP?
    >>4) How does max LPs correlates to physical volume or the available hard
    >>disk size?
    >>
    >>Thanks for your help.
    >
    >
    > There's no standard logical volume software on UNIX. What OS and
    > revision are you running? The concept of LPs, IIRC, is specific to AIX.
    >
    Anthony Stevenson Guest

  4. #3

    Default Re: Increase file system size question - exceed max LP error

    Anthony Stevenson wrote:
    >
    > I was told that to increase the size of the file system, use chfs
    > command and we don't need to touch the logical volume. The only time we
    > need to touch the logical volume is we exceed the max LPs.
    That's only true if your filesystem is smaller than the logical
    volume it was created in. Who ever creates a filesystem smaller
    than it can be? Noone I know of. Unless you know for sure it's
    smaller than the LV, assume it fills it.
    > My questions are:
    > 1) Where can I find the max LPs information, using what command?
    You need to say what UNIX and what LVM before anyone can answer
    that. LVMs and their commands are unified.
    > 2) How can I check if the max LPs is exceeded before increasing the file
    > system?
    df tells the size of the filesystem as should fsadm. Your system's
    LV commands will tell about the LV.
    Doug Freyburger Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139