mqiptService (manage the MQIPT service)
Install or uninstall the IBM MQ Internet Pass-Thru (MQIPT) service.
Purpose
Use the mqiptService command to install or uninstall the MQIPT service. The MQIPT service lets you manage and run MQIPT as a Windows service, or as an init.d system service on UNIX and Linux .
Usage notes
We can only install one MQIPT service on a system, even if there is more than one installation of MQIPT on the system.Note: Only the installation of MQIPT that installed the service can be used to remove it. For example, if you have two MQIPT installations, one in /opt/mqipt and one in /usr/local/mqipt, and you run the command /opt/mqipt/bin/mqiptService -install, then only the mqiptService command from the /opt/mqipt installation can subsequently be used to remove the service. Attempting to remove the service using a different installation causes error MQCPE083.On UNIX and Linux, we must run the mqiptService command as root to ensure that we have the authority required to configure services.
On Windows, we must run the mqiptService command from an administrator command prompt to ensure that we have the authority required to configure Windows services.
Syntax on UNIX and Linux
Syntax on Windows
Keywords and parameters
- -install
- Install and register theMQIPT service.
- -remove
- Remove the MQIPT service so that it no longer starts at system boot time.
Return codes
Parent topic: IBM MQ Internet Pass-Thru commands reference
Return code Description 0 Command successful. >0 Command not successful.