<?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: resolve errors from swcopy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221169#M466845</link>
    <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Use swinstall -s /location-of-depot/bundle.depot to install it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for example copy (cp or mv) the depot to /tmp and do:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/EventMonitoring_A.04.20.11.05_HP-UX_B.11.11_32_64.depot&lt;BR /&gt;&lt;BR /&gt;Rgds,</description>
    <pubDate>Fri, 22 Jan 2010 19:29:12 GMT</pubDate>
    <dc:creator>cnb</dc:creator>
    <dc:date>2010-01-22T19:29:12Z</dc:date>
    <item>
      <title>resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221166#M466842</link>
      <description>Hello,&lt;BR /&gt;I'm trying to install this bundle: EventMonitoring_A.04.20.11.05_HP-UX_B.11.11_32_64.depot.&lt;BR /&gt;&lt;BR /&gt;The copy analysis says:&lt;BR /&gt;The prerequisite "SystemAdmin.SAM" for fileset "EMS-Config.EMS-GUI,r=A.04.20.11.05" cannot be successfully resolved.&lt;BR /&gt;&lt;BR /&gt;SystemAdmin.SAM is on the target:&lt;BR /&gt;swlist -l fileset | grep -i systemadmin.sam&lt;BR /&gt;  PHCO_35520.SAM                        1.0            SystemAdmin.SAM &lt;BR /&gt;  PHCO_35520.SAM-ENG-A-MAN              1.0            SystemAdmin.SAM-ENG-A-MAN &lt;BR /&gt;  PHCO_35520.SAM-HELP                   1.0            SystemAdmin.SAM-HELP &lt;BR /&gt;  SystemAdmin.SAM                       B.11.11        System Administration Manager &lt;BR /&gt;  SystemAdmin.SAM-ENG-A-MAN             B.11.11        SAM-ENG-A-MAN  &lt;BR /&gt;  SystemAdmin.SAM-HELP                  B.11.11        On-line Help for System Adminstration Manager &lt;BR /&gt;  SystemAdmin.SAM-JPN-E-MAN             B.11.11        SAM-JPN-E-MAN  &lt;BR /&gt;  SystemAdmin.SAM-JPN-S-MAN             B.11.11        SAM-JPN-S-MAN  &lt;BR /&gt;&lt;BR /&gt;What step should I take, should I turn off the "enforce dependency" option and copy anyways? I'm trying to copy the depot file's contents to /var/spool/sw so I can run swinstall to install it. Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 17:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221166#M466842</guid>
      <dc:creator>Brian Bartley</dc:creator>
      <dc:date>2010-01-22T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221167#M466843</link>
      <description>Shalom Brian,&lt;BR /&gt;&lt;BR /&gt;turning off enforce dependency will probably do no good. &lt;BR /&gt;&lt;BR /&gt;Reason: It is saying you don't have the software installed you are trying to patch.&lt;BR /&gt;&lt;BR /&gt;swcopy is used to build depots, not install them.&lt;BR /&gt;&lt;BR /&gt;Have you tried swinstall ?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Jan 2010 17:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221167#M466843</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-22T17:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221168#M466844</link>
      <description>Hi Brian:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What step should I take, should I turn off the "enforce dependency" option&lt;BR /&gt;&lt;BR /&gt;If you mean to do this to add software to a depot, then add '-x enforce_dependencies=false' to your 'swcopy'.  This also dependency analysis to be skipped when building a depot.&lt;BR /&gt;&lt;BR /&gt;When you actually install software, add '-x enforce_dependencies=true' (which is the default).  Then, dependency analysis is enforced and satisfied as long as either the depot or the server has the necessary requisite software.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Fri, 22 Jan 2010 18:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221168#M466844</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-01-22T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221169#M466845</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Use swinstall -s /location-of-depot/bundle.depot to install it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for example copy (cp or mv) the depot to /tmp and do:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/EventMonitoring_A.04.20.11.05_HP-UX_B.11.11_32_64.depot&lt;BR /&gt;&lt;BR /&gt;Rgds,</description>
      <pubDate>Fri, 22 Jan 2010 19:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221169#M466845</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2010-01-22T19:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221170#M466846</link>
      <description>Hi Steven,&lt;BR /&gt;You asked if I tried swinstall, it turns out it does seem to help if I run the install analysis there instead of with swcopy. I feel more comfortable with the terminal interface than command line. Although my post said I was trying to install the EMS bundle, it's really the Online diag bundle I'm trying to install, and it led me to the EMS bundle that I posted about&lt;BR /&gt;&lt;BR /&gt;I ran the swinstall analysis on the online diag depot and got this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  01/22/10 15:09:00 EST  BEGIN install AGENT SESSION (pid=18252)&lt;BR /&gt;&lt;BR /&gt;       * Agent session started for user&lt;BR /&gt;         "root@opt9000.eigenmann.indiana.edu". (pid=18252)&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;       * Source:&lt;BR /&gt;         opt9000.eigenmann.indiana.edu:/optim/extract/stm.depot&lt;BR /&gt;       * Target:           opt9000:/&lt;BR /&gt;       * Target logfile:   opt9000:/var/adm/sw/swagent.log&lt;BR /&gt;       * Reading source for product information.&lt;BR /&gt;       * Reading source for file information.&lt;BR /&gt;         The prerequisite&lt;BR /&gt;         "EMS-Config.EMS-GUI,r&amp;gt;=A.04.20.11,a=HP-UX_B.11.00_32/64,v=HP"&lt;BR /&gt;         for fileset "Sup-Tool-Mgr.STM-UI-RUN,r=B.11.11.21.04" cannot&lt;BR /&gt;         be successfully resolved.&lt;BR /&gt;         The prerequisite&lt;BR /&gt;         "EMS-Core.EMS-CORE,r&amp;gt;=A.04.20.11,a=HP-UX_B.11.00_32/64,v=HP"&lt;BR /&gt;         for fileset "Sup-Tool-Mgr.STM-UI-RUN,r=B.11.11.21.04" cannot&lt;BR /&gt;         be successfully resolved.&lt;BR /&gt;         The prerequisite&lt;BR /&gt;         "EMS-Core.EMS-MX,r&amp;gt;=A.04.20.11,a=HP-UX_B.11.00_32/64,v=HP" for&lt;BR /&gt;         fileset "Sup-Tool-Mgr.STM-UI-RUN,r=B.11.11.21.04" cannot be&lt;BR /&gt;         successfully resolved.&lt;BR /&gt;ERROR:   The dependencies for fileset&lt;BR /&gt;         "Sup-Tool-Mgr.STM-UI-RUN,r=B.11.11.21.04" cannot be resolved&lt;BR /&gt;         (see previous lines).&lt;BR /&gt;         You must resolve the above dependencies before operating on&lt;BR /&gt;         this fileset or change the "enforce_dependencies" option to&lt;BR /&gt;         "false".&lt;BR /&gt;       * Executing preDSA command.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/" is estimated to decrease&lt;BR /&gt;         by 40 Kbytes.&lt;BR /&gt;         This will leave 114216 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/usr" is estimated to&lt;BR /&gt;         increase by 7648 Kbytes.&lt;BR /&gt;         This will leave 441024 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/var" is estimated to&lt;BR /&gt;         increase by 2472 Kbytes.&lt;BR /&gt;         This will leave 1255008 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/opt" is estimated to&lt;BR /&gt;         increase by 24 Kbytes.&lt;BR /&gt;         This will leave 487088 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;&lt;BR /&gt;       * Summary of Analysis Phase:&lt;BR /&gt;ERROR:       Exclude       Sup-Tool-Mgr.STM-UI-RUN,r=B.11.11.21.04&lt;BR /&gt;ERROR:   1 of 13 filesets had Errors.&lt;BR /&gt;       * 12 of 13 filesets had no Errors or Warnings.&lt;BR /&gt;ERROR:   The Analysis Phase had errors.  See the above output for&lt;BR /&gt;         details.&lt;BR /&gt;&lt;BR /&gt;######  end of install snip  #########&lt;BR /&gt;&lt;BR /&gt;So I appear to be getting close, only one fileset has an error. It's looking for these:&lt;BR /&gt;EMS-Config.EMS-GUI,r&amp;gt;=A.04.20.11&lt;BR /&gt;EMS-Core.EMS-CORE,r&amp;gt;=A.04.20.11&lt;BR /&gt;MS-Core.EMS-MX,r&amp;gt;=A.04.20.11&lt;BR /&gt;&lt;BR /&gt;When I try to get the EMS software I get more errors:&lt;BR /&gt;&lt;BR /&gt;#####  analysis of EventMonitoring_A.04.20.11.05_HP-UX_B.11.11_32_64.depot   #######&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  01/22/10 15:24:09 EST  BEGIN install AGENT SESSION (pid=18956)&lt;BR /&gt;&lt;BR /&gt;       * Agent session started for user&lt;BR /&gt;         "root@opt9000.eigenmann.indiana.edu". (pid=18956)&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;       * Source:&lt;BR /&gt;         opt9000.eigenmann.indiana.edu:/optim/extract/EventMonitoring_A.04.20.11.05_HP-UX_B.11.11_32_64.depot&lt;BR /&gt;         &lt;BR /&gt;       * Target:           opt9000:/&lt;BR /&gt;       * Target logfile:   opt9000:/var/adm/sw/swagent.log&lt;BR /&gt;       * Reading source for product information.&lt;BR /&gt;       * Reading source for file information.&lt;BR /&gt;         The prerequisite "WBEMServices.WBEM-CORE,r&amp;gt;=A.02.05.%000" for&lt;BR /&gt;         fileset "EMS-Core.EMS-WRAPPER,r=A.04.20.11.05" cannot be&lt;BR /&gt;         successfully resolved.&lt;BR /&gt;ERROR:   The dependencies for fileset&lt;BR /&gt;         "EMS-Core.EMS-WRAPPER,r=A.04.20.11.05" cannot be resolved (see&lt;BR /&gt;         previous lines).&lt;BR /&gt;         You must resolve the above dependencies before operating on&lt;BR /&gt;         this fileset or change the "enforce_dependencies" option to&lt;BR /&gt;         "false".&lt;BR /&gt;       * Executing preDSA command.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/" is estimated to increase&lt;BR /&gt;         by 1232 Kbytes.&lt;BR /&gt;         This will leave 112944 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/opt" is estimated to&lt;BR /&gt;         increase by 208 Kbytes.&lt;BR /&gt;         This will leave 486904 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/usr" is estimated to&lt;BR /&gt;         increase by 112 Kbytes.&lt;BR /&gt;         This will leave 448560 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;NOTE:    The used disk space on filesystem "/var" is estimated to&lt;BR /&gt;         increase by 216 Kbytes.&lt;BR /&gt;         This will leave 1257616 Kbytes of available user disk space&lt;BR /&gt;         after the installation.&lt;BR /&gt;&lt;BR /&gt;       * Summary of Analysis Phase:&lt;BR /&gt;ERROR:       Exclude       EMS-Core.EMS-WRAPPER,r=A.04.20.11.05&lt;BR /&gt;ERROR:   1 of 5 filesets had Errors.&lt;BR /&gt;       * 4 of 5 filesets had no Errors or Warnings.&lt;BR /&gt;ERROR:   The Analysis Phase had errors.  See the above output for&lt;BR /&gt;         details.&lt;BR /&gt;&lt;BR /&gt;###### end of snip #########&lt;BR /&gt;&lt;BR /&gt;So I got the WBEMSvcs_A.02.07.06_HP-UX_B.11.11_32_64.depot and tried the analysis on it, I won't post it, but it wants Openssl as a prereq.&lt;BR /&gt;&lt;BR /&gt;I wonder if I need a different strategy, or do I really need to install Openssl, WBEMS, and EMS just to update my Online Diag? The reason I want the OnlineDiag is because my tech support person at HP says I need to get to ver A.63 of STM in order to troubleshoot the critical single-bit memory errors we're getting in the STM logs.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 20:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221170#M466846</guid>
      <dc:creator>Brian Bartley</dc:creator>
      <dc:date>2010-01-22T20:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221171#M466847</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Been there, done that...&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yes we had to install all of the pre-req bundles and patches in order to get everything up to date for the latest STM &amp;amp; EMS versions.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 22:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221171#M466847</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2010-01-22T22:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221172#M466848</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Since the log says as "You must resolve the above dependencies before operating on &lt;BR /&gt;this fileset or change the "enforce_dependencies" option to &lt;BR /&gt;"false". "&lt;BR /&gt;&lt;BR /&gt;Did you try to install with enforce_dependencies=false ? Just try and see whether you get any errors. If it goes well you can ensure it is the problem with dependencies not available or installed. ANyway, I will not prefer to intall these without all the needed dependencies.</description>
      <pubDate>Sat, 23 Jan 2010 11:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221172#M466848</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-01-23T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221173#M466849</link>
      <description>&amp;gt;Ajesh: Did you try to install with enforce_dependencies=false? Just try and see whether you get any errors. If it goes well&lt;BR /&gt;&lt;BR /&gt;This isn't something you should "just try".  If it doesn't "go well", you may have to reinstall your OS.  And if it "goes well", you may not know it really didn't, until much later.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I will not prefer to install these without all the needed dependencies.&lt;BR /&gt;&lt;BR /&gt;Right, that's the safe approach.</description>
      <pubDate>Sat, 23 Jan 2010 12:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221173#M466849</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-23T12:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: resolve errors from swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221174#M466850</link>
      <description>Thanks for all the replies, I've arrived at the point where the install analysis says I can install STM now.</description>
      <pubDate>Sun, 24 Jan 2010 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resolve-errors-from-swcopy/m-p/5221174#M466850</guid>
      <dc:creator>Brian Bartley</dc:creator>
      <dc:date>2010-01-24T14:30:46Z</dc:date>
    </item>
  </channel>
</rss>

