- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- not able to kill iswd process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2009 10:45 PM
04-20-2009 10:45 PM
not able to kill iswd process
I am getting below warning message while starting iSCSI daemon.
# /sbin/init.d/iscsi start
WARNING: Could not kill "iswd" process.
How to kill that iswd process? Using kill process_id didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2009 10:57 PM
04-20-2009 10:57 PM
Re: not able to kill iswd process
this link having good information, please go through it,
http://www.docs.hp.com/en/T1452-90012/ch06s03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 12:26 AM
04-21-2009 12:26 AM
Re: not able to kill iswd process
If a target device cannot be seen from the HP-UX host, verify that the iswd daemon is alive by executing
# ps -ef | grep iswd
It will appear pid of iswd...(xxxx). Then kill the process with the following command:
kill -9 (xxxx)
If the iswd daemon is not alive, restart the daemon and re-issue an ioscan by executing
# /opt/iscsi/bin/iswd
# /usr/sbin/ioscan -NH 64000
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 06:09 AM
04-21-2009 06:09 AM
Re: not able to kill iswd process
Sometime the pid is mentioned in /tmp/
you can also try to stop it first and then start
also try to grep pid vai ps -ef command and use can use kill command after words
Regards
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 10:36 PM
04-21-2009 10:36 PM
Re: not able to kill iswd process
Still i couldn't kill iswd process.
# ps -ef | grep iswd
root 1225 1 0 Apr 14 ? 0:00 /opt/iscsi/bin/iswd
bash-3.2#
bash-3.2# kill -9 1225
bash-3.2# ps -ef | grep iswd
root 1225 1 0 Apr 14 ? 0:00 /opt/iscsi/bin/iswd
root 25630 25625 0 22:30:25 pts/1 0:00 grep iswd.
Is there any need to start/stop iscsi service to discover the iSCSI volumes.??
I am using below steps to discover iSCSI volumes.
iscsiutil -a -I 172.31.146.65 -P 3260
iscsiutil -p -D
ioscan -H 255
insf -H 255
iscsiutil -p -O
ioscan -fnC disk
then i check iscsiutil -p -S.
device session state is showing online for some time and get offline.
when i mount the iSCSI volume on mount point, device session state is showing online untill i umount the volume.
Is that the expected behaviour??
Also let me know the steps to undiscover iSCSI volumes on HP-UX.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 11:57 PM
04-21-2009 11:57 PM
Re: not able to kill iswd process
If kill -9 didn't work it is probably hung on I/O.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2009 12:48 AM
04-22-2009 12:48 AM
Re: not able to kill iswd process
looks iswd Process hang,
can you try to stop and start with below.
/sbin/init.d/iscsi stop
/sbin/init.d/iscsi start
if still cant then you may need to reboot your unix box,