- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to detect DLT tape drive
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
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
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
тАО09-11-2009 11:32 AM
тАО09-11-2009 11:32 AM
I have connected the external DLT tape drive to server 9000/800/L2000 server but it is not detected, I have tried
(1)
# insf -e
# ioscan -fnC disk
But still i can not see the HW path.
(2) # kmsystem -q stape
No o/p
I believe stape driver not configured in to kernel
(3) I'd check the
Sam
Kernel Configuration
Kernel Configuration (character mode)
Modules
Status of " stapeтАЭ is "unsed " for current state and planned state. i believe i have to modify in to " static"
(4) Apart from this do we have to configure "autoloader ( schgr ) , tape2 driver or any additional driver into kernel to detect the DLT tape drive.
(5) So is it going to build a new kernel after rebooting the server.
(6) Please correct me if i am going wrong somewhere and also let me know
what i should follow or should take care before configuring driver into kernel apart from full system backup ( because we do not having ignite backup and no mirroring so if something go wrong with kernel then it will be really a major outage for server )
Or is there any other reason due to which DLT drive not getting detected.
Need your valuable inputs.
Thank you kindly.
Regards,
Subodh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 11:37 AM
тАО09-11-2009 11:37 AM
Re: Unable to detect DLT tape drive
If you have other port then try with that port as well if problem still there then try with other cable.
suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 11:57 AM
тАО09-11-2009 11:57 AM
Re: Unable to detect DLT tape drive
Is is in a library, autoloader, or a single drive?
yes, you need to get stape in the kernel. the schr driver is needed if its in a library / autoloader, but not for a stand-alone external drive.
also, you need to be sure the drive you have supports the interface(s) you have available. If I recall, the L2000 usually had LVDS Scsi.
Actual make / model of tape drive might be of use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 12:36 PM
тАО09-11-2009 12:36 PM
Solutionyou're right about stape. HP stopped using it as a default kernel parameter since 4mm tape drives are no longer standard issue.
Just add it in through SAM as you've pointed out.
Re: 5) well yes, anytime you change a kernel parameter you get a new kernel. SAM will save the old kernel. Just be careful about how many new kernels you build. If you build more than one, like two, then you'll have to save your oldest kernel yourself. This will have to be /stand/vmunix and vmunix.prev.
Forget everything else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 01:10 PM
тАО09-11-2009 01:10 PM
Re: Unable to detect DLT tape drive
This tells ioscan to look for a disk. You added a tape drive.
Try:
ioscan -fnC tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 01:20 PM
тАО09-11-2009 01:20 PM
Re: Unable to detect DLT tape drive
you need the stape driver and i would also make sure the tape2 driver is in there too.
these will require a reboot to build the new kernel.
it looks like you are using 11.23(v2)?
if so check the interface and the DLT drive. there were se scsi drives and HVD drives.
HVD is not supported on 11.23 and above. If you have connected to this type of interface in server it wont work at all likewise if it is a FWD drive?
What is the drive you are installing, but as pointed out not ioscan disk? ioscan tape, but this wont see a device that it does not recognize.
try just a full ioscan
#ioscan
you may find you have an unknown device? this will be the tape drive. If so just add the stape/tape2 to the kernel and a reboot should be working
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2009 01:31 AM
тАО09-12-2009 01:31 AM
Re: Unable to detect DLT tape drive
Cross check the scsi plugs between server and tape driver, to see if ant bended pin !
I faced this one.