일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- docker
- 서울시민카드
- C
- log
- Shell
- 파이썬
- Python
- PostgreSQL
- Elasticsearch
- 크롬
- centos 7.5
- audit
- Audit Log
- zabbix
- 빅데이터
- bash
- Elk
- RHEL
- Linux
- yum
- GPU
- K8S
- 디렉토리
- syslog
- GNOME
- JSON
- Chrome
- rsyslog
- CentOS
- Kubernetes
- Today
- Total
목록업무/sys (63)
Sysops Notepad
Centos or RHEL에서 bridge-nf-call-iptables WARNING message 발생시 조치 방법 입니다. bridge 네트워크를 통해 송수신되는 패킷이 iptables 설정을 우회한다는 의미다컨테이너의 네트워크 패킷이 호스트머신의 iptables 설정에 따라 제어되도록 하는 설정 # docker infoWARNING: bridge-nf-call-iptables is disabledWARNING: bridge-nf-call-ip6tables is disabled - 해결 방법# echo "net.bridge.bridge-nf-call-ip6tables = 1" >> /etc/sysctl.conf# echo "net.bridge.bridge-nf-call-iptables = 1" >>..
# yum install -y fio # cpupower idle-info | grep "Number of idle states:" # for i in `seq 1 $((N-1))`; do cpupower idle-set -d $i; done 16KB 임의 쓰기 작업(IOPS SSD)# fio --directory=/mnt/p_iops_vol0 --name fio_test_file --direct=1 --rw=randwrite --bs=16k --size=1G --numjobs=16 --time_based --runtime=180 --group_reporting --norandommap 16KB 임의 읽기 작업(IOPS SSD)# fio --directory=/mnt/p_iops_vol0 --name f..
Hyper-Threading 확인하기 #lscpu Architecture: x86_64CPU op-mode(s): 32-bit, 64-bitByte Order: Little EndianCPU(s): 32On-line CPU(s) list: 0-31Thread(s) per core: 2Core(s) per socket: 8Socket(s): 2NUMA node(s): 2 #grep -H . /sys/devices/system/cpu/cpu*/topology/thread_siblings_list/sys/devices/system/cpu/cpu0/topology/thread_siblings_list:0,16/sys/devices/system/cpu/cpu17/topology/thread_siblings_lis..
nvidia Driver 415.18 install # yum install kernel-devel kernel-headers gcc make # lsmod | grep nouveau # vi /etc/modprobe.d/blacklist-nouveau.confblacklist nouveauoptions nouveau modeset=0 # dracut --force# reboot lspci | grep VGA # wget http://download.nvidia.com/XFree86/Linux-x86_64/415.18/NVIDIA-Linux-x86_64-415.18.run # bash NVIDIA-Linux-x86_64-390.59.run cuda 10.0 install # rpm -i cuda-repo..
테스트 환경OS : Centos 7.5 GUI version : GNOME3 1. App menu -> Search "Application Installer" -> "Let’s Go Shopping." click -> Search "Kickstart" -> install 2. vi /usr/share/system-config-kickstart/packages.py161 linerepoorder = ["rawhide","development","fedora"] -> repoorder = ["rawhide","development","fedora","base"] 로 변경 3. App menu -> Search "Kickstart" -> user setting 참고:https://linuxhint.com/in..
server,peer 둘 다 실행 yum install -y centos-release-gluster yum install glusterfs-server systemctl start glusterd systemctl enable rpcbindsystemctl start rpcbind vi /etc/hostsx.x.x.10 server.comx.x.x.20 peer.com server.com에서 실행 gluster peer probe peer.com -> peer probe: success. gluster peer status -> Number of Peers: 1 Hostname: peer.com Uuid: - State: Peer in Cluster (Connected) gluster pool list..
Centos 7 / RHEL 7 에서 반복되는 로그 제거하는 방법 해당로그는 systemd의 session_start_scope () 함수에 의해 인쇄됩니다. 이 함수는 cgroup을 만드는 데 사용되며 무시 가능합니다. # tail /var/log/message Dec 6 04:01:01 localhost systemd: Created slice user-0.slice.Dec 6 04:01:01 localhost systemd: Starting Session 63 of user root.Dec 6 04:01:01 localhost systemd: Started Session 63 of user root.Dec 6 05:01:01 localhost systemd: Created slice user-0.s..
리눅스 파일시스템 감시를 통한 변경,생성,삭제,위치변경 알림 inotify 사용법OS : centos 7.5 # yum install inotify-tools # inotifywait -e create,delete,modify,move -mrq /test & # touch /etc/test.txt/etc/ CREATE test.txt# detected # vi /etc/inotifywait.conf # create config file LOGFILE=/var/log/inotify.log MONITOR=/test EVENT=create,delete,modify,move # vi /etc/rc.d/init.d/inotifywait -------------------------------------------..
GPU 스케쥴링을 위한 GPU 스케쥴러 Slurm 명령어 정리 # smap -> 작업 상태 및 노드 상태 확인 # sinfo [option] -N -I-> 노드 or 파티션 정보 확인 # squeue -> 작업 상태 확인 - R : RUNNING - PD : PENDING - S : SUSPENDED - ST : STOP - CD : COMPLETED - CA : CANCELLED - F : FAILED - NF : NODE_FAIL # sbatch [option] scriptfile-> 작업 제출 -n 필요 프로세스 수-N 필요 컴퓨트 노드 수-o stdout filename-e stderr filename-t 최대 작업 시간 지정 format> 02:00:00--gres=gpu gpu 사용 옵션-p ..
zabbix visible name에 Hostname 자동으로 넣기 git clone https://github.com/q1x/zabbix-gnomes.git zabbix-gnomes # Update the visible name of the host web001 to 'primary webserver' vi $HOME/.zbx.conf [Zabbix API]username=johndoepassword=verysecretpasswordapi=https://zabbix.mycompany.com/path/to/zabbix/frontend/no_verify=true ./zhostupdater.py web001 -V 'primary webserver' 참고 : https://github.com/q1x/zabbi..