478 Installing WebSphere Studio Application Monitor V3.1
ii. Change this by adding a new line:
-Dnodeauth.ip=$NODE_IP \
-Djava.rmi.server.hostname=<fully qualified host name of MS, for example
ms.rbos.com> \
com.cyanea.kernel.util.KernelManager start ${KERNEL_NAME} &
c. For the klctl.sh script:
i. Look for the following lines in klctl.sh:
-Dproperties.filename=${KERNEL_PROPERTIES} \
com.cyanea.kernel.util.KernelManager start ${KERNEL_NAME} &
ii. Change this by adding a new line:
-Dproperties.filename=${KERNEL_PROPERTIES} \
-Djava.rmi.server.hostname=<fully qualified host name of MS, for example
ms.cust.com> \
com.cyanea.kernel.util.KernelManager start ${KERNEL_NAME} &
Changes on the Data Collector machine
On the Data Collector machine:
Make sure that ...