Created attachment 810030 [details] windows_rhqctl_install.log Description of problem: unable to install storage service on windows 2008 Version-Release number of selected component (if applicable): jon 3.2 er3 How reproducible: always (was able to install storage only once with er3) Steps to Reproduce: 1. unzip jon 3.2 er3 2. run rhqctl.bat install 3. Actual results: storage service not installed, server service cannot be installed without storage -> http://pastebin.test.redhat.com/169221 Expected results: storage, server and agent services installed , not started Additional info: same situation while trying to install storage only with rhqctl.bat install --storage log attached in case of issues with pastebin
I think there is a problem when the service does not exist and then not installing with the --start option. Investigating...
master commit f788db9562207f5bc84e1e15b880f5a7387ca242 Author: Jay Shaughnessy <jshaughn> Date: Wed Oct 9 14:36:11 2013 -0400 When installed without using the --start option the windows service would not be installed. As a workaround, use the --start option with the rhqctl install command.
workaround as "install --storage --start " and then "start --storage" creates the storage service.
release/jon3.2.x commit ce27534c72d9f7ead97d768df8ee0ffd066d3234 cherry-pick of f788db9562207f5bc84e1e15b880f5a7387ca242
Moving to ON_QA for testing in the next build.
Created attachment 816090 [details] windosrhqinstall_fixed
verified thank you