Fedora 14
Sponsored Link

初期設定 #12010/11/23

  frontend側で各コンポーネントを登録しておきます。
# Walrus 登録 ( IPアドレスの部分は frontendのIPを指定 )

[root@frontend ~]#
euca_conf --register-walrus 10.0.0.20

Trying rsync to sync keys with "10.0.0.20"...root.0.0.20's password:
done.
SUCCESS: new walrus on host '10.0.0.20' successfully registered.

# Cluster Controller 登録 ( "cluster01"の部分は任意の名前、IPアドレスの部分は frontendのIPを指定 )

[root@frontend ~]#
euca_conf --register-cluster cluster01 10.0.0.20

Trying rsync to sync keys with "10.0.0.20"...root.0.0.20's password:
done.
SUCCESS: new cluster 'cluster01' on host '10.0.0.20' successfully registered.

# Storage Controller 登録 ( IPアドレスの部分は frontendのIPを指定 )

[root@frontend ~]#
euca_conf --register-sc cluster01 10.0.0.20

Adding SC 10.0.0.20 to cluster cluster01
Trying rsync to sync keys with "10.0.0.20"...root.0.0.20's password:
done.
SUCCESS: new SC for cluster 'cluster01' on host '10.0.0.20' successfully registered.

# Node Controller 登録 ( IPアドレスの部分は node1のIPを指定。ノードを複数登録する場合はスペース区切で指定 )

[root@frontend ~]#
euca_conf --register-nodes "10.0.0.30"

INFO: We expect all nodes to have eucalyptus installed in / for key synchronization.

Trying rsync to sync keys with "10.0.0.30"...The authenticity of host '10.0.0.30 (10.0.0.30)' can't be established.
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)?
yes

Warning: Permanently added '10.0.0.30' (RSA) to the list of known hosts.
root.0.0.30's password:
done.
関連コンテンツ