- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make_tape_recovery fails
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-12-2002 11:32 AM
07-12-2002 11:32 AM
Make_tape_recovery fails
* Creating local directories for configuration files and archive.
======= 07/12/02 15:31:52 EDT Started make_tape_recovery. (Fri Jul 12
15:31:52 EDT 2002)
@(#) Ignite-UX Revision B.3.3.116
@(#) net_recovery (opt) $Revision: 10.543 $
* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/4mn:Permission denied (errno =
13).
ERROR: Check tape device failed.
======= 07/12/02 15:31:54 EDT make_tape_recovery completed unsuccessfully
WHAT SHOULD BE THE PROBLEM????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:37 AM
07-12-2002 11:37 AM
Re: Make_tape_recovery fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:42 AM
07-12-2002 11:42 AM
Re: Make_tape_recovery fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:44 AM
07-12-2002 11:44 AM
Re: Make_tape_recovery fails
Can you write/read to/from /dev/rmt/4mn using tar, dd, or cpio - whatever your weapon of choice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:47 AM
07-12-2002 11:47 AM
Re: Make_tape_recovery fails
I ran into a similar problem early last week. It had me stumped until I tried another tape, and it worked. I guess my desk drawer isn't a good environment for storing used DDS tapes for three years! Also, you could try using tar to write a couple of files to the tape, just to eliminate a couple of variables.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:48 AM
07-12-2002 11:48 AM
Re: Make_tape_recovery fails
gmacnevp:/root> tar cvf /dev/rmt/4mn tape3.txt
tar: cannot open /dev/rmt/4mn
gmacnevp:/root> tar cvf /dev/rmt/c0t3d0BEST tape3.txt
tar: cannot open /dev/rmt/c0t3d0BEST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:55 AM
07-12-2002 11:55 AM
Re: Make_tape_recovery fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:58 AM
07-12-2002 11:58 AM
Re: Make_tape_recovery fails
It means that your tape drive is having problems. Try with a fbackup command also and verify.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 12:00 PM
07-12-2002 12:00 PM
Re: Make_tape_recovery fails
Try cleaning the tape drive with a cleaning tape and the try
tar -cvf /dev/rmt/4m /var/tmp
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 12:00 PM
07-12-2002 12:00 PM
Re: Make_tape_recovery fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 12:01 PM
07-12-2002 12:01 PM
Re: Make_tape_recovery fails
Should be 666 & a character device and be owned by bin:bin.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 12:26 PM
07-12-2002 12:26 PM
Re: Make_tape_recovery fails
It requires a min DDS2 tape...i used a DDS2 it worked..
DDS4 drives can read, rew, forward on a DDS1, but cant write into it...
Anyways thanks for all ur input.