- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite and Tape Special file
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
07-11-2006 01:01 AM
07-11-2006 01:01 AM
I have a local tape whose special files are the as showed into attached document (this is the result of an ioscan -fnCtape) the fact is that the local tape doesn't have as special file /dev/rmt/1mn (1m, mnb, mb) and when I try to acess the tape by typing mt -f /dev/rmt/c2t3d0BEST(n) rew it gives me the error /dev/rmt/c2t3d0BEST(n/nb/b):
No such device or address.
This causes that I cannot run the make_recovery. I already performed a rmsf and an insf -e but the situation doesn't change.
Could anyone give me a suggestion because I need to run make_recovery.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:02 AM
07-11-2006 01:02 AM
Re: Ignite and Tape Special file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:06 AM
07-11-2006 01:06 AM
Re: Ignite and Tape Special file
try again rmsf /dev/rmt/* and try insf -H "hardware path"
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:09 AM
07-11-2006 01:09 AM
Re: Ignite and Tape Special file
The device file c2t3d0BESTn is there, so it should work.
Can you do tar some files to the tape? Does it work with other utilities?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:11 AM
07-11-2006 01:11 AM
Re: Ignite and Tape Special file
If yes, what will happen to the other tape devices (LTO, DLT) connected via fiber?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:11 AM
07-11-2006 01:11 AM
Re: Ignite and Tape Special file
ioscan -fnC tape
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:23 AM
07-11-2006 01:23 AM
Re: Ignite and Tape Special file
tar cvf /dev/rmt/c2t3d0BESTn /etc/hosts
tar: cannot open /dev/rmt/c2t3d0BESTn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 02:13 AM
07-11-2006 02:13 AM
Re: Ignite and Tape Special file
it works ;)))))
Thank you all for your help