변상철 썸네일형 리스트형 [cacti] cacti Poller 설정으로 성능 향상 cacti Poller 설정으로 성능 향상 1. spine 다운로드 http://www.cacti.net/downloads/spine/ [root@cacti01 src]# wget http://www.cacti.net/downloads/spine/cacti-spine-0.8.8a.tar.gz 2. 설치 및 설정 [root@cacti01 src]# tar xvfz cacti-spine-0.8.8a.tar.gz [root@cacti01 src]# cd cacti-spine-0.8.8a [root@cacti01 cacti-spine-0.8.8a]# ./configure [root@cacti01 cacti-spine-0.8.8a]# make && make install [root@cacti01 cacti-spi.. 더보기 [cacti] cacti plugin realtime 설치 cacti plugin realtime 설치 [root@lamp01 plugins]# wget http://docs.cacti.net/_media/plugin:realtime-v0.5-2.tgz [root@lamp01 plugins]# mv plugin:realtime-v0.5-2.tgz realtime-v0.5-2.tgz [root@lamp01 realtime]# pwd /home/cacti/public_html/cacti/plugins/realtime [root@lamp01 realtime]# mkdir rcache [root@lamp01 realtime]# chown -R apache.apache rcache [root@lamp01 realtime]# chmod -R 777 rcache [root@.. 더보기 [원도우] 윈도우용 rsync 및 ssh 윈도우용 rsync 및 ssh ---------------------------------------------------------------------- 윈도우용 rsync 및 ssh는 아래 사이트에 가보시면 다운 받을 수 있습니다. http://optics.ph.unimelb.edu.au/help/rsync/binaries/ 여러가지 파일이 있지만 필요한 파일은 cygwin1.dll rsync246.exe ssh.exe ssh-keygen.exe 1. 위 파일을 다운 받아서 c:\rsync 폴더에 저장합니다. 2. rsync246.exe 는 rsync.exe로 파일이름을 변경합니다. (rsync.exe 버전이 여러개 있지만 2.46버전이 제일 안정적이었습니다.) 3. c:\rsync 폴더에 다음과 .. 더보기 [오라클] 시작과 종료 [oracle@oracle ~]$ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Mon Feb 27 14:52:30 2012 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. SQL> connect / as sysdba Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 236000356 bytes Fixed Size 451684 bytes Variable Size 201326592 bytes Database Buffers 33554432 bytes Redo Bu.. 더보기 [리눅스] [error] ucspi-tcp-0.88 make 오류 | exec: gcc: not found ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile tcpserver.c ./compile: line 3: exec: gcc: not found make: *** [tcpserver.o] 오류 127 [해결] # yum -y install gcc gcc-c++ 더보기 BIND DNS에서 TSIG를 설정하는 방법 BIND DNS에서 TSIG를 설정하는 방법 DNS 역할 아이피 주소 도메인 비고 Master 192.168.56.51 ns1.bind.sangchul.kr Slave 192.168.56.52 ns2.bind.sangchul.kr 도메인 위임 1. TSIG 키 생성 (마스터 - node1) Kexample.cohttp://m.+165+12345.key 및 Kexample.com.+165+12345.private와 같은 두 파일을 생성합니다. 2. 생성된 TSIG 키 확인 (마스터 - node1) 3. 마스터 BIND 구성 파일 편집 (node1) 다음과 같이 TSIG 키를 추가합니다. 4. BIND 서버 재시작 (마스터 - node1) 5. 슬레이브 BIND 구성 파일 편집 (node2) 다음과 같이 T.. 더보기 [Cacti] cacti 설치 2 cacti 설치 - OS 설치 - 기본 보안 설정 - APM 설치 - net-snmp 설치 yum -y install net-snmp net-snmp-devel net-snmp-utils net-snmp-libs 환경 설정 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig - rrdtool 설치 시 필요한 라이브러리 설치 yum -y install pango pango-devel cairo cairo-devel libart_lgpl libart_lgpl-devel - rrdtool 설치 $ ./configure --prefix=/usr/local/rrdtool --bindir=/usr/local/bin --sbindir=/usr/loc.. 더보기 [Cacti] cacti 설치1 APM 설치 1. apache 설치 # yum -y install httpd 2. mysqㅣ 설치 # yum -y install mysql mysql-server mysql-devel 3. 필요 라이브러리 설치 # yum -y install gd gd-devel libpng libpng-devel libjpeg libjpeg-devel freetype freetype-devel fontconfig fontconfig-devel libxml2 libxml2-devel openssl openssl-devel gmp gmp-devel mhash mhash-devel libmcrypt libmcrypt-devel 4. php 및 php-mysql 연동 설치 # yum -y install php php-mysql.. 더보기 이전 1 ··· 4 5 6 7 8 9 10 다음