Initial Config #12010/11/23 |
Add Components on the frontend. |
# add Walrus ( for IP address, specify your frontend's IP address ) [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. # add Cluster Controller ( for "cluster01", specify any name, and for IP address, specify your frontend's IP address ) [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. # add Storage Controller ( for IP address, specify your frontend's IP address ) [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. # add Node Controller ( for IP address, specify your node's IP address ) [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. |
Sponsored Link |