From Tal Nisan <tnisan(a)redhat.com>:
Tal Nisan has submitted this change and it was merged.
Change subject: engine: Support User's JMX invocatio via jconsole
......................................................................
engine: Support User's JMX invocatio via jconsole
The engine exposes the InMemoryLockManager mbean to view, release a
specific lock or clear all of the acquired locks.
In order to access that mbean there is a need to add native management
interface support. That used to be supported by jboss-cli, but since [1]
it is no longer supported.
In order invoke the InMEmeoryLockManager operations using jconsole:
1. Run on the ovirt-engine server:
# $WILDFLY_HOME/bin/jconsole.sh
2. Fill the following details:
* Remote Process Url: service:jmx:remote://localhost:8707
* Username: admin@internal
* Password: *****
The username should be the as the once used to connect with jboss-cli.
[1]
https://issues.jboss.org/browse/PRODMGT-425
Change-Id: Ide95988516485c5eeb02ed34e7ec534cf5cf4dd8
Bug-Url:
https://bugzilla.redhat.com/1421962
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M packaging/services/ovirt-engine/ovirt-engine.xml.in
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
Jenkins CI: Passed CI tests
Moti Asayag: Verified
--
To view, visit
https://gerrit.ovirt.org/72316
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ide95988516485c5eeb02ed34e7ec534cf5cf4dd8
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.1
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>