HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Message: cpio: warning: skipped 58843998 bytes of ...
Operating System - Linux
1827428
Members
4364
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-23-2006 04:45 AM
02-23-2006 04:45 AM
Message: cpio: warning: skipped 58843998 bytes of junk
I have a customer that uses a bbrecover for oracle, he needs to restore the info but the system sends the following message:
BR0278E Command output of 'LANG=C cd /oracle/UBD/sapdata4/ubd_10 && LANG=C cpio -iuvcB ubd.data10 < /dev/nst0 && LANG=C mt -f /dev/nst0 fsf 1':
cpio: warning: skipped 58843998 bytes of junk
cpio: warning: skipped 80732623 bytes of junk
cpio: warning: skipped 45788561 bytes of junk
cpio: warning: skipped 3035866110 bytes of junk
838863 blocks
BR0280I BRRESTORE time stamp: 2006-02-22 19.50.25
BR0279
If i use the cpio manually we obtained the same error,
Do you know why?.
BR0278E Command output of 'LANG=C cd /oracle/UBD/sapdata4/ubd_10 && LANG=C cpio -iuvcB ubd.data10 < /dev/nst0 && LANG=C mt -f /dev/nst0 fsf 1':
cpio: warning: skipped 58843998 bytes of junk
cpio: warning: skipped 80732623 bytes of junk
cpio: warning: skipped 45788561 bytes of junk
cpio: warning: skipped 3035866110 bytes of junk
838863 blocks
BR0280I BRRESTORE time stamp: 2006-02-22 19.50.25
BR0279
If i use the cpio manually we obtained the same error,
Do you know why?.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 07:42 AM
02-23-2006 07:42 AM
Re: Message: cpio: warning: skipped 58843998 bytes of junk
Hrm.. Ok.
Do you konw hwat 'format' the CPIO was written to the tape with?
file: ASCII cpio archive (SVR4 with no CRC)
file: ASCII cpio archive (pre-SVR4 or odc)
file: ASCII cpio archive (SVR4 with CRC)
file: ASCII cpio archive
Using 'file -s /dev/nst0' on the rewound tape will show something like the above.
The first is 'cpio -H newc', the 3rd is 'cpio -H crc', the fourth is types 'hpodc', 'hpbin' and 'bin', whilst the 2nd is type 'odc'.
Whilst these different formats are similar, they all have uniqueness that could cause issues like what you've seen.
The other thing that could cause it is the '-B' (forcing the CPIO block size).
I suggest you try this:
dd if=/dev/nst0 bs=512 | cpio -iuvc
and see what results you get. Try changing the 'bs=' size (blocksize).
Do you konw hwat 'format' the CPIO was written to the tape with?
file: ASCII cpio archive (SVR4 with no CRC)
file: ASCII cpio archive (pre-SVR4 or odc)
file: ASCII cpio archive (SVR4 with CRC)
file: ASCII cpio archive
Using 'file -s /dev/nst0' on the rewound tape will show something like the above.
The first is 'cpio -H newc', the 3rd is 'cpio -H crc', the fourth is types 'hpodc', 'hpbin' and 'bin', whilst the 2nd is type 'odc'.
Whilst these different formats are similar, they all have uniqueness that could cause issues like what you've seen.
The other thing that could cause it is the '-B' (forcing the CPIO block size).
I suggest you try this:
dd if=/dev/nst0 bs=512 | cpio -iuvc
and see what results you get. Try changing the 'bs=' size (blocksize).
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP