Home
Installing the extended transactional function
This section describes how to install the extended transactional function using the swinstall command.
Before you attempt to install the extended transactional function, end all WebSphere MQ activity on your system by stopping any of the following that might be running:
- WebSphere MQ applications
- Queue managers and their associated listeners
To install the extended transactional function, follow this procedure:
- Log in as root.
- Insert the WebSphere MQ Extended Transactional Clients CD-ROM into the CD-ROM drive and mount it on /cdrom, or a directory of your choice. If you use a different directory, remember to use the name of that directory, instead of /cdrom, in the instructions that follow.
To mount the CD-ROM on /cdrom, follow this procedure:
- Enter
cd /usr/sbin
- Enter
pfs_mountd &
- Enter
pfsd 4 &
- Enter
pfs_mount -o xlat=unix /<path to CD-ROM device> /cdrom
- Run the mqlicense.sh script by entering the following command:
/cdrom/hpux11/mqlicense.shTo view the license in a format that can be read by a screen reader, enter the following command instead:
/cdrom/hpux11/mqlicense.sh -text_onlyThe license is displayed. If you accept the license, we can continue the installation. If you do not accept the license, we cannot continue.
- To start the installation process, enter the following command:
swinstall -s /cdrom/hpux11/mqs530.v11 MQSERIES.MQM-TXCLIENTThe installation now runs to completion.
Home