Channels intermittently go into a status of INITIALIZING - Middleware News
You see that intermittently your channels go into a status of INITIALIZING. To resolve the problem, you have to end the queue manager and IPL the system.
Symptom
You receive RC2071: 2071 0x00000817 MQRC_STORAGE_NOT_AVAILABLE
FDC has the following information:
Probe Id :- ZX010020
Application Name :- MQM
Component :- zxcCreateParmFile
Program Name :- AMQZXMA0 QMQM
Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC
Minor Errorcode :- OK
Probe Type :- MSGAMQ6119
Probe Severity :- 2
Probe Description :- AMQ6119: An internal MQSeries error
has occurred(The value specified for the argument is not
correct.: fopen:
/QIBM/UserData/mqm/qmgrs/QM_DBQFMSP1/startprm/ip5684:)
Comment1:- The value specified for the argument
is not correct.: fopen: /Q
Cause
The existence of ip## files in the startprm directory. It appears the ip## file
was orphaned by either a shutdown that did not end cleanly, or by a job that abended.
Resolving the problem
To resolve the WMQ concern, stop all channels and use the RMVLNK command to delete the ip## object(s). After the ip## objects have been deleted you should be able to restart the channels.
Additional information
The purposes of the ip* files:
When the execution controller (AMQZXMA0) starts an agent for an application, it needs to pass more parameters than are shown on the agent's command line, so, the EC writes them to a file in the queue manager's 'startprm' subdirectory called 'ip##' (where the ## starts at one and increases by one). It contains all of the agent's parameters. The agent is then started and given the name of it's initialization parameter file on the command line, which it opens, reads, and deletes.
Note: Originally the enduser encountered the problem when they attempted to rename the ip## object under the startprm sub-directory. They received messages MCH3402, CPDA1CC and CPFA0A2. This indicates a possible problem in the Integrated file system, and should be reported to the Rochester Support Team.
You see that intermittently your channels go into a status of INITIALIZING. To resolve the problem, you have to end the queue manager and IPL the system.
Symptom
You receive RC2071: 2071 0x00000817 MQRC_STORAGE_NOT_AVAILABLE
FDC has the following information:
Probe Id :- ZX010020
Application Name :- MQM
Component :- zxcCreateParmFile
Program Name :- AMQZXMA0 QMQM
Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC
Minor Errorcode :- OK
Probe Type :- MSGAMQ6119
Probe Severity :- 2
Probe Description :- AMQ6119: An internal MQSeries error
has occurred(The value specified for the argument is not
correct.: fopen:
/QIBM/UserData/mqm/qmgrs/QM_DBQFMSP1/startprm/ip5684:)
Comment1:- The value specified for the argument
is not correct.: fopen: /Q
Cause
The existence of ip## files in the startprm directory. It appears the ip## file
was orphaned by either a shutdown that did not end cleanly, or by a job that abended.
Resolving the problem
To resolve the WMQ concern, stop all channels and use the RMVLNK command to delete the ip## object(s). After the ip## objects have been deleted you should be able to restart the channels.
Additional information
The purposes of the ip* files:
When the execution controller (AMQZXMA0) starts an agent for an application, it needs to pass more parameters than are shown on the agent's command line, so, the EC writes them to a file in the queue manager's 'startprm' subdirectory called 'ip##' (where the ## starts at one and increases by one). It contains all of the agent's parameters. The agent is then started and given the name of it's initialization parameter file on the command line, which it opens, reads, and deletes.
Note: Originally the enduser encountered the problem when they attempted to rename the ip## object under the startprm sub-directory. They received messages MCH3402, CPDA1CC and CPFA0A2. This indicates a possible problem in the Integrated file system, and should be reported to the Rochester Support Team.
Comments
Post a Comment