lvextend to increase /opt size

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

  1. #1

    Default 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

    However, it can't be reflected when I execute "bdf" command
    while it can be only reflected under SAM.

    If I use the following command, it works in both SAM and "bdf"
    extendfs /dev/vg00/lvolx

    Would you please advise whether "extendfs" is necessary to make
    the change effective. Thanks!

    AC
    AC Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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?
    4. 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...
    5. 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...
  3. #2

    Default Re: lvextend to increase /opt size

    AC wrote:
    >
    > 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
    Extending the logical volume extends the container but does
    not extend the filesytem within that container.
    > However, it can't be reflected when I execute "bdf" command
    > while it can be only reflected under SAM.
    >
    > If I use the following command, it works in both SAM and "bdf"
    > extendfs /dev/vg00/lvolx
    >
    > Would you please advise whether "extendfs" is necessary to make
    > the change effective. Thanks!
    Correct. Layers of the onion. Logical volume and filesystem
    are at different layers. A logical volume is a container for
    a filesystem. A filesystem is a container for files. An
    inode is a container for blocks. A file is a container for
    data.
    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