If I create a new container using create-ssh and the fabric has already been patched, when the created node is setup as a new ActiveMQ broker, the ActiveMQ Tab and JMX statistics are all missing in HawtIO.
Steps:
fabric:create --wait-for-provisioning --verbose --clean --new-user admin --new-user-role admin --new-user-password admin --zookeeper-password passwd --resolver manualip --manual-ip fusefabric1.lab.com
fabric:join --zookeeper-password passwd --resolver manualip --manual-ip fusefabric2.lab.com fusefabric1.lab.com:2181 root2
fabric:join --zookeeper-password passwd --resolver manualip --manual-ip fusefabric2.lab.com fusefabric1.lab.com:2181 root3
fabric:join --zookeeper-password passwd --resolver manualip --manual-ip fusefabric2.lab.com fusefabric1.lab.com:2181 root4
fabric:join --zookeeper-password passwd --resolver manualip --manual-ip fusefabric2.lab.com fusefabric1.lab.com:2181 root5
fabric:ensemble-add root2 root3 root4 root5
Patch fabric to R2 P5
fabric:container-create-ssh --host fusefabric3.lab.com --user root --password password --new-user admin --new-user-password admin --resolver manualip --manual-ip fusefabric3.lab.com amq-broker1
fabric:container-create-ssh --host fusefabric4.lab.com --user root --password password --new-user admin --new-user-password admin --resolver manualip --manual-ip fusefabric4.lab.com amq-broker2
mq-create --version 1.5 --group mattsBrokerNetwork --networks mattsBrokerNetwork --networks-username admin --networks-password admin --kind StandAlone --assign-container amq-broker1 another-broker
Broker creates fine, works fine. Connect with JConsole, org.apache.activemq is there as expected. Go into HawtIO, connect to the container and org.apache.activemq is missing from JMX and the ActiveMQ tab is also missing.
mq-create --version 1.5 --group mattsBrokerNetwork --networks mattsBrokerNetwork --networks-username admin --networks-password admin --kind StandAlone --assign-container root2 good-broker
Creating a broker on an original server which was patched normally and not created through ssh and JMX and ActiveMQ tab are correct and visable in HawtIO.