- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- scsi device problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2004 07:51 AM
04-24-2004 07:51 AM
scsi device problem
cat /proc/scsi/scsi
I get
Attached devices: none
Then I do
mt -f /dev/st0 status
the tape drive is recognized (cat /proc/scsi/scsi get the right output).
What is the problem?
Jun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2004 03:27 PM
04-24-2004 03:27 PM
Re: scsi device problem
The good news is most cables cost under $50, though don't bother with most local computer stores, you have to order it.
Check the cables, check device power and try a different cable. That solves the problem 75% of the time with me, any OS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 03:31 AM
04-25-2004 03:31 AM
Re: scsi device problem
if what Jun reports is acurate (i.e. device becomes reliably avaialbe after the first mt status), it does not look like a HW problem to me. I am not overly familiar with the module loading process, but it would seem that the module is only loaded in that case if the device is actually used, kind of a deferred loading.
Jun, could you do a lsmod before and after the mt status the next time you reboot to see if the driver has been loaded?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:14 PM
04-25-2004 11:14 PM
Re: scsi device problem
Take a look @ /etc/modules.conf
Peace, R>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:23 PM
05-04-2004 08:23 PM
Re: scsi device problem
I have had this problem before, and noticed that messages is full of 'not enough mtrrs'. Not sure what they are but this only happens if I add a tapedrive after initial install of the OS, otherwise I do not have the problem accessing /dev/st0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:44 PM
05-04-2004 08:44 PM
Re: scsi device problem
I remember that 'not enough mtrr' -memory type range register- is a CPU stuff, maybe it's an error given _while_ but independently from tape.
I know MTRR are couples (memory,bus) that fasten register's access with processors>P2
eg. a MTRR can address a particular device to use a specific range of memory. If it's not clear or wrong, please, let me know.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 09:32 PM
05-04-2004 09:32 PM
Re: scsi device problem
I found the answer in an unrelated post.
Apparently MTRR problems can be related to memory leaks in low memory, and can sometimes sorted out by disabling shared memory in the BIOS for things like integrated graphics cards,etc. This is exactly the config on the server I have, i.e:it is using shm to support the onboard VGA. So I'm going to disable it and put a PCI VGA in instead, and see how I go with the drive.
thanks for the help, maybe this could be a way forward for the poster of this message to.
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 03:06 AM
05-05-2004 03:06 AM
Re: scsi device problem
does any give answer help you?
did you solve it?
Peace, R.