DID you know ? There is a workaround to monitor node manager in Grid Cotnrol
Hello everyone
As you probably know there are no explicit capabilities in GC 10.2.0.5 to monitor the node manager, meaning it is not a monitorable target. But since it is a java process you could try using the generic JVM monitoring feature in GC.
If you want to try using the JVM monitoring:
1. Enable remote JMX in the node manager process by adding the following to the startup script
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
2. Go to the agent home page and add a JVM target.
As you probably know there are no explicit capabilities in GC 10.2.0.5 to monitor the node manager, meaning it is not a monitorable target. But since it is a java process you could try using the generic JVM monitoring feature in GC.
If you want to try using the JVM monitoring:
1. Enable remote JMX in the node manager process by adding the following to the startup script
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
2. Go to the agent home page and add a JVM target.
0