<?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: swintall error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435711#M4891</link>
    <description>before you are running swinstall make sure measureware is not up and running. Do see this run command "mwa status".  &lt;BR /&gt;To stop this run command "mwa stop".&lt;BR /&gt;Also make sure the swinstall lock file /var/adm/sw/products/swlock  does not exists. Finally make sure there are no other swinstall process are running. When it crashed, it might have left some process still active on the system. You may have to kill these process. use "/sbin/init.d/swagentd stop" command to stop and "/sbin/init.d/swagentd start" to start the swagent again.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Aug 2000 22:21:04 GMT</pubDate>
    <dc:creator>Manju Kampli</dc:creator>
    <dc:date>2000-08-09T22:21:04Z</dc:date>
    <item>
      <title>swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435706#M4886</link>
      <description>I'm installing patch PHSS_20006 (from previous thread on swap and diagmond).&lt;BR /&gt;&lt;BR /&gt;I crashed the swinstall the first time (it froze during analysis) and now when I try to install it, I get the following error and I can't get past it.&lt;BR /&gt;&lt;BR /&gt;"hp9000:/":  This target or source is already in use either within this same session or by another session.  A read or write lock was denied.      &lt;BR /&gt;&lt;BR /&gt;Suggestions?&lt;BR /&gt;&lt;BR /&gt;--Scott</description>
      <pubDate>Wed, 09 Aug 2000 21:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435706#M4886</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-08-09T21:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435707#M4887</link>
      <description>could try:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;ps -ef | grep swagent&lt;BR /&gt;&lt;BR /&gt;do you have measureware running?&lt;BR /&gt;mwa status&lt;BR /&gt;&lt;BR /&gt;if so, there's a problem between swinstall &amp;amp; mwa.&lt;BR /&gt;mwa stop&lt;BR /&gt;&lt;BR /&gt;restart swagentd&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;swinstall &amp;amp;&lt;BR /&gt;&lt;BR /&gt;after you're done with install, can restart mwa "mwa start"&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2000 21:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435707#M4887</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2000-08-09T21:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435708#M4888</link>
      <description>The info I gave you will get you back to running swinstall and the info Wyan gave you will help you work around the original hang.</description>
      <pubDate>Wed, 09 Aug 2000 21:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435708#M4888</guid>
      <dc:creator>Stacey Rippetoe</dc:creator>
      <dc:date>2000-08-09T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435709#M4889</link>
      <description>could try:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;ps -ef | grep swagent&lt;BR /&gt;&lt;BR /&gt;do you have measureware running?&lt;BR /&gt;mwa status&lt;BR /&gt;&lt;BR /&gt;if so, there's a problem between swinstall &amp;amp; mwa.&lt;BR /&gt;mwa stop&lt;BR /&gt;&lt;BR /&gt;restart swagentd&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;swinstall &amp;amp;&lt;BR /&gt;&lt;BR /&gt;after you're done with install, can restart mwa "mwa start"&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2000 21:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435709#M4889</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2000-08-09T21:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435710#M4890</link>
      <description>when swinstall is kill un gracefully, it tends to leave processes running or more &lt;BR /&gt;frequently a lock file. First use ps -ef |grep sw and make sure there are swinstall,&lt;BR /&gt;swcopy etc processes running, if there are, kill them, if not check for a lock file&lt;BR /&gt;under /var/adm/sw/products/swlock and remove it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stacey</description>
      <pubDate>Wed, 09 Aug 2000 21:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435710#M4890</guid>
      <dc:creator>Stacey Rippetoe</dc:creator>
      <dc:date>2000-08-09T21:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: swintall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435711#M4891</link>
      <description>before you are running swinstall make sure measureware is not up and running. Do see this run command "mwa status".  &lt;BR /&gt;To stop this run command "mwa stop".&lt;BR /&gt;Also make sure the swinstall lock file /var/adm/sw/products/swlock  does not exists. Finally make sure there are no other swinstall process are running. When it crashed, it might have left some process still active on the system. You may have to kill these process. use "/sbin/init.d/swagentd stop" command to stop and "/sbin/init.d/swagentd start" to start the swagent again.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2000 22:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swintall-error/m-p/2435711#M4891</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-09T22:21:04Z</dc:date>
    </item>
  </channel>
</rss>

