Unix Technical Forum

multiple session using tar on LTO tape

This is a discussion on multiple session using tar on LTO tape within the AIX Operating System forums, part of the Unix Operating Systems category; --> My sysadmin says, I cannot have multiple session of tar on a LTO tape. Is this true ? If ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 09:50 PM
Wonderinguy
 
Posts: n/a
Default multiple session using tar on LTO tape

My sysadmin says, I cannot have multiple session of tar on a LTO tape.
Is this true ?
If the answer is yes, how can we accomplish that without buying a 3rd
party software. Basically, I want to tar a 20 GB file to a 200GB tape
today and tar another 20GB tommorrow to the same tape (add i mean) and
so on.

Whats the solution to this ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 09:50 PM
Lothar Krauss
 
Posts: n/a
Default Re: multiple session using tar on LTO tape

Wonderinguy wrote:

> My sysadmin says, I cannot have multiple session of tar on a LTO tape.
> Is this true ?
> If the answer is yes, how can we accomplish that without buying a 3rd
> party software. Basically, I want to tar a 20 GB file to a 200GB tape
> today and tar another 20GB tommorrow to the same tape (add i mean) and
> so on.


Isn't your LTO drive a normal rmt device? Nearly all types of tapes supports
multiple files on one tape.

You may try (if you drive isn't rmt0 use your device name):
1. day:
tctl -f /dev/rmt0 rewind
tar cvf /dev/rmt0 filenametosave

2. day:
tctl -f /dev/rmt0 rewind
tctl -f /dev/rmt0.1 fsf 1
tar cvf /dev/rmt0 filenametosave

3. day:
tctl -f /dev/rmt0 rewind
tctl -f /dev/rmt0.1 fsf 2
tar cvf /dev/rmt0 filenametosave

Lothar

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-04-2008, 09:50 PM
Dan Foster
 
Posts: n/a
Default Re: multiple session using tar on LTO tape

In article <c285q4$98m$03$1@news.t-online.com>, Lothar Krauss <news5@lkrauss.de> wrote:
> Wonderinguy wrote:
>
>> My sysadmin says, I cannot have multiple session of tar on a LTO tape.
>> Is this true ?
>> If the answer is yes, how can we accomplish that without buying a 3rd
>> party software. Basically, I want to tar a 20 GB file to a 200GB tape
>> today and tar another 20GB tommorrow to the same tape (add i mean) and
>> so on.

>
> Isn't your LTO drive a normal rmt device? Nearly all types of tapes supports
> multiple files on one tape.


Yep, you can have multiple sessions on LTO just fine, as with any normal
tape device. We've got a nice LTO library and I have tested this stuff
manually. Works fine.

-Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:44 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com