Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] HA Fileserver configuration recommendation sought.
@ 2004-11-19  9:47 Gary Mansell
  2004-11-19 17:27 ` Chris Croswhite
  2004-11-19 18:21 ` Dan Stromberg
  0 siblings, 2 replies; 23+ messages in thread
From: Gary Mansell @ 2004-11-19  9:47 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 2458 bytes --]

Dear all,

I currently run RHAS3.0 on a Dell PE2650 which is directly attached to
an EMC FC4500 2TB HW RAID 5 unit via two QLA2310F Fibre Channel cards. I
have EMC's Powerpath software installed to give me multiple paths to the
disk subsytem in case of controller or cable failure. 

This configuration has served me well but is now about to be End Of
Life'd by Dell and I need to grow the storage. There is obviously quite
a price premium to pay for this sort of kit so I was hoping to find a
cheaper solution for the future.

I have seen the Nexsan ATABEAST which is a 16TB ATA array with dual
fibre channel controllers. It seems to be well liked and is reasonably
priced but my concern is how to achieve multiple paths to the disk. How
would you recommend achieving a highly available configuration with this
sort of disk subsystem?

Also, am I correct in thinking that the maximum filesystem size with
RHEL 3.0 is 2TB? Is it possible to get over this limitation with LVM or
some other method?

Any advice gladly received.

Thanks in advance

Gary Mansell
-- 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately
and delete this e-mail from your system.  Please note that any views or opinions
presented in this e-mail are solely those of the author and do not necessarily
represent those of Ricardo (save for reports and other documentation formally
approved and signed for release to the intended recipient).  Only Directors
or Duly Authorised Officers are authorised to enter into legally binding
obligations on behalf of Ricardo unless the obligation is contained within
a Ricardo Purchase Order.

Ricardo may monitor outgoing and incoming e-mails and other telecommunications
on its e-mail and telecommunications systems.  By replying to this e-mail you
give consent to such monitoring.  The recipient should check this e-mail and
any attachments for the presence of viruses.  Ricardo accepts no liability for
any damage caused by any virus transmitted by this e-mail.  "Ricardo" means
Ricardo plc and its subsidiary companies.

Ricardo plc is a public limited company registered in England with registered
number 00222915.
The registered office of Ricardo plc is Bridge Works, Shoreham-by Sea,
West Sussex, BN43 5FG.
 

[-- Attachment #2: Type: text/html, Size: 2835 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [linux-lvm] lvextend error on XFS
@ 2004-11-22 20:48 Frank J. Buchholz
  2004-11-22 21:02 ` [linux-lvm] " Måns Rullgård
  0 siblings, 1 reply; 23+ messages in thread
From: Frank J. Buchholz @ 2004-11-22 20:48 UTC (permalink / raw)
  To: linux-lvm

Hello,

I recently attempted to extend my logical volume.  First I added an 
additional physical volume to an existing volume group.  This worked fine.

vgextend Volume00 /dev/sba
lvextend -L+100G /dev/Volume00/LogVol00

However when it came time to run the lvextend command I received a 
number of  device-mapper errors.  While I was trying to determine what 
the errors were I noticed that the filesystem that sits on the logical 
volume being extended was no longer available.  I attempted to umount 
the filesystem however the command froze.  I then rebooted the system 
without mounting the filesystem in question and manually mounted the 
filesystem. XFS reported back that it could not locate the superblock.

I attempted to run xfs_repair however this command failed at the first 
stage because it could not find the superblock. 

Is it possible to repair this problem either through LVM or XFS? I 
noticed there are a number of achieved .vg files in /etc/lvm/archive  , 
is it possible to restore LVM from one of these?

I am not running any snapshot copies, which is where I've read this 
occurring before.

Thanks,
Frank

-- 
Frank J. Buchholz
Education and Research Services
828-350-2421 Office

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [linux-lvm] Re: lvextend error on XFS
@ 2004-11-22 22:08 Frank J. Buchholz
  2004-11-22 22:23 ` Måns Rullgård
  0 siblings, 1 reply; 23+ messages in thread
From: Frank J. Buchholz @ 2004-11-22 22:08 UTC (permalink / raw)
  To: linux-lvm

"Frank J. Buchholz" <frankb ercwc org> writes:

> Hello,
>
> I recently attempted to extend my logical volume.  First I added an
> additional physical volume to an existing volume group.  This worked
> fine.
>
> vgextend Volume00 /dev/sba
> lvextend -L+100G /dev/Volume00/LogVol00
>
> However when it came time to run the lvextend command I received a
> number of  device-mapper errors.  While I was trying to determine what
> the errors were I noticed that the filesystem that sits on the logical
> volume being extended was no longer available.  I attempted to umount
> the filesystem however the command froze.  I then rebooted the system
> without mounting the filesystem in question and manually mounted the
> filesystem. XFS reported back that it could not locate the superblock.

I have done lvextend followed by xfs_growfs many times without any
problems.  Have you checked for hardware errors?

-- 
M�ns Rullg�rd
mru inprovide com

M�ns - 

Unfortunately the timing is far too coincidental to be a hardware error.

Just after typing the following command and recieving the following error
lvm> lvextend -L+1G /dev/Volume00/LogVol00
  Extending logical volume LogVol00 to 2.93 TB
  device-mapper ioctl cmd 9 failed: Invalid argument
  Couldn't load device 'Volume00-LogVol00'.
  Problem reactivating LogVol00

I then noticed that the filesystem on LogVol00 was no longer available
and when I ran xfs_repair it stated the following:
# xfs_repair /dev/Volume00/LogVol00 
Phase 1 - find and verify superblock...
superblock read failed, offset 0, size 524288, ag 0, rval 0
 
fatal error -- Invalid argument

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2004-11-23 12:38 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-19  9:47 [linux-lvm] HA Fileserver configuration recommendation sought Gary Mansell
2004-11-19 17:27 ` Chris Croswhite
2004-11-19 18:24   ` Garrick Staples
2004-11-19 18:30     ` Chris Croswhite
2004-11-19 19:45   ` David S.
2004-11-19 18:21 ` Dan Stromberg
2004-11-19 19:24   ` David S.
2004-11-20  0:13     ` Dan Stromberg
2004-11-20  0:22       ` Garrick Staples
2004-11-20  1:36         ` Dan Stromberg
2004-11-20  2:08           ` Garrick Staples
2004-11-20  2:18             ` Dan Stromberg
2004-11-20  2:48               ` David Aquilina
2004-11-22 15:36               ` Kevin Anderson
2004-11-23  0:42                 ` Dan Stromberg
2004-11-23  2:10                   ` [linux-lvm] Re: lvextend error on XFS Frank J. Buchholz
2004-11-23  8:38                     ` David Greaves
2004-11-23 12:37                       ` Frank J. Buchholz
2004-11-20  0:33       ` [linux-lvm] HA Fileserver configuration recommendation sought David S.
2004-11-20  1:40         ` Dan Stromberg
  -- strict thread matches above, loose matches on Subject: below --
2004-11-22 20:48 [linux-lvm] lvextend error on XFS Frank J. Buchholz
2004-11-22 21:02 ` [linux-lvm] " Måns Rullgård
2004-11-22 22:08 Frank J. Buchholz
2004-11-22 22:23 ` Måns Rullgård

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox