public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Wakko Warner <wakko@animx.eu.org>
To: Philippe Troin <phil@fifi.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: scsi: Devices offlined
Date: Tue, 20 Mar 2007 22:15:56 -0400	[thread overview]
Message-ID: <20070321021556.GA5039@animx.eu.org> (raw)
In-Reply-To: <87ircv5q33.fsf@tantale.fifi.org>

Philippe Troin wrote:
> Wakko Warner <wakko@animx.eu.org> writes:
> 
> > [84797.683873] sr 1:0:13:0: scsi: Device offlined - not ready after error recovery
> > 
> > Is there anyway to make the kernel "online" a device that has done this? 
> > I've had this happen on various devices (mostly on usb where I can
> > unplug/replug), but this time, it's on a scsi controller and the driver is
> > not a module.
> > 
> > If it's possible to do this w/o rebooting, I'd like to know for when I have
> > this happen in the future.
> 
> Have you tried:
> 
>   echo remove-single-device BUS ID LUN > /proc/scsi
>   echo add-single-device BUS ID LUN > /proc/scsi

I tried:
echo "scsi remove-scingle-device 1 0 13 0" > /proc/scsi/scsi
<device removed from /proc/scsi/scsi list>
echo "scsi add-scingle-device 1 0 13 0" > /proc/scsi/scsi
<device does not show up in /proc/scsi/scsi list>

I also tried your method, which just gives invalid argument (using
/proc/scsi/scsi, since /proc/scsi is a directory)

According to scsi_proc.c:
        /*
         * Usage: echo "scsi add-single-device 0 1 2 3" >/proc/scsi/scsi
         * with  "0 1 2 3" replaced by your "Host Channel Id Lun".
         */

        /*
         * Usage: echo "scsi remove-single-device 0 1 2 3" >/proc/scsi/scsi
         * with  "0 1 2 3" replaced by your "Host Channel Id Lun".
         */

Either way, nothing.

Er, on second though, I actually unplugged the power from the scsi device
and replugged it and it shows up now.  Oh well..  Thanks anyway =)

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals
 Got Gas???

      reply	other threads:[~2007-03-21  2:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21  0:48 scsi: Devices offlined Wakko Warner
2007-03-21  1:43 ` Philippe Troin
2007-03-21  2:15   ` Wakko Warner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070321021556.GA5039@animx.eu.org \
    --to=wakko@animx.eu.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phil@fifi.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox