caGrid 1.4 설치

  1. Prerequisites
    1. Java 6 JDK 설치
    2. Ant 1.7 설치
      1. Download
      2. 환경설정
  • vi /etc/profile

ANT_HOME=/usr/local/ant
PATH=$PATH:$ANT_HOME/bin

  • source /etc/profile
  1. Tomcat 설치
    1. Download
    2. 환경설정
  • vi /etc/profile

CATALINA_HOME=/usr/local/tomcat
PATH=$PATH:$CATALINA_HOME/bin

  • source /etc/profile
  • cd /usr/local/tomcat/bin
    sh catalina.sh start

http://localhost:8080 으로 확인
확인후 sh catalina.sh stop으로 정지 시켜 놓는다.

  1. Jboss 설치
    1. Download
    2. 환경설정
  • vi /etc/profile

JBOSS_HOME=/usr/local/jboss
PATH=$PATH:$JBOSS_HOME/bin

  • source /etc/profile
  • cd /usr/local/jboss/bin
    sh run.sh

   

   

  1. Globus 설치
    1. Download
    2. 환경설정

/etc/profile에 export GLOBUS_LOCATION=/usr/local/globus 추가

  • cd /usr/local/globus 에서 "ant all" 명령어 실행
  • ant -f share\globus_wsrf_common\tomcat\tomcat.xml deployTomcat -Dtomcat.dir="%CATALINA_HOME%"
    %CATALINIA_HOME%에는 tomcat경로 지정해준다.
    ex) ant -f share\globus_wsrf_common\tomcat\tomcat.xml deployTomcat -Dtomcat.dir=/usr/local/tomcat

   

  1. caGrid 설치
    1. Download
    2. 환경설정

caGrid를 리눅스에 설치하려면 Console이 아닌 Visual mode(X window) 환경이어야 한다. 따라서 Console에서 실행하기 위해서는 리눅스 Visual 모드를 Console로 당겨와야 한다.
이를 위해서는 사전에 작업을 좀 해야한다.

Netsarang.co.kr 회사의 Xmanager, Xshell을 이용한다. 두 프로그램을 설치한 후에 Xmanager passive를 실행한다.

Xshell에서 caGrid를 설치하고자 하는 서버에 접속한 후 Console에서 xclock을 실행해본다.
 

   

시계모양의 창이 뜨면 성공, 위와 같은 메시지를 나타낸다면 다음과 같이 처리해준다.
 

   

000.000.000.108 에는 본인 컴퓨터 아이피를 입력한다(서버 아이피가 아님) 그리고 다시 xclock을 실행해보면 시계가 하나 작동한다. 작동하면 성공!!

caGrid 압축 푼 곳으로 가서
sh install.sh 를 실행하면 Install 창이 등장한다.
여기서부터는
http://www.cagrid.org/display/caGrid14/Install+caGrid+Using+the+caGrid+1.4+Installer
을 참고하며 설치해보자~

 

+ Recent posts