<?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: HP Software Assistant (SWA) process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551847#M370615</link>
    <description>SWA does not create a serial depot (.depot file), but it does download them.  The SWA process is:&lt;BR /&gt;&lt;BR /&gt;1.  Run a report with your favorite analyzers:&lt;BR /&gt;&lt;BR /&gt;# swa report&lt;BR /&gt;&lt;BR /&gt;2.  Review report&lt;BR /&gt;&lt;BR /&gt;Look over the data, preferrably in the HTML report.  You may decide to ignore some issues using ~/.swa/ignore and reanalyze.  Many SEC issues will not be fixed by a patch.&lt;BR /&gt;&lt;BR /&gt;3.  Create a depot&lt;BR /&gt;&lt;BR /&gt;# swa get -t /var/tmp/myDepot&lt;BR /&gt;&lt;BR /&gt;This will run in 2 phases.  The first will download serial depots of patches and QPK bundles to the software cache.  After this they will be copied into the specified depot.&lt;BR /&gt;&lt;BR /&gt;4.  Review ODeps and SII&lt;BR /&gt;&lt;BR /&gt;Some patches have "soft" dependencies documented in the Other Dependencies section. Others may require special handling during installation listed in Special Installation Instructions.  SWA will summarize this content for the depot in a readBeforeInstall.txt file at the depot root.&lt;BR /&gt;&lt;BR /&gt;5.  Install&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /var/tmp/myDepot -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the system being analyzed and the location of the depot in step #5 can be other systems on the network.</description>
    <pubDate>Thu, 17 Dec 2009 22:38:23 GMT</pubDate>
    <dc:creator>Bob E Campbell</dc:creator>
    <dc:date>2009-12-17T22:38:23Z</dc:date>
    <item>
      <title>HP Software Assistant (SWA) process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551845#M370613</link>
      <description>I have this scenario, two hpux 11.23 servers , one production (apollo), the other test (artemis)&lt;BR /&gt;I ran the swa and  all the way thru the swinstall process on the test server (artemis) without a problem. (swinstall -s /u04/swadepot/swadepot and i previously updated the swa.conf file swcache=/u04/swadepot)&lt;BR /&gt;&lt;BR /&gt;I ran the same process on the production server,but not the swinstall yet. &lt;BR /&gt;&lt;BR /&gt;I find that there is no .depot file on the test server, and all the patches are in the path /u04/swadepot/swadepot... ?&lt;BR /&gt;&lt;BR /&gt;On the production server a .depot file was created in /u04/swadepot/patch_bundles/hp-ux/QUALITYPACK/QPK1123_B.11.23.0912.082.depot and all the patches are in /u04/swadepot..&lt;BR /&gt;&lt;BR /&gt;My question is (1)why isn't there a .depot file on the test server, would the swinstall have run if it didn't find a .depot in the /u04/swadepot/swadepot directory. (2)The .depot file isn't automatically deleted after a swinstall ? (3)Would a "swa cleanup -c 2" command have removed the .depot file. I mention this because in my notes i have noted that command, and since it's a test server i wouldn't have been concerned with attempting to re-appply any patches that the cleanup process might have deleted?&lt;BR /&gt;&lt;BR /&gt;(4) When i finally run the swinstall on apollo&lt;BR /&gt;should it look like:swinstall -s /u04/swadepot/patch_bundles/hp-ux/QUALITYPACK/&lt;BR /&gt;QPK1123_B.11.23.0912.082.depot &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2009 14:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551845#M370613</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2009-12-17T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP Software Assistant (SWA) process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551846#M370614</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;PSB&lt;BR /&gt;&lt;BR /&gt;(1)why isn't there a .depot file on the test server, would the swinstall have run if it didn't find a .depot in the /u04/swadepot/swadepot directory. &lt;BR /&gt;&lt;BR /&gt;The swa create process failed. There should be logs as to exactly what happened.&lt;BR /&gt;&lt;BR /&gt;(2)The .depot file isn't automatically deleted after a swinstall ? (3)Would a "swa cleanup -c 2" command have removed the .depot file.&lt;BR /&gt;&lt;BR /&gt;What if you want to use the same depots on multiple system. Auto delete of the .depot file would make me a little annoyed with 50 odd HP-UX hosts to update off a single swa configuration (all our servers are the same, we don't need to run swa 50 times). This is probably a configurable option.&lt;BR /&gt;&lt;BR /&gt;(3)Would a "swa cleanup -c 2" command have removed the .depot file.&lt;BR /&gt;&lt;BR /&gt;This is worth testing so long as you don't need the .depot file for another system.&lt;BR /&gt;&lt;BR /&gt;(4) When i finally run the swinstall on apollo&lt;BR /&gt;should it look like:swinstall -x autoreboot=true -x reinstall=false -s /u04/swadepot/patch_bundles/hp-ux/QUALITYPACK/&lt;BR /&gt;QPK1123_B.11.23.0912.082.depot \*&lt;BR /&gt;&lt;BR /&gt;You need that \* to avoid going into interactive mode, unless you want to.&lt;BR /&gt;&lt;BR /&gt;The two -x commands permit auto reboot and damaging reinstall of software you don't want to reinstall.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Dec 2009 14:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551846#M370614</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-12-17T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP Software Assistant (SWA) process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551847#M370615</link>
      <description>SWA does not create a serial depot (.depot file), but it does download them.  The SWA process is:&lt;BR /&gt;&lt;BR /&gt;1.  Run a report with your favorite analyzers:&lt;BR /&gt;&lt;BR /&gt;# swa report&lt;BR /&gt;&lt;BR /&gt;2.  Review report&lt;BR /&gt;&lt;BR /&gt;Look over the data, preferrably in the HTML report.  You may decide to ignore some issues using ~/.swa/ignore and reanalyze.  Many SEC issues will not be fixed by a patch.&lt;BR /&gt;&lt;BR /&gt;3.  Create a depot&lt;BR /&gt;&lt;BR /&gt;# swa get -t /var/tmp/myDepot&lt;BR /&gt;&lt;BR /&gt;This will run in 2 phases.  The first will download serial depots of patches and QPK bundles to the software cache.  After this they will be copied into the specified depot.&lt;BR /&gt;&lt;BR /&gt;4.  Review ODeps and SII&lt;BR /&gt;&lt;BR /&gt;Some patches have "soft" dependencies documented in the Other Dependencies section. Others may require special handling during installation listed in Special Installation Instructions.  SWA will summarize this content for the depot in a readBeforeInstall.txt file at the depot root.&lt;BR /&gt;&lt;BR /&gt;5.  Install&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /var/tmp/myDepot -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the system being analyzed and the location of the depot in step #5 can be other systems on the network.</description>
      <pubDate>Thu, 17 Dec 2009 22:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-software-assistant-swa-process/m-p/4551847#M370615</guid>
      <dc:creator>Bob E Campbell</dc:creator>
      <dc:date>2009-12-17T22:38:23Z</dc:date>
    </item>
  </channel>
</rss>

