Common questions

How do I use Runmqsc commands?

Contents

How do I use Runmqsc commands?

The runmqsc command takes its input from stdin . When the commands are processed, the results and a summary are put into a report that is sent to stdout . By taking stdin from the keyboard, you can enter MQSC commands interactively. Alternatively, you can redirect stdin from a text file.

What are Mqsc commands?

MQSC commands enable you to perform administration tasks, for example defining, altering, or deleting a local queue object. MQSC commands and their syntax are described in the MQSC reference. You must use the runmqsc command from the installation associated with the queue manager that you are working with.

How do I exit Runmqsc?

To exit the IBM MQ administration mode, enter exit on the command line. To stop the runmqsc command, use the end command. You can also use the exit or the quit command.

How do I run a script in Mqsc?

Procedure

  1. Create a text file that contains the MQSC commands that you want to run. For portability among IBM MQ environments, limit the line length in MQSC command files to 72 characters.
  2. Verify that the command syntax is correct on a local queue manager without running the commands.
  3. When you use the runmqsc command:

How do I read MQ logs?

Viewing queue manager error log files by using the command line

  1. Enter the IBM® MQ administration mode by entering the following command: mqcli.
  2. Choose which queue manager error log file to view:
  3. Optional: Exit the IBM MQ administration mode by entering the following command:

How do I open an MQ console?

The default URL to access the IBM MQ Console is https://localhost:9443/ibmmq/console . If the HTTP host or port is changed from the default, or if the HTTP port is enabled, you can determine the URL by using the dspmqweb command.

How do I create a Mqsc file?

Running MQSC commands from text files

  1. To redirect stdin from a text file, first create a text file containing the MQSC commands using your usual text editor, and then run the runmqsc command.
  2. When you use the runmqsc command, use the redirection operators.

How do I check my queue depth?

To identify the storage device queue depth:

  1. Run the esxtop command in the service console of the ESX host or the ESXi shell (Tech Support mode).
  2. Press u.
  3. Press f and select Queue Stats.
  4. The value listed under DQLEN is the queue depth of the storage device.

How do I check my MQ queue depth?

How do I query the WebSphere MQ queue depth, messages on queues, or queues?

  1. Log on as user fmc (when using a default installation)
  2. Start the FMCQM queue manager (“strmqm FMCQM”)
  3. Run the command processor (“runmqsc FMCQM”)
  4. Enter “dis ql (RTSINPUTQ) all” (shows the amount of elements in the fmcemain input queue)

How do I create a sender channel in MQ?

On the sending queue manager QM_ORANGE, create the sender end of the channel: Expand the queue manager QM_ORANGE that you created earlier. Right-click the Channels folder, then click New > Sender Channel. The New Sender Channel wizard opens.