OS/Linux

·OS/Linux
Dell사의 EMC PERC(PowerEdge RAID Controller) yum install wget -y yum install tar -y wget https://dl.dell.com/FOLDER04470715M/1/perccli_7.1-007.0127_linux.tar.gz cd Linux/ rpm -Uvh perccli-007.0127.0000.0000-1.noarch.rpm cd /opt/MegaRAID/perccli/ perccli64 -ShowSummary -aALL
·OS/Linux
HP사의 디스크 관리 명령어 yum install wget -y yum install unzip wget https://downloads.linux.hpe.com/SDR/repo/mcp/centos/6/x86_64/9.50/hpacucli-9.40-12.0.x86_64.rpm rpm -Uvh hpacucli-9.40-12.0.x86_64.rpm
·OS/Linux
부팅이 느려지는 이슈 Yum install haveged Systemctl enable haveged.service Systemctl start haveged.service GRUB_CMDLINE_LINUX= 수정 GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0" reboot
·OS/Linux
Pulseaudio 오디오 관련 오류 Pulseaudio -vvv 오류 확인 해결방법 오디오 미 사용시 yum remove -y paprefs pulseaudio-module-raop pulseaudio-module-zeroconf libcanberra-pulse* pulseaudio* pulseaudio-esound-compat* pulseaudio-module-gconf* pulseaudio-module-jack* rm ~/.config/pulse/* rm -r /tmp/pulse-* /etc/pulse/client.conf ~/.esd_auth ~/.config/pulse 오디오 사용시 # gpasswd -a $USER audio # yum remove -y paprefs pulseaudio-mod..
·OS/Linux
gdm이 제대로 작동하지 않는 오류 출처: Vi /etc/gdm/custom.conf [debug] Enable=true Systemctl restart gdm
·OS/Linux
Journalctl -p [단계] 오류 단계 출력 (숫자가 낮을수록 위험) emerg=0, alert=1, crit=2, err=3, warning=4, notice=5, info=6, debug=7 Journalctl -xe 최신 오류 메시지, 페이지 맨끝 Journalctl -k 커널 메시지 (=dmesg) Journalct -b 커널 부팅 메시지 https://lascrea.tistory.com/70 # dmesg - 부팅시에 하드웨어적인 에러 파악 - 시스템의 부팅과정에서 출력된 메세지 (하드웨어나 시스템 체크) [example] # dmesg | grep error (or fail* or down등) # dmesg | egrep -i '(warn|error|alert|emerg)' 출처: # c..
·OS/Linux
ext 계열의 파일 시스템 크기를 조절할 수 있습니다. 단점: 이 명령어는 기존 데이터를 삭제해야함. (백업필수) parted 명령어 사용 resize2fs /dev/sdc fdisk /dev/sdc u p d n p 1 2048 ENTER p a 1 w reboot
·OS/Linux
Zabbix: 네트워크 서비스, 서버 등의 네트워크 하드웨어를 감시하고 추적 CPU 사용량, 네트워크 사용량, 디스크 용량 등을 포함한 더 많은 정보를 감시 서버 성능과 가용성, 웹 애플리케이션, 데이터베이스, 네트워크 장비 등 모든 네트워크 자원을 모니터링 SNMP, TCP, ICMP, IPMI, SSH, telnet 등을 이용한 감시 방법 지원 Server, Network , Application, log 등 원하시는 대부분을 Customizing 가능 단순 모니터링이 아닌, 원하는 조건에 맞는 알람 가능 매우 간단한 설치 및 설정 프로세스는 저렴한 교육과 저렴한 소유 비용을 보장 특정 포트나 임계치 발생 시 서버 스크립트 실행 등 다양한 기능을 제공 몇 번의 클릭만으로 Zabbix는 모든 항목을 검..
·OS/Linux
[root@localhost ~]# cd /usr/share/easy-rsa/3.0.8 KEY 파일 생성 [root@localhost 3.0.8]# ./easyrsa gen-req [username] 명령을 입력해 key 파일 생성합니다. Note: using Easy-RSA configuration from: /usr/share/easy-rsa/3.0.8/vars Using SSL: openssl OpenSSL 1.0.2k-fips 26 Jan 2017 Generating a 2048 bit RSA private key ....+++ ......................................................+++ writing new private key to '/usr/shar..
_눙이_
'OS/Linux' 카테고리의 글 목록 (4 Page)