WebSphere MQ System Administration I for Distributed Platforms (Course Code MQ15) Instructor Guide ERC 7.0 IBM
UMTSDescrição completa
UMTSFull description
UMTS
UMTS
It the most recent & latest dump of IBM WebSphere MQ V7.0 System Administration Examination available(exam code: 000-374). I have qualified this exam in Jan 2012. Total questions: 111
moshell moshcommands
IBM websphere MQ tutorial
Full description
Full description
Full description
Descripción completa
MQ COMMANDS
REFRESH
RESET
CLUSTER
CHANNE L CLUSTER
SECURITY
RESOLV E CHANNEL
RESUME
START
STOP
SUSPEND
QMGR CLUSTER QMGR CLUSNL
CHANNEL
CHANNEL
QMGR CLUSTER
CHINIT
LISTENER
QMGR CLUSNL
LISTENER SERVICE
SERVICE CONN
QMGR
Description To Display mq version To Display all MQ's To create a queue manager To Start a Queue Mgr TO To Start a QMgr automatically when os starts Disable QMgr starting automatically Normal shutdown Immediate Shutdown
To Display information about a specific QMGR To enterinto a queumanager or runmqsc mode To come out or exit RUNMQSC mode To put a msg in queue (Shud be out of RUNMQSC cmd mode) To get or read a msg from queue To Publish a topic onto a queue manager To Subsribe a topic from a queue Display Command Server status on a QMgr START/Stop Command server Run the command server Queue Commands To subscribe to a topic onto a queue manager
$ DSPMQ -M qmgrname
To Display Queue properties To Display queue status To alter/change queue properties
$ DISPLAY QL('ql1') $ DISPLAY QSTATUS('lq1') TYPE(QUEUE) ALL ALTER QUEUETYPE PUT(ENABLED) $ ALTER QL('ql1') PUT(ENABLED) ALTER QUEUETYPE< queuename> PUT(ENABLED) GET (DISABLED) MAXDEPTH(max no.of msgs) $ ALTER QL('ql1') PUT(ENABLED) GET(DISABLED) MAXDEPTh(10) $ MQRC 2085 $ DEFINE QALIAS('aliasqueuename') TARGET('targetqueuename') $ DEFINE QR(QMGR1.RQ) RNAME(QMGR2.LQ)
To alter multiple queue properties at a time
To display mq reason codes To Create alias queue go to runmqsc mode To Create a Remote Queue
To clear local queues (Note: clear command will work only on local queues) Display Current Queue Depth To browse or display a msg Inactivate the channel Display channel Status Start channel Stop Channel Define Sender chanel Define Receiver Channel Resolve channel Reset channel (sdr channel only) Create a listener Start the listener Display listener status Open MQ Browser
25. What is the command used for stopping the Queue manager? $ endmqm -w QMName The command waits until all applications have stopped and the queue manager has ended.
$ endmqm –i QMName This type of shutdown does not wait for applications to disconnect from the queue manager.