Tar & Tape drive without media


 
Thread Tools Search this Thread
Operating Systems Solaris Tar & Tape drive without media
# 1  
Old 12-11-2008
Tar & Tape drive without media

Hi all,

I would like to know what would happen if the tape (media) is not placed on the drive and a tar command is executed to backup on the tape.

My problem is that tar command hanged for multiple days instead of throwing the error,
Is it valid behaviour?

I was unable to test the scenario as i dont have a tape drive with me.

Regards,
Satheesh
# 2  
Old 12-11-2008
what error was thrown. pls provide console message
# 3  
Old 12-11-2008
Hi,

I dont have the output as such with me.

The function was called using the system function call to take the backup (executed on 20-Nov), Following are the snapshot of the process that i have currently (the output is obtained on 24-Nov).

The tape wasnt present when the backup was fired

root 648 558 0 Nov 19 ? 0:00 /ltdu/plat/6.1.7/bin/backupd
root 870 648 0 Nov 20 ? 0:00 sh -c tar cvf /dev/rmt/0n /tmp/ba
ckup/bkupinfo > /dev/null
root 871 870 0 Nov 20 ? 0:00 tar cvf /dev/rmt/0n /tmp/backup/b
kupinfo

Hope now my problem is much more clear

Regards,
Satheesh
# 4  
Old 12-11-2008
Quote:
Originally Posted by jmsathish
I would like to know what would happen if the tape (media) is not placed on the drive and a tar command is executed to backup on the tape.
The problem here is, you will have to see the script.. how intelligent it is to check whether the tape drive is there or not, if not its not to probe the drive anymore, or cause the system to hang..

Quote:
Originally Posted by jmsathish
My problem is that tar command hanged for multiple days instead of throwing the error,
Is it valid behaviour?
What evident do you have that the tar command hanged on the system? did you try a tar command manually on some files?
And by the way, your output provided is really not sufficient to find the root cause
# 5  
Old 12-11-2008
# nohup tar cvf /dev/rmt/0n /tmp/backup/bkupinfo & OR
are you able to restore (for example) manually?
# cd /path/to/restore
# pwd
Now, do a restore from tape:
# tar xvf /dev/rmt/0
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Ejecting tape on AIX & Some Tape commands

I am trying to use this command to eject the tape mt -f /dev/rmt/0 unload but it gives me error mt -f /dev/rmt/0 unload mt: 0511-575 unload is not a recognized subcommand. Usage: mt Subcommand Valid subcommands are: weof eof fsf bsf ... (5 Replies)
Discussion started by: filosophizer
5 Replies

2. AIX

CPIO restoration from LTO2 tape media on AIX 4.3.3

Hi, AIXers :) Recently i'm playing around with cpio command, when i try to list out content from LTO2 Tape media using command: #cpio -itvc < /dev/rmt1 it's stopped at particular path 100777 root 1042591 Mar 24 10:09:05 2012 /home/uv/bin/usd and there was an error thrown out: ... (2 Replies)
Discussion started by: polar
2 Replies

3. UNIX for Advanced & Expert Users

tar to tape drive command

I want to use this command to tar to tape: tar cf - DIR | compress > `hostname`_`date +%m-%d-%y`.DIR.tar.Z this of course goes to the FS. How do I modify this to go directly to tape? My tape device is /dev/rmt/0 thanks. Having so many posts you should be familiar using code tags.... (7 Replies)
Discussion started by: djehresmann
7 Replies

4. AIX

dvd media in drive

Hello, It's some tool in AIX to check what kind of media (DVD+RW DVD-RW DVD-RAM) is inserted in drive? In linux there is very nice tool called dvd+rw-mediainfo. (0 Replies)
Discussion started by: vikus
0 Replies

5. AIX

savevg/tar/mksysb of server-A on remote tape drive possible ?

Every 3 months we have to do backups (smitth mksysb/lsmksysb + tar) on at least 30 workstations. We have to carry around 2 external tape drives to connect to them. It is a pain to do because it takes at least 3 days to do (evening/night shift) and users sometimes complain that there desk is not put... (1 Reply)
Discussion started by: Browser_ice
1 Replies

6. Solaris

tar on remote tape drive

hello guys, am trying to save a file file1 to a remote tape drive using tar and i get a permission denied error as shown below: server1%tar cvf - file1 | rsh server2 dd of=/dev/rmt/1m conv=sync a file1 1883905K permission denied since server2 requires login username and password, i see in... (3 Replies)
Discussion started by: nom
3 Replies

7. UNIX for Advanced & Expert Users

Does tar do crc checking on a tape or tar file?

Trying to answer a question about whether tar table-of-contents is a good tool for verifying tape data. (1 Reply)
Discussion started by: tjlst15
1 Replies

8. AIX

Check for media in DVD drive

I would like to check for the existance of media in a DVD drive prior to running a mkcd. Is this possible? I have accomplished this in the past with tctl, but that was with a tape drive. Any help is appreciated. Thanks (0 Replies)
Discussion started by: dmjoen
0 Replies

9. UNIX for Advanced & Expert Users

linux/unix tape drive & AMANDA

Trying to set up AMANDA on my linux machine, with the DDS-3 HP Tape drive. Am having problems, in my amanda.conf it doesn't like /dev/st0 or /dev/st0nr and I need to have it as non rewinding, is there another command/params i can give it for the tape drive to be non rewinding? I'm trying to use... (1 Reply)
Discussion started by: kymberm
1 Replies
Login or Register to Ask a Question