Posted: Wed Jul 27, 2011 6:44 am Post subject: mqsicvp flags do not work
Chevalier
Joined: 18 Aug 2009 Posts: 403
In short, I cant get the mqsicvp flags to work properly.
I can get it to work in its default form:
Code:
-bash-3.2$ mqsicvp WQM1
BIP8873I: Starting the component verification for component 'WQM1'.
BIP8876I: Starting the environment verification for component 'WQM1'.
BIP8894I: Verification passed for 'Registry'.
BIP8894I: Verification passed for 'MQSI_REGISTRY'.
BIP8894I: Verification passed for 'Java Version'.
BIP8894I: Verification passed for 'MQSI_FILEPATH'.
BIP8878I: The environment verification for component 'WQM1' has finished successfully.
BIP8882I: Starting the WebSphere MQ verification for component 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.ADMIN.QUEUE' on queue manager 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.EXECUTIONGROUP.QUEUE' on queue manager 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' on queue manager 'WQM1'.
BIP8884I: The WebSphere MQ verification for component 'WQM1' has finished successfully.
BIP8874I: The component verification for 'WQM1' has finished successfully.
BIP8071I: Successful command completion.
BIP8001E: Unknown flag 'n' selected.
When using this command interface the user should only select the supported flags.
Correct and reissue the command.
Is this because I am using bash ? 'mqsicvp' appears to be an executable file.
[ODBC]
;# To turn on ODBC trace set Trace=1
Trace=1
;#TraceOptions=3
TraceFile=/tmp/odbc/odbctrace.out
TraceDll=/opt/ibm/mqsi/7.0/ODBC64/V6.0/lib/odbctrac.so
InstallDir=/opt/ibm/mqsi/7.0/ODBC64/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8
-bash-3.2$
-bash-3.2$
-bash-3.2$ mqsilist
BIP1285I: Broker 'WQM1' on queue manager 'WQM1' is stopped.
BIP8071I: Successful command completion.
-bash-3.2$
-bash-3.2$
-bash-3.2$ mqsicvp WQM1
BIP8873I: Starting the component verification for component 'WQM1'.
BIP8876I: Starting the environment verification for component 'WQM1'.
BIP8894I: Verification passed for 'Registry'.
BIP8894I: Verification passed for 'MQSI_REGISTRY'.
BIP8894I: Verification passed for 'Java Version'.
BIP8894I: Verification passed for 'MQSI_FILEPATH'.
BIP8878I: The environment verification for component 'WQM1' has finished successfully.
BIP8882I: Starting the WebSphere MQ verification for component 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.ADMIN.QUEUE' on queue manager 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.EXECUTIONGROUP.QUEUE' on queue manager 'WQM1'.
BIP8886I: Verification passed for queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' on queue manager 'WQM1'.
BIP8884I: The WebSphere MQ verification for component 'WQM1' has finished successfully.
BIP8874I: The component verification for 'WQM1' has finished successfully.
BIP8071I: Successful command completion.
-bash-3.2$
-bash-3.2$
-bash-3.2$ mqsicvp WQM1 -n IPC -u db2inst1 -p db2inst1
BIP8872W: Verifies a broker.
Syntax:
mqsicvp brokerName
Command Options:
'brokerName' name of the broker
BIP8001E: Unknown flag 'n' selected.
When using this command interface the user should only select the supported flags.
Correct and reissue the command.
-bash-3.2$
-bash-3.2$
-bash-3.2$ mqsicvp
BIP8872W: Verifies a broker.
Syntax:
mqsicvp brokerName
Command Options:
'brokerName' name of the broker
BIP8007E: Mandatory argument missing.
When using this command interface the user should supply the mandatory argument.
Correct and reissue the command.
-bash-3.2$
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum