SW87 Centos7 - CDP Agent 설치 (R1Soft CDP Agent) *환경 VMware 10 Centos 7.10 (R1Soft CDP Agent) version 6.16.0 1. 레스포 설정 vi /etc/yum.repos.d/r1soft.repo 아래 내용 입력 r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0 2. CDP Agent 설치 yum install r1soft-cdp-enterprise-agent -y 3. CDP 설치확인 ps -ef | grep cdp 4. 서비스 시작 service cdp-agent start 5. 키 값 추가 r1soft-setup --get-key http://192.168.78.1.. 2021. 10. 27. Centos7 - CDP 설치 ( Server) (R1Soft CDP Agent) * 환경 VMware 10 Centos 7.10 (R1Soft CDP Agent) version 6.16.0 1. 설치 yum install serverbackup-enterprise -y 2. 설정 옵션 확인하기 serverbackup-setup --help ID / PASSSWORD 설정 serverbackup-setup --user DESIRED_USERNAME --pass DESIRED_PASSWORD EX) serverbackup-setup --user bigju --pass keroro1234. 3. 방화벽 설정 serverbackup-setup --http-port 8080 --https-port 8443 4. CDP-SERVER 시작 /etc/init.d/cdp-server restart .. 2021. 10. 26. mysqld 계정 생성및 권한 ( MYSQL, MariaDB) OS : Centos 7.9 Tool : VMware MYSQL : mysql Ver 15.1 Distrib 10.1.48-MariaDB create user '사용자'@'localhost' identified by '비밀번호'; grant all privileges on *.* to '사용자'@'localhost'; grant all privileges on DB이름.* to '사용자'@'localhost'; mysql> grant all privileges on *.* to '사용자'@'localhost'; mysql> grant all privileges on DB이름.* to '사용자'@'localhost'; mysql> grant all privileges on DB이름.테이블명 to '사용자'.. 2021. 10. 26. rsync 옵션 로컴 컴퓨터에서 디렉토리 복사 및 동기화 -> rsync -avzh backup_test/ /tmp/backups/ 로컬 서버에서 원격 서버로 디렉토리 복사하기 -> rsync -avz backup_test/ bigju@192.168.0.1:/home/yundream/backups 원격 서버의 디렉토리를 로컬 서버로 복사하기 -> rsync -avzh bigju@192.168.0.1:/home/ backup_test/ ./ 데이터 복사 진행 상황 확인하기 -> rsync -avzh --progress bigju@192.168.0.1:/home/backup_test/ ./ 전송할 파일의 최대 크기 정하기 -> rsync -avz --max-size='10k' bigju@192.168.0.1:/home/ b.. 2021. 10. 25. 웹로그분석 Tool 설치, web log 확인(AWStats) OS : Centos 7.9 Tool : VMware 1. 설치 cd /usr/local/src wget http://prdownloads.sourceforge.net/awstats/awstats-6.9.tar.gz //필요한 파일 다운 tar xfz awstats*.tar.gz // 압축풀기 2. AWStats 설치 mv awstats-6.9 /usr/local/awstats chmod 755 /usr/local/awstats cd /usr/local/awstats/tools ./awstats_configure.pl *******-> httpd.conf 경로 (ex: /etc/httpd/conf/httpd.conf -> y -> 이름지정 (ex: www.bigju.com) -> /etc/awstats .. 2021. 10. 24. 이전 1 ··· 7 8 9 10 11 12 13 ··· 18 다음