MQ Power Pack - Unable to start clean
search cancel

MQ Power Pack - Unable to start clean

book

Article ID: 111134

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction

We are unable to start the MQ power pack cleaning. when I start the MQ power pack, the control does not come out of the start shell. [[email protected] MQMonitor]$ ./startMQMonitor.sh

Environment

Release:
Component: APMISP

Resolution

modified "startMQMonitor.sh" script file.

added the following nohup and & to the command in the script file.

nohup "$JAVA_HOME"/bin/java ....... & 

Full command example: 

nohup "$JAVA_HOME"/bin/java -Xms64m -Xmx512m -cp $CLASSPATH -Dcom.wily.introscope.agentProfile=./properties/IntroscopeAgent.profile -DProperties=./properties/ com.wily.powerpack.websphereMQ.agent.MQMonitor.MQMonitor &