엔지니어 (192) 썸네일형 리스트형 SOLR 5.5.2 단독형 설치 (with jdbc, arirang.lucene-analyzer) SOLR 5.5.2 단독형 설치 (with jdbc, arirang.lucene-analyzer) cd /usr/local/srcwget http://archive.apache.org/dist/lucene/solr/5.5.2(http://archive.apache.org/dist/lucene/solr/5.5.2/solr-5.5.2.tgz) tar xvf solr-5.5.2.tgzmv solr-5.5.2 /usr/local/solrcd /usr/local/solr bin/solr start (DB) core 생성bin/solr create_core –c CORE명(DB) http://IP:8983/solr 를 브라우져에서 실행하여 solr manager 화면이 나왔다면 성공! MySQL 연동을 위한 라이브.. Grumpy: Go running Python OverviewGrumpy is a Python to Go source code transcompiler and runtime that is intended to be a near drop in replacement for CPython 2.7. The key difference is that it compiles Python source code to Go source code which is then compiled to native code, rather than to bytecode. This means that Grumpy has no VM. The compiled Go source code is a series of calls to the Grumpy runtime, a Go library s.. LVM(Logical Volume Manage)이란? LVM(Logical Volume Manage)이란? -------------------------------------------------------------------------------------------(Virtual Volume Technology) - LVM(Logical Volume Manager), RAID(Redudant Array Inexpensive Disk)가상 볼륨 방식 장점: (ㄱ) 확장성, (ㄴ) 안정성, (ㄷ) 편의성(관리 용이) 물리적인 디스크를 논리적 볼륨그룹으로 구성해서 이 논리적인 볼륨그룹 내에 사용자가 원하는 크기 만큼의 논리볼륨을 할당하여 사용하는 방법으로, 여러 개의 디스크를 하나의 논리적인 볼륨그룹(VG)으로 구성할 수 있으며, 각 논리볼륨(LV)는 독립.. 본딩 해쉬 알고리즘 관련한 글 라운드 로빈은 기계적으로 NIC을 돌려쓰기 때문에 트래픽간 편차가 클 경우 부하 분산이 어렵습니다. 고로 모드2나 4를 추천합니다. 다만 모드2는 송신만 부하분산이 되고 XOR스타일상 부하가 한쪽으로 몰릴 가능성이 있어서 성능으로만 보면 모드4를 선택하시는게 좋은데 이경우 상대편 스위치가 802.3ad설정이 가능하고 또 되어있어야 한다는 전제가 붙습니다. 부하분산은 기본적으로 해쉬값를 가지고 하는데,xmit_hash_policy옵션치 0 혹은 layer2는 데폴트값으로 MAC어드레스만 가지고 해쉬값을 생성합니다.xmit_hash_policy옵션치 1 혹은 layer3+4는 IP와 포트값을 가지고 해쉬값을 생성합니다. 주의점은 이 알고리즘의 경우 802.3ad에 대응하지 않습니다.xmit_hash_poli.. Linux Perfoment Tools 1. Top – Linux Process MonitoringLinux Top command is a performance monitoring program which is used frequently by many system administrators to monitor Linux performance and it is available under many Linux/Unix like operating systems. The top command used to dipslay all the running and active real-time processes in ordered list and updates it regularly. It display CPU usage, Memory usage, Swap.. CISCO L3 NAT 구성 ## Switch port ## -L2 port(switch port):(ip X)access/trunk/tunnel -L3 port:(ip 0)routed port / SVI 모델마다차이가있으나 ip 입력을했을때설정이안먹히면 L3 sw는 L2가기본적으로되어 L3 SW 설정을해줘야함. No switchport설정은 interface에들어갈때마다해야함 SW1(config)#int f 0/1 SW1(config-if)#no switchport SW1(config-if)#ip add 1.1.1.254 255.255.255.0 *Routing table 설정 SW1(config)#ip routing (sw routing 설정시입력해줘야함) SW1(config)#router rip SW1(config-router.. solr 솔라 reload #!/bin/bash # reloads a Solr coreif [ "$1" = "" ]; thenecho -n "Name of core to reload: "read nameelsename=$1fi if [ ! -d /var/lib/solr/data/$name ] || [ $name = "" ]; thenecho "Core doesn't exist"exitfi curl "http://127.0.0.1:8080/solr/admin/cores?action=RELOAD&core=$name" pinpoint application 항목 제거 PINPOINT.URL.COM:8080/admin/removeApplicationName.pinpoint?applicationName=APPLICATION_NAME&password=admin 형태로 호출 solrcloud 이모저모2 [SOLR] 역할 기반의 레플리카 배치[출처] [SOLR] 역할 기반의 레플리카 배치|작성자 opti Solr가 컬렉션에 노드 할당을 필요로 할 때, 자동적으로 할당되도록 할 수도 있고, 사용자가 레플리카를 생성할 특정 노드를 선택할 수도 있다. 매우 큰 규모의 클러스터에서는, 정확한 노드 이름을 특정하기 어려울 뿐만 아니라 샤드를 위해 선택하는 노드에 대해 정제된 제어권을 할당해주지도 않는다. 사용자는 어떤 노드가 각 컬렉션, 샤드, 레플리카에 할당되는지에 대해 제어할 수 있어야 한다. 이 기능은 클러스터 전반의 하드웨어 자원의 할당을 최적화하는 것을 도와준다. 역할 기반의 레플리카 할당은 클러스터의 레플리카 배치를 결정하는 규칙을 생성하는 것을 허용한다. 미래에는, 이 기능은 시스템 다운이 발생하거나.. Pinpoint 1.5.2 설치 http://www.geekhub.cn/a/480.html 사이트 참조 https://get.k8scn.org/packages/others/pinpoint/ pinpoint-agent-1.5.2/zookeeper-3.4.6-10.el6.x86_64.rpmpinpoint-web-1.5.2.warpinpoint-collector-1.5.2.warpinpoint-agent-1.5.2.tar.gzapache-tomcat-8.0.36.tar.gzpp-webpp-collector ---jdk get----wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept.. 이전 1 ··· 6 7 8 9 10 11 12 ··· 20 다음