Removing maintenance level server updates on Windows
We can remove updates from a server and revert to the previous maintenance level of IBM MQ by using the Windows installer.
Before starting
Important: This task describes how to remove maintenance level updates for an IBM MQ server. For information about how to remove maintenance level updates for an IBM MQ client, see Removing maintenance level client updates on Windows.The server fix pack is for updating installations installed from the server DVD or eImage only and is neither tested nor supported as an update mechanism for updating client installations from the MQC91 IBM MQ Clients SupportPac.
- If we are running on a server with multiple IBM MQ installations, we 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. We must elevate any command or command prompt by selecting Run as Administrator. If we do not, the error AMQ4353 is written in the installation log.
If you applied maintenance to an IBM MQ server, you can restore the server to a previous level of maintenance.
Important: If we installed the server at a particular maintenance level, that is, a Manufacturing Refresh, we cannot restore IBM MQ to an earlier maintenance level.
Procedure
- Log on as an Administrator.
- Stop all applications using the IBM MQ installation.
If we 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 we are updating:
dspmq -o installation -o status dspmq -adspmq -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, we must find another way to force applications to release IBM MQ resources, such as by stopping the applications.
We 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.
Note: Applying maintenance level updates to multi-instance queue managers on UNIX and Linux describes how to apply maintenance to a multi-instance queue manager. A multi-instance queue manager can continue to run on one server, while maintenance is applied to another server.- Stop any listeners associated with the queue managers, using the command:
endmqlsr -m QMgrName
- Stop the IBM MQ service for the installation.
- Right-click the IBM MQ icon in the taskbar > click Stop IBM MQ.
- Remove the maintenance interactively, or silently using a command.
- Interactively:
- For each installation of IBM MQ that has had maintenance applied, we are presented with one of the following icons in the Windows start menu:
- Start > Programs > IBM MQ > Remove Refresh Pack V.R.M.L (installation_name)
- Start > Programs > IBM MQ > Remove Fix Pack V.R.M.L (installation name) where
- V is the version number
- R is the release number
- M is the modification number
- L is the level of modification
- Select the installation we 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=1where name is the name of the installation that we want to remove maintenance from. We can add other properties to the command, as listed in Table 1.
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.LOGIf 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:\BACKUPThe 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, we 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 we 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, we can remove them using Add/Remove programs or Programs and Features from the Control Panel. To remove a maintenance file silently, run the following command:
patch_install_files\_IBM MQ (fix pack V.R.M.L files)_installation\Change IBM MQ (fix pack V.R.M.L files) Installation.exe" -i silentwhere 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 we omit -i silent, the command initiates the Graphical User Interface installer.
What to do next
On a server installation, we 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.
- Log off and log back on again.
- Run the command:
MQ_INSTALLATION_PATH\bin\amqmtbrn.exe -StartupParent topic: Applying and removing maintenance level server updates on Windows
Related tasks
Related information