If you are running on a server with multiple IBM MQ installations, you must identify the installation. Make
sure that the commands you enter run against the correct installation; see setmqenv.
If User Account Control (UAC) is enabled, the user who does the installation must have
Administrative authority. You must elevate any command or command prompt by selecting Run
as Administrator. If you do not, the error AMQ4353 is written in the
installation log.
About this task
If you applied maintenance to IBM MQ, you can restore
IBM MQ to a previous level of maintenance.
Important: If you installed the server at a particular maintenance level, a
Manufacturing Refresh, you cannot restore IBM MQ to an earlier maintenance level.
Procedure
Log on as an Administrator.
Stop all applications using the IBM MQ
installation.
If you use the Managed File Transfer (MFT) component, ensure that
any MFT agents have finished all of the file transfers that they were engaged in. There should be no
incomplete transfers associated with the agents, and their SYSTEM.FTE.STATE queues should contain no
messages.
End all the activity of queue managers associated with the IBM MQ installation.
Run the dspmq command to list the state of all the queue managers on the
system.
Run either of the following commands from the installation that you are updating:
dspmq -o installation -o status
dspmq -a
dspmq -o installation -o status displays the installation name and status of
queue managers associated with all installations of IBM MQ.
dspmq -a displays the status of active queue managers associated with the
installation from which the command is run.
Use the MQSC command DISPLAY LSSTATUS to list the status of
listeners associated with a queue manager, as shown in the following example:
echo DISPLAY LSSTATUS(*) STATUS | runmqsc QmgrName
Run the endmqm command to stop each running queue manager associated with
this installation.
The endmqm command informs an application that the queue manager
it is connected to is stopping; see Stopping a queue manager.
For the maintenance to proceed, applications must respond to an endmqm command
by disconnecting from the queue manager and releasing any IBM MQ libraries they have loaded. If they do not, you must find
another way to force applications to release IBM MQ
resources, such as by stopping the applications.
You must also stop applications that are using the client libraries that are part of the
installation. Client applications might be connected to a different queue manager, running a
different installation of IBM MQ. The application is not
informed about queue managers in the current installation being shut down.
Any applications that continue to have IBM MQ shared
libraries from the installation loaded prevent you applying IBM MQ maintenance. An application might disconnect from a queue
manager, or be forcibly disconnected, but keep an IBM MQ
shared library loaded.
Select the installation you want to maintain and click Remove to start
the process.
This returns the installation to the state it was in before the maintenance package was
applied.
Silently:
Open an elevated command prompt and enter the following command:
amqicsdn.exe MQPINSTALLATIONNAME= name MQPUNINST=1 MQPSILENT=1
where name is the name of the installation that you want to remove maintenance
from.
You can add other properties to the command, as listed in Table 1.
Table 1. Properties used to install or uninstall a maintenance update
Property
Value
Description
MQPLOG
path\file_name
Pass a valid path to specify the log to be used during
installation/uninstallation, for example MQPLOG=C:\TEMP\UPDATEINSTALL.LOG
If MQPLOG is not specified (which is the case if you start maintenance by
clicking the Apply fix pack n.n.n.n icon in the IBM MQ program group) the log name used by default will be
amqicsdn.txt in your TEMP directory ( %TEMP% ).
MQPINSTALLATIONNAME
Installation name
The name of the installation to maintain. If there is only one installation
(of any level) on the machine, this argument can be safely omitted.
If there is more than one
installation on the machine, amqicsdn.exe checks the value of
MQPINSTALLATIONNAME. If one is not supplied, or the one that is supplied is
unsuitable, then a GUI selection box appears. This selection box provides a list of installations to
which this fix pack is applicable. If none is applicable, then amqicsdn.exe
issues error message AMQ4781 and ends.
MQPBACKUPPATH
path
Specifies the directory to back up into during installation, for example
MQPBACKUPPATH=C:\BACKUP
The directory, and any intermediate directories, you specify must already exist. If any one of
the directories does not already exist, the installation fails.
MQPREBOOT
0|1
Specifies what to do when a reboot is required, for example
MQPREBOOT=1.
If no value is supplied, you are prompted for what to do next.
If MQPREBOOT is set to 0, a reboot is suppressed
If MQPREBOOT is set to 1, the reboots go ahead without prompting.
MQPINUSEOK
0|1
Specifies whether to continue even if a file is found to be currently locked
by another application. If you choose to continue even if a file is locked by another application,
then you must reboot to complete fix pack installation.
If no value is supplied, or if MQPINUSEOK is set to 0, the
installation fails if files are found to be in use by other applications.
If MQPINUSEOK is set to 1, the installation is deferred until
you reboot.
Optional:
If you no longer need the maintenance files that were loaded onto the system before maintenance
was applied, you can remove them using Add/Remove programs or
Programs and Features from the Control Panel.
If you want to remove a maintenance file silently, run the following command:
where patch_install_files is the installation directory where maintenance files are installed.
By default, this directory is C:\Program Files (x86)\IBM\source\WebSphere MQ
V.R.M.L
Notes:
Run the command from outside the directory, otherwise the directory is not removed.
If you omit -i silent, the command initiates the Graphical User Interface
installer.
What to do next
On a server installation, you must restart the IBM MQ
taskbar application manually after the maintenance application completes.
The IBM MQ service is restarted automatically on the
server, but the taskbar application is not restarted for any logged in sessions. Start the taskbar
application in one of three ways:
Start the taskbar application manually from the start menu.