Bug 1151217

Summary: unable to install agent remotely on windows
Product: [JBoss] JBoss Operations Network Reporter: Armine Hovsepyan <ahovsepy>
Component: DocumentationAssignee: Jared MORGAN <jmorgan>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: unspecified    
Version: JON 3.3.0CC: loleary, mfoley, miburman, mmurray
Target Milestone: CR01   
Target Release: JON 3.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-11 14:01:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1070242, 1144467, 1144477    
Attachments:
Description Flags
agent_remote_install_failure none

Description Armine Hovsepyan 2014-10-09 19:36:54 UTC
Created attachment 945431 [details]
agent_remote_install_failure

Description of problem:
unable to install agent remotely on windows

Version-Release number of selected component (if applicable):
JON 3.3 ER04

How reproducible:
always

Steps to Reproduce:
1. Navigate to Administration/Agents
2. Create New -- add host/port/username/password/path
3. click install Agent

Actual results:
unable to install agent remotely on windows

Expected results:
agent installed and started on remote windows

Additional info:
while using cywgin (wiht er03 build) it was possible to install agent (would not start) cine cygwin workd with unix paths /path, in er04 that does not work anymore. 
Tried with another ssh server -- tectia, does not work at all.
Screen-shot attached with cygwin error.

Comment 1 Michael Burman 2014-10-09 20:13:05 UTC
Installation will require Unix tools (nohup, awk etc) to work, even in Windows. We can't address this for the 3.3 GA.

The cygwin path would be /cygdrive/C/ .. etc, as Cygwin does not understand C:\ notation.

Comment 5 Armine Hovsepyan 2014-10-09 20:51:41 UTC
(In reply to Michael Burman from comment #1)
> Installation will require Unix tools (nohup, awk etc) to work, even in
> Windows. We can't address this for the 3.3 GA.
> 
> The cygwin path would be /cygdrive/C/ .. etc, as Cygwin does not understand
> C:\ notation.

cywgin path used as /cygwin/c/agent returns the same result - agent.jar is downloaded but not installed - with the same error on gui as in screen-shot

Comment 8 Mike Foley 2014-10-27 13:06:59 UTC
.

Comment 9 Jared MORGAN 2014-11-06 03:06:02 UTC
Hey Mike
What documentation is required in our product docs for this issue? It's not totally clear to me. Is it incorporating the test cases into the docs in some way?