<Pre-Environments>
 
  1. AG_HOME = $HOME/ag
  2. REDIS_HOME = $AG_HOME/redis
  3. Default Redis Configuration File : REDIS_CONF=$AG_HOME/conf/redis.conf
  4. IVP ML HOST : AG_ML_HOST=10.xxx.xxx.xxx:8080
<Redis Build>
Build Shell Script : sl_build.sh
 
  1. Redis Latest Package Download : http://download.redis.io/redis-stable.tar.gz
    wget http://download.redis.io/redis-stable.tar.gz
  2. 압축 해제 : tar -zxvf  {download_redis_file.tar.gz}
    tar -zxvf redis-stable.tar.gz
  3. make 설치 확인
    rpm -qa | grep ^make
    yum info make | grep Repo
  4. make 설치 안되었으면 make 설치
    yum install make -y
  5. cd {download_redis_file}
    $(cd redis-stable)
  6. make
  7. Default Redis Configuration File 생성
    touch redis.conf
    echo "...." >> redis.conf
  8. build 결과 tar로 압축
    tar -zcvf redis.tar.gz redis-stable
<Redis Install>
Install Shell Script : sl_install.sh
 
  1. 환경 변수 설정 : .bash_profile
    echo "..." >> .bash_profile
    $(source $HOME/.bash_profile)
  2. build결과 tar.gz 압축 해제
    tar -zxvf redis.tar.gz
  3. $REDIS_HOME으로 압축 해제한 폴더 이동 (폴더 명 : redis)
    mv redis $REDIS_HOME
  4. Default Redis Configuration $REDIS_CONF로 이동
    mv /redis/redis.conf $REDIS_CONF/
  5. Default Configuration으로 Redis 서버 실행 : Check (PID?)
    redis_run / redis_down

<IVP Shell>
IVP Shell Script : sl_ivp.sh
 
  1. Default Configuration으로 Redis 서버 실행 : Check (PID?)
    redis_run / redis_down
  2. Redis 서버 기동 후 Health Check : Check
    RES=$($REDIS_HOME/src/redis-cli -p {port} ping)
  3. Redis 서버 Default Configuration Display : Check
    RES=$($REDIS_HOME/src/redis-cli -p {port} info)
  4. 모두 Pass일 경우, ML에 ivp 정보 전송
    curl -x POST ....
<Redis Running>
  1. ./src/redis-server $REDIS_CONF
  2. alias 등록 (in profile or shell = redis_run)
<Redis LOG>
  • Default Log Path=$AG_HOME/logs/redis.log => Default Configuration에 추가
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.yongbi.net/rss/response/596

트랙백 주소 :: http://www.yongbi.net/trackback/596

트랙백 RSS :: http://www.yongbi.net/rss/trackback/596

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/596
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다