- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tape drive problem mesg
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
09-15-2006 01:55 AM
09-15-2006 01:55 AM
i facing some kind of problems,
1- as per ioscan device is ok
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
tape 1 0/0/0/3/1.3.0 stape CLAIMED DEVICE HP Ultrium 3-SCS
I
/dev/rmt/1m /dev/rmt/c3t3d0BEST
/dev/rmt/1mb /dev/rmt/c3t3d0BESTb
/dev/rmt/1mn /dev/rmt/c3t3d0BESTn
/dev/rmt/1mnb /dev/rmt/c3t3d0BESTnb
# /dev/rmt/1mnb
2 - mt status
# mt status
on tape open: No such device or address
3 - tar -cvf getting fine
like tar cvf /dev/rmt/1m
but
when i issue ./make_tape_recovery -Av or
./make_tape_recovery -Av -d /dev/rmt/1m
giving some error
/dev/rmt/0mn no device file open
is there is option to set it up device file on which ignite will take
why ioscan showing some device file but ignite default taking on some other device file
thanks
siva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 02:01 AM
09-15-2006 02:01 AM
Re: tape drive problem mesg
/dev/rmt/c3t3d0BEST -mt rew
Make sure your tape is not write protected.
If you have only one tape drive then use
/opt/ignite/bin/make_tape_recovery -Av
don't have to mention which device. It will pick default one. Still if you want to mention use device: /dev/rmt/c3t3d0BESTn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 02:02 AM
09-15-2006 02:02 AM
Re: tape drive problem mesg
mt -f /dev/rmt/1m status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 02:07 AM
09-15-2006 02:07 AM
Re: tape drive problem mesg
You can use
make_tape_recovery -Ava /dev/rmt/1m
-a tape_drive
-v Display verbose progress messages
while creating the systemrecovery
archive.