<?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: Copy patch bundle to a tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976884#M293833</link>
    <description>Hi Dennis / Fabian, &lt;BR /&gt;&lt;BR /&gt;Thanks alot for your great help. It looks ok to me now. Thanks again...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Negara</description>
    <pubDate>Sat, 07 Apr 2007 11:18:30 GMT</pubDate>
    <dc:creator>Dewa Negara_4</dc:creator>
    <dc:date>2007-04-07T11:18:30Z</dc:date>
    <item>
      <title>Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976876#M293825</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;I have a patch bundle depot located on my depot server. &lt;BR /&gt;&lt;BR /&gt;Depot_Server:/var/opt/patch/depots/Rel_B.11.11/PROD &lt;BR /&gt;&lt;BR /&gt;Because of DR drill plan, I have to copy this patch bundle to a DDS tape to be installed on all DR servers. How can I copy the patch bundle to the tape? What are the steps to copy to the tape as well as to install to the DR server?&lt;BR /&gt;&lt;BR /&gt;Please help. Thanks in advance. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Negara</description>
      <pubDate>Sat, 07 Apr 2007 00:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976876#M293825</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2007-04-07T00:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976877#M293826</link>
      <description>Hello Dewa.&lt;BR /&gt;&lt;BR /&gt;To Install from tape try this.&lt;BR /&gt;&lt;BR /&gt;swinstall -s /dev/rmt/Xm&lt;BR /&gt;&lt;BR /&gt;Where X is the number of your tape device&lt;BR /&gt;&lt;BR /&gt;And to copy a patch bundle to tape try this&lt;BR /&gt;swcopy -s /tmp/test @ /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;where /tmp/test is the origin and /dev/rmt/0m is the destination</description>
      <pubDate>Sat, 07 Apr 2007 00:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976877#M293826</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-04-07T00:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976878#M293827</link>
      <description>Hello Dewa.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To list the depot in tape use&lt;BR /&gt;swlist -d @ /dev/rmt/0m&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Apr 2007 01:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976878#M293827</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-04-07T01:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976879#M293828</link>
      <description>Hello Dewa.&lt;BR /&gt;You could also just type swcopy and that will take you to a Text User Interface and from there you can also do it.</description>
      <pubDate>Sat, 07 Apr 2007 01:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976879#M293828</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-04-07T01:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976880#M293829</link>
      <description>The proper command is swpackage.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Fabian: And to copy a patch bundle to tape try this:&lt;BR /&gt;swcopy -s /tmp/test @ /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;This won't work. swcopy(1M) says:&lt;BR /&gt;NOTE: To copy to a tape, see the swpackage(1M) manpage.&lt;BR /&gt;&lt;BR /&gt;You need to use:&lt;BR /&gt;# swpackage -x media_type=tape -s ... @ /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I have a patch bundle depot located on my depot server.&lt;BR /&gt;Depot_Server:/var/opt/patch/depots/Rel_B.11.11/PROD &lt;BR /&gt;&lt;BR /&gt;You can't use swpackage from a remote system, so you would either have to do it there, or swcopy first, then swpackage.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Fabian: To list the depot in tape use&lt;BR /&gt;swlist -d @ /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;I would recommend you don't use -d @.  Just use -s:&lt;BR /&gt;swlist -s /dev/rmt/0m</description>
      <pubDate>Sat, 07 Apr 2007 01:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976880#M293829</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-07T01:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976881#M293830</link>
      <description>I stand corrected Dennis. &lt;BR /&gt;I misunderstood the information I was reading, sorry for the trouble caused.</description>
      <pubDate>Sat, 07 Apr 2007 01:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976881#M293830</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-04-07T01:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976882#M293831</link>
      <description>Hi Fabian/Dennis, &lt;BR /&gt;&lt;BR /&gt;My plan actually as below:&lt;BR /&gt;1. Store patch bundle from production depot server to the tape&lt;BR /&gt;2. Copy the patch bundle from tape to one of DR servers used as depot server&lt;BR /&gt;3. Patch other DR servers from this DR depot server&lt;BR /&gt;&lt;BR /&gt;Can you pls help to provide the details above especially for 1 and 2?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your great help. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Negara</description>
      <pubDate>Sat, 07 Apr 2007 02:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976882#M293831</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2007-04-07T02:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976883#M293832</link>
      <description>&amp;gt;1. Store patch bundle from production depot server to the tape&lt;BR /&gt;&lt;BR /&gt;# swpackage -x media_type=tape -s /var/opt/patch/depots/Rel_B.11.11/PROD \* @ /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Copies all of that depot.  (Change to your correct tape drive.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2. Copy the patch bundle from tape to one of DR servers used as depot server&lt;BR /&gt;&lt;BR /&gt;# swcopy -x enforce_dependencies=false -s /dev/rmt/0m \* @ /var/opt/patch/depots/Rel_B.11.11/PROD&lt;BR /&gt;&lt;BR /&gt;Adjust your tape and depot names&lt;BR /&gt;&lt;BR /&gt;And probably a swreg to register the depot.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;3. Patch other DR servers from this DR depot server&lt;BR /&gt;&lt;BR /&gt;# swinstall -s DR_Depot_Server:/var/opt/patch/depots/Rel_B.11.11/PROD  \*&lt;BR /&gt;&lt;BR /&gt;(Or what you want to install.)</description>
      <pubDate>Sat, 07 Apr 2007 02:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976883#M293832</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-07T02:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy patch bundle to a tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976884#M293833</link>
      <description>Hi Dennis / Fabian, &lt;BR /&gt;&lt;BR /&gt;Thanks alot for your great help. It looks ok to me now. Thanks again...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Negara</description>
      <pubDate>Sat, 07 Apr 2007 11:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-patch-bundle-to-a-tape/m-p/3976884#M293833</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2007-04-07T11:18:30Z</dc:date>
    </item>
  </channel>
</rss>

