Upgrading to version 9.4 by using the command line

You can use the command line interface to upgrade your version 9.3 IBM® MQ Appliance to version 9.4.

Before you begin

You should back up your system before you upgrade, see Back up and restore.

About this task

Follow this procedure to upgrade your appliance to IBM MQ version 9.4.

Procedure

  1. Connect to the IBM MQ Appliance as described in Command line access.
  2. Log in as a user in the administrators group.
  3. Type mqcli to enter IBM MQ configuration mode.
  4. Stop each of your queue managers:
    endmqm queue_manager_name
  5. Upgrade your appliance to the new firmware level:
    boot image accept-license firmware_file
    Where firmware_file is the file that contains the appliance firmware upgrade (see Overview of installing a new level of firmware by using the command line for details on obtaining the file). The appliance restarts.
  6. Restart your queue managers:
    strmqm queue_manager_name
    Where queue_manager_name is the queue manager to restart.