Error while manually installing BlueXP Classification instance
- Views:
- 84
- Visibility:
- Public
- Votes:
- 0
- Category:
- cloud-manager
- Specialty:
- bluexp
- Last Updated:
- 11/1/2024, 4:44:16 PM
Applies to
- BlueXP
- BlueXP Classification
Issue
BlueXP Classification installation via the generated installer command fails with the errors below:
ERROR cmd stderr: Error response from daemon: This node is already part of a swarm. Use "docker swarm leave" to leave this swarm and join another one.
ERROR Pull images and populate DB - error
INFO Killing Probe API
Traceback (most recent call last):
File "/data/first_install.py", line 728, in <module>
main()
File "/data/first_install.py", line 578, in main
pull_populate_deploy()
File "/data/install_logging.py", line 104, in wrapper
return func(*args, **kwargs)
File "/data/first_install.py", line 314, in pull_populate_deploy
execute_command(enable_swarm_cmd, cwd=CLOUD_COMPLIANCE_PATH, output_log_level=logging.INFO)
File "/data/exec_cmd.py", line 29, in execute_command
raise subprocess.CalledProcessError(returncode=p.returncode, cmd=args[0], output=std_out, stderr=std_err)
subprocess.CalledProcessError: Command '['./tools/enable_swarm.sh', '--advertise-addr', '10.4.20.1']' returned non-zero exit status 1.