Advanced Search
Search Results
88 total results found
Centos 7 Run level 변경방법
perplexity에서 생성한 AI이미지 자주 사용하는 시스템 런레벨 런레벨 용도 0 종료 1 싱글사용자 2 다중사용자 (multi-user.target) 5 그래픽 환경 (graphic.target) 6 재부팅 Centos7에서는 아래 명령어로 변경 가능 (재부팅 후부터 반영) [root@localhost ~]# systemctl set-...
Centos7(vsftp 3.x) chroot적용하기
perplexity에서 생성한 AI이미지 Centos7에서 vsftp 구성할때, 일반 사용자가 홈디렉토리 상단으로 올라오지 못하게 하는 chroot 옵션만 넣으면 FTP접근이 안됨. 응답 500 OOPS:vsftpd:refusing to run with writable root inside chroot() $> vi /etc/vsftpd/vsftpd.conf ... chroot_loca_user=YES ... ...
비호환OS dell Dset 실행하기.
perplexity에서 생성한 AI이미지 Dell에서 cli기반의 진단Tool인 Dset은 Dell에서 정식지원되지 않는 OS버전이라도 몇가지 파일을 수정하면 실행 가능합니다. (비호환OS이니 잘 안되도.. 어쩔수가 없어요.. ㅠㅠ) DellDset 실행파일 다운로드\\ (http://linux.dell.com) Dset 실행파일 편집 [root@localhost ~]...
Cacti 설치 메뉴얼
perplexity에서 생성한 AI이미지 개요 snmp를 이용해 리소스 수집 후 rrdtool을 이용해 그래프화한 오픈소스 (license : GPLv2) simple architecture ( https://docs.cacti.net/manual:088:2_basics.0_principles_of_operation#basics ) Cacti버전 : 0.8.8h가 마지막 릴리즈(상용설치 버전), 2017년 1월부...
Centos에서 HP PSP설치
perplexity에서 생성한 AI이미지 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 ./*.r...
Centos에서 zabbix설치하기
perplexity에서 생성한 AI이미지 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 ...
dell 서버 Open Manage Server Administrator설치
perplexity에서 생성한 AI이미지 패키지 설치하기 $> 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로그인 계정은 ro...
centos6.x drbd설치
perplexity에서 생성한 AI이미지 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 ~]#...
Ceph 스토리지 구축
perplexity에서 생성한 AI이미지 ceph 소개 분산 객체 스토리지를 구성하는 OSS 서버 구성은 OSD, Monitor, Manager, MDS 서버가 필요 논리적으로 구성한 Storage pool안에서 데이터를 개체로 저장. Crush알고리즘을 사용해서 배치그룹을 계산하고 저장 구성정보 Component 종류 ceph-mon(모니터노드) : 클러스터 상태를 체크하고, 데몬과 클라이언트간...
DRBD 기술노트
perplexity에서 생성한 AI이미지 Opensource 정보 : DRBD / DRBDutils (https://www.linbit.com/en/drbd-oss-distribution/) DRBD Stack (Active / Passive 구성임) 작업 절차중 나오는 용어들은 Mantec 을 참고해도 좋을듯 : https://mantech.jira.com/wiki/spaces/WDRBDV9/pages/17009...
RHEL환경에서 VDO 사용하기
perplexity에서 생성한 AI이미지 VDO 소개 VDO; Virtual Data Optimizer 기술은 스토리지의 활용을 증가시키기 위해 데이터 중복제거, 압축 기능을 제공하는 스토리지 기술 활용 목적에 따른 아키텍쳐 VM호스트 기반의 아키텍쳐블록 디바이스 상단에 VDO 디스크 생성 후 하이퍼바이져를 통해 VM image 저장 NFS 활용한 VDO 아키텍쳐VDO디스크 생성 후 파일시스템 생성. NFS...
Centos에서 node설치
perplexity에서 생성한 AI이미지 node,js 설치하기 $> wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz $> tar -zxvf node-v0.10.24.tar.gz $> cd node-v0.10.24/ $> ./configure $> make;make install node.js를 이용해 forever 모듈설치하기 $> npm con...
proftpd chroot설정법
perplexity에서 생성한 AI이미 proftpd에서는 사용자 폴더 위의 폴더로 접근을 차단하는 방법은DefaultRoot 주석처리 제거일반사용자의 경우, /home으로 생성이 되는데,DefaultRoot ~ 를DefaultRoot /home 으로 변경해주면 됨
seafile client설치(리눅스)
perplexity에서 생성한 AI이미지 OS종류별 seafile repository Centos7용 repo $> vi /etc/yum.repo.d/seafile.repo [pkerling-seafile] name=Copr repo for seafile owned by pkerling baseurl=https://copr-be.cloud.fedoraproject.org/results/pkerling/seaf...
4. elasticsearch의 JAVA경로 설정
perplexity에서 생성한 AI이미지 쉘에서는 java실행이 정상적으로 되고 있는데, Elasticseearch를 실행하면 java경로를 찾지 못하는 문제 발생. 근데! Elasticsearch를 실행시키면 java가 없덴다… 그래서 실행이 안됨. Sep 7 00:48:55 TEST elasticsearch: which: no java in (/usr/local/sbin:/usr/local/bin:/usr/sbi...
웹로그 분석 Awstats 설치하기
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....
apache2 컴파일 정보 확인
아파치 컴파일했던 정보 확인할때.(아파치는 /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...
roundcube 업데이트 후 로그인 ui변경
roundcube 업데이트 후 로그인 UI가 변경되는 경우. 원인 & 조치사항 roundcube config에 정의된 skin값이 larry (이전버전부터 사용한 UI)값이였기 때문에 해당 skin으로 변경된것. roundcube가 설치된 경로에서 설정 파일 열면 $ vi config.inc.php ... $config['skin'] = 'larry'; ... 라고 되어 있는데. skin을 elastic 으로 바꾸면 업데이트 전 UI로 돌아...