- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tar backup problem!!
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
03-27-2006 08:18 PM
03-27-2006 08:18 PM
Tar backup problem!!
I am trying to do a tar of directory called server inside the following path.
/opt/tools/egate453
using the command.
tar -cvf server_270306.tar server.
The backup starts but fails with an error.
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit.
Can anybody tell me what may be the problem and the workaround for the same..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:23 PM
03-27-2006 08:23 PM
Re: Tar backup problem!!
# mt -f
see mt for usage.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:30 PM
03-27-2006 08:30 PM
Re: Tar backup problem!!
It seems that Amit is trying to write to a file rather than a tape. What you suggest is fine for backing up to tape.
Amit,
Is the filesystem where you are creating the tar file getting full ? I cannot think of any other reason at the moment for such error. Also Does it display that it is tar'ing when you issue the command, is the tar file getting generated 0 bytes or is really getting created ?
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:31 PM
03-27-2006 08:31 PM
Re: Tar backup problem!!
Could you reply with an output of the command
#>ls -ls server_270306.tar
Either you've been mistaken with the command and wroto onto a tape or the output file size reach the FS limits.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:34 PM
03-27-2006 08:34 PM
Re: Tar backup problem!!
where do you want to write the tar file?
When does the error occures?
Could it be that you get a tar file with 2Gb size?
Then you would have a largefile problem.
Please give us more infos
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:37 PM
03-27-2006 08:37 PM
Re: Tar backup problem!!
You definately have no spase on the filesystem where you put server_270306.tar file.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:42 PM
03-27-2006 08:42 PM
Re: Tar backup problem!!
Error of Tar: end of tape seems to be strange when the operation is happening on file system? Is it correct?
Are you trying create tar file in tape or file system?!
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 09:57 PM
03-27-2006 09:57 PM
Re: Tar backup problem!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 09:58 PM
03-27-2006 09:58 PM
Re: Tar backup problem!!
bdf
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 10:03 PM
03-27-2006 10:03 PM
Re: Tar backup problem!!
is the command working?
Is a tar file created?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 01:30 AM
03-28-2006 01:30 AM
Re: Tar backup problem!!
it is a file system space problem only.
you first check the size of the taken .tar file.after that check the file system (target usage )using bdf.then agin delete the tar file agin take the back with the following sysntax #tar -cvf file.tar ./source path
if agin terminating check the capacity of the destination file system using bdf
also check the file systems are supporting large file or not
regards
Baiju Kumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 02:03 AM
03-28-2006 02:03 AM
Re: Tar backup problem!!
1.13.25 tar
This is what shows on my server with
PHCO_28992 1.0 --- Patch.
Such error can be old stuff as far as I can imagine..
Tx
Prashant