caGrid 1.4 Host Configuration
Step 1: Network
Once the VM is created and started the following instructions to enable networking.
| These instructions apply to CentOS 5 Linux distribution. |
- Open network configuration GUI
system-config-network-tui
## select eth0, return
- DHCP : deselect
- Static IP : <static_ip>
- Netmask = <netmask_ip>
- Default gateway IP = <gateway_ip>
- edit resolv.conf
vi /etc/resolv.conf
## Add search domain
nameserver static_ip
- Edit ifcgc-eth0
vi /etc/sysconfig/networking/profiles/default/ifcfg-eth0## Add "HOSTNAME=hostname.domain.org"
- Edit /etc/hosts
vi /etc/hosts
## Add "type_static_ip hostname.domain.org hostname"
Step 2: Accounts
One user account, "cagrid", was created with /home/cagrid as the home directory
Folder layout
| Folder |
Purpose |
|---|---|
| /home/cagrid | |
| /home/cagrid/bin | Location of local scripts |
| /home/cagrid/certificates | Install space for certificates |
| /home/cagrid/ext | Install space for required packages |
| /home/cagrid/tmp | Temporary file space |
Step 3: Software
Required software is based on the CBIIT Tech Stack
Manually Installed
- Java 1.6.0_21
- Go to the following URL to select your Java distribution: [Sun JDK 1.6.0_21 Download Site
] - Follow install instructions.
- Go to the following URL to select your Java distribution: [Sun JDK 1.6.0_21 Download Site
- caGrid 1.4 Installer

$ wget http://gforge.nci.nih.gov/frs/download.php/6860/caGrid-installer-1.4.0.1.zip
--no-check-certificate $ unzip caGrid-installer-1.4.0.1.zip -d ~/ext/.
- MySQL 5.0.45
- Not required for all caGrid Services.
- Download the installer for your operating system: http://downloads.mysql.com/archives.php?p=mysql-5.0&v=5.0.45

- Follow install instructions for your environment: http://dev.mysql.com/doc/refman/5.0/en/installing.html

Software To Be Installed by the caGrid Installer
| Software |
Version |
|---|---|
| Ant |
1.7.0 |
| Globus |
4.0.3 |
| Tomcat |
5.5.27 |
| caGrid |
1.4 |





