- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it possible to read the file created by a make_...
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
03-28-2006 05:54 PM
03-28-2006 05:54 PM
Is it possible to read the file created by a make_net_recovery command ?
Some years ago I used to run make_recovery (later renamed make_tape_recovery) to make a bootable tape cartridge. I typed 'mt' and 'tar' commands to check the cartridge was readable OR to recover any file from it.
Is there any procedure to get the /etc/profile (for instance) saved in the archive created by a make_net_recovery command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:03 PM
03-28-2006 06:03 PM
Re: Is it possible to read the file created by a make_net_recovery command ?
seems so:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=72396
but I have never tried it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:03 PM
03-28-2006 06:03 PM
Re: Is it possible to read the file created by a make_net_recovery command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:51 PM
03-28-2006 06:51 PM
Re: Is it possible to read the file created by a make_net_recovery command ?
What you can do :
mt -f
The
The next file is the archive :
To look inside it :
gzcat
To go back : mt -f
If you only want to extract one file you just had to tune the tar command. I haven't used it from tape only from make_net_archive but it's the same thing.
hope this helps
Kenavo
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 09:42 PM
03-29-2006 09:42 PM