NTNX>日記

個人的な趣味による Nutanix Community Edition 日記。Japanese のみですみません。

Nutanix CE マルチノードクラスタでの cluster create コマンドの様子。

Nutanix CE の USB ブート イメージでのインストールでは、シングル ノードの Nutanix クラスタしか作成できません。マルチノード クラスタ(3ノード or 4ノード)を作成する場合は、クラスタ作成なしで Nutanix CE をインストールしたあとで、cluster create コマンドを実行して、クラスタを手動作成します。

今回は、Nutanix CE 2019.11.22 で、4ノード クラスタを作成してみます。

事前準備と確認

マシンを 4台用意して、Nutanix CE を USB ブート イメージでインストールしておきます。そのとき、「Create single-node cluster ?」のチェックは外したままインストールします。

Nutanix CE のインストールが住んでいるノードは、コンソール(物理的なディスプレイ モニタなど)に、CVM の IP アドレスが表示されている状態になっているはずです。今回は ESXi 上のネスト環境なので、VM コンソールで様子を見ています。

f:id:gowatana:20200320142138p:plain

今回の各ノードのアドレスは下記です。Nutanix CE のマシンは 4台とも起動しておきます。

  • AHV: 192.168.20.21、CVM: 192.168.20.31
  • AHV: 192.168.20.22、CVM: 192.168.20.32
  • AHV: 192.168.20.23、CVM: 192.168.20.33
  • AHV: 192.168.20.24、CVM: 192.168.20.34

4ノードそれぞれの CVM に SSH でログインして、genesis status コマンドを実行すると、foundation プロセスが起動しているはずです。

nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$ genesis status
2020-03-20 04:29:14.772857: Services running on this node:
  foundation: [3889, 3920, 3921]
  genesis: [3356, 3428, 3451, 3452, 3887]

cluster create コマンドは、4ノードのうち、どれか 1つの CVM に SSH でログインして実行します。コマンド実行する CVM から、他の 3つの CVM に対して ping などで疎通確認しておくとよいかもしれません。

クラスタの作成

cluster create を、下記のように実行します。今回はオプションは最小限です。

cluster -s <CVM 1台目>,<CVM 2台目>,<CVM 3台目>,<CVM 4台目> create

192.168.20.31 の CVM に SSH ログインして、「-s」でクラスタを構成する CVM の IP アドレスをすべて指定しています。投入するコマンドは、最初の1行だけで、あとはクラスタ作成処理の様子がひたすら流れます。

nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$ cluster -s 192.168.20.31,192.168.20.32,192.168.20.33,192.168.20.34 create
2020-03-20 04:34:03 INFO cluster:2784 Executing action create on SVMs 192.168.20.31,192.168.20.32,192.168.20.33,192.168.20.34
2020-03-20 04:34:06 INFO cluster:1000 Discovered node:
ip: 192.168.20.33
        rackable_unit_serial: 9cf6d86f
        node_position: A
        node_uuid: b1e15ffb-2617-4ab5-87d6-46d7bd12fcba

2020-03-20 04:34:06 INFO cluster:1000 Discovered node:
ip: 192.168.20.34
        rackable_unit_serial: cdc514ea
        node_position: A
        node_uuid: 04471626-2461-43a4-a650-394c862cf5db

2020-03-20 04:34:06 INFO cluster:1000 Discovered node:
ip: 192.168.20.31
        rackable_unit_serial: 32f93d08
        node_position: A
        node_uuid: dc1c9b59-2efd-4616-86b9-708cac619574

2020-03-20 04:34:06 INFO cluster:1000 Discovered node:
ip: 192.168.20.32
        rackable_unit_serial: c168c705
        node_position: A
        node_uuid: 00cd9806-cac5-4315-8f53-822f03d4cac2

