Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

311 total results found

centos6.x drbd설치

2. Open-Infra 스토리지 기술정보

Centos6에서 DRBD rpm 으로 설치 [root@localhost ~]# rpm -ivh http://elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm [root@localhost ~]# yum install *drbd84* -y [root@localhost ~]# modprobe drbd [root@localhost ~]# lsmod | grep drbd drbd 297925 0 libcrc32c 8...

centos
centos6
drbd

Ceph 스토리지 구축

2. Open-Infra 스토리지 기술정보

ceph 소개 분산 객체 스토리지를 구성하는 OSS 서버 구성은 OSD, Monitor, Manager, MDS 서버가 필요 논리적으로 구성한 Storage pool안에서 데이터를 개체로 저장. Crush알고리즘을 사용해서 배치그룹을 계산하고 저장 구성정보 Component 종류 ceph-mon(모니터노드) : 클러스터 상태를 체크하고, 데몬과 클라이언트간 인증관리 담당 / HA구성시 3대 필요 ceph-mgr(관리노드) : 스토리지 ...

ceph
centos
storage
centos7

DRBD 기술노트

2. Open-Infra 스토리지 기술정보

Opensource 정보 : DRBD / DRBDutils (https://www.linbit.com/en/drbd-oss-distribution/) DRBD Stack (Active / Passive 구성임) 작업 절차중 나오는 용어들은 Mantec 을 참고해도 좋을듯 : https://mantech.jira.com/wiki/spaces/WDRBDV9/pages/170098908/1. Mantech에 MCCS라는 솔루션이 DRBD을 기반으로 상품화되었...

high availability
스토리지
이중화
drbd
centos

Glusterfs rpm 설치

2. Open-Infra 스토리지 기술정보

Centos환경에서 GlusterFS설치 및 운용 다운로드 : http://download.gluster.org/pub/gluster/glusterfs/3.3/3.3.1/CentOS/ 설치 $> yum install -y fuse $> rpm -ivh glusterfs-3.3.1-1.el5.i386.rpm $> rpm -ivh glusterfs-fuse-3.3.1-1.el5.i386.rpm $> rpm -ivh glusterfs-devel-3.3.1-...

rpm
glusterfs
storage

Apache Benchmark 테스트

2. Open-Infra WEB&WAS기술정보

[root@root ~]# ab -c 한번에수행할 다중요구 수 -n 페이지요청수 -t 테스트허용최대시간 URL 예) [root@root ~]# ab -c 1000 -n 1000 -t 10 http://localhost/ - 1000의 유저가 동시에 1000개의 페이지를 최대 10초동안 호출하는 테스트 - 측정결과 분석 Server Software 아파치 버전을 표시 Server Hostname 사이트의 이름 Server Port 웹서비스 사용 ...

apache
apache benchmark
부하테스트

Centos에서 HP PSP설치

2. Open-Infra 모니터링

hpe.com 에서 서버 모델별 패키지 파일 다운로드 snmp 서비스 설치 및 활성화 $> yum install net-snmp -y 압축 해제 $> tar -zxvf hp-psp-8.60-8-CentOS.tar.gz $> cd psp/CentOS/5/i386/current HP PSP 설치 및 구성하기 $> yum localinstall ./*.rpm $> /sbin/hpsnmpconfig This configuration scr...

centos
psp
hp

Centos에서 zabbix설치하기

2. Open-Infra 모니터링

OS : Centos6 사전에 필요한 툴 : apache, php, mysql $> yum install httpd mysql-server -y 필요패키지 설치 $> yum install -y net-snmp net-snmp-devel net-snmp-utils curl-devel libxml2-devel 컴파일&설치 $> groupadd zabbix $> useradd -g zabbix zabbix $> tar -zxvf zabbi...

centos
zabbix
monitoring
centos6

dell 서버 Open Manage Server Administrator설치

2. Open-Infra 모니터링

패키지 설치하기 $> wget -q -O – http://linux.dell.com/repo/hardware/OMSA_6.3/bootstrap.cgi | bash $> yum -y install srvadmin-all $> /opt/dell/srvadmin/sbin/srvadmin-services.sh start 접속방법 https://서버IP:1311로그인 계정은 root계정 테스트 : Dell 2950, Centos 5.8 x86centos 6버...

centos
omsa
srvadmin-add

PCP기반의 시스템 모니터링

2. Open-Infra 모니터링

소 개 PCP;Performance Co-Pilot은 성능측정 모니터링 / 시각화 / 저장 및 분석을 위한 라이브러리 입니다. 복잡한 시스템을 중앙 집중식으로 분석을 용이하하게 하기 위한 경량 분산 아키텍쳐 실시간 데이터 모니터링 및 관리 가능 로깅 저장 분석 가능 시스템 구성1. 서비스 데몬 종류는 다음과 같이 구성  pmcd - 성능 지표 수집 pmda - 성능 지표 도메인 에이전트, pminfo / pmstat - 데이터 검색 ...

centos8
rhel8
pcp
grafana
performance co-pilot

비호환OS dell Dset 실행하기.

2. Open-Infra 모니터링

Dell에서 cli기반의 진단Tool인 Dset은 Dell에서 정식지원되지 않는 OS버전이라도 몇가지 파일을 수정하면 실행 가능합니다. (비호환OS이니 잘 안되도.. 어쩔수가 없어요.. ㅠㅠ) DellDset 실행파일 다운로드\\ (http://linux.dell.com) Dset 실행파일 편집 [root@localhost ~]# vi delldset_v2.1.0.112_A00.bin ... ... # rm...

dell
centos
dset

apache2 컴파일 정보 확인

2. Open-Infra WEB&WAS기술정보

아파치 컴파일했던 정보 확인할때.(아파치는 /usr/local/apache2에 설치되었다는 가정하에.) [ root@localhost ~]# cat /usr/local/apache2/build/config.nice #! /bin/sh # # Created by configure "./configure" \ "--prefix=/usr/local/apache2" \ "--enable-mods-shared=all" \ "--enable-modules=s...

apache
compile
config.nice
centos

Centos7에서 apache+perl 연동하기

2. Open-Infra WEB&WAS기술정보

Centos7에서 apache와 perl 연동하기 Mod_Perl 소스 다운로드 https://archive.apache.org/dist/perl/ https://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.12.tar.gz Dependency 패키지 설치 $> yum install -y perl apr-devel perl-devel 압축 해제 후 컴파일 $> tar -zxvf mod_perl-2....

centos
apache
perl
mod_perl

roundcube 업데이트 후 로그인 ui변경

2. Open-Infra WEB&WAS기술정보

roundcube 업데이트 후 로그인 UI가 변경되는 경우. 원인 & 조치사항 roundcube config에 정의된 skin값이 larry (이전버전부터 사용한 UI)값이였기 때문에 해당 skin으로 변경된것. roundcube가 설치된 경로에서 설정 파일 열면 $ vi config.inc.php ... $config['skin'] = 'larry'; ... 라고 되어 있는데. skin을 elastic 으로 바꾸면 업데이트 전 UI로 돌아올 수 ...

roundcube
centos

webalizer 설치하기

2. Open-Infra WEB&WAS기술정보

패키지 설치하기 $> yum install -y gd-devel png-devel webalizer 설치하기 $> tar xvzf webalizer-2.23-05.tgz $> ./configure --prefix=/usr/local/webalizer --with-language=korean $> make; make install $> cd /usr/local/webalizer/etc $> cp -a webalizer.conf.sample weba...

centos
webalizer

Wildfly 기본정보

2. Open-Infra WEB&WAS기술정보

개요 wildfly가 tomcat을 대체할 수 있는지 기술검토  Wildfly 이해 Redhat이 2006sus Jboss inc 인수 Java EE(Enterprise Edition)을 모두 지원 상용 솔루션으로는 JBoessEAP가 있고, Wildfly (구 JBoss AS)는 커뮤니티 성 솔루션 java EE 의 전체 Stack은 다음 Diagram으로 대체 1.Wildfly와 Tomcat의 stack 비교 ...

centos
jboss
wildfly
tomcat

아파치 트래픽 제한- CBAND 설치하기

2. Open-Infra WEB&WAS기술정보

souceforge.net에서 다운로드 http://sourceforge.net/projects/cband/ 내려받은 패키지 컴파일 $> cd mod-cband-0.9.7.5 $> configure --with-apxs=/usr/local/apache2/bin/apxs $> make; make install 아파치 모듈 설정여부 확인 $> vi /usr/local/apache2/conf/httpd.c...

apache
cband
traffic
traffic throthle

업로드폴더 웹실행 차단.

2. Open-Infra WEB&WAS기술정보

웹에서 사용중인 폴더권한을 부득이하게 777로 설정해야할 때,보안때문에 우려된다면 해당 폴더에서 실행하는 html이나 php 실행을 차단하게 설정.업로드 디렉토리에 다음 코드를 .htaccess 로 작성해서 파일을 돌리면기재한 확장자에 대해서는 실행하지 않음. $> vi .htaccess <FilesMatch "\.(phtml|html|htm|ph|php|php3|php4|txt|pl|cgi|inc)"> Order all...

apache
htaccess
upload deny
filematch

웹로그 분석 Awstats 설치하기

2. Open-Infra WEB&WAS기술정보

Awstats설치하기 다운로드 URL - https://awstats.sourceforge.io/ 압축풀기&툴 이동 $> tar -zxvf awstats-7.3.tar.gz $> mv awstats-7.3 /usr/local/awstats/ awstats 설정 $> cd usr/local/awstats/ $> mkdir etc; mkdir logs $> cp wwwroot/cgi-bin/awstats.model.conf ./etc/test.kr...

apache
awstat
centos
webalizer

Centos5에서 dovecot 설치하기

2. Open-Infra SMTP 노트

Dovecot 설치 (centos 5.x버전) Dovecot 패키지 설치 $> yum install -y dovecot Dovecot 설정 $> vi /etc/dovecot.conf#protocols = imap imaps pop3 pop3s 에서 사용할 서비스만 기재 Ef) protocols = imap pop3 listen = * 추가 서비스 활성화 후 포트 리슨 확인 [root@localhost /]# chkconfig dovecot...

centos
centos5
pop3
imap
dovecot

centos6에서 dovecot 설치하기

2. Open-Infra SMTP 노트

활성화 서비스 설정 $> vi /etc/dovecot/dovecot.conf #protocols = imap pop3 lmtp 에서 주석 해제 후 사용할 서비스만 기재 Ef) protocols = imap pop3 #listen = *, :: 에서 listen = * 으로 변경 각 계정 메일 데이터 저장소 수동으로 설정 $> vi /etc/dovecot/conf.d/10-mail.conf mail_location = mbox:~/mail:INB...

centos
centos6
dovecot
pop3
imap