<?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 Command Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909435#M405874</link>
    <description>&lt;BR /&gt;Give absolute path to the executable you want to run.&lt;BR /&gt;&lt;BR /&gt;/usr/bin/tar -tvf 050627-21:46_before.tar&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;/sbin/tar -tvf 050627-21:46_before.tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Jun 2005 02:41:47 GMT</pubDate>
    <dc:creator>Sudeesh</dc:creator>
    <dc:date>2005-06-28T02:41:47Z</dc:date>
    <item>
      <title>Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909432#M405871</link>
      <description>Dear Everyone,&lt;BR /&gt;&lt;BR /&gt;Can somebody help me with my problem.  I trying to extract a tar file with ":" in its file name but Im getting this error:&lt;BR /&gt;&lt;BR /&gt;tar -tvf 050627-21:46_before.tar&lt;BR /&gt;rcmd: 050627-21: Unknown host&lt;BR /&gt;tar: 050627-21\:46_before.tar: Cannot open: /O error&lt;BR /&gt;tar: Error is not recoverable: exiting now&lt;BR /&gt;&lt;BR /&gt;But when I used root a root account Im not geeting those error:&lt;BR /&gt;&lt;BR /&gt;tar -tvf 050627-21:46_before.tar&lt;BR /&gt;rw-rw-rw- 1101/1101      0 Jun 27 21:46 2005 empty.file&lt;BR /&gt;rw-rw-r-- 1101/1101  76885 Jun 27 21:46 2005 ./sapdpch.551.20050627213426.gz&lt;BR /&gt;&lt;BR /&gt;Is there something wrong with my profile? I have no problem using the same command in our other server...&lt;BR /&gt;&lt;BR /&gt;Please help. Thanks!&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 01:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909432#M405871</guid>
      <dc:creator>Joven Bulawit</dc:creator>
      <dc:date>2005-06-28T01:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909433#M405872</link>
      <description>My guess would be that as normal user you are executing GNU tar and as root HP-UX tar.&lt;BR /&gt;&lt;BR /&gt;GNU tar's -f option can take an argument in the following format&lt;BR /&gt;&lt;BR /&gt;-f [&lt;HOSTNAME&gt;:]&lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Since your tar file name contains colon (:) it considers part of the file name before colon as &lt;HOSTNAME&gt; and it tries to execute remsh.&lt;BR /&gt;&lt;BR /&gt;This can be prevented using --force-local option&lt;BR /&gt;&lt;BR /&gt;--force-local&lt;BR /&gt;              archive file is local even if has a colon&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/FILE&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 28 Jun 2005 01:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909433#M405872</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-28T01:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909434#M405873</link>
      <description>Hi Ermin! Thanks for your reply. Is there a way that only the HP-UX tar will be executed whatever profile I use?</description>
      <pubDate>Tue, 28 Jun 2005 01:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909434#M405873</guid>
      <dc:creator>Joven Bulawit</dc:creator>
      <dc:date>2005-06-28T01:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909435#M405874</link>
      <description>&lt;BR /&gt;Give absolute path to the executable you want to run.&lt;BR /&gt;&lt;BR /&gt;/usr/bin/tar -tvf 050627-21:46_before.tar&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;/sbin/tar -tvf 050627-21:46_before.tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 02:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909435#M405874</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-06-28T02:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909436#M405875</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;with 'which tar' you can see the path of the tar command. Then you should check /etc/PATH. I think the path of the hp-ux tar should come before the other tar path.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 03:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909436#M405875</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-06-28T03:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909437#M405876</link>
      <description>You can use 2 more options:&lt;BR /&gt;&lt;BR /&gt;type tar : same as which&lt;BR /&gt;whereis tar : locations where tar command is located.</description>
      <pubDate>Tue, 28 Jun 2005 03:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909437#M405876</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-06-28T03:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tar Command Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909438#M405877</link>
      <description>Thank you all very much! I just check the PATH and included the directory containing the HP-UX Tar.</description>
      <pubDate>Tue, 28 Jun 2005 03:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command-error/m-p/4909438#M405877</guid>
      <dc:creator>Joven Bulawit</dc:creator>
      <dc:date>2005-06-28T03:22:12Z</dc:date>
    </item>
  </channel>
</rss>

