WMQ Administration
WMQ Administration
Topics
Introduction
MQSC commands
Introduction
MQSC commands
MQSC stands for MQSC scripting.
MQSC commands are used to manage queue manager
objects, including queue manager itself, queues, process
definitions, channels, client connection channels,
listeners, services, namelists, cluster and authentication
information objects.
MQSC commands are supplied to queue manager using
command prompt 'runmqsc'
runmqsc
MQSC commands
Verify command
Verify the mqsc commands. But does not run them.
Runmqsc directly
Runs mqsc commands directly on a local queue manger
Runmqsc indirectly
Runs mqsc commands on a remote queue manger.
runmqsc -w 30 <remote queue manager>
MQSC commands
Runmqsc (Contd)
DISPLAY QMGR
DISPLAY QMGR ALL
To display a specific queue manager attribute, name the attribute.
Syntax:
LIKE(EXISITINGQUEUE) +
MAXMSGL(1024)
Syntax:
DISPLAY QLOCAL(*)
Name of the alias queue name and name of target object which it
should point are mandatory arguments.
Eg:-
eg:-
Create a new queue manager cluster using the Create New Cluster
wizard.
Add a queue manager to a cluster using the Add Queue Manager to
Cluster wizard.
Manage the authentication information object, used with Secure Sockets
Layer (SSL) channel security.
Create and delete channel initiators, trigger monitors, and listeners.
Start or stop the command servers, channel initiators, trigger monitors,
and listeners.
Set specific services to start up automatically when a queue manager is
started.
Modify the properties of queue managers.
Change the local default queue manager.
Invoke the ikeyman GUI to manage secure sockets layer (SSL)
certificates, associate certificates with queue managers, and configure
and setup certificate stores (on your local machine only).
Modify the parameters for any service, such as the TCP port number for
a listener, or a channel initiator queue name.
Start or stop the service trace.
Questions??
19
Thank you
20