본문 바로가기

반응형

변상철

[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@.. 더보기
[MySQL] mysql 캐릭터 셋 변경(utf8) MySQL 캐릭터 셋 변경(utf8) mysql> show variables like 'char%'; mysql> show table status from [데이터베이스명] like '테이블명'; vi /etc/my.cnf [client] default-character-set = utf8 [mysqld] init_connect = SET collation_connection = utf8_general_ci init_connect = SET NAMES utf8 default-character-set = utf8 character-set-server = utf8 collation-server = utf8_general_ci [mysqldump] default-character-set = utf8 [mysq.. 더보기
[원도우] 윈도우용 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 폴더에 다음과 .. 더보기
[네임서버] 솔라리스 svc 서비스 확인 상태확인 # svcs -a | grep dns online 13:09:03 svc:/network/dns/server:default 등록 # svcadm enable dns/server 제거 # svcadm disable dns/server 더보기
[오라클] 시작과 종료 [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.. 더보기

반응형