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

Validation failing - node xxxxx does not have credentials defined #301

Open
DavidGahring opened this issue Jun 29, 2023 · 1 comment
Open

Comments

@DavidGahring
Copy link

Attempting to add a new node with the winrm template (as outlined), but the job fails with the subject error message. How is one to define the Adminstrator credentials for a node that does not exist yet? Excerpt of full message text from the log follows:

2023/06/29 00:41:31 ERROR #26 VLD29004131402 Node {host_name_omitted} does not have credentials defined. For releases 10.11 and above, use ADMINISTRATOR or custom credentials alias having secure non-default password. For older releases, use DEFAULT_ADMINISTRATOR or custom credentials alias.

Any guidance on how to get this working would be appreciated. I'm currently testing with 10.15.

Thanks,
Dave

@DavidGahring DavidGahring changed the title Verification failing - node xxxxx does not have credentials defined Validation failing - node xxxxx does not have credentials defined Jun 29, 2023
@YanaSimeonova
Copy link
Contributor

Hi David,
You are right, this template will not work with the validations we added in 10.15. We will fix the readme.
You can setup SSH on Windows and use https://github.com/SoftwareAG/sagdevops-templates/tree/master/templates/sag-spm-boot-ssh.
Here is a snippet from the documentation.

Ensure that the UNIX or Windows operating system on the target machine has a Secure Shell (SSH) server running and the system is configured for remote access with the user account for the Software AG products. You must use Cygwin to configure OpenSSH on Windows operating systems. For information about how to install Cygwin, go to https://cygwin.com/install.html or follow the instructions in the Using Cygwin to Configure OpenSSH When Installing Platform Manager on a Remote Windows Machine article located on the TECHcommunity.

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

No branches or pull requests

2 participants