HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tar Problem
Operating System - HP-UX
1834150
Members
2781
Online
110064
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
Go to solution
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
11-07-2000 10:37 PM
11-07-2000 10:37 PM
I encountered some problem when I tar my files into the tape. It will return a "tar failure" 5 which is RETCODE into my log file.
The script which executes the tar command is as follow:
OUTFILE=/tmp/backup.out
tar -cvf /dev/rmt/0m /home /stand /etc >$OUTFILE 2>&1RETCODE=$?
I have more than space in the tape (24GB) to tar every files and I have try on new tapes as well.
So, what is this RETCODE=5 and how do I go about solving this issue?
Thanks.
The script which executes the tar command is as follow:
OUTFILE=/tmp/backup.out
tar -cvf /dev/rmt/0m /home /stand /etc >$OUTFILE 2>&1RETCODE=$?
I have more than space in the tape (24GB) to tar every files and I have try on new tapes as well.
So, what is this RETCODE=5 and how do I go about solving this issue?
Thanks.
what you do not see does not mean you should not believe
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2000 11:56 PM
11-07-2000 11:56 PM
Solution
Hi,
Have a look at this previous thread which had a very comprehensive answer:-
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xdad9f841489fd4118fef0090279cd0f9,00.html
Regards,
John
Have a look at this previous thread which had a very comprehensive answer:-
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xdad9f841489fd4118fef0090279cd0f9,00.html
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 12:09 AM
11-08-2000 12:09 AM
Re: Tar Problem
Hi Joseph,
Here is a document covering your issue:
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=abc681ae1440a83eed/screen=ckiDisplayDocument?docId=200000038250705
Dan
Here is a document covering your issue:
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=abc681ae1440a83eed/screen=ckiDisplayDocument?docId=200000038250705
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 12:12 AM
11-08-2000 12:12 AM
Re: Tar Problem
Hi again,
To further refine, try redirecting stderr to
a separate log file
2>err.log instead of 2>&1
This will show you exactly what kind of warning you have.
Dan
To further refine, try redirecting stderr to
a separate log file
2>err.log instead of 2>&1
This will show you exactly what kind of warning you have.
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP