LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   ext2online error - found 0 not 1605634 at 2[7] (https://www.linuxquestions.org/questions/linux-server-73/ext2online-error-found-0-not-1605634-at-2%5B7%5D-651344/)

epoh 06-24-2008 01:39 PM

ext2online error - found 0 not 1605634 at 2[7]
 
I was expanding two filesystems after adding a new lun to my RHEL AS4 server. I did lvextend -L +#G /dev/vg_san/<name> on both, and was successful. I did the ext2online on one, worked, did the second, and it's erroring out. Here is the output:

Quote:

server01 <13:22:45> ~ # ext2online -d /oracle/rbs1
ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
ext2_open
ext2_bcache_init
ext2_determine_itoffset
setting itoffset to +387
ext2_get_reserved
Found 383 blocks in s_reserved_gdt_blocks

64 old groups, 1 blocks
161 new groups, 2 blocks
checking for group block 32770 in Bond
checking for group block 98306 in Bond
checking for group block 163842 in Bond
checking for group block 229378 in Bond
checking for group block 294914 in Bond
checking for group block 819202 in Bond
checking for group block 884738 in Bond
checking for group block 1605634 in Bond
found 0 not 1605634 at 2[7]

ext2online: unable to resize /dev/mapper/vg_san-lv_o_rbs1
Taking this filesystem offline is out of the question, btw. This is a production oracle server.

Any ideas?

epoh 06-24-2008 01:43 PM

Just as a test, I tried to add 1 meg to another filesystem, this is what I'm getting from that one:

Quote:

server01 <13:42:23> ~ # ext2online /oracle/index2 -d
ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
ext2_open
ext2_bcache_init
ext2_determine_itoffset
setting itoffset to +1027
ext2_get_reserved
Found 1022 blocks in s_reserved_gdt_blocks

200 old groups, 2 blocks
201 new groups, 2 blocks
ext2_ioctl: EXTEND group to 6553600 blocks

ext2online: unable to use 1024 blocks at end of device

ext2online: unable to resize /dev/mapper/vg_san-lv_o_index2


All times are GMT -5. The time now is 03:21 AM.