手动安装BlueXP 分类实例时出错
适用场景
- BlueXP
- BlueXP 分类
问题描述
通过生成的安装程序命令安装BlueXP 分类失败、并显示以下错误:
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.