此内容没有您所选择的语言版本。
22.6.3. Manually Adding JBoss Data Grid Instances in Library Mode
To add JBoss Data Grid instances to JBoss Operations Network manually, use the following procedure in the JBoss Operations Network interface.
- Select> > > .
- At the bottom of the page, open the drop-down menu next to thesection.
- Selectand click .
- Select the
default
template on the next page. Manually add the JBoss Data Grid instance
- Enter both the JMX connector address of the new JBoss Data Grid instance you want to monitor, and the Cache Manager Mbean object name. For example:Connector Address:
service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:7997/jmxrmi
service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:7997/jmxrmi
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Object Name:
org.infinispan:type=CacheManager,name="<name_of_cache_manager>
org.infinispan:type=CacheManager,name="<name_of_cache_manager>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
The object name remains the same, however the connector address varies depending on the host and the JMX port assigned to the new instance. In this case, instances require the following system properties at start up:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
-Dcom.sun.management.jmxremote.port=7997 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=7997 -Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false