Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: HQ-147
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: Amanda Hall
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse HQ

FHQ006 - Provide Control Actions to start, stop and restart the container

Created: 04/Sep/09 03:50 PM   Updated: 23/Oct/12 02:43 PM
Component/s: Management Plugin
Affects Version/s: None
Fix Version/s: 4.1

Issue Links:
Linked
 


 Description  « Hide
FROM RRD: The user should have at least the ability to start and stop a container through the use of the Dashboard control actions.

Working asssumption is that we are talking about the SMX container in this requirement.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Eoghan Glynn added a comment - 07/Sep/09 09:34 AM
Note that Karaf (on which SMX is currently being re-based) has useful admin:create, admin:start, admin:stop & admin:destroy commands to help manage the identity of container instances and their lifecycle.

Note also the work done by David Bosschaert to make these Karaf shell commands callable from a shell script:

https://issues.apache.org/jira/browse/FELIX-1547


Paul Taylor added a comment - 08/Sep/09 12:55 PM
See http://fusesource.com/wiki/display/FUSEINT/Control_Actions

Karaf also provides these commands via the MBean AdminServivceMBean. So it should be easy to expose these through the existing mbean server.

The only issue I can see is (experimenting with SMX4 + Kernel but without Karaf) there is no control for the first container started. You must first create a separate instance.


Amanda Hall added a comment - 20/Nov/09 05:48 PM
Can this issue be marked Resolved?

Ulhas Bhole added a comment - 23/Oct/12 02:43 PM
Limitation and not sure if this one is still valid. a container can be stopped with HQ currently but start or restart is impossible as the MBean will go away. Start/Restart can be achived by adding the platform service that would run the script remotely.