|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Fwd: Re: [PLUG] SCSI tape question
|
jdean@ieee.org (Jeff Dean) writes:
> I sent prematurely. That grep command should be:
>
> > [root@smp /root]# grep tape /var/log/messages*
> > /var/log/messages.1:Mar 2 00:10:23 smp kernel:
> > Detected scsi tape st0 at scsi1, channel 0, id 3, lun 0
Depending on how syslogd is configured, I think you might miss
that. If that's the case, also check:
% dmesg | grep tape
or
% more /proc/scsi/scsi
The devices are usually /dev/st0,/dev/st1... or /dev/nst0,
/dev/nst1,... for non-rewinding access, which amanda likes.
That reminds me, the next time my wife asks about that user
"amanda" on all the nodes, frequently running jobs, you PLUG
members will back me up, right? ;-)
Chris
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|