8월, 2014의 게시물 표시

ElasticSearch Install

이미지
* 간략하게 개념을 적어놓았기 때문에 자세한 내용을 아시기 위해서는 공식 홈페이지를 방문하시기 바랍니다. * 현 문서에 설치된 버전 좀 된 버전이므로, 최신 버전을 다운받아 설치하시기 바랍니다. Elasticsearch ? - 오픈 소스 프로젝트 - 분산 데이터 베이스 바탕 - RESTful API 지원 - 검색 엔진 - 공식 홈페이지 : http://www.elasticsearch.org/overview/elasticsearch/  Elasticsearch Install * http://www.elasticsearch.org/overview/elkdownloads/ 여기서 적절한 파일을 다운 받습니다. 저의 경우 rpm을 다운 받아 설치 하였습니다. 구성도   - 이번 설치의 경우 가벼운 테스트 용도이므로 두대의 서버로 클러스터 구성과 각각 master/data기능으로 설정하였습니다.   - 서비스 규모에 따라 데이터의 양이 커질 경우 구성이 바뀌므로, 사용에 맞게 구성 하시면 될듯 합니다.  1. rpm 으로 설치 rpm -Uvh elasticsearch-0.90.8.noarch.rpm 설치를 하고 나시면 /etc/elasticsearch/ 경로에 elasticsearch.yml , logging.yml 두 파일을 보실 수 있을 것입니다. 2. 설정 파일 수정 <ESServer01 elasticsearch.yml> cluster.name : ESCluster node.name : esnode01 node.master: true node.data: true index.number_of_shards: 5 index.number_of_replicas: 1 transport.tcp.port: 9300 discovery.zen.ping.multicast.enabled: false discove

OpenNMS Install and setting /CentOS 6.4

이미지
- Opennms is network device/server monitoring solution. - Site : http://www.opennms.org - Java base, jetty server - Enterprise open Source - Automated and Directed Discovery - Event, Notification management - LDAP/AD Authentication - KSC reports Install Enviroments - CentOS 6.4 - Java 1.7 How To Install OpenNMS 1. Install OpenNMS repo # rpm -Uvh http://yum.opennms.org/repofiles/opennms-repo-stable-rhel6.nooarch.rpm 2. Install Java # rpm -Uvh jdk-xxxx 3. Install PostgreSQL # yum install postgresql postgresql-server # service postgresql start // service postgresql initdb if an error occurs. # chkconfig postgresql on 4. Config user access Database # vim /var/lib/pgsql/data/pg_hba.conf # change ident to trust 5. Install OpenNMS # yum install opennms 6. Setting Java # /opt/opennms/bin/runjava -S /usr/java/latest/bin/java 7. Create OpenNMS Database # /opt/opennms/bin/install -dls 8. configure IPLIKE # yum install iplike -y 9. setting I