버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
Sv translation
languageko_KR

이 문서는 MagicINFO Server를 구조화하여 확장을  쉽게하고, 다수의 LFD를 지원하기 위한 클러스터링 구성을 다룹니다.

DB 서버 설치


  1. MagicInfo Premium Server installer 실행
  2. 초기 선택에서 "DB"만 설치하는 옵션을 선택하여 설치합니다. 

  3. 다음 단계는 MagicINFO Server 설치 매뉴얼을 참조하세요. ▶ 47516207

WAS 서버 설치


  1. MagicInfo Premium Server installer 실행
  2. 초기 선택에서 "WAS"만 설치하는 옵션 선택

  3. 다음 단계는 MagicINFO Server 설치 매뉴얼을 참조하세요. ▶ 47516207
  4. DB서버 설치시 사용하였던, DB 주소 및 유저 정보를 입력하여 설치합니다. 

Memory 설치


Memcached 혹은 Redis를 설치합니다.  설치는 다음 링크를 참조하세요.  ▶ Memcached 설치 및 구성Redis 설치 및 구성



Proxy 설치


HA proxy 혹은 Nginx 등 로드 밸런싱 가능한 솔루션을 설치합니다. HA Proxy 설치는 다음 링크를 참조하세요.    ▶ HA Proxy 설치 및 세팅



Storage 설정



  1. 각 WAS 및 Storage 서버가 될 모든 윈도우 서버 OS의 계정 및 비밀번호를 동일하게 세팅합니다. 



  2. [제어판] – [관리도구] – [서비스] 진입 후 MagicInfo-i Premium 서버에 대한 서비스의 Log On 정보를 1. 에서 설정한 계정 및 정보로 설정합니다. 



  3. 기본 설치시 복사된 runtime 폴더를 Storage 서버의 runtime 폴더로 이동한 후 해당 폴더의 공유 기능을 설정 합니다. 


Config 파일설정


  1.  DB 설정 - DB 서버 설치 했던 정보로 아래 config 파일을 업데이트 합니다. 

    1.1 wsrm.url
    1.2 wsrm.username
    1.3 wsrm.password
    1.4 org.quartz.dataSource.databaseDS.URL
    1.5 org.quartz.dataSource.databaseDS.user
    1.6 org.quartz.dataSource.databaseDS.password

  2.  Cache 설정
    2.1 Memcached - memcached 서버 정보로 config 파일을 설정합니다. 

    1. cache.type = memcached

    2. memcached.use = Y

    3. memcached.url = 168.219.210.163:11211 168.219.210.164:11211

    2.2 Redis

    1. cache.type = redis

    2. redis.config = [#redis config 파일 path입력#]

  3. runtime - Storage 서버의 runtime 폴더의 경로로 config 파일을 설정합니다. 
    3.1 CONTENTS_HOME   = [#Storage Server runtime path#]
    3.2 JOBS_HOME              = [#Storage Server runtime path#]
    3.3 UPLOAD_HOME        = [#Storage Server runtime path#]
    3.4 IMAGE_HOME           = [#Storage Server runtime path#]
    3.5 THUMBNAIL_HOME  = [#Storage Server runtime path#]
    3.6 VWT_HOME               = [#Storage Server runtime path#]
    3.7 MDD_HOME              = [#Storage Server runtime path#]

  4.  WebAuthor - HAProxy의 주소로 설정합니다. 
    4.1 webauthor.web_url 
    4.2 webauthor.web_url_public
     

  5. LoadBalancer - loadbalancer(HAproxy) 설정합니다. 
    5.1 loadbalancer.enable =  true
    5.2 loadbalancer.port = [#browser port#]
     

  6. Multi server 설정합니다. 
    6.1 multiple.server.enable = true


정보
title관련 문서
Sv translation
languageen

This document covers the configuration of clustering to support multiple LFDs, making expansion easier by structuring MagicINFO Server.

Installing DB server 


  1. Execute MagicINFO Premium Server installer
  2. Select the feature as 'DB'  on Setup Type step

  3. Please refer MagicINFO Server Install Manual. ▶ 47516208


Installing WAS server


  1. Execute MagicInfo Premium Server installer
  2. Select the feature as 'WAS'  on Setup Type step

  3. Please refer MagicINFO Server install manual. ▶ 47516208
  4. Input DB server information while installing


Installing Memory server


  1. Install Memcached or Redis. Please refer install manual. ▶ Memcached 설치 및 구성Redis 설치 및 구성


Installing Proxy server


  1. Install HA proxy or Nginx which has load balancing feature. Please refer install HA Proxy.  ▶ HA Proxy 설치 및 세팅


Setting Storage



  1. Remotely access the server assigned to the network drive. Change the administrator password to the password of the Tomcat server. Go to [Control Panel] – [User Accounts] – [Change your password].



  2. Go to [Control Panel] – [Administrative Tools] – [Services]. Set the service password for the MagicInfo-i Premium server.




  3. Go to the runtime folder of the storage server, set the sharing function of the folder.


Setting config file


  1. DB server configuration - Set the following configuration the same as the DB server.

    1.1 wsrm.url
    1.2 wsrm.username
    1.3 wsrm.password
    1.4 org.quartz.dataSource.databaseDS.URL
    1.5 org.quartz.dataSource.databaseDS.user
    1.6 org.quartz.dataSource.databaseDS.password

  2.  Cache server configuration - Set the following configuration the same as the cache server.
    2.1 Memcached

    1. cache.type = memcached

    2. memcached.use = Y

    3. memcached.url = 168.219.210.163:11211 168.219.210.164:11211

    2.2 Redis

    1. cache.type = redis

    2. redis.config = [#redis config 파일 path입력#]

  3. runtime -Set the following configuration to be the same as the storage server.
    3.1 CONTENTS_HOME   = [#Storage Server runtime path#]
    3.2 JOBS_HOME              = [#Storage Server runtime path#]
    3.3 UPLOAD_HOME        = [#Storage Server runtime path#]
    3.4 IMAGE_HOME           = [#Storage Server runtime path#]
    3.5 THUMBNAIL_HOME  = [#Storage Server runtime path#]
    3.6 VWT_HOME               = [#Storage Server runtime path#]
    3.7 MDD_HOME              = [#Storage Server runtime path#]

  4.  WebAuthor - Set the following configuration to be the same as the proxy server.
    4.1 webauthor.web_url 
    4.2 webauthor.web_url_public
     

  5. LoadBalancer configuration -  Set the following configuration to be the same as the proxy server.
    5.1 loadbalancer.enable =  true
    5.2 loadbalancer.port = [#browser port#]
     

  6. Multi-server configuration
    6.1 multiple.server.enable = true