- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is there anyway to do make_tape_recovery from ...
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
12-17-2004 08:19 AM
12-17-2004 08:19 AM
Is there anyway to do make_tape_recovery from single-user mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 08:30 AM
12-17-2004 08:30 AM
Re: Is there anyway to do make_tape_recovery from single-user mode?
Mount the filesystems and try it.
# mountall
# make_tape_recovery .....
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 08:32 AM
12-17-2004 08:32 AM
Re: Is there anyway to do make_tape_recovery from single-user mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 05:48 PM
12-17-2004 05:48 PM
Re: Is there anyway to do make_tape_recovery from single-user mode?
first. make_tape_recovery is located at /opt. In single mode /opt is not mounted.
in order to run this script you must mount it first.
# mount /opt (or mount all)
and then
#make _tape_recovery.
Regard.
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 05:59 PM
12-17-2004 05:59 PM
Re: Is there anyway to do make_tape_recovery from single-user mode?
But as they said you have to mount all your vg00 filesystems :
# moutall or # mount -a then
/opt/ignite/bin/make_tape_recovery -Ad /dev/rmt/...
A : entire vg00 recovery
d : specify device...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2004 03:07 PM
12-18-2004 03:07 PM
Re: Is there anyway to do make_tape_recovery from single-user mode?
Bill Hassell, sysadmin