HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Please tell me the step by step of first time ...
Operating System - Linux
1830150
Members
14305
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-06-2005 06:48 PM
02-06-2005 06:48 PM
Please tell me the step by step of first time use DAT 72 external with DL380/G4
Hi all,
I have a Redhat ES3 on Proliance DL380/G4. It can detect tape device when it is booting. But it is nothing when I run command "cat /proc/scsi/scsi" and "mt -f /dev/st0 status".
Thank you.
I have a Redhat ES3 on Proliance DL380/G4. It can detect tape device when it is booting. But it is nothing when I run command "cat /proc/scsi/scsi" and "mt -f /dev/st0 status".
Thank you.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 11:45 PM
02-06-2005 11:45 PM
Re: Please tell me the step by step of first time use DAT 72 external with DL380/G4
Hi,
Are you sure that the device is detected during Linux boot or earlier during SCSI card boot (BIOS) ?
To use your DAT, you need :
step 1 : load the proper SCSI card driver (depends on your hardware, generally : aic7xxx)
step 2 : load the generic SCSI TAPE driver (st)
To automate step 1, you may need something in /etc/modules.conf, like :
pre-install st /sbin/modprobe aic7xxx (or whatever)
To complete step 2, nothing is needed. Any command trying to access the tape device will instruct the kernel to load the "st" driver automatically.
Good luck.
Kodjo
Are you sure that the device is detected during Linux boot or earlier during SCSI card boot (BIOS) ?
To use your DAT, you need :
step 1 : load the proper SCSI card driver (depends on your hardware, generally : aic7xxx)
step 2 : load the generic SCSI TAPE driver (st)
To automate step 1, you may need something in /etc/modules.conf, like :
pre-install st /sbin/modprobe aic7xxx (or whatever)
To complete step 2, nothing is needed. Any command trying to access the tape device will instruct the kernel to load the "st" driver automatically.
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 05:34 PM
02-23-2005 05:34 PM
Re: Please tell me the step by step of first time use DAT 72 external with DL380/G4
I also have same question, if I hope to add tape driver at DL380G3(RH8.0), how to step by step to install tape driver?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 09:35 PM
02-23-2005 09:35 PM
Re: Please tell me the step by step of first time use DAT 72 external with DL380/G4
You are using a DL380 so likely you are attaching to the RAID controller in the unit, in which case it hangs off the cciss driver. You need to engage this to start the SCSI support with the following: -
echo "engage scsi" > /proc/driver/cciss/cciss0
(if there is a cciss1 cciss2 etc you may need to do these, so use a for loop). Put this command in /etc/rc.d/rc.local so it starts on boot.
After you run this, cat /proc/scsi/scsi should show your tape device.
echo "engage scsi" > /proc/driver/cciss/cciss0
(if there is a cciss1 cciss2 etc you may need to do these, so use a for loop). Put this command in /etc/rc.d/rc.local so it starts on boot.
After you run this, cat /proc/scsi/scsi should show your tape device.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP