일단 머신들 (cmsaf50002~0008까지) 에 접속하신 후에,
ssh <ID>@gate.sscc.uos.ac.kr
ssh cmsaf5000x
// Initial command

각 머신들마다 다음과 같은 순서로 실행을 합니다.

1. NTP를 이용한 시간 동기화

  • 인터넷을 검색하셔서 세팅하시면 좋습니다만, 현재로서는 이상하게 잘 안되네요.
rdate -s time.kriss.re.kr
// command 1
  • 로 시간을 동기화하기만 하셔도 됩니다. ( 서버 재시작하면 다시 해야 하는 문제가 있지만요~~ )

2. YUM repository 확장

  • Sientific Linux 같은 경우에는 yum 이라는 명령어를 이용해서 패키지들을 관리하고 있습니다.
  • 이번에 설치하려고 하는 glite-UI는 기본적으로 설정되어있는 repo 파일들에 포함되지 않기 때문에 추가할 필요가 있습니다.
cp -rf /home/gunmo/repo/* /etc/yum.repos.d/
// command 2
  • 복사 이후에 저장소를 확장합니다.
yum update
// comand 3

3. gLite-UI 설치

  • 확장한 이후에 당연히 설치를 하면 됩니다.
yum groupinstall glite-UI
// command 4

4. gLite-UI 설정

  • 설치 이후에 설정하는 순서가 남았습니다.
/opt/glite/yaim/bin/yaim -c -s /home/gunmo/site-info.def -n UI
// command 5

위 순서대로 하시면서 문제가 있으시면 알려주시고,

각 노드들마다 동일하게 하시면 될 거 같습니다.

-- GunmoRyu - 09 Nov 2010

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2010-11-09 - GunmoRyu
 
KOREA-CMS
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding KoreaCmsWiki? Send feedback