<?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: [help]how to get the depot file from a depot server[help] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008307#M128001</link>
    <description>Hi,&lt;BR /&gt;The easy way is to use swcopy -i&lt;BR /&gt;It will aunch an interactive session, where you can choose the depot server, and the destination depot&lt;BR /&gt;(by default it is /var/spool/sw).&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
    <pubDate>Thu, 26 Jun 2003 07:06:37 GMT</pubDate>
    <dc:creator>Bruno Vidal</dc:creator>
    <dc:date>2003-06-26T07:06:37Z</dc:date>
    <item>
      <title>[help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008306#M128000</link>
      <description>Hi,I have a problem recently.there is a software depot on a remote-server,but I do not have the access right to the remote server via telnet/ftp/ssh.but I can use "swinstall -s remote-server" to browse the patch list,or install the patch.&lt;BR /&gt;how can I got the remote depot to local?because I want setup up depot server also in local.  and also use the same depot as the remote-server. thanks in advance. 8-)</description>
      <pubDate>Thu, 26 Jun 2003 06:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008306#M128000</guid>
      <dc:creator>zhangr_2</dc:creator>
      <dc:date>2003-06-26T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: [help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008307#M128001</link>
      <description>Hi,&lt;BR /&gt;The easy way is to use swcopy -i&lt;BR /&gt;It will aunch an interactive session, where you can choose the depot server, and the destination depot&lt;BR /&gt;(by default it is /var/spool/sw).&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Thu, 26 Jun 2003 07:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008307#M128001</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-06-26T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: [help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008308#M128002</link>
      <description>swcopy -x enforce_dependencies=true -s &lt;SOURCEHOSTANME&gt;:/path/*.depot @ destination folder&lt;/SOURCEHOSTANME&gt;</description>
      <pubDate>Thu, 26 Jun 2003 07:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008308#M128002</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2003-06-26T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: [help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008309#M128003</link>
      <description>Swcopy -i -s.&lt;BR /&gt;However remote swcopy uses rcp.So the same access rights applied to rcp are used on swcopy.&lt;BR /&gt;More see in man swcopy or here:&lt;BR /&gt;&lt;A href="http://unix.derkeiler.com/Newsgroups/comp.sys.hp.hpux/2003-05/0005.html" target="_blank"&gt;http://unix.derkeiler.com/Newsgroups/comp.sys.hp.hpux/2003-05/0005.html&lt;/A&gt;</description>
      <pubDate>Thu, 26 Jun 2003 07:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008309#M128003</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-06-26T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: [help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008310#M128004</link>
      <description>You can copy the patch depots to a local hard disk using the swcopy command. For example,&lt;BR /&gt;# swcopy -s &lt;REMOTE_SERVER&gt;:/cdrom/QPK1100 \* @ /localdepot&lt;BR /&gt;This copies the contents of the QPK1100 bundle and depot to the local system under the /localdepot.&lt;/REMOTE_SERVER&gt;</description>
      <pubDate>Thu, 26 Jun 2003 07:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008310#M128004</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-26T07:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: [help]how to get the depot file from a depot server[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008311#M128005</link>
      <description>thanks all of you!&lt;BR /&gt; 8-)</description>
      <pubDate>Thu, 26 Jun 2003 07:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-how-to-get-the-depot-file-from-a-depot-server-help/m-p/3008311#M128005</guid>
      <dc:creator>zhangr_2</dc:creator>
      <dc:date>2003-06-26T07:54:32Z</dc:date>
    </item>
  </channel>
</rss>

