-
1. Re: RHQ 4.10 on Windows without using service
jayshaughnessy Apr 22, 2014 4:32 PM (in response to raylite3)1 of 1 people found this helpfulThe '> rhqctl install' is the de-facto install mechanism and on Windows it installs all three components as services. I'd recommend you just do this on each machine, but if you're heart is set on creating some sort of replicable image then maybe what you could do is this... On an initial system perform the standard rhqctl install. Although this will create services you don't necessarily have to run them that way. You can run the rhqctl console command to run storage and server. The agent can run similarly via <RHQ_AGENT_HOME>\bin\rhq-agent.(sh|bat).
Then you'd replicate the installation's top level umbrella directory. Remember that you need to replicate the rhq-data directory as well, for the storage node data. And then run everything in console mode on the replicated systems.
I'm not positive what I describe will work but you can give it a try.
-
2. Re: RHQ 4.10 on Windows without using service
raylite3 Apr 23, 2014 9:26 PM (in response to jayshaughnessy)Thanks but when I start with the console and then shut it down using ctrl-c, it leaves the cassandra daemon running.
I will consider using the defacto 'rhqctl install' mechanism.