WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] HVM domU doesnt start

To: "Fajar A. Nugraha" <list@xxxxxxxxx>
Subject: Re: [Xen-users] HVM domU doesnt start
From: Alberto Asuero Arroyo <albertoasuero@xxxxxxxxx>
Date: Wed, 16 Feb 2011 08:22:40 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 15 Feb 2011 23:24:28 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=UaXvPupDvDJ9qjF7TFFb37dMar9TJdduxFSv/z8Q0A0=; b=vqsp/nOWup0d0pUEBR/Okv8/N1+VCOQiF0DbQt1yjggA89+JNNlWS7o1/Z8HmGRDdg rzUDXPp11+mDcGn1x8E1jf0wja/Z0DuUIKXWrHgC0FPdmmJlVGplpCGehB5YUDaJqr5s xaUd942PSLV8sTL9w4trvqNUaHuckgZNJK7ik=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=kT0h8W6b07xXzhTWMDfj8AlQMXzCLlXkyo7vDqdRN+2JBb2boqdR6NzXiG51q8ejzT zKy+gr7aP27yLy0rOlsLiHz5rKMcOhc8OhF+Is0lkDb+8i4S2J2Lhh8hA3HJ3kZz1Gc0 yRKGf89WYXggUYKnz4KLKlB+Eb/LlwGbBMuL0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=YPL4Am8LPCwWeBbDxG8HEynZF6SUnMJyQMXuO@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTimcUzUOv5HKH15Gi0EOK1ZGMyxPRUOZBk0ePXf7@xxxxxxxxxxxxxx> <AANLkTinVMq2Rk4XEdk-d50v6O3veRDH5uiqec9tyiLcU@xxxxxxxxxxxxxx> <AANLkTikJoWAMkz1s8tcxe999V3yJBN1xKKYKFPOs8PjQ@xxxxxxxxxxxxxx> <AANLkTi=YPL4Am8LPCwWeBbDxG8HEynZF6SUnMJyQMXuO@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Definetly the disk is wrong after a fsck the disk has died...

Dell panel show the disk like wrong now!

Thanks everyone!

On Tue, Feb 15, 2011 at 10:53 PM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
On Wed, Feb 16, 2011 at 4:34 AM, Alberto Asuero Arroyo
<albertoasuero@xxxxxxxxx> wrote:
>>Is the message on dom0?
> Yes
>
>
>>the bad sector is still there, but your new installation simply does
> not use it yet (you'll get an error later when you eventually use that
> sector)
>
> I know but after the errors I've done a new partition (mfks.ext3 /dev/sdd1)
> without errors in my kernel and  I've created a image of 99% of the disk
> with dd without errors too. And an fsck.ext4 /dev/sdd1

Then it's most likely you encountered #1, and the disk assigns a new
sector when you attempt to write to the bad sector.

>
> I've a dell server and the dell panel dont tell nothing about wrong disk...
>

logs don't lie :)
Does the panel handle bad sector cases as well, or does it simply test
whether the disk is accessible?
And if this is a server, you should definitely use RAID1/RAID5.

If the disk is passed to the OS directly (i.e. not managed via
hardware RAID) then you should be able to see disk logs (whether or
not is has experienced bad sector, and which one) using smartctl from
smartmontools package.

> after that I've already told, do you think the disk has bad sector?

Definitely.

>
> My data is much more valuable of the cost of the disk so I'm going to
> replace the disk...but I'm curious because I though  mkfs or fsck find bad
> sector on a disk.

you should've test "fcsk -c" before attempting mkfs or dd. It'd do a
read-test, which should catch the bad sector before it gets a new
sector reassigned (after writes from mkfs/dd).

--
Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>