- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem installing tape drives ..
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
10-15-2002 08:09 AM
10-15-2002 08:09 AM
I am trying to intall my tape drives and I have an issue with only my 2nd install ..
I plug up the hardware and then run insf -e
on the first server it worked fine . i see the device
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/1/0.1.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c0t1d0BESTn
/dev/rmt/0mb /dev/rmt/c0t1d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t1d0DDS
/dev/rmt/0mnb /dev/rmt/c0t1d0DDSb
/dev/rmt/c0t1d0BEST /dev/rmt/c0t1d0DDSn
/dev/rmt/c0t1d0BESTb /dev/rmt/c0t1d0DDSnb
now the one i am having problems with is the 2nd one..
i did the same thing as above but it gives me
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/0/1/0.0.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/1m /dev/rmt/c0t0d0BESTn
/dev/rmt/1mb /dev/rmt/c0t0d0BESTnb
/dev/rmt/1mn /dev/rmt/c0t0d0DDS
/dev/rmt/1mnb /dev/rmt/c0t0d0DDSb
/dev/rmt/c0t0d0BEST /dev/rmt/c0t0d0DDSn
/dev/rmt/c0t0d0BESTb /dev/rmt/c0t0d0DDSnb
tape 0 0/0/1/0.1.0 stape NO_HW DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c0t1d0BESTn
/dev/rmt/0mb /dev/rmt/c0t1d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t1d0DDS
/dev/rmt/0mnb /dev/rmt/c0t1d0DDSb
/dev/rmt/c0t1d0BEST /dev/rmt/c0t1d0DDSn
/dev/rmt/c0t1d0BESTb /dev/rmt/c0t1d0DDSnb
is there a reasn why i am getting a differnt path .. and on the 2nd one hardware not found??
~ Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 08:25 AM
10-15-2002 08:25 AM
Re: problem installing tape drives ..
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 08:26 AM
10-15-2002 08:26 AM
Re: problem installing tape drives ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 08:28 AM
10-15-2002 08:28 AM
Re: problem installing tape drives ..
What are these tapes going into, or connecting up to? On the second one, are there two tapes, or just one? On the second (failing) tape, what is the SCSI ID?
If there is just one tape drive in the second case, then something is confused about SCSI ID. This can happen due to termination (which can be one the drive, or an external terminator, depending on where it's going).
You might try swapping the two tape drives, to prove that one is not just bad.
Please respond, and we'll get you fixed up.
Regards, --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 08:31 AM
10-15-2002 08:31 AM
Re: problem installing tape drives ..
# insf -H
instead of using "insf -e".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 08:34 AM
10-15-2002 08:34 AM
Re: problem installing tape drives ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 12:24 PM
10-15-2002 12:24 PM
Re: problem installing tape drives ..
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:36 PM
10-15-2002 01:36 PM
SolutionFor me, it looks like someone changed the scsi id of the tape drive. The path is not changed but the instance due to the fact that the instance was already assigned for the previous scsi id.
You can get rid of the device files using rmsf. But only a reboot will clean up the NO_HW entry in the kernel tables.
You can reset the instance number and get your familiar "0m" device by using ioinit command. Look at ioinit man page.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 02:32 PM
10-15-2002 02:32 PM
Re: problem installing tape drives ..
I had this problem as well, but I solved with the information in this link.
HTH
Michael
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb5968cc5e03fd6118fff0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:55 AM
10-16-2002 07:55 AM
Re: problem installing tape drives ..
# Sam
-> Kernel Configuration
-> Drivers
-> [make sure the "stape" is "in" ]
-> Actions/Add Driver
-> Actions/Process New Kernel