Difference between revisions of "Administrator's Guide: How to set up a gCube infrastructure"

From Gcube Wiki
Jump to: navigation, search
(Minimal deployment scenario)
(Minimal deployment scenario)
Line 14: Line 14:
 
##[https://wiki.gcore.research-infrastructures.eu/gCube/index.php/Administrator_Guide#Installation install gCore] in the 3 machines and copy the two Service Map files under the ''$GLOBUS_LOCATION/config'' folder
 
##[https://wiki.gcore.research-infrastructures.eu/gCube/index.php/Administrator_Guide#Installation install gCore] in the 3 machines and copy the two Service Map files under the ''$GLOBUS_LOCATION/config'' folder
 
##[https://wiki.gcore.research-infrastructures.eu/gCube/index.php/Administrator_Guide#Configuration configure] one gHN (named ''IS infrastructure gHN'') as root, join it to the infrastructure scope and [[Information_System_Installation|install the IS core services]] (IS-Collector, IS-Registry, IS-Notifier) there dedicated to the management of the infrastructure
 
##[https://wiki.gcore.research-infrastructures.eu/gCube/index.php/Administrator_Guide#Configuration configure] one gHN (named ''IS infrastructure gHN'') as root, join it to the infrastructure scope and [[Information_System_Installation|install the IS core services]] (IS-Collector, IS-Registry, IS-Notifier) there dedicated to the management of the infrastructure
##[[DHN_Installation#Post-installation_configuration|configure]] one gHN (named ''VREManagement Infrastructure gHN'') to join it to the infrastructure and
+
##[[https://wiki.gcore.research-infrastructures.eu/gCube/index.php/Administrator_Guide#Configuration|configure]] one gHN (named ''VREManagement Infrastructure gHN'') to join it to the infrastructure and
##*[[Core_Services_Installation#Software_Repository|install and populate a Software Repository]] there  
+
##*[[VRE_Management_Installation#Software_Repository|install and populate a Software Repository]] there  
##*[[Core_Services_Installation#VREManager|install and configure a VREManager Service]] there
+
##*[[VRE_Management_Installation#VREManager|install and configure a VREManager Service]] there
 
##start the container on the ''IS root gHN'' and then on the ''VREManager root gHN'' and verify that they work properly
 
##start the container on the ''IS root gHN'' and then on the ''VREManager root gHN'' and verify that they work properly
 
#setup the VO
 
#setup the VO

Revision as of 01:15, 2 October 2009

A gCube infrastructure is a set of working nodes (so-called gHNs, gCube Hosting Nodes) glued by the gCube enabling services and able to host gCube services in a cooperative way. When creating a new infrastructure, there are two kinds of configuration: secure configuration and non-secure configuration.

Non-secure configuration

Minimal deployment scenario

In this section, we report the steps to setup a gCube infrastructure with one Virtual Organization (VO):

  1. decide the scope hierarchy configuration, i.e. the names of the Infrastructure and of the VO
  2. identify a set of machines to turn on as gHNs (their number may vary depending on the infrastructure needs)
  3. prepare a Service Map file for each scope (Infrastructure and VO)
  4. setup the Infrastructure:
    1. identify 3 machines to dedicate to the Infrastructure Enabling Services
    2. install gCore in the 3 machines and copy the two Service Map files under the $GLOBUS_LOCATION/config folder
    3. configure one gHN (named IS infrastructure gHN) as root, join it to the infrastructure scope and install the IS core services (IS-Collector, IS-Registry, IS-Notifier) there dedicated to the management of the infrastructure
    4. [[1]] one gHN (named VREManagement Infrastructure gHN) to join it to the infrastructure and
    5. start the container on the IS root gHN and then on the VREManager root gHN and verify that they work properly
  5. setup the VO
    1. identify two machines to dedicate to the VO management
    2. install gCore in the two machines and copy the VO Map files under the $GLOBUS_LOCATION/config' folder
    3. configure one gHN as root, join it to the VO as startScope and install the IS core services (IS-IC, IS-Registry, IS-Notifier) there dedicated to the VO (named IS VO gHN)
    4. configure one gHN (named VREManager VO gHN) to join it to the VO as start scope and install and configure a DL Management Service there
    5. start the container on the IS VO gHN and then on the VREManager VO gHN and verify that they work properly
  6. configure and start generic gHNs
    1. install gCore in each machine and copy the VO Map files under the $GLOBUS_LOCATION/config folder
    2. configure the gHNs to join the VO as start scope:
    3. start the container on each machine and verify that the gHN is correctly published both in the root VO and in the VO IS
  7. setup the portal by following the ... instructions.
  8. configure one or more VREs by exploiting the Administration user interface capability.

Other possible configurations

Alternative configurations can improve the infrastructure performances. In particular:

  • the IS-Notifier can be hosted on a different (and standard, i.e. non-root) gHN with respect to the other two IS core services
  • the Software Repository can be hosted on a different (and standard, i.e. non-root) gHN with respect to the VREManager service
  • multiple VOs can be defined
  • more than one IS can be setup for each VO in order to distribute the load over them

The 'optimal' configuration mainly depends on the number of available gHNs. More gHNs joining the infrastructure means a better distribution of resources and services across them.