<?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: swcopy to a bundle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374892#M864271</link>
    <description>See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=675021" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=675021&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be it'll help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Sep 2004 04:31:42 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2004-09-09T04:31:42Z</dc:date>
    <item>
      <title>swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374884#M864263</link>
      <description>Hello, &lt;BR /&gt;I can't figure how to copy patches or software to a depot so they are all grouped in a bundle.  It seems that swcopy can only target to a direcory or a depot. &lt;BR /&gt;&lt;BR /&gt;Any ideas ? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
      <pubDate>Wed, 08 Sep 2004 12:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374884#M864263</guid>
      <dc:creator>BIHAN</dc:creator>
      <dc:date>2004-09-08T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374885#M864264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you'll have to use the "swpackage" command to create a single depot file in which you can package a bunch of patches.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 12:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374885#M864264</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-09-08T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374886#M864265</link>
      <description>Emmanuel,&lt;BR /&gt;&lt;BR /&gt;You might want to look into the swpackage command.  According to the man page, "swpackage can be used to re-package software_selections from an existing distribution directory".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Sep 2004 12:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374886#M864265</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-08T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374887#M864266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;hope this help:&lt;BR /&gt;&lt;BR /&gt;Creating a Patch Depot&lt;BR /&gt;Follow these steps to create a patch depot on an HP-UX system.&lt;BR /&gt;Step 1. Obtain the set of patches you want to place and manage in an SD depot.&lt;BR /&gt;For example:&lt;BR /&gt;PHCO_7891 PHCO_9348 PHKL_9361 PHSS_7726 PHSS_8966 PHSS_9400&lt;BR /&gt;PHCO_8353 PHKL_8376 PHKL_9569 PHSS_8667 PHSS_9201&lt;BR /&gt;HP Patches delivered by the Response Center or the Web are shar files&lt;BR /&gt;consisting of a serial depot and a ReadMe file.&lt;BR /&gt;Step 2. Unshar the patches using:&lt;BR /&gt;for i in PH*&lt;BR /&gt;do&lt;BR /&gt;sh $i&lt;BR /&gt;done&lt;BR /&gt;Step 3. Combine the separate depots into one depot:&lt;BR /&gt;1. Create a directory to store the patches:&lt;BR /&gt;mkdir /var/opt/ignite/Patches&lt;BR /&gt;2. Copy the individual patch depots into your depot:&lt;BR /&gt;for i in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;swcopy -s ${PWD}/$i -x enforce_dependencies=false \* @ /var/opt/ignite/Patches&lt;BR /&gt;done&lt;BR /&gt;Step 4. Verify the contents of the depot directory:&lt;BR /&gt;swlist -d @ /var/opt/ignite/Patches&lt;BR /&gt;5. Convert the directory into depot (tape image)&lt;BR /&gt;swpackage -s /var/opt/ignite/patches -x enforce_dependencies=false \* @ /var/opt/ignite/patches.depot&lt;BR /&gt;6. Verify depot of patches&lt;BR /&gt;swlist -s /var/opt/ignite/patches.depot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 13:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374887#M864266</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-08T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374888#M864267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a n example from itrc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066937439" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066937439&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the itrc doc id is HONCIKKBRC00000015.&lt;BR /&gt;&lt;BR /&gt;If you want to create a single depot file on the disk itself you have to specify the same with -d switch in the "swpackage" command. Also remember that there is a switch called layout_version (i think) with the swpackage command if you are messing with depots for multiple versions of the Operating System.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 13:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374888#M864267</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-09-08T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374889#M864268</link>
      <description>Sorry, my mistake,&lt;BR /&gt;step 5 should look like this:&lt;BR /&gt;&lt;BR /&gt;swpackage -s /var/opt/ignite/Patches -x media_type=tape @ /var/opt/ignite/patches.depot&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 13:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374889#M864268</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-08T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374890#M864269</link>
      <description>thank you all for the quick answer&lt;BR /&gt;but i realise my question was not clear, sorry. &lt;BR /&gt; &lt;BR /&gt;I give an example &lt;BR /&gt;inside the same depot. &lt;BR /&gt;i put one software (a "product") and the associated patches. &lt;BR /&gt;I want the patches  grouped so when opening the depot there is  only two lines displayed, one for the software and one for all the patches . &lt;BR /&gt;&lt;BR /&gt;I have read the swpackage manpage.&lt;BR /&gt;(i'll take aspirine )&lt;BR /&gt;&lt;BR /&gt;I am not sure swpackage is suitable for this purpose or maybe is it possible to extract a "psf" file from an existing depot and to repackage after changing the "psf" file  ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 13:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374890#M864269</guid>
      <dc:creator>BIHAN</dc:creator>
      <dc:date>2004-09-08T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374891#M864270</link>
      <description>thank you all.  &lt;BR /&gt;i'll continue to search, &lt;BR /&gt;if i find the answer &lt;BR /&gt;i'll post it here &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
      <pubDate>Thu, 09 Sep 2004 04:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374891#M864270</guid>
      <dc:creator>BIHAN</dc:creator>
      <dc:date>2004-09-09T04:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374892#M864271</link>
      <description>See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=675021" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=675021&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be it'll help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 04:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374892#M864271</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-09-09T04:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374893#M864272</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;below is the procedure to make a bundle from individual patches:&lt;BR /&gt;&lt;BR /&gt;Step 1. Convert the individual patches into a single bundle and put the bundle&lt;BR /&gt;in the patches depot directory:&lt;BR /&gt;&lt;BR /&gt;make_bundles -B -n Misc_Patches \&lt;BR /&gt;-t "HP-UX 11.11 Patches" /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;Step 2. Run swlist on this depot to verify that the bundle has been created:&lt;BR /&gt;&lt;BR /&gt;swlist -d @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;Following is the output for the example patches:&lt;BR /&gt;&lt;BR /&gt;Initializing...&lt;BR /&gt;Contacting target "hpserver"...&lt;BR /&gt;Target: hpserver:/var/opt/ignite/Patches&lt;BR /&gt;Bundle(s):&lt;BR /&gt;Misc_Patches HP-UX 11.11 Patches&lt;BR /&gt;&lt;BR /&gt;By default, swlist shows only the higher level software bundles. This&lt;BR /&gt;command shows the patch "products" contained in the bundle:&lt;BR /&gt;&lt;BR /&gt;swlist -l product -d @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;If you need to add additional patches to the depot in the future, simply&lt;BR /&gt;unshar the patches as described above, swcopy them into the Patches&lt;BR /&gt;depot, and rerun make_bundles. This will repackage the depot.&lt;BR /&gt;&lt;BR /&gt;If you would like to remove a patch from the depot, simply use the&lt;BR /&gt;swremove command. You can either run swremove and use its friendlier&lt;BR /&gt;user-interface, or run swremove in command-line mode. This example&lt;BR /&gt;removes the PHKL_8376 patch from the depot:&lt;BR /&gt;&lt;BR /&gt;swremove -d Misc_Patches.PHKL_8376 @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Zygmunt</description>
      <pubDate>Thu, 09 Sep 2004 05:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374893#M864272</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-09T05:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy to a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374894#M864273</link>
      <description>Thank you, makes_bundles works great. &lt;BR /&gt;&lt;BR /&gt;For the people who are looking for this tool,  it comes with ignite, path is /opt/ignite/bin/make_bundles. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
      <pubDate>Thu, 16 Sep 2004 09:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy-to-a-bundle/m-p/3374894#M864273</guid>
      <dc:creator>BIHAN</dc:creator>
      <dc:date>2004-09-16T09:46:50Z</dc:date>
    </item>
  </channel>
</rss>