2020-03-20 04:34:06 INFO cluster:1018 Cluster is on arch x86_64
2020-03-20 04:34:06 INFO genesis_rack_utils.py:49 Rack not configured on node (svm_ip: 192.168.20.31)
2020-03-20 04:34:06 INFO genesis_rack_utils.py:49 Rack not configured on node (svm_ip: 192.168.20.32)
2020-03-20 04:34:06 INFO genesis_rack_utils.py:49 Rack not configured on node (svm_ip: 192.168.20.33)
2020-03-20 04:34:06 INFO genesis_rack_utils.py:49 Rack not configured on node (svm_ip: 192.168.20.34)
2020-03-20 04:34:12 INFO cluster:1275 iptables configured on SVM 192.168.20.31
2020-03-20 04:34:17 INFO cluster:1275 iptables configured on SVM 192.168.20.32
2020-03-20 04:34:21 INFO cluster:1275 iptables configured on SVM 192.168.20.33
2020-03-20 04:34:26 INFO cluster:1275 iptables configured on SVM 192.168.20.34
2020-03-20 04:34:26 INFO cluster:1294 Creating certificates
2020-03-20 04:34:30 INFO cluster:1311 Setting the cluster functions on SVM node 192.168.20.31
2020-03-20 04:34:30 INFO cluster:1316 Configuring Zeus mapping ({u'192.168.20.33': 3, u'192.168.20.32': 1, u'192.168.20.34': 2}) on SVM node 192.168.20.31
2020-03-20 04:34:31 INFO cluster:1311 Setting the cluster functions on SVM node 192.168.20.32
2020-03-20 04:34:31 INFO cluster:1316 Configuring Zeus mapping ({u'192.168.20.33': 3, u'192.168.20.32': 1, u'192.168.20.34': 2}) on SVM node 192.168.20.32
2020-03-20 04:34:32 INFO cluster:1311 Setting the cluster functions on SVM node 192.168.20.33
2020-03-20 04:34:32 INFO cluster:1316 Configuring Zeus mapping ({u'192.168.20.33': 3, u'192.168.20.32': 1, u'192.168.20.34': 2}) on SVM node 192.168.20.33
2020-03-20 04:34:33 INFO cluster:1311 Setting the cluster functions on SVM node 192.168.20.34
2020-03-20 04:34:33 INFO cluster:1316 Configuring Zeus mapping ({u'192.168.20.33': 3, u'192.168.20.32': 1, u'192.168.20.34': 2}) on SVM node 192.168.20.34
2020-03-20 04:34:34 INFO cluster:1332 Creating cluster with SVMs: 192.168.20.31,192.168.20.32,192.168.20.33,192.168.20.34
2020-03-20 04:34:34 INFO cluster:1343 Will seed prism with password hash $6$fFp78/y/jsXg/gQ$c5Z.vGAQDY5qA3.GZmFV8GE7MxngSBcnbaeka/tAYQem6cV/JxTaoktLf7XBRJgRS1FRraQa2NVTxdYScD9q/1
2020-03-20 04:35:19 INFO cluster:1380 Waiting for services to start
Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector Tunnel Janus NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Polaris Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Down) to start:
Waiting on 192.168.20.32 (Down) to start:
Waiting on 192.168.20.33 (Down) to start:
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SSLTerminator SecureFileSync Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Medusa DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  DynamicRingChanger Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Pithos Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Mantle Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Stargate InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  InsightsDB InsightsDataTransfer Ergon Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Cerebro Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Chronos Curator Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Athena Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Prism CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  CIM AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  AlertManager Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Arithmos Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Catalog Acropolis Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Uhura Snmp SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  SysStatCollector NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  NutanixGuestTools MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  Delphi Flow Anduril XTrim ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:  ClusterHealth

Waiting on 192.168.20.31 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  MinervaCVM ClusterConfig Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Mercury APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOSEngine APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  APLOS Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  Lazan Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  Delphi Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  Flow Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  XTrim ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  Anduril XTrim ClusterHealth
Waiting on 192.168.20.32 (Up) to start:  ClusterHealth
Waiting on 192.168.20.33 (Up) to start:  XTrim ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:  ClusterHealth
Waiting on 192.168.20.32 (Up) to start:
Waiting on 192.168.20.33 (Up) to start:  ClusterHealth
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

Waiting on 192.168.20.31 (Up) to start:
Waiting on 192.168.20.32 (Up) to start:
Waiting on 192.168.20.33 (Up) to start:
Waiting on 192.168.20.34 (Up, ZeusLeader) to start:

The state of the cluster: start
Lockdown mode: Disabled

        CVM: 192.168.20.31 Up
                                Zeus   UP       [14797, 14843, 14844, 14857]
                           Scavenger   UP       [15782, 15810, 15811, 15812]
                       SSLTerminator   UP       [16284, 16311, 16312, 22072]
                      SecureFileSync   UP       [16316, 16343, 16344, 22016]
                              Medusa   UP       [16467, 16503, 16504, 16509, 16664]
                  DynamicRingChanger   UP       [17377, 17405, 17406, 17430]
                              Pithos   UP       [17409, 17438, 17439, 17469]
                              Mantle   UP       [17508, 17543, 17544, 17551]
                            Stargate   UP       [17985, 18018, 18019, 18056, 18057]
                          InsightsDB   UP       [18264, 18304, 18305, 18318]
                InsightsDataTransfer   UP       [18314, 18365, 18366, 18371, 18372, 18373, 18374]
                               Ergon   UP       [18378, 18438, 18439, 18440]
                             Cerebro   UP       [18477, 18513, 18514, 18543]
                             Chronos   UP       [18535, 18575, 18576, 18601]
                             Curator   UP       [18636, 18673, 18674, 18687]
                              Athena   UP       [18707, 18786, 18787, 18789]
                               Prism   UP       [19028, 19064, 19065, 19075, 19077, 19083, 19116, 19117, 19118]
                                 CIM   UP       [19144, 19178, 19179, 19186]
                        AlertManager   UP       [19217, 19271, 19272, 19279]
                            Arithmos   UP       [19327, 19377, 19378, 19385]
                             Catalog   UP       [19533, 19605, 19606, 19608]
                           Acropolis   UP       [19562, 19756, 19757, 19776]
                               Uhura   UP       [19883, 19921, 19922, 21358]
                                Snmp   UP       [20383, 20433, 20434, 20435]
                    SysStatCollector   UP       [20453, 20492, 20493, 20494, 23715]
                   NutanixGuestTools   UP       [20838, 20871, 20872, 20877]
                          MinervaCVM   UP       [21794, 21832, 21833, 21834, 22532]
                       ClusterConfig   UP       [21850, 21889, 21890, 21891]
                             Mercury   UP       [21910, 21945, 21946, 21957]
                         APLOSEngine   UP       [21998, 22033, 22034, 22035]
                               APLOS   UP       [22925, 22960, 22961, 22963, 23695, 23704]
                               Lazan   UP       [23014, 23047, 23048, 23050]
                              Delphi   UP       [23083, 23131, 23132, 23133]
                                Flow   UP       [23169, 23209, 23210, 23211]
                             Anduril   UP       [23252, 23500, 23501, 23502]
                               XTrim   UP       [23510, 23545, 23546, 23547]
                       ClusterHealth   UP       [23648]

        CVM: 192.168.20.32 Up
                                Zeus   UP       [17506, 17540, 17541, 17546, 17556, 17573]
                           Scavenger   UP       [21555, 21599, 21600, 21602]
                       SSLTerminator   UP       [22900, 22971, 22972, 32383]
                      SecureFileSync   UP       [23096, 23139, 23140, 23142]
                              Medusa   UP       [23641, 23709, 23710, 23728, 23997]
                  DynamicRingChanger   UP       [25013, 25043, 25044, 25067]
                              Pithos   UP       [25047, 25076, 25077, 25110]
                              Mantle   UP       [25196, 25265, 25266, 25274]
                            Stargate   UP       [26273, 26302, 26303, 26424, 26425]
                          InsightsDB   UP       [26750, 26791, 26792, 26847]
                InsightsDataTransfer   UP       [26948, 27018, 27019, 27029, 27030, 27031, 27032]
                               Ergon   UP       [27041, 27144, 27145, 27146]
                             Cerebro   UP       [27230, 27270, 27271, 27392]
                             Chronos   UP       [27603, 27641, 27642, 27700]
                             Curator   UP       [27724, 27760, 27761, 27778]
                              Athena   UP       [27932, 28014, 28015, 28016]
                               Prism   UP       [28866, 28897, 28898, 28916, 28921, 28927, 28973, 28974, 28977]
                                 CIM   UP       [29086, 29118, 29119, 29121]
                        AlertManager   UP       [29132, 29279, 29280, 29344]
                            Arithmos   UP       [29477, 29512, 29513, 29523]
                             Catalog   UP       [29552, 29910, 29911, 29912]
                           Acropolis   UP       [30038, 30122, 30123, 30124]
                               Uhura   UP       [30169, 30212, 30213, 32011]
                                Snmp   UP       [30356, 30468, 30469, 30471]
                    SysStatCollector   UP       [3689, 30539, 30617, 30618, 30620]
                   NutanixGuestTools   UP       [31044, 31100, 31101, 31133]
                          MinervaCVM   UP       [841, 32380, 32410, 32411, 32412]
                       ClusterConfig   UP       [32428, 32482, 32483, 32484]
                             Mercury   UP       [32529, 32577, 32578, 32610]
                         APLOSEngine   UP       [32651, 32692, 32693, 32694]
                               APLOS   UP       [1922, 2002, 2003, 2005, 3100, 3126]
                               Lazan   UP       [2216, 2303, 2304, 2305]
                              Delphi   UP       [2683, 2746, 2747, 2749]
                                Flow   UP       [2763, 2817, 2818, 2819]
                             Anduril   UP       [2905, 2943, 2944, 2946]
                               XTrim   UP       [3027, 3067, 3068, 3070]
                       ClusterHealth   UP       [3229, 3320, 3321]

        CVM: 192.168.20.33 Up
                                Zeus   UP       [16571, 16606, 16607, 16611, 16622, 16639]
                           Scavenger   UP       [21186, 21224, 21225, 21226]
                       SSLTerminator   UP       [22469, 22496, 22497, 31963]
                      SecureFileSync   UP       [22515, 22550, 22551, 22552]
                              Medusa   UP       [23041, 23090, 23091, 23106, 23371]
                  DynamicRingChanger   UP       [24073, 24109, 24110, 24183]
                              Pithos   UP       [24285, 24316, 24317, 24367]
                              Mantle   UP       [24443, 24471, 24472, 24476]
                            Stargate   UP       [25536, 25579, 25580, 25654, 25655]
                          InsightsDB   UP       [26093, 26132, 26133, 26141]
                InsightsDataTransfer   UP       [26137, 26185, 26186, 26187, 26188, 26189, 26190]
                               Ergon   UP       [26293, 26328, 26329, 26330]
                             Cerebro   UP       [26412, 26474, 26475, 26547]
                             Chronos   UP       [26692, 26761, 26762, 26770]
                             Curator   UP       [26783, 26837, 26838, 26898]
                              Athena   UP       [27005, 27115, 27116, 27122]
                               Prism   UP       [27655, 27689, 27690, 27769, 27776, 27782, 27823, 27824, 27825]
                                 CIM   UP       [27726, 27807, 27808, 27831]
                        AlertManager   UP       [27856, 27959, 27960, 27997]
                            Arithmos   UP       [28237, 28294, 28295, 28318]
                             Catalog   UP       [29074, 29174, 29175, 29181]
                           Acropolis   UP       [29269, 29318, 29319, 29320]
                               Uhura   UP       [29418, 29460, 29461, 29463]
                                Snmp   UP       [29583, 29635, 29636, 29637]
                    SysStatCollector   UP       [2346, 29700, 29744, 29745, 29747]
                   NutanixGuestTools   UP       [30175, 30253, 30254, 30313]
                          MinervaCVM   UP       [31608, 31643, 31644, 31645, 32719]
                       ClusterConfig   UP       [31649, 31704, 31705, 31707]
                             Mercury   UP       [31914, 31958, 31959, 31972]
                         APLOSEngine   UP       [32120, 32157, 32158, 32160]
                               APLOS   UP       [885, 962, 963, 964, 1902, 1910]
                               Lazan   UP       [1063, 1110, 1111, 1112]
                              Delphi   UP       [1196, 1239, 1240, 1241]
                                Flow   UP       [1259, 1320, 1321, 1323]
                             Anduril   UP       [1365, 1421, 1422, 1423]
                               XTrim   UP       [1898, 1948, 1949, 1951]
                       ClusterHealth   UP       [2217, 2365, 2366]

        CVM: 192.168.20.34 Up, ZeusLeader
                                Zeus   UP       [10709, 10742, 10743, 10749, 10759, 10776]
                           Scavenger   UP       [14315, 14344, 14345, 14346]
                       SSLTerminator   UP       [15356, 15383, 15384, 29262]
                      SecureFileSync   UP       [15400, 15468, 15469, 15470]
                              Medusa   UP       [16298, 16355, 16356, 16393, 16590]
                  DynamicRingChanger   UP       [19324, 19361, 19362, 19401]
                              Pithos   UP       [19371, 19415, 19416, 19451]
                              Mantle   UP       [19461, 19535, 19536, 19573]
                            Stargate   UP       [19886, 19915, 19916, 19919, 19920]
                          InsightsDB   UP       [20540, 20585, 20586, 20640]
                InsightsDataTransfer   UP       [20689, 20747, 20748, 20767, 20768, 20769, 20770]
                               Ergon   UP       [20827, 20854, 20855, 20856]
                             Cerebro   UP       [20859, 20891, 20892, 20917]
                             Chronos   UP       [20904, 20988, 20989, 21035]
                             Curator   UP       [21119, 21150, 21151, 21184]
                              Athena   UP       [21163, 21262, 21263, 21264]
                               Prism   UP       [21787, 21822, 21823, 21888, 21892, 21897, 21959, 21960, 21962, 23038, 23097]
                                 CIM   UP       [21873, 21973, 21974, 21985]
                        AlertManager   UP       [22033, 22161, 22162, 22179]
                            Arithmos   UP       [22213, 22304, 22305, 22351]
                             Catalog   UP       [22316, 22439, 22440, 22441]
                           Acropolis   UP       [22375, 22484, 22485, 27911]
                               Uhura   UP       [22491, 22520, 22521, 27903]
                                Snmp   UP       [22529, 22562, 22563, 22564]
                    SysStatCollector   UP       [22612, 22671, 22672, 22673, 32241]
                   NutanixGuestTools   UP       [23052, 23110, 23111, 23152]
                          MinervaCVM   UP       [24500, 24536, 24537, 24539, 25872]
                       ClusterConfig   UP       [24642, 24675, 24676, 24677]
                             Mercury   UP       [25084, 25146, 25147, 25158]
                         APLOSEngine   UP       [25272, 25343, 25344, 25345]
                               APLOS   UP       [26936, 27051, 27052, 27053, 27818, 27847]
                               Lazan   UP       [27111, 27182, 27183, 29934, 30889, 30893]
                              Delphi   UP       [27226, 27306, 27307, 27308]
                                Flow   UP       [27363, 27403, 27404, 27405]
                             Anduril   UP       [27426, 27480, 27481, 27482]
                               XTrim   UP       [27721, 27776, 27777, 27779]
                       ClusterHealth   UP       [27894, 27983, 28777, 28807, 28808, 28809, 28810, 28811, 28894, 28895]
2020-03-20 04:41:18 INFO cluster:1395 Running CE cluster post-create script
2020-03-20 04:41:18 INFO cluster:2935 Success!
nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$

クラスタ作成直後の状態

各ノードの CVM で genesis status コマンドを実行すると、foundation のプロセスは停止して、かわりに Nutanix の分散システム / HCI を構成するためのプロセスがたくさん起動されている様子がわかります。

nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$ genesis status
2020-03-20 04:44:34.351891: Services running on this node:
  acropolis: [19562, 19756, 19757, 19776]
  alert_manager: [19217, 19271, 19272, 19279]
  anduril: [23252, 23500, 23501, 23502]
  aplos: [22925, 22960, 22961, 22963, 23695, 23704]
  aplos_engine: [21998, 22033, 22034, 22035]
  arithmos: [19327, 19377, 19378, 19385]
  athena: [18707, 18786, 18787, 18789]
  cassandra: [16467, 16503, 16504, 16509, 16664]
  catalog: [19533, 19605, 19606, 19608]
  cerebro: [18477, 18513, 18514, 18543]
  chronos: [18535, 18575, 18576, 18601]
  cim_service: [19144, 19178, 19179, 19186]
  cluster_config: [21850, 21889, 21890, 21891]
  cluster_health: [23648, 23758, 24207, 24232, 24233, 25488, 25489, 25490, 25522, 25523]
  curator: [18636, 18673, 18674, 18687]
  delphi: [23083, 23131, 23132, 23133]
  dynamic_ring_changer: [17377, 17405, 17406, 17430]
  ergon: [18378, 18438, 18439, 18440]
  flow: [23169, 23209, 23210, 23211]
  foundation: []
  genesis: [3356, 3428, 3451, 3452, 15881, 15882]
  insights_data_transfer: [18314, 18365, 18366, 18371, 18372, 18373, 18374]
  insights_server: [18264, 18304, 18305, 18318]
  lazan: [23014, 23047, 23048, 23050]
  mantle: [17508, 17543, 17544, 17551]
  mercury: [21910, 21945, 21946, 21957]
  minerva_cvm: [21794, 21832, 21833, 21834, 22532]
  nutanix_guest_tools: [20838, 20871, 20872, 20877]
  pithos: [17409, 17438, 17439, 17469]
  prism: [19028, 19064, 19065, 19075, 19077, 19083, 19116, 19117, 19118]
  scavenger: [15782, 15810, 15811, 15812]
  secure_file_sync: [16316, 16343, 16344, 22016]
  snmp_manager: [20383, 20433, 20434, 20435]
  ssl_terminator: [16284, 16311, 16312, 22072]
  stargate: [17985, 18018, 18019, 18056, 18057]
  sys_stat_collector: [20453, 20492, 20493, 20494, 26243]
  uhura: [19883, 19921, 19922, 21358]
  xtrim: [23510, 23545, 23546, 23547]
  zookeeper: [14797, 14843, 14844, 14857]

 

cluster status を実行すると、cluster create の最後と同様の情報が表示されます。genesis status とは異なり、CVM のどれか 1台で実行すれば、クラスタ全体のプロセスの起動状況が確認できます。クラスタ作成に成功していれば、すべてが「UP」になっているはずです。

nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$ cluster status
2020-03-20 04:46:16 INFO zookeeper_session.py:143 cluster is attempting to connect to Zookeeper
2020-03-20 04:46:16 INFO cluster:2784 Executing action status on SVMs 192.168.20.31,192.168.20.32,192.168.20.33,192.168.20.34
The state of the cluster: start
Lockdown mode: Disabled

        CVM: 192.168.20.31 Up
                                Zeus   UP       [14797, 14843, 14844, 14857]
                           Scavenger   UP       [15782, 15810, 15811, 15812]
                       SSLTerminator   UP       [16284, 16311, 16312, 22072]
                      SecureFileSync   UP       [16316, 16343, 16344, 22016]
                              Medusa   UP       [16467, 16503, 16504, 16509, 16664]
                  DynamicRingChanger   UP       [17377, 17405, 17406, 17430]
                              Pithos   UP       [17409, 17438, 17439, 17469]
                              Mantle   UP       [17508, 17543, 17544, 17551]
                            Stargate   UP       [17985, 18018, 18019, 18056, 18057]
                          InsightsDB   UP       [18264, 18304, 18305, 18318]
                InsightsDataTransfer   UP       [18314, 18365, 18366, 18371, 18372, 18373, 18374]
                               Ergon   UP       [18378, 18438, 18439, 18440]
                             Cerebro   UP       [18477, 18513, 18514, 18543]
                             Chronos   UP       [18535, 18575, 18576, 18601]
                             Curator   UP       [18636, 18673, 18674, 18687]
                              Athena   UP       [18707, 18786, 18787, 18789]
                               Prism   UP       [19028, 19064, 19065, 19075, 19077, 19083, 19116, 19117, 19118]
                                 CIM   UP       [19144, 19178, 19179, 19186]
                        AlertManager   UP       [19217, 19271, 19272, 19279]
                            Arithmos   UP       [19327, 19377, 19378, 19385]
                             Catalog   UP       [19533, 19605, 19606, 19608]
                           Acropolis   UP       [19562, 19756, 19757, 19776]
                               Uhura   UP       [19883, 19921, 19922, 21358]
                                Snmp   UP       [20383, 20433, 20434, 20435]
                    SysStatCollector   UP       [20453, 20492, 20493, 20494]
                   NutanixGuestTools   UP       [20838, 20871, 20872, 20877]
                          MinervaCVM   UP       [21794, 21832, 21833, 21834, 22532]
                       ClusterConfig   UP       [21850, 21889, 21890, 21891]
                             Mercury   UP       [21910, 21945, 21946, 21957]
                         APLOSEngine   UP       [21998, 22033, 22034, 22035]
                               APLOS   UP       [22925, 22960, 22961, 22963, 23695, 23704]
                               Lazan   UP       [23014, 23047, 23048, 23050]
                              Delphi   UP       [23083, 23131, 23132, 23133]
                                Flow   UP       [23169, 23209, 23210, 23211]
                             Anduril   UP       [23252, 23500, 23501, 23502]
                               XTrim   UP       [23510, 23545, 23546, 23547]
                       ClusterHealth   UP       [23648, 23758, 24207, 24232, 24233, 26853, 26854, 26855, 26898, 26899]

        CVM: 192.168.20.32 Up
                                Zeus   UP       [17506, 17540, 17541, 17546, 17556, 17573]
                           Scavenger   UP       [21555, 21599, 21600, 21602]
                       SSLTerminator   UP       [22900, 22971, 22972, 32383]
                      SecureFileSync   UP       [23096, 23139, 23140, 23142]
                              Medusa   UP       [23641, 23709, 23710, 23728, 23997]
                  DynamicRingChanger   UP       [25013, 25043, 25044, 25067]
                              Pithos   UP       [25047, 25076, 25077, 25110]
                              Mantle   UP       [25196, 25265, 25266, 25274]
                            Stargate   UP       [26273, 26302, 26303, 26424, 26425]
                          InsightsDB   UP       [26750, 26791, 26792, 26847]
                InsightsDataTransfer   UP       [26948, 27018, 27019, 27029, 27030, 27031, 27032]
                               Ergon   UP       [27041, 27144, 27145, 27146]
                             Cerebro   UP       [27230, 27270, 27271, 27392]
                             Chronos   UP       [27603, 27641, 27642, 27700]
                             Curator   UP       [27724, 27760, 27761, 27778]
                              Athena   UP       [27932, 28014, 28015, 28016]
                               Prism   UP       [28866, 28897, 28898, 28916, 28921, 28927, 28973, 28974, 28977]
                                 CIM   UP       [29086, 29118, 29119, 29121]
                        AlertManager   UP       [29132, 29279, 29280, 29344]
                            Arithmos   UP       [29477, 29512, 29513, 29523]
                             Catalog   UP       [29552, 29910, 29911, 29912]
                           Acropolis   UP       [30038, 30122, 30123, 30124]
                               Uhura   UP       [30169, 30212, 30213, 32011]
                                Snmp   UP       [30356, 30468, 30469, 30471]
                    SysStatCollector   UP       [10401, 30539, 30617, 30618, 30620]
                   NutanixGuestTools   UP       [31044, 31100, 31101, 31133]
                          MinervaCVM   UP       [841, 32380, 32410, 32411, 32412]
                       ClusterConfig   UP       [32428, 32482, 32483, 32484]
                             Mercury   UP       [32529, 32577, 32578, 32610]
                         APLOSEngine   UP       [32651, 32692, 32693, 32694]
                               APLOS   UP       [1922, 2002, 2003, 2005, 3100, 3126]
                               Lazan   UP       [2216, 2303, 2304, 2305]
                              Delphi   UP       [2683, 2746, 2747, 2749]
                                Flow   UP       [2763, 2817, 2818, 2819]
                             Anduril   UP       [2905, 2943, 2944, 2946]
                               XTrim   UP       [3027, 3067, 3068, 3070]
                       ClusterHealth   UP       [3229, 3321, 3950, 3981, 3982, 3984, 3985, 3986, 4025, 4026, 8852, 8853]

        CVM: 192.168.20.33 Up
                                Zeus   UP       [16571, 16606, 16607, 16611, 16622, 16639]
                           Scavenger   UP       [21186, 21224, 21225, 21226]
                       SSLTerminator   UP       [22469, 22496, 22497, 31963]
                      SecureFileSync   UP       [22515, 22550, 22551, 22552]
                              Medusa   UP       [23041, 23090, 23091, 23106, 23371]
                  DynamicRingChanger   UP       [24073, 24109, 24110, 24183]
                              Pithos   UP       [24285, 24316, 24317, 24367]
                              Mantle   UP       [24443, 24471, 24472, 24476]
                            Stargate   UP       [25536, 25579, 25580, 25654, 25655]
                          InsightsDB   UP       [26093, 26132, 26133, 26141]
                InsightsDataTransfer   UP       [26137, 26185, 26186, 26187, 26188, 26189, 26190]
                               Ergon   UP       [26293, 26328, 26329, 26330]
                             Cerebro   UP       [26412, 26474, 26475, 26547]
                             Chronos   UP       [26692, 26761, 26762, 26770]
                             Curator   UP       [26783, 26837, 26838, 26898]
                              Athena   UP       [27005, 27115, 27116, 27122]
                               Prism   UP       [27655, 27689, 27690, 27769, 27776, 27782, 27823, 27824, 27825]
                                 CIM   UP       [27726, 27807, 27808, 27831]
                        AlertManager   UP       [27856, 27959, 27960, 27997]
                            Arithmos   UP       [28237, 28294, 28295, 28318]
                             Catalog   UP       [29074, 29174, 29175, 29181]
                           Acropolis   UP       [29269, 29318, 29319, 29320]
                               Uhura   UP       [29418, 29460, 29461, 29463]
                                Snmp   UP       [29583, 29635, 29636, 29637]
                    SysStatCollector   UP       [29700, 29744, 29745, 29747]
                   NutanixGuestTools   UP       [30175, 30253, 30254, 30313]
                          MinervaCVM   UP       [31608, 31643, 31644, 31645, 32719]
                       ClusterConfig   UP       [31649, 31704, 31705, 31707]
                             Mercury   UP       [31914, 31958, 31959, 31972]
                         APLOSEngine   UP       [32120, 32157, 32158, 32160]
                               APLOS   UP       [885, 962, 963, 964, 1902, 1910]
                               Lazan   UP       [1063, 1110, 1111, 1112]
                              Delphi   UP       [1196, 1239, 1240, 1241]
                                Flow   UP       [1259, 1320, 1321, 1323]
                             Anduril   UP       [1365, 1421, 1422, 1423]
                               XTrim   UP       [1898, 1948, 1949, 1951]
                       ClusterHealth   UP       [2217, 2366, 2856, 2961, 2962, 2966, 2968, 2969, 3012, 3013]

        CVM: 192.168.20.34 Up, ZeusLeader
                                Zeus   UP       [10709, 10742, 10743, 10749, 10759, 10776]
                           Scavenger   UP       [14315, 14344, 14345, 14346]
                       SSLTerminator   UP       [15356, 15383, 15384, 29262]
                      SecureFileSync   UP       [15400, 15468, 15469, 15470]
                              Medusa   UP       [16298, 16355, 16356, 16393, 16590]
                  DynamicRingChanger   UP       [19324, 19361, 19362, 19401]
                              Pithos   UP       [19371, 19415, 19416, 19451]
                              Mantle   UP       [19461, 19535, 19536, 19573]
                            Stargate   UP       [19886, 19915, 19916, 19919, 19920]
                          InsightsDB   UP       [20540, 20585, 20586, 20640]
                InsightsDataTransfer   UP       [20689, 20747, 20748, 20767, 20768, 20769, 20770]
                               Ergon   UP       [20827, 20854, 20855, 20856]
                             Cerebro   UP       [20859, 20891, 20892, 20917]
                             Chronos   UP       [20904, 20988, 20989, 21035]
                             Curator   UP       [21119, 21150, 21151, 21184]
                              Athena   UP       [21163, 21262, 21263, 21264]
                               Prism   UP       [21787, 21822, 21823, 21888, 21892, 21897, 21959, 21960, 21962, 23038, 23097]
                                 CIM   UP       [21873, 21973, 21974, 21985]
                        AlertManager   UP       [22033, 22161, 22162, 22179]
                            Arithmos   UP       [22213, 22304, 22305, 22351]
                             Catalog   UP       [22316, 22439, 22440, 22441]
                           Acropolis   UP       [22375, 22484, 22485, 27911]
                               Uhura   UP       [22491, 22520, 22521, 27903]
                                Snmp   UP       [22529, 22562, 22563, 22564]
                    SysStatCollector   UP       [22612, 22671, 22672, 22673]
                   NutanixGuestTools   UP       [23052, 23110, 23111, 23152]
                          MinervaCVM   UP       [24500, 24536, 24537, 24539, 25872]
                       ClusterConfig   UP       [24642, 24675, 24676, 24677]
                             Mercury   UP       [25084, 25146, 25147, 25158]
                         APLOSEngine   UP       [25272, 25343, 25344, 25345]
                               APLOS   UP       [26936, 27051, 27052, 27053, 27818, 27847]
                               Lazan   UP       [27111, 27182, 27183, 29934, 30889, 30893]
                              Delphi   UP       [27226, 27306, 27307, 27308]
                                Flow   UP       [27363, 27403, 27404, 27405]
                             Anduril   UP       [27426, 27480, 27481, 27482]
                               XTrim   UP       [27721, 27776, 27777, 27779]
                       ClusterHealth   UP       [27894, 27983, 28777, 28807, 28808, 28809, 28810, 28811, 28894, 28895]
2020-03-20 04:46:22 INFO cluster:2935 Success!
nutanix@NTNX-32f93d08-A-CVM:192.168.20.31:~$

クラスタ作成が成功していれば、Prism も利用できるようになります。
ちなみに初期ログインは admin / nutanix/4u です。ログイン直後に、パスワード変更と、NEXT(Nutanix Community)アカウントの認証があります。

f:id:gowatana:20200320142812p:plain

4 ブロック/4ノード の Nutanix CE(Community Edition)と表示されているはずです。

f:id:gowatana:20200320142946p:plain

このあと、クラスタ VIP アドレス設定や DNS / NTP サーバのアドレス登録といった、クラスタの設定をします。

おまけ

今回はネスト環境で、Nutanix CE のノードは、物理マシンではなく VM です。クラスタ作成直後の様子は下記のような感じです。

f:id:gowatana:20200320143141p:plain

以上。

©2023 gowatana
クリエイティブ・コモンズ・ライセンスこの 作品 は クリエイティブ・コモンズ 表示 4.0 国際 ライセンスの下に提供されています。