본문 바로가기
728x90
반응형
SMALL

서버66

Install Zabbix agent AIX server 1. agent download https://www.zabbix.com/download 2. 그룹 생성 mkgroup zabbix 3. 유저 생성 및 그룹 지정 mkuser pgrp='zabbix' groups='zabbix' zabbix 4. configuration directory 생성 mkdir /etc/zabbix 5. log directory 생성 mkdir /var/log/zabbix/ 6. log directory 권한 설정 chown -R zabbix:zabbix /var/log/zabbix/ 7. configuration directory 생성 mkdir -p /usr/local/etc/ 8. zabbix process file directory 생성 mkdir -p /var/run/.. 2021. 8. 19.
sendmail 큐에 쌓인 메일 바로 발송하기 sendmail 큐에 쌓인 메일 바로 발송하기 /usr/sbin/sendmail -oQ/var/spool/mqueue -oT1d -q -v 2021. 7. 29.
WebtoB License 적용 가이드 WebtoB License 적용 : "license.dat" 파일 Action UNIX/Linux Windows 1. License 디렉토리로 이동 $WEBTOB_HOME/license $WEBTOB_HOME/license 2. 기존 License Backup cp license.dat license.dat.old copy license.dat license.dat.old 3. 신규 license 파일 적용 FTP를 이용하여 license 파일을 license 디렉토리로 upload FTP 또는 copy 기능을 이용하여 license 디렉토리로 upload 또는 copy 4. config 파일 compile WebtoB 설치 홈 디렉토리 /config 이동 아래의 명령어를 수행하여 compile # ws.. 2020. 9. 1.
JEUS License 적용 가이드 JEUS License 적용 : "license" 파일 Action UNIX/Linux Windows 1. License 디렉토리로 이동 $JEUS_HOME/license $JEUS_HOME\license 2. 기존 License Backup cp license license.old copy license license.old 3. 신규 License 파일 적용 FTP를 이용하여 license 파일을 license 디렉토리로 upload FTP 또는 copy 기능을 이용하여 license 디렉토리로 upload 또는 copy 4. License 적용 확인 (Demo License 경우 left days 및 DUE-DAY 표시) - 정식 License - 1.Prompt>jeusadmin -licensed.. 2020. 9. 1.
728x90
반응형
SMALL