1. 시작하기
사전준비 | VMware 설치 RHEL(Red Hat Enterprise Linux)7.9 putty filezilla 다운로드 하여 진행 |
https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.9/x86_64/product-software <<RHEL 다운로드 URL(가입 및 구독(무료) 필요) |
환경 설정 | linux OS 세팅 관리자계정은 admin/admin으로 생성하여 진행 |
|
커맨드> sudo passwd root admin/admin 으로 인증 후 root 비번 변경 커맨드> hostname -I IP확인 후 putty에 save 예정 192.168.10.108 << IP 확인 |
|
|
192.168.10.108 등록하여 ID: root PW: {설정한pw}로 로그인 후 진행 |
|
|
filezilla 사용하여 본인 linuxOS에 TIB_mftps-unix_8.1.0_linux.tar 업로드 업로드 path>> /home/admin/tibco/mftps *리눅스에서 pscp 아래 커멘드로 진행 해도 됩니다. pscp {win파일 경로}{linux계정명}@{linuxIP}:{linux파일생성경로} ex) pscp C:\Users\Ann\Desktop\TIB_mftps-unix_8.1.0_linux.tar admin @192.168.10.161:/home/admin/tibco |
|
2. 리눅스 진행
2-1 | 수행커맨드
|
|
2-2 | /home/admin/tibco/mftps/tmp에서 커맨드 입력>> tar xvf ../TIB_mftps-unix_8.1.0_linux.tar |
|
2-3 | TIB_mftps-unix_8.1.0_linux.tar 압축해제된 상태에서, tmp에서 커맨드 입력실행>> ./install |
|
2-4 | 라이센스 동의 내용 space bar를 길게 입력하여 빠르게 skip 가능합니다 |
|
2-5 | parameter Q&A config Accept End User License Agreement ( Yes/No ) ? Yes MFT Platform Server will be installed in the directory: /mftps (Y/N)? N MFT Platform Server will be installed in the directory: /home/admin/tibco/mftps Is Command Center Already collecting Log.txt Transaction History from this machine ? (Y/N): N This Directory Already Exists. Do You Want To Reinstall MFT Platform Server (Y/N)?Y installing configuration directory... Do you want to use the default group names (cfadmin,cftransfer,cfbrowse)? (Y/N)? Y Do you wish to create soft links to /usr/lib now? (Y/N)? Y Would you like to create command center node now? (Y/N)? N Would you like to configure High Availability mode now? (Y/N)?N |
|
2-6 | 커멘드 입력>> export CFROOT=/home/admin/tibco/mftps export PATH=$CFROOT/bin:$PATH export LD_LIBRARY_PATH=$CFROOT/libs:$LD_LIBRARY_PATH |
|
2-7 | 커맨드 입력실행 >>/home/admin/tibco/mftps/bin/startall.sh & (*풀경로로 입력 해야 에러 없음, '&'는 백드라운드실행 ) |
|
2-8 | 커맨드 입력>> cfstart -v netstat -an | grep 46464 아래 내용확인 MFT Platform Server cfstart Version 8.1 tcp 0 0 0.0.0.0:46464 0.0.0.0:* LISTEN |