cluster:Interactive/1/node

From Dgiref
Jump to: navigation, search
Please open a NGI-DE ticket if you experience any Installation or Configuration problem.

Contents

Interactive/1/node

Prepare

Operating system
Scientific Linux version 4.5 64 bit

Optimizing the configuration:


Use minimal operating system installation without firewall. To verify installed packages use the command

  • rpm -qa | grep package_name

Install the following additional packages:

  • yum -y install wget yum rpm make gcc gcc-c++ tar sed zlib openssl

After the installation is complete, turn off any unnecessary services (like gpm, sendmail, cups, haldaemon, messagebus, pcmcia, anacron, atd) with the following command:

  • chkconfig <SERVICE> off

Configure the following settings for the server:

Additional software
  • java SDK 1.5.0 (java-1_5_0-sun or java-1_5_0-ibm)
  • Perl 5.8.8 (with XML::PARSER)
Firewall configuration

Install

The interactive node installation is not far away from the Globus toolkit installation, and can be named as "lite Globus installation". Hence, the following steps are needed:

Configure

Please check the grid certificates allocation before to proceed.

Grid Security Infrastructure
In order to use the Globus services Globus user must be authenticated. There are two ways for user authentication in Globus:

1- manually

as grid-user extract the Distinguished name (DN) as the following:
       su $USER
       grid-cert-info -subject /C=DE/O=GridGermany/OU=Leibniz-Rechenzentrum/CN=griduser1
Now, the grid-user should be included to the grid-mapfile. For this, execute as root:
       su root
       grid-mapfile-add-entry -dn<DN>-ln <locale user name for griduser1>

2- automaticly

There is the dgridmap script for automatic generation of the grid-mapfile. It is mandatory to execute the dgridmap script regularly (e.g. cron minimum once per 24 hours) for update of the Globus grid-mapfile (see section join D-Grid).

WARNING: Grid-mapfile: The grid-mapfile located in the directory /etc/grid-security/ is necessary for the successful launch of the Globus container. If you have none of it, an empty file with the name grid-mapfile should be created.

To configure gsissh do the following:

Proceed

To start/stop services use the commands:

Initial test

Execute the following steps:

Update

  • It is highly recommended to install the following updates after the gsissh installation. All the updates can be downloaded from here and must be installed by user globus:
  • deinstall software by the root user
Personal tools