Difference between revisions of "Eucalyptus services"

From Bashlinux
Jump to: navigation, search
(Created page with "=== How to register Eucalyptus services === Eucalyptus services need to be registered in the following order: # CLC euca_conf --register-service -T user-api -H <host_ip> -N <...")
 
Line 3: Line 3:
 
# CLC
 
# CLC
 
euca_conf --register-service -T user-api -H <host_ip> -N <api_name>
 
euca_conf --register-service -T user-api -H <host_ip> -N <api_name>
  +
 
# Walrus
 
# Walrus
 
euca_conf --register-walrusbackend --partition walrus --host <walrus_ip> --component <walrus_name>
 
euca_conf --register-walrusbackend --partition walrus --host <walrus_ip> --component <walrus_name>
  +
 
# CC
 
# CC
 
euca_conf --register-cluster --partition <partition_name> --host <cc_ip> --component <cc_name>
 
euca_conf --register-cluster --partition <partition_name> --host <cc_ip> --component <cc_name>
  +
 
# SC
 
# SC
 
euca_conf --register-sc --partition <partition_name> --host <sc_ip> --component <sc_name>
 
euca_conf --register-sc --partition <partition_name> --host <sc_ip> --component <sc_name>

Revision as of 01:13, 10 June 2015

How to register Eucalyptus services

Eucalyptus services need to be registered in the following order:

  1. CLC
euca_conf --register-service -T user-api -H <host_ip> -N <api_name>
  1. Walrus
euca_conf --register-walrusbackend --partition walrus --host <walrus_ip> --component <walrus_name>
  1. CC
euca_conf --register-cluster --partition <partition_name> --host <cc_ip> --component <cc_name>
  1. SC
euca_conf --register-sc --partition <partition_name> --host <sc_ip> --component <sc_name>

Once all the services are registered, proceed to register each NC on the CC server

euca_conf --register-nodes "<node0_ip> ... <nodeN_ip>"
  • Always ensure the Front-end servers have the default route pointing to the internal network.
  • While they are routed to the internal network start all the eucalyptus services in the proper order.
  • Ensure all the services are running properly with euca-describe-services
  • Change the route to the external network.

References