- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP UX Verification Ignite
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
07-24-2008 09:27 AM
07-24-2008 09:27 AM
HP UX Verification Ignite
# Tar tvf / dev/rmt/0mn
Tar: tape blocksize mistake
Someone knows how to solve this, they would appreciate.
Erick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:29 AM
07-24-2008 09:29 AM
Re: HP UX Verification Ignite
mt fsf 1
tar -tvf /dev/rmt/0mn
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:29 AM
07-24-2008 09:29 AM
Re: HP UX Verification Ignite
I think you want:
# mt -f /dev/rmt/0mn fsf 1
# tar -tvf /dev/rmt/0m
Regards!
...JRF..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:30 AM
07-24-2008 09:30 AM
Re: HP UX Verification Ignite
(need to get past the boot block of the tape in order to read the following tar file for Ignite)
mt -t /dev/rmt/0m rew
mt -t /dev/rmt/0mn fsf 1
tar vtf /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:34 AM
07-24-2008 09:34 AM
Re: HP UX Verification Ignite
# mt -t /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# pax -vf /dev/rmt/0mn
pax: /dev/rmt/0mn : This doesn't look like a tar archive
pax: /dev/rmt/0mn : Skipping to next file...
# pax -vf /dev/rmt/0mn
pax: Ready for volume 2
pax: Type "go" when ready to proceed (or "quit" to abort): go
Continuing
pax: /dev/rmt/0mn : This doesn't look like a tar archive
pax: /dev/rmt/0mn : Skipping to next file...
pax: Ready for volume 3
pax: Type "go" when ready to proceed (or "quit" to abort): go
Continuing
Erick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 02:23 PM
07-24-2008 02:23 PM