rrdtool을 사용하여 시스템과 네트워크를 모니터링 하려고 마음 먹었지만, 막상 rrdtool을 사용하는 방법에 대해서는 자세하게 설명되어 있는 한글 문서를 찾을 수 없었다. 결국, rrdtool을 이해하는데 도움이 되는 다음의 문서를 찾을 수는 있었지만, 문서를 참고하여 원하는 작업을 하기엔 역부족이었다. 참고문서: http://www.joinc.co.kr/modules.php?name=News&file=article&sid=221&mode=nested 위의 문서에서 rrdtool의 데이타베이스 생성방법과 데이터 입력및 그래프를 생성하는 방법을 알 수 있다. 하지만, 이것만으로 원하는 일을 하려면 많은 수작업이 …
2월 2007 archive
2월 14
solaris swap 공간 늘리기
/tmp 영역이 full 날 경우, #mkfile 1g /export/home/swap_file #swap -a /export/home/swap_file /etc/vfstab화일에 아랫줄 추가 swap – /tmp tmpfs – yes – /export/home/swap_file – – swap – no –
2월 12
mysql configure 에러
Fedora core5 에서 mysql 4.0.25 configure시 다음과 같은 에러 발생 checking “LinuxThreads”… “Not found” configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used. Please install Linuxthreads (or a new glibc) and try again. See the Installation chapter in the Reference Manual for more information. 원인및 해결 …
2월 09
rsync를 이용한 원격백업
준비물: rsync를 이용할 수 있는 유닉스 박스 두대(box1, box2라 임의로 명하겠음) 참고사이트: http://troy.jdmz.net/rsync/index.html 먼저 box1의 화일을 box2에서 카피하고자 한다면, 다음과 같은 명령을 내려서 테스트 해 보자. $ rsync -avz -e ssh user@box1:/home/user /home/ rsync가 정상적으로 작동한다면 Warning: the RSA host key for ‘box1’ differs from the key for the IP address ‘xxx.xxx.xxx.xxx’ Offending key for …
2월 07
linux 커널 메시지.
OS: Fedora core 5 증상: httpd process가 무수히 많이 생기면서 좀비프로세스가 생김. 이때 메모리와 CPU를 거의 httpd 데몬이 점유하면서 느려짐. 메시지: 아래와 같음 Out of Memory: Kill process 12558 (httpd) score 84120 and children. Out of memory: Killed process 12558 (httpd). 원인은 뭘까요????