<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Count of writing on tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629643#M40804</link>
    <description>Hi Carlos,&lt;BR /&gt;&lt;BR /&gt;I need to remind readers to be cautious with unsupported software...&lt;BR /&gt;&lt;BR /&gt;I compiled "Charly's unsupported program" without problem on my K570 running 11.0.  When I executed the program it reported to stderr:&lt;BR /&gt;fstat : Error 0&lt;BR /&gt;I captured stdout to file, created a tar file on the tape, and ran Charly's program again.  The output changed but I don't know which values mean what.  Loads was 0 both times.&lt;BR /&gt;&lt;BR /&gt;Most importantly, Charley's program corrupted the info on my tape.  Tar tvf would fail with:&lt;BR /&gt;Tar: tape read error&lt;BR /&gt;&lt;BR /&gt;Good thing I ran it on a test system against a test tape.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Wed, 12 Dec 2001 16:26:20 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2001-12-12T16:26:20Z</dc:date>
    <item>
      <title>Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629619#M40780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd like to know, how i can find count of writing on tape. I know, there is possibility to use expert tool. However, I guess, it has to exist another way. :)&lt;BR /&gt;&lt;BR /&gt;Ten points for right answer. :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot &lt;BR /&gt;&lt;BR /&gt;Radim&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 17:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629619#M40780</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629620#M40781</link>
      <description>Radim,&lt;BR /&gt;&lt;BR /&gt;Im not sure what you are looking for,but if you are using fbackup, you can do this.&lt;BR /&gt;&lt;BR /&gt;Extract the index from the tape&lt;BR /&gt;&lt;BR /&gt;frecover -I /tmp/index -f dev&lt;BR /&gt;&lt;BR /&gt;There is field called Media Use that will tell you how many times the media has been used for a backup</description>
      <pubDate>Tue, 11 Dec 2001 17:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629620#M40781</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629621#M40782</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;I want to find how many times I used to tape.&lt;BR /&gt;&lt;BR /&gt;For instance. I have new tape and I use it every day and after month I need to know that the tape was used to 31 times.&lt;BR /&gt;&lt;BR /&gt;Radim</description>
      <pubDate>Tue, 11 Dec 2001 17:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629621#M40782</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629622#M40783</link>
      <description>Are you using fbackup/frecover?</description>
      <pubDate>Tue, 11 Dec 2001 17:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629622#M40783</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629623#M40784</link>
      <description>If you are using frecover, just run&lt;BR /&gt;&lt;BR /&gt;frecover -V /tmp/index_file -f device_name&lt;BR /&gt;&lt;BR /&gt;if you look at /tmp/index_file the field called media use will show what you are looking for.  If you are using tar or cpio or something like that, there is no way to tell</description>
      <pubDate>Tue, 11 Dec 2001 18:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629623#M40784</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T18:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629624#M40785</link>
      <description>No. I don't&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 18:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629624#M40785</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629625#M40786</link>
      <description>what do you use?</description>
      <pubDate>Tue, 11 Dec 2001 18:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629625#M40786</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629626#M40787</link>
      <description>It doesn't matter, &lt;BR /&gt;&lt;BR /&gt;For instance, I use tape for tar files,&lt;BR /&gt;next day for fbackup and next day for tar again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 18:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629626#M40787</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T18:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629627#M40788</link>
      <description>The only thing you can do is setup a wrapper script around your backup and keep track of it yourself.</description>
      <pubDate>Tue, 11 Dec 2001 18:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629627#M40788</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629628#M40789</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can't know how many times a tape has been written on.  Some backup software (OmniBack for example) keeps track of how many times it has written on a tape.  But it is possible to re-initialize tapes so that the backup software loses that count.&lt;BR /&gt;&lt;BR /&gt;If you overwrite a tape with tar, dd, cpio, etc you will lose the count.&lt;BR /&gt;&lt;BR /&gt;I suppose if you used new tapes, never wrote to them with anything other than your normal backup utility, and never re-initialized them you could get the count (providing the backup utility supported a count).&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 11 Dec 2001 18:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629628#M40789</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-12-11T18:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629629#M40790</link>
      <description>Thanks for reply,&lt;BR /&gt;&lt;BR /&gt;but today I saw this information in msmt tool.&lt;BR /&gt;Maybe I'm wrong, but ... &lt;BR /&gt;It looks I'll have to do it some script around my backup script, how jeff wrote me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 18:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629629#M40790</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T18:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629630#M40791</link>
      <description>Hi Radim,&lt;BR /&gt;&lt;BR /&gt;Would you please post what you did and saw related to:&lt;BR /&gt;&amp;lt;&amp;lt; but today I saw this information in msmt tool &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I'm curious if this is something I've been missing.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darrell&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 18:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629630#M40791</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-12-11T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629631#M40792</link>
      <description>So, &lt;BR /&gt;&lt;BR /&gt;Today I had hardware problem with my DAT. The guy from hp support used mstm tool and showed me information, how many times i used my tape.&lt;BR /&gt;he also said me that it special tool in msmt, which can test tape and show a lot of information about tape. I suppose that exists another way how to find this information.&lt;BR /&gt;&lt;BR /&gt;That's all. :) &lt;BR /&gt;&lt;BR /&gt;Radim</description>
      <pubDate>Tue, 11 Dec 2001 19:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629631#M40792</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-11T19:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629632#M40793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as far as I know there is no tool to check how many times a tape has been used; I don't even think this is possible.&lt;BR /&gt;&lt;BR /&gt;fbackup records times used on the tape.  But as soon as you use another utility (tar, dd, ...) the fbackup header will be gone, and a next fbackup will start counting from 0 again.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 11 Dec 2001 19:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629632#M40793</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-12-11T19:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629633#M40794</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I hope someone will correct me if I'm wrong, but I just don't believe there is any way to load a tape and tell how many times it has been written to.  Further, even if there are utilities that read a header from the tape and re-write it, the header would be lost if the tape was demagnetized.&lt;BR /&gt;&lt;BR /&gt;How about following up with the HP person who ran mstm and let us know what he says?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 11 Dec 2001 20:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629633#M40794</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-12-11T20:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629634#M40795</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;The omniback software tracks the write count on a media, since it was last initialized.&lt;BR /&gt;You can initialize the media to reset the counter.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 11 Dec 2001 21:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629634#M40795</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-11T21:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629635#M40796</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've never heard of such thing. There are &lt;BR /&gt;only two proprietry backup products on&lt;BR /&gt;HPUX that will give information how many&lt;BR /&gt;times a tape has been used. The first is&lt;BR /&gt;'OmniBack', as long as the tape has not been&lt;BR /&gt;re-initialised, and the second is 'fbackup'&lt;BR /&gt;again as long as it has not been overwritten&lt;BR /&gt;by using a different tool. Only OmniBack will&lt;BR /&gt;not allow a tape overwrite be default.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 21:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629635#M40796</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-12-11T21:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629636#M40797</link>
      <description>I don't think that diagnostic tool (xstm,mstm,cstm) can report How many time that tape has been overwrite ?&lt;BR /&gt;May be just mis understanding of number of test loop.&lt;BR /&gt;Without backup tools that can trace this info.&lt;BR /&gt;Noway to know , we have to record in paper.</description>
      <pubDate>Wed, 12 Dec 2001 02:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629636#M40797</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-12-12T02:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629637#M40798</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This can't be done through software for the simple reason that this information is not stored on tape.  Fbackup stores this information on tape, but this area is from the BOT onwards, not before.  In order for this to be possible, this information needs to be stored before the BOT (Beginning Of Tape), where very important information is usually stored.  Since this is not very important information (sorry!), then it's no use storing it there.  There is a method to tell how many times the tape has been used though; the good-old tick-on-paper method.  Get some stickers and tick on it whenever you make a backup.  We do this for the cleaning tape media after all...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Wed, 12 Dec 2001 08:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629637#M40798</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2001-12-12T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count of writing on tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629638#M40799</link>
      <description>May be I am completely wrong, but....&lt;BR /&gt;&lt;BR /&gt;... for DDS : Yes there is !&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I do not know how.&lt;BR /&gt;I had a HP technican here some years ago, who said the same thing about a DDS/1.&lt;BR /&gt;&lt;BR /&gt;I tried to search the web today, but I was not so lucky, may someone else is more. I found this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.compaq.com/products/storageworks/dat8cassette2040/qa.html" target="_blank"&gt;http://www.compaq.com/products/storageworks/dat8cassette2040/qa.html&lt;/A&gt;&lt;BR /&gt;Where esp. the following section is interesting:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Q:  How many times can I re-use a tape? &lt;BR /&gt;A:  The tape drive logs how many times the tape has been used during the eject process. Your application should read this count from the tape log and refuse to accept the tape after 99 uses. We recommend that regularly used tapes should be replaced annually as a precaution.  &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;... but how to read that tapelog ?&lt;BR /&gt;&lt;BR /&gt;And more interesting this one, as it is referncing HP tapes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.datman.com/tbul/dmtb_035.htm" target="_blank"&gt;http://www.datman.com/tbul/dmtb_035.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Where it is explained, that after a "load" of a DDS tape, the tape is positioned some step "ahead" a special header. But I was never able to verify those two statements.&lt;BR /&gt;&lt;BR /&gt;At least, I am sure, there is a tape section on the DDS media, that can not be accessed by application. That would explain, why this information is only readable from the tapelog, because the tape itself has only access to this information, when the tape is ejected.&lt;BR /&gt;&lt;BR /&gt;I have to admit, I never thought about it, but if someone finds out how to read the tapelog, please let us know.&lt;BR /&gt;&lt;BR /&gt;Volker &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 11:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/count-of-writing-on-tape/m-p/2629638#M40799</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-12-12T11:16:34Z</dc:date>
    </item>
  </channel>
</rss>

