<?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: swinstall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013554#M129103</link>
    <description>/sbin/init.d/swagentd -r &lt;BR /&gt;&lt;BR /&gt;Restarting the daemon almost always fixes these kind of problems.&lt;BR /&gt;&lt;BR /&gt;The swagent log will also have an erorr message with the exact location of the lock file.&lt;BR /&gt;&lt;BR /&gt;Lastly:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep swinstall&lt;BR /&gt;&lt;BR /&gt;Make sure all those processes are really dead and not trying to finish on auto pilot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 02 Jul 2003 13:22:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-02T13:22:06Z</dc:date>
    <item>
      <title>swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013553#M129102</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I try to install some sw-packages. swinstall returns following error when selecting the target:&lt;BR /&gt;&lt;BR /&gt;"vwsapuwk:/":  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;I probably stopped (ctrl-c) the last installsession. I believe somewhere there is a "lock-file" which now keeps something locked.&lt;BR /&gt;&lt;BR /&gt;My question is : Does somebody know whether the above is true, and which file the lock-file is,(so I can remove it)? &lt;BR /&gt;&lt;BR /&gt;If you need any more information, don't hesitate to ask for more information.&lt;BR /&gt;&lt;BR /&gt;Best Ragards&lt;BR /&gt;Martijn</description>
      <pubDate>Wed, 02 Jul 2003 13:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013553#M129102</guid>
      <dc:creator>Martijn Bos_1</dc:creator>
      <dc:date>2003-07-02T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013554#M129103</link>
      <description>/sbin/init.d/swagentd -r &lt;BR /&gt;&lt;BR /&gt;Restarting the daemon almost always fixes these kind of problems.&lt;BR /&gt;&lt;BR /&gt;The swagent log will also have an erorr message with the exact location of the lock file.&lt;BR /&gt;&lt;BR /&gt;Lastly:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep swinstall&lt;BR /&gt;&lt;BR /&gt;Make sure all those processes are really dead and not trying to finish on auto pilot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Jul 2003 13:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013554#M129103</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-02T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013555#M129104</link>
      <description>Martijn,&lt;BR /&gt;&lt;BR /&gt;Try stopping and restarting the swagentd:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013555#M129104</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-02T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013556#M129105</link>
      <description>The general cure for this is (as root):&lt;BR /&gt;&lt;BR /&gt;0) Exit any swinstall sessions&lt;BR /&gt;1) cd /sbin/init.d&lt;BR /&gt;2) ./swagentd stop&lt;BR /&gt;   ./swagentd start&lt;BR /&gt;&lt;BR /&gt;You should be good to go.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013556#M129105</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-02T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013557#M129106</link>
      <description>Martijn,&lt;BR /&gt;  Restarting the swagentd will be the solution.&lt;BR /&gt;&lt;BR /&gt;  During the analysis phase swinstall tries to get a read lock.  If not then the analysis phase fails.&lt;BR /&gt;  check for /var/adm/sw/products/swlock.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013557#M129106</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-07-02T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013558#M129107</link>
      <description>look for any process running related to swinstall, by ps -ef |grep sw&lt;BR /&gt;&lt;BR /&gt;If no other swinstall /swremove  is running then you will only see  swagentd -r process. &lt;BR /&gt;If you see any othe process with sw then kill it and restart swagent agent the way it mentioned above post.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013558#M129107</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-02T13:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013559#M129108</link>
      <description>And........ the swlock file should be in &lt;BR /&gt;var/adm/sw/products/swlock &lt;BR /&gt;/var/spool/sw/catalog/swlock &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 02 Jul 2003 13:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013559#M129108</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-02T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013560#M129109</link>
      <description>Thanx to all of you.&lt;BR /&gt;&lt;BR /&gt;I'm amazed by the speed you HP-guys react.&lt;BR /&gt;(I'm mainly working on AIX :-)    )&lt;BR /&gt;&lt;BR /&gt;tnx.&lt;BR /&gt;Martijn Bos</description>
      <pubDate>Wed, 02 Jul 2003 14:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013560#M129109</guid>
      <dc:creator>Martijn Bos_1</dc:creator>
      <dc:date>2003-07-02T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013561#M129110</link>
      <description>Removing the lock files did the trick.&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 14:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall/m-p/3013561#M129110</guid>
      <dc:creator>Martijn Bos_1</dc:creator>
      <dc:date>2003-07-02T14:23:02Z</dc:date>
    </item>
  </channel>
</rss>

