- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Warning
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
02-21-2003 01:35 PM
02-21-2003 01:35 PM
make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -v -a /dev/rmt/0mn
I have this in the makrec.append file;
** User Core OS **
Oracle product files and related directories and files
for Releases 7.3.4.5.0
product Oracle
#file /opt/image/lib/libil.1
dir /work
Error:
pax: tmp/patch/pax_test/0/1234567890/1234567890/1234567890/1234567890/1234567890/1234567890/1234567890/1234/s1 : Link name is longer than 100 chars.
WARNING: The pax command returned a non-zero exit status (exit status 1)
Anything to worry about?
Thanks, ~jdk
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:39 PM
02-21-2003 01:39 PM
Re: Ignite Warning
I'd say YES.
Appears that the pax test failed.
pax is the archive mechanism Ignite uses to copy the files to tape.
So no pax - no files.
Depending on your Ignite & pax versions you may need to upgradr Ignite or patch pax.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:45 PM
02-21-2003 01:45 PM
Re: Ignite Warning
This is documented in the Ignite FAQ:
http://www.software.hp.com/products/IUX/faq.html#recovery-a10
"Why do I get an error from pax saying: linkname greater than 100 characters? I have PHCO_20388 installed.
This is confusing because of the ambiguous text provided in the patch. Under symptoms, it says:
1. Pax does not handle soft/hard links properly in ustar format if the file/link names have a length >= 100 characters.
The patch corrected a problem in handling link names that were >= 100 characters. These are still limited to less than 100 characters. If you have a link name that is longer, you will see the error message. Before the patch, this condition was not detected and pax would become confused. Now it is correctly flagged as an error."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:43 AM
02-24-2003 07:43 AM
Re: Ignite Warning
Thanks, ~jdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:47 AM
02-24-2003 07:47 AM
Re: Ignite Warning
~jdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:50 AM
02-24-2003 07:50 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:51 AM
02-24-2003 07:51 AM
Re: Ignite Warning
Thank you ~jdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 08:40 AM
02-24-2003 08:40 AM
Re: Ignite Warning
I moved the "/var/tmp/pax_test" folder to "/tmp/patch" in case it was something pax needed back.
(I guess the /var/tmp/pax_test folder and offending ensuing file-link were created during the phco_20388 install, and it didn't get removed.)
I have since removed the folder from /tmp/patch and ignite runs smoothly.
Thanks for your assistance! ~jdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 01:45 PM
02-24-2003 01:45 PM
Re: Ignite Warning
I did not see your reply...
I believe you assessed it correctly. The link file was the only thing not being backed up. I removed it as stated. I'm not sure where it came from, as I didn't see the error until I added " -x inc_entire=vg01 " and the makrec.append changes. Could be I just missed it!
All's well now though :)
Thanks, ~jdk