분류 전체보기 (312) 썸네일형 리스트형 IDC 구축 해보기(소규모 On-Premise 환경) - 네트워크 개요(1) 서비스 인프라 환경의 대부분은 CSP 사업자를 통한 Public Cloud (AWS, GCP, AZURE ...)를 사용하거나 직접 운영을 위한 On-Premise 환경, 그리고 Public Cloud + On-Premise 의 하이브리드 환경으로 구축 할 것이다. Public Cloud 의 경우 구성이 쉽고 Auto Scaling 등 빠른 환경 배포가 가능하며 글로벌 엑셀레이터 같은 네트워크 가속의 쉬운 접근성이 있다는 장점이 있는 반면 가격이 비싸다는 단점이 있다. On-Premise의 경우 구축에 소요되는 비용(네트워크+시스템+하드웨어+인력)이 많고 장애 대비나 장애 시 를 위한 꾸준한 관리 포인트가 존재한다는 단점이 있지만 장기적인 측면으로 보았을때는 상대적으로 저렴한 유지비용이 장점이다. 결국은.. [Elasticsearch] Validation Failed: 1: this action would add [2] shards, but this cluster currently has [999]/[1000] maximum normal shards open default shard 개수가 max 수치에 도달하여 수집이 안되는 현상 shard 개수 확인 - "max_shards_per_node": "1000"curl -u ****:**** -XGET 127.0.0.1:9200/_cluster/settings?include_defaults | jq . | grep shard "same_shard": { "total_shards_per_node": "-1", "shard_state": { "shard": "0.45" "max_shards_per_node.frozen": "3000", "max_shards_per_node": "1000", "pre_filter_sha.. [CentOS6] yum repo 변경 mkdir /etc/yum.repo.d/backup_repo mv CentOS-*.repo backup_repo/ wget -P /etc/yum.repos.d https://mapoo.net/downfiles/Linux/repo/centos-vault.repo --no-check-certificate cat centos-vault.repo [base] name=CentOS-$releasever - Base baseurl=http://ftp.iij.ad.jp/pub/linux/centos-vault/centos/$releasever/os/$basearch/ gpgcheck=0 priority=1 protect=1 [update] name=CentOS-$releasever - Updates baseurl=h.. [FortiGate] HA 구성(failback 최소화) 개요 모델 : FortiGate 100E/101F 모드 : Active - Passive Active 장비 Monitor Interface 가 Down 시 Failover 되며 Active 장비가 복구 되더라도 Failback 되지 않아야 한다. 설정 구성도 Downlink 는 Port1, Port2 가 LACP 로 묶여져 있다. Monitor Interface는 Uplink인 wan1, Downlink LACP(Port1, Port2) 로 Active, Passive 모두 동일 하다. Priority 값은 Active 150, Passive 100이다. GUI 설정 System - HA 에서 설정한다. Session pickup : Session 동기화 Heartbeat interface Priorit.. [varnish] cache 파일 조회 및 특정 경로 cache 제외 하기 /etc/varnish/default.vcl 수정 후 재시작 sub vcl_recv { if (req.url ~ "") { return (pass); } } cache된 파일 리스트 조회 varnishncsa -F '%U%q %{Varnish:hitmiss}x' [Cloudflare] ColoCode를 Logstash에서 좌표값 Field 추가 하기 Logstash Filter에 translate 값 사용 logstash config filter { translate { regex => true dictionary_path => "/opt/cf-edge-location/cloudflare-edge-locations.json" field => "ColoCode" } } cloudflare-edge-locations.json 참조 : https://www.npmjs.com/package/cloudflare-edge-locations#json-lookup 실제 Edge ColoCode와 다른점이 있어 https://www.cloudflarestatus.com/ 를 보며 수정했음. json, csv 모두 사용가능 더보기 { "IAD": { "city": ".. [zabbix] out of memory 로 인한 무한 시작반복 에러 증상 zabbix server 시작하면서 child process 하나가 죽음에 따라 zabbix server 가 시작하지 못하고 이를 반복하는 현상. zabbix server log 3960401:20221221:102110.876 Starting Zabbix Server. Zabbix 5.4.7 (revision 84dc2ec5dc). 3960401:20221221:102110.877 ****** Enabled features ****** 3960401:20221221:102110.877 SNMP monitoring: YES 3960401:20221221:102110.877 IPMI monitoring: YES 3960401:20221221:102110.877 Web monitoring: YES 39.. [VMware ESXi] snmpd 서비스 올리기 Version : VMware ESXi 7.0 GUI 상에서 snmpd 서비스 시작에 실패하는 경우 esxcli를 사용하여 CLI 상에서 작업이 가능하다. snmp 설정 정보 > esxcli system snmp get Authentication: Communities: Enable: false Engineid: Hwsrc: indications Largestorage: true Loglevel: warning Notraps: Port: 161 Privacy: Remoteusers: Syscontact: Syslocation: Targets: Users: V3targets: snmp community 설정 esxcli system snmp set --communities test snmp enable s.. [Azure] azure-cli(az) 사용하기 설치 (CentOS7) 1. repogitory key 가져오기 rpm --import https://packages.microsoft.com/keys/microsoft.asc 2. repogitory 작성 echo -e "[azure-cli] name=Azure CLI baseurl=https://packages.microsoft.com/yumrepos/azure-cli enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/azure-cli.repo 3. azure-cli 설치 yum install azure-cli account-name, account-key Az.. [Cloudflare] Spectrum Logpush 설정하기(azure) Cloudflare - Analytics - Logs - Add Logpush job Spectrum events 선택 log에 포함 하고 싶은 field 값 선택 destination 에 Azure 선택 SAS URL(공유 액세스 토큰) 입력 Azure - 스토리지 계정 - 컨테이너 - 공유액세스 토큰 발급할 토큰의 유효시간은 5년 이상으로 한다. 권한은 읽기를 제외한다. 이후 Azure 컨테이너에 ownership-challenge-***.txt 파일이 생성 되며 파일 내용의 코드를 복사하여 마무리한다. 이전 1 ··· 6 7 8 9 10 11 12 ··· 32 다음