- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error in make_tape_recovery
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-13-2003 01:16 PM
03-13-2003 01:16 PM
error in make_tape_recovery
make_tape_recovery -A -x inc_entire=vg00 -x inc_entire=vg01
it always gives me a error and then failed.
error message is:
* Archiving contents of ovserver via tar image to local device/dev/rmt/0mn.
/opt/ignite/data/scripts/make_sys_image[13]: print: A specified flag is not valid for this command.
ERROR: The make_sys_image command failed. The system recovery archive will
not be created.
======= 03/13/03 16:13:05 EST make_tape_recovery completed unsuccessfully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 01:23 PM
03-13-2003 01:23 PM
Re: error in make_tape_recovery
Try this instead:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00 -x inc_entire=vg01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 01:26 PM
03-13-2003 01:26 PM
Re: error in make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 01:28 PM
03-13-2003 01:28 PM
Re: error in make_tape_recovery
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 05:36 PM
03-13-2003 05:36 PM
Re: error in make_tape_recovery
I agree with Above Patrick's posted message strongly!!
Good luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 06:14 AM
03-14-2003 06:14 AM
Re: error in make_tape_recovery
Thanks for your reply. I used
make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01
to make a bootable tape. It was successfully, I know that just include vg00 is stand, but I really need to include vg01. One of my colleage used make_tape_recovery -A -x inc_entire=vg00 -x inc_entire=vg01
to make the tape, he was successful. We think maybe the /var have no enough space to cause this problem.
Just for your reference.