KB Article #168849
Problem with config of Admin Node Manager
Problem
After creating and starting a new Admin Node Manager via managedomain, listening on a non-default admin port (e.g. 9090 instead of 8090), subsequent calls to managedomain may report an error that it cannot find the running node manager:
Error: The Node Manager on 'https://<host>:8090/api' is not running. Please start it and retry this command.
Resolution
The resolution is to call managedomain with the --remote_port command line option:
[axway@localhost bin]$ ./managedomain --remote_port 9090