某客戶CICS WLM集群生產環境,生產環境, 災備演練前,查看WLM的運行狀態如下:
[csp-cics2/#]cicswlmstat
BHG3963I 09/05/18 10:48:39 WLM status and routing status
HOST-NAME WLM-NODE STATUS SELECTION NORMAL ABEND
Info-not-available CSPSAR11 Region-Running 0 0 0
Info-not-available CSPSAR21 Region-Running 0 0 0
Info-not-available CSPSAR12 Region-Running 0 0 0
Info-not-available CSPSAR13 Region-Running 0 0 0
Info-not-available CSPSAR22 Region-Running 0 0 0
Info-not-available CSPSAR23 Region-Running 0 0 0
Info-not-available CSPSAR14 Region-Running 0 0 0
Info-not-available CSPSAR15 Region-Running 0 0 0
Info-not-available CSPSAR24 Region-Running 0 0 0
Info-not-available CSPSAR25 Region-Running 0 0 0
災備演練後,查看WLM的運行狀態如下:
[csp-cics2/#]cicswlmstat
BHG3963I 09/09/18 04:59:13 WLM status and routing status
HOST-NAME WLM-NODE STATUS SELECTION NORMAL ABEND
csp-cics1 CSPSAR11 Region-Running 0 0 0
csp-cics2 CSPSAR21 Region-Running 0 0 0
csp-cics2 CICSCSPS Region-Running 0 0 0
就是wlm的運行狀態,在災備演練前後,不一致。 但現在生產環境的業務一切正常。
產生如此奇怪的問題,一時不得其解,最後求助IBM 同事和IBM實驗室,IBM同事回復如下 :
幾個方面:
1. cicswlmstat 本身在XXX(某客戶)的架構下就有問題,cicswlmstat單機只支持一個wap,也就是第一個啟動的wap。但是XXX(某客戶)的架構里一台機有五個。所以本身通過cicswlmstat就有局限性,其狀態不能確保一定會返回正確信息。這個問題當時在建設期應該有溝通。
2.附件中演練後檢查並沒有檢查CTG cicscli的輸出,COR判斷AOR的狀態時,是需要CTG啟動中。(這裡補充一點,事實上CICSCLI的輸出,所有cics region對應的ctg客戶端都啟動正常 ,都提示可用)
3.WLM不工作時,COR會將請求只分發至第一個AOR,所以業務功能方面無論如何都不會受到影響,除非一個AOR都沒有。
最後求助IBM 實驗室,IBM實驗室的回復如下:
Initially CICSWLMSTAT will try to fetch the region related information
from WCM. If WCM cache is empty, it will try to get the information
from WAP. WAP will be having global data related to all the plex.
This might have caused printing all the regions as output of
cicswlmstat.
When the regions are restarted and cicswlmstat command is issued the
WCM is loaded properly and it is able to fetch the information related
to region.
看這個意思,應該是CICSWLM第一次啟動時候,因為WCM CACHE是空的,所以,就將PLEX的全局數據輸出來,這就可能是輸出全部REGION信息的原因。而當第二次重啟時候,CICSWLMSTATS就只輸出 當前機器的REGION信息。
“Info-not-available” is seen when cicswlmstat is not able to retrieve
the information of hostname from wcm/wap.
This may be due to unsuccessful load of wcl or wap.
This will not have any impact on customer environment.
Kindly ask customer to check the scenario/conditions if the issue
occurs again.
看這個意思, Info-not-available 是代表cicswlmstat第一次啟動是不能從WCM/WAP讀取HOSTNAME信息。這個可能是當時,沒有正確載入WCL 或者WAP。但這個都不會影晌到當前客戶環境,也就是不會影晌到客戶的業務應用。
以下文章點擊率最高
Loading…