<?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: not able to kill iswd process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404547#M352136</link>
    <description>Thanks to All for ur reply,&lt;BR /&gt;&lt;BR /&gt;Still i couldn't kill iswd process.&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep iswd&lt;BR /&gt;    root  1225     1  0  Apr 14  ?         0:00 /opt/iscsi/bin/iswd&lt;BR /&gt;bash-3.2#&lt;BR /&gt;bash-3.2# kill -9 1225&lt;BR /&gt;bash-3.2# ps -ef | grep iswd&lt;BR /&gt;    root  1225     1  0  Apr 14  ?         0:00 /opt/iscsi/bin/iswd&lt;BR /&gt;    root 25630 25625  0 22:30:25 pts/1     0:00 grep iswd.&lt;BR /&gt;&lt;BR /&gt;Is there any need to start/stop iscsi service to discover the iSCSI volumes.??&lt;BR /&gt;&lt;BR /&gt;I am using below steps to discover iSCSI volumes. &lt;BR /&gt;&lt;BR /&gt;iscsiutil -a -I 172.31.146.65 -P 3260&lt;BR /&gt;iscsiutil -p -D&lt;BR /&gt;ioscan -H 255&lt;BR /&gt;insf -H 255&lt;BR /&gt;iscsiutil -p -O&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;then i check iscsiutil -p -S.&lt;BR /&gt;device session state is showing online for some time and get offline.&lt;BR /&gt;&lt;BR /&gt;when i mount the iSCSI volume on mount point, device session state is showing online untill i umount the volume.&lt;BR /&gt;&lt;BR /&gt;Is that the expected behaviour??&lt;BR /&gt;&lt;BR /&gt;Also let me know the steps to undiscover iSCSI volumes on HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Wed, 22 Apr 2009 05:36:54 GMT</pubDate>
    <dc:creator>Prashant Bhushan</dc:creator>
    <dc:date>2009-04-22T05:36:54Z</dc:date>
    <item>
      <title>not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404543#M352132</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I am getting below warning message while starting iSCSI daemon.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/iscsi start&lt;BR /&gt;&lt;BR /&gt;WARNING: Could not kill "iswd" process.&lt;BR /&gt;&lt;BR /&gt;How to kill that iswd process? Using kill process_id didn't work.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 05:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404543#M352132</guid>
      <dc:creator>Prashant Bhushan</dc:creator>
      <dc:date>2009-04-21T05:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404544#M352133</link>
      <description>Hello Prashant,&lt;BR /&gt;this link having good information, please go through it,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/T1452-90012/ch06s03.html" target="_blank"&gt;http://www.docs.hp.com/en/T1452-90012/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 05:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404544#M352133</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-04-21T05:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404545#M352134</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;If a target device cannot be seen from the HP-UX host, verify that the iswd daemon is alive by executing&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep iswd&lt;BR /&gt;&lt;BR /&gt;It will appear pid of iswd...(xxxx). Then kill the process with the following command:&lt;BR /&gt;&lt;BR /&gt;kill -9 (xxxx)&lt;BR /&gt;&lt;BR /&gt;If the iswd daemon is not alive, restart the daemon and re-issue an ioscan by executing&lt;BR /&gt;&lt;BR /&gt;# /opt/iscsi/bin/iswd&lt;BR /&gt;# /usr/sbin/ioscan -NH 64000&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Tue, 21 Apr 2009 07:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404545#M352134</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-04-21T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404546#M352135</link>
      <description>Hello Prashant &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sometime the pid is mentioned in /tmp/&lt;FILE_NAME&gt; file or some other file find and remove that file and then try .....&lt;BR /&gt;&lt;BR /&gt;you can also try to stop it first and then start &lt;BR /&gt;&lt;BR /&gt;also try to grep pid vai ps -ef command and use can use kill command after words &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Ashish&lt;/FILE_NAME&gt;</description>
      <pubDate>Tue, 21 Apr 2009 13:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404546#M352135</guid>
      <dc:creator>Ashish Parashar</dc:creator>
      <dc:date>2009-04-21T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404547#M352136</link>
      <description>Thanks to All for ur reply,&lt;BR /&gt;&lt;BR /&gt;Still i couldn't kill iswd process.&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep iswd&lt;BR /&gt;    root  1225     1  0  Apr 14  ?         0:00 /opt/iscsi/bin/iswd&lt;BR /&gt;bash-3.2#&lt;BR /&gt;bash-3.2# kill -9 1225&lt;BR /&gt;bash-3.2# ps -ef | grep iswd&lt;BR /&gt;    root  1225     1  0  Apr 14  ?         0:00 /opt/iscsi/bin/iswd&lt;BR /&gt;    root 25630 25625  0 22:30:25 pts/1     0:00 grep iswd.&lt;BR /&gt;&lt;BR /&gt;Is there any need to start/stop iscsi service to discover the iSCSI volumes.??&lt;BR /&gt;&lt;BR /&gt;I am using below steps to discover iSCSI volumes. &lt;BR /&gt;&lt;BR /&gt;iscsiutil -a -I 172.31.146.65 -P 3260&lt;BR /&gt;iscsiutil -p -D&lt;BR /&gt;ioscan -H 255&lt;BR /&gt;insf -H 255&lt;BR /&gt;iscsiutil -p -O&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;then i check iscsiutil -p -S.&lt;BR /&gt;device session state is showing online for some time and get offline.&lt;BR /&gt;&lt;BR /&gt;when i mount the iSCSI volume on mount point, device session state is showing online untill i umount the volume.&lt;BR /&gt;&lt;BR /&gt;Is that the expected behaviour??&lt;BR /&gt;&lt;BR /&gt;Also let me know the steps to undiscover iSCSI volumes on HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 22 Apr 2009 05:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404547#M352136</guid>
      <dc:creator>Prashant Bhushan</dc:creator>
      <dc:date>2009-04-22T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404548#M352137</link>
      <description>&amp;gt;Still I couldn't kill iswd process.&lt;BR /&gt;&lt;BR /&gt;If kill -9 didn't work it is probably hung on I/O.</description>
      <pubDate>Wed, 22 Apr 2009 06:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404548#M352137</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-22T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: not able to kill iswd process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404549#M352138</link>
      <description>Hello Prashant,&lt;BR /&gt;&lt;BR /&gt;looks iswd Process hang,&lt;BR /&gt;&lt;BR /&gt;can you try to stop and start with below.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/iscsi stop&lt;BR /&gt;/sbin/init.d/iscsi start&lt;BR /&gt;&lt;BR /&gt;if still cant then you may need to reboot your unix box,</description>
      <pubDate>Wed, 22 Apr 2009 07:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-kill-iswd-process/m-p/4404549#M352138</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-04-22T07:48:33Z</dc:date>
    </item>
  </channel>
</rss>

