- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Warning during 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
06-17-2004 10:48 AM
06-17-2004 10:48 AM
During the ignite backup i recived the following WARNING.
WARNING: The pax command returned a non-zero exit status (exit status 1)
I used the following command
make_tape_recovery -A -v -a /dev/rmt/0mn -I -x inc_entire=vg00
attached file is the log of ignite.
Do i have to do another backup. is it a big problem? what is it? what should i do?
Please help.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 10:58 AM
06-17-2004 10:58 AM
Re: Warning during make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 11:12 AM
06-17-2004 11:12 AM
Re: Warning during make_tape_recovery
Just one more question?
in which case i should use the option -l (l like leg)?
should i use following command
make_tape_recovery -A -v -a /dev/rmt/0mn -I -l -x inc_entire=vg00
or
make_tape_recovery -A -v -a /dev/rmt/0mn -I -x inc_entire=vg00
please help.
thansk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 11:21 AM
06-17-2004 11:21 AM
Re: Warning during make_tape_recovery
The -l option is not needed when writing to tape.
I use this combination, as it makes the tape interactive, so if you want to make changes while booting from the tape you can.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
The -A option is not required, if all of your OS is in /dev/vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:35 PM
06-17-2004 02:35 PM
Re: Warning during make_tape_recovery
Since it could not be able to backup the acl entries, it didn't exit with 0 hence it completed with warnings. As long as the warnings displayed in your log file are not critical, you can safely ignore them.
If there is a real problem, it will fail.
Your command looks good except -A. I use
make_tape_recovery -v -x inc_entire=vg00 -x exclude=/var/adm/crash -I -a /dev/rmt/0mn
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 06:07 PM
06-17-2004 06:07 PM
SolutionMake sure you have loaded the latest pax patch for your ignite version.
When ignite creates the image it uses the pax utility.
download hte latest pax patch and load it up.
Your system image is built sucessfully!