Linux38 DISK 온라인으로 탈부착 법 - 확인 법 lsscsi | grep -w sdb(disk) - 탈착 법 echo 1 > /sys/block/sdb/device/delete - 부착 법 echo '---' > /sys/class/scsi_host/host0/scan -> sdb의 host 번호 확인 후 해당 host scan 작업 2020. 8. 4. HBA 확인 법 - HBA 확인(wwn) systool -c fc_host -v | egrep '(path|port_name)' - HBA slot 확인 법 dmidcode -t slot 2020. 8. 4. Linux Network TSO Off 설정 방법 ethtool -K Interface tso off - 확인 법 ethtool -k Interface | egrep '(tcp-segmentation | tx-tcp | tx-tcp6)' 2020. 8. 4. subnetmask bit 정리(계산하기 귀찮으니) subnet(netmask) / bit / host 255.255.255.0 / 24 / 254 255.255.255.128 / 25 / 128 255.255.255.192 / 26 / 64 255.255.255.224 / 27 / 32 255.255.255.240 / 28 / 16 255.255.255.248 / 29 / 8 255.255.255.252 / 30 / 4 255.255.255.254 / 31 / 2 255.255.255.255 / 32 / 1 2019. 12. 4. sosreport 와 xsos(시스템 상태 확인 툴) 1.xsos 설치 방법 wget http://people.redhat.com/rsawhill/rpms/latest-xsos.rpm rpm -Uvh latest-xsos.rpm 2.sosreport 설치 방법 yum install -y sos 3. xsos 옵션 [root@test1 src]# xsos help Usage: xsos [DISPLAY OPTIONS] [-6abokcfmdtlerngisp] [SOSREPORT ROOT] or: xsos [DISPLAY OPTIONS] {--B|--C|--F|--M|--D|--T|--L|--R|--N|--G|--I|--P FILE}... or: xsos [-?|-h|--help] Display system info from localhost or extracte.. 2019. 12. 3. nmi button 설정 방법 H/W 의 nmi button 설정 방법 이다. 기본적으로 bios에서 nmi enable 로 변경 해야 한다. 1) /etc/sysctl.conf 에서 kernel.unknown_nmi_panic=1 를 설정 후 활성화 2) /etc/grub.conf에 nmi_watchdog=1(혹은 2) 파라미터를 설정 3) H/W의 nmi 버튼을 누른다. 2019. 12. 2. 이전 1 2 3 4 5 6 7 다음