- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Checking 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
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
05-18-2007 08:09 AM
05-18-2007 08:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 08:15 AM
05-18-2007 08:15 AM
Re: Checking tape drive
Next issue an "mt -f /dev/rmt/Xm stat" preferably with a tape loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 09:22 AM
05-18-2007 09:22 AM
Re: Checking tape drive
Check the H/W path of the drive is matching with your old configuration.
then try by
ioscan -fnH
this will give you the full path and device
pl keep post ur reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 05:36 AM
05-21-2007 05:36 AM
Re: Checking tape drive
------------
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/4/0/0.2.0 stape NO_HW DEVICE QUANTUM DLT8000
/dev/rmt/1m /dev/rmt/c4t2d0BEST
/dev/rmt/1mb /dev/rmt/c4t2d0BESTb
/dev/rmt/1mn /dev/rmt/c4t2d0BESTn
/dev/rmt/1mnb /dev/rmt/c4t2d0BESTnb
tape 2 0/4/0/0.4.0 stape CLAIMED DEVICE QUANTUM DLT8000
------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 05:41 AM
05-21-2007 05:41 AM
Re: Checking tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 05:46 AM
05-22-2007 05:46 AM
Re: Checking tape drive
Can you please send me the commands with options how to use rmsf and insf to remove and create device files.
#insf -e -H 0/4/0/0.4.0 Is it correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 06:59 AM
05-22-2007 06:59 AM
Solution/dev/rmt/1m /dev/rmt/c4t2d0BEST
/dev/rmt/1mb /dev/rmt/c4t2d0BESTb
/dev/rmt/1mn /dev/rmt/c4t2d0BESTn
/dev/rmt/1mnb /dev/rmt/c4t2d0BESTnb
tape 2 0/4/0/0.4.0 stape CLAIMED DEVICE QUANTUM DLT8000
If this were me, I would have Mr. Goodwrench come back and change the SCSI ID from 4 back to the original 2. Of course, YOU should have checked this before he left. I never assume that my Mr. Goodwrenches can do anything although, generally, most of them know something. Then all you would need to do is:
rmsf -H 0/4/0/0.4.0 -v
However, you can:
rmsf -H 0/4/0/0.2.0 -v
insf -d stape -I 1 -H 0/4/0/0.4.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 07:27 AM
05-23-2007 07:27 AM
Re: Checking tape drive
Is it compulsory to use the insf command in single user mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 07:35 AM
05-23-2007 07:35 AM
Re: Checking tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 05:33 AM
05-30-2007 05:33 AM
Re: Checking tape drive
by creating the device files on scscid 4 and removed the devicefiles on scscid 2.
now backup is running successfully.