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.