hp-unix 殭屍程式導致系統崩潰

anycall2010發表於2010-01-23

故障現象:

     作業系統能夠正常執行,能夠PING 通伺服器的IP地址,但是無法通過CRT或者SSH等客戶端軟體登陸本機。使用MP進入後,發現系統已經進入假死狀態。

 

 

修復辦法:

登陸到MP介面後,通過重啟系統,作業系統正常。

 

問題原因:

   由於作業系統SCSI驅動安裝或者作業系統的BUG導致系統產生大量殭屍程式,無法釋放,把系統資源耗盡。

 

解決問題:

 

對系統進行相應補丁安裝或者作業系統修復。

 

問題原因分析:

1、 收集crashinfo資訊,發現含有大量殭屍程式經過統計有3938個殭屍執行緒。

 

    Note: There are 3938 threads in TSZOMB stat !


This count does not include TSDETACHED threads, so there may be more TSZOMB
threads in the thread listing

 

 

809576  3115  5807  852185898 178  6   ZOMB  exit           iswd
809273  2848  5807  852219772 178  0   ZOMB  exit           iswd
809059  2651  5807  852253598 178  4   ZOMB  exit           iswd
808778  2397  5807  852287498 178  2   ZOMB  exit           iswd
808539  2199  5807  852321372 178  0   ZOMB  exit           iswd
808227  1907  5807  852355198 178  2   ZOMB  exit           iswd
807959  1670  5807  852389098 178  0   ZOMB  exit           iswd
807727  1462  5807  852422998 178  2   ZOMB  exit           iswd
807306  1132  5807  852456897 178  6   ZOMB  exit           iswd
807060  906   5807  852490771 178  6   ZOMB  exit           iswd

 

2、 試圖停止ISWD程式

# /sbin/init.d/iscsi stop

# ps -ef|grep iscsi

    root  5823     1  0  Jan 18  ?         0:00 /opt/iscsi/bin/iscsi_resolvd

    root  5825     1  0  Jan 18  ?         0:00 /opt/iscsi/bin/iswd

    root 24817     1  0  Jan 18  ?         0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_iscsi_adapter

    root 17653 17609  0 11:22:44 pts/0     0:00 grep iscsi

# ps -ef|grep iswd

    root  5825     1  0  Jan 18  ?         0:00 /opt/iscsi/bin/iswd

    root 17691 17609  0 11:23:42 pts/0     0:00 grep iswd

root 17675  5825  0 11:23:25 ?         0:00 /opt/iscsi/bin/iswd

 

3、 使用KILL強制殺掉程式也不行

# kill -9 5825

# ps -ef|grep iscsi

    root  5823     1  0  Jan 18  ?         0:00 /opt/iscsi/bin/iscsi_resolvd

    root  5825     1  0  Jan 18  ?         0:00 /opt/iscsi/bin/iswd

    root 24817     1  0  Jan 18  ?         0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_iscsi_adapter

root 17872 17609  1 11:27:23 pts/0     0:00 grep iscsi

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8334342/viewspace-625820/,如需轉載,請註明出處,否則將追究法律責任。

相關文章