Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OneAgent install for Windows only supports 64 bit OS #7

Open
popecruzdt opened this issue Sep 14, 2020 · 1 comment
Open

OneAgent install for Windows only supports 64 bit OS #7

popecruzdt opened this issue Sep 14, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@popecruzdt
Copy link
Owner

The OneAgent install for Windows playbook references 'oneagentctl' in a directory that only exists for 64 bit OS.
'C:\Program Files (x86)\dynatrace\oneagent\agent\tools'
The 'oneagentctl' program resides in 'C:\Program Files\dynatrace\oneagent\agent\tools' for 32 bit OS.

@popecruzdt popecruzdt added the enhancement New feature or request label Sep 14, 2020
@popecruzdt
Copy link
Owner Author

Added a condition to prevent the tasks involving 'oneagentctl' from running on architectures that aren't 64 bit. This prevents the playbook from failing on 32 bit systems, but doesn't add 32 bit support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant