- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't see tape drive ?how to install drivers and r...
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
06-24-2005 07:23 AM
06-24-2005 07:23 AM
can't see tape drive ?how to install drivers and recreate devices
ioscan -fnkC tape yields nothing.DONT SEE TAPE DRIVE on the system
I could see if before. I could see it before as below.
ojrdhes3:/root ==> ioscan -fnkC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/4/2/0.0.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/c4t0d0BESTn
/dev/rmt/0mb /dev/rmt/c4t0d0BESTnb
/dev/rmt/0mn /dev/rmt/c4t0d0DDS
/dev/rmt/0mnb /dev/rmt/c4t0d0DDSb
/dev/rmt/c4t0d0BEST /dev/rmt/c4t0d0DDSn
/dev/rmt/c4t0d0BESTb /dev/rmt/c4t0d0DDSnb
========
Had STK SAN LUNS assigned on 2 node SG cluster. the same luns appeared differently on different nodes so used ioconfig method to rename instance so both see same devices. The instance for luns are same now but I believe
tape drive is not seen. Not sure if the renaming of instance did it or not. Because i am trying use tape drive after 1 month afer I made instance change.
I belive tape h/w is fine but even did a reinstall of OS from scratch but still dont see tape drive.
#cd /dev
# ls -ld rmt
rmt not found
ANy tips ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 07:29 AM
06-24-2005 07:29 AM
Re: can't see tape drive ?how to install drivers and recreate devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 07:31 AM
06-24-2005 07:31 AM
Re: can't see tape drive ?how to install drivers and recreate devices
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 09:36 AM
06-24-2005 09:36 AM
Re: can't see tape drive ?how to install drivers and recreate devices
Sandman's or Geoff's suggestion would have been valid if the only thing that you have lost the driver files but usually, on ordinary system installs, hpux, for some reason do not enable the kernel driver for tapes.
Go to SAM --> Kernel Configuration --> Device Drivers
and scroll down till you see "stape" driver. If the status columns show "Out" modify the driver and make it "In". Also if this is a tape library with an exchanger mechanism, do the same thing for "schgr" driver.
Repent and reboot. Order shall return. :)
Make sure you run
insf -C tape -e
command after your system reboots to create the device driver file, /dev/rmt/*
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 10:12 AM
06-24-2005 10:12 AM
Re: can't see tape drive ?how to install drivers and recreate devices
After this do the
ioscan -funC tape to view the tape devices.
also try to check if you can see the path on the server for 0/4/2
do a
ioscan -fn | grep 0/4/2
Thanks
Devesh