<?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: tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798103#M266083</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You use rewindable tape device instead non-rewindable /dev/rmt/1m.&lt;BR /&gt;If it Omniback initiated, from OmniBack recycle it and try to use in UX Tar.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajesh</description>
    <pubDate>Fri, 02 Jun 2006 03:50:44 GMT</pubDate>
    <dc:creator>Rajesh SB</dc:creator>
    <dc:date>2006-06-02T03:50:44Z</dc:date>
    <item>
      <title>tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798095#M266075</link>
      <description>I am trying to do a tar command to write to a tape but i keep getting an error:&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; tar -cvf /dev/rmt/1mn *&lt;BR /&gt;tar: cannot open /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;What could I be doing wrong?  Here is my ioscan.&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; ioscan -fnC tape&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;tape      1  0/3/1/0.1.0  stape CLAIMED     DEVICE       COMPAQ  SDLT320&lt;BR /&gt;                         /dev/rmt/1m            /dev/rmt/c4t1d0BEST  &lt;BR /&gt;                         /dev/rmt/1mb           /dev/rmt/c4t1d0BESTb &lt;BR /&gt;                         /dev/rmt/1mn           /dev/rmt/c4t1d0BESTn &lt;BR /&gt;                         /dev/rmt/1mnb          /dev/rmt/c4t1d0BESTnb&lt;BR /&gt;&lt;BR /&gt;My backups seem to be working.  I am using Data Protector to do the backups.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 18:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798095#M266075</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2006-05-31T18:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798096#M266076</link>
      <description>releative path uses a '.' instead of a '*' otherwise its an absolute restore and only the /dir specified can be restored into.  So :&lt;BR /&gt;&lt;BR /&gt;cd /dir&lt;BR /&gt;tar -cvf /dev/rmt/1mn .&lt;BR /&gt;&lt;BR /&gt;Do you have a spare backup tape you can play with?&lt;BR /&gt;&lt;BR /&gt;tar -tvf /dev/rmt/1mn (* list contents *)&lt;BR /&gt;dd if=/dev/rmt/1mn &amp;gt; /tmp/tapecontents&lt;BR /&gt;&lt;BR /&gt;Do you have any robots / tape lib.s.  If so how do they show up in ioscan?&lt;BR /&gt;&lt;BR /&gt;ioscan -funC autoch&lt;BR /&gt;&lt;BR /&gt;Verify the tape unit has a green light on it.</description>
      <pubDate>Wed, 31 May 2006 19:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798096#M266076</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-05-31T19:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798097#M266077</link>
      <description>root: /root ==&amp;gt; ioscan -fnC autoch&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;autoch    0  0/3/1/0.0.0  schgr CLAIMED     DEVICE       HP      MSL5000 Series&lt;BR /&gt;                         /dev/rac/c4t0d0&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; tar -cvf /dev/rmt/1mn&lt;BR /&gt;tar: cannot open /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; tar -tvf /dev/rmt/1mn&lt;BR /&gt;tar: cannot open /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Everything looks like the tape drive is there and working but for some reason I can not do a tar or do an inventory of files that were tared there.</description>
      <pubDate>Wed, 31 May 2006 19:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798097#M266077</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2006-05-31T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798098#M266078</link>
      <description>Please paste the error report from logtool for me mon ami.&lt;BR /&gt;&lt;BR /&gt;STM &amp;gt; TOOLS &amp;gt; UTILITY &amp;gt; RUN &amp;gt; LOGTOOL &amp;gt; FILE &amp;gt; RAW SUMMARY</description>
      <pubDate>Wed, 31 May 2006 19:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798098#M266078</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-05-31T19:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798099#M266079</link>
      <description>I am surprised to see you're using 1mn, the no rewind device. I wonder if this is the cause of the problem? Perhaps tar is failing because it needs to rewind the tape. Try:&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/1m *&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 01 Jun 2006 02:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798099#M266079</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-06-01T02:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798100#M266080</link>
      <description>first rewind it&lt;BR /&gt;&lt;BR /&gt;# mt rewind /dev/rmt/1m&lt;BR /&gt;&lt;BR /&gt;Is the tape write protected?&lt;BR /&gt;Does dd work?&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/1m ibs=5120 | tar tvf -&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 01 Jun 2006 02:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798100#M266080</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-06-01T02:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798101#M266081</link>
      <description>Hi Jeffrey,&lt;BR /&gt;&lt;BR /&gt;Verify phisycal tape protection (off)&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/1mn rew&lt;BR /&gt;# dd if=/dev/null of=/dev/rmt/1mn&lt;BR /&gt;# mt -t /dev/rmt/1mn rew&lt;BR /&gt;# cd dirtocopy&lt;BR /&gt;# tar cvf /dev/rmt/1mn ./*&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;ran&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 04:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798101#M266081</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-06-01T04:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798102#M266082</link>
      <description>Hi Jeffrey,&lt;BR /&gt;&lt;BR /&gt;I hope you are checking in the false direction! I am quite sure that you have some Data Protector process working at the same time that you try the tar?&lt;BR /&gt;Check with:# ps -ef | grep omni&lt;BR /&gt;If they are any I will sugest to stop Data Protector, but you need to be shure of your backups schedule, then do your tar and then start your Data Protector.&lt;BR /&gt;&lt;BR /&gt;Hope that help, cheers,&lt;BR /&gt;Enzo.</description>
      <pubDate>Fri, 02 Jun 2006 01:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798102#M266082</guid>
      <dc:creator>Enzo Genuardi</dc:creator>
      <dc:date>2006-06-02T01:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798103#M266083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You use rewindable tape device instead non-rewindable /dev/rmt/1m.&lt;BR /&gt;If it Omniback initiated, from OmniBack recycle it and try to use in UX Tar.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajesh</description>
      <pubDate>Fri, 02 Jun 2006 03:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798103#M266083</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2006-06-02T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798104#M266084</link>
      <description>Check the really obvious one also. Do you have a writtable tape mounted in the drive, ready for use?</description>
      <pubDate>Fri, 02 Jun 2006 06:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/3798104#M266084</guid>
      <dc:creator>Tom Henning</dc:creator>
      <dc:date>2006-06-02T06:11:08Z</dc:date>
    </item>
  </channel>
</rss>

