본문 바로가기

내맘대로의 구분2109

2022-04-08 발 등이 두터워서 신발 끈이 벌어지는 참사는 막을 수 없음 ... 내돈 내산~ 오랜만에 직접 운동화를 고르고 구매했다. Nike AirMax plus 604133-148 처음에는 왜 동일 모델인데 가격이 다 다르지.. 하면서 업자의 폭리인가 고민도 하고 속아서 비싸게 사는 건가 싶어 상당 기간을 고민 및 탐색했더랬다... 결국 아무것도 결론에 이르지 못했지만 ... 일부 물건이 경매로 진행된다는 것을 알게되었고, 인기(?) 모델은 아마도 가격이 높아지는 것 같다는 결론... 여러 디자인을 고르다 Jade 이름에 꼽혀서 지름신 접신! Nike Air Max Plus atmos White Hyper Jade https://stockx.com/ko-kr/nike-air-max-plus-atmos-white-h.. 2022. 4. 22.
kernel: smartpqi BDF: error updating time on controller Microchip SmartRAID(SR)/SmartArray HBA가 장착된 시스템 운용 중, Linux OS 상에 아래 메시지가 출력될 수 있음 kernel: smartpqi BDF: error updating time on controller smartpqi driver는 정기적으로, HBA와 OS 간의 시간을 동기화하는데, IO가 많아(busy) 가용 Cache가 고갈되어 부족에 따라, 동기화 작업을 수행하지 못해 발생된 메시지. 시간 동기화 실패는 시스템 운영에 영향을 주지 않으며, 진행중인 IO가 완료되어 Cache가 release 되면, 이 후, 동기화가 재 수행됨. The observed failure have no ill effect on any functional issues of th.. 2022. 4. 21.
OneView/How remove Alert Logs from Oneview via PowerShell Revised: 2022-04-19 1. HPE Oneview Powershell library 설치 a. 사용중인 Powershell 버전 확인 PS> $host PS> $PSVersionTable Note. POSH 5.1 이상 필요 필요 시, Powershell 5.1 이상 설치 https://docs.microsoft.com/ko-kr/powershell/scripting/install/installing-windows-powershell?view=powershell-7 https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2 b. 기존 설치 모듈 확.. 2022. 4. 19.
dmesg/Control displayed/printed console log level Console 작업 중에, 쏟아지는 이벤트(e.g. ACPI alert )등으로 작업에 어려움이 있을때, console log level(nlevel)을 임시로 조정하여 화면에 출력되는 정보를 관리할 수 있음. dmesg Supported log levels (priorities): #define KERN_EMERG "" /* system is unusable */ #define KERN_ALERT "" /* action must be taken immediately */ #define KERN_CRIT "" /* critical conditions */ #define KERN_ERR "" /* error conditions */ #define KERN_WARNING "" /* warning condit.. 2022. 4. 14.
MR(MegaRAID) Controller/How to collect storage logs MR(MegaRAID) Controller/How to collect storage logs LSIget Note. LSIget script download lsiget log bundle analysis information https://www.broadcom.com/support/knowledgebase/1211261522992/lsiget-log-bundle-analysis-information the LSIget data capture script https://www.broadcom.com/support/knowledgebase/1211161499563/lsiget-data-capture-script 1. Linux / VMware # ./lsigetlunix.sh -D -Q 2. Window.. 2022. 4. 13.
Infiniband perftest Open Fabrics Enterprise Distribution (OFED) Performance Tests https://github.com/linux-rdma/perftest Infiniband network 성능 검증이 필요한 경우, Server(host_a): 트래픽을 수신하는 장비/서버 Client(host_b): 트래픽을 발생하는 장비/클라이언트 Note. Server/Client 각 System에 동일 perftest package가 설치되어야 함. General: [root@host_a]# ib_write_bw -F -R -a [root@host_b]# ib_write_bw -F -R -a GPUDirect: [root@host_a]# ./ib_write_bw -d ib_dev --use.. 2022. 4. 13.
RHEL/GPU 환경에서 OS inbox driver(nouveau) 비활성화 필요 GPU 환경에서, OS inbox GPU driver(nouveau)로 인해 장애(부팅실패/화면출력오류/응답없음 등)을 경험할 수 있음 Inbox GPU driver (nouveau) causes hang during OS boot A. During install, set Linux kernel parameter “nomodeset”. Note. 부팅 장애를 경험하지 않는 상황에서, 생략 가능 예상 1) 설치 화면에서 ‘E’ Key를 통해 부트 메뉴 편집 2) 방향키를 통해 “linux /boot/vmlinuz …” 형태의 항목 검색 후, “nomodeset” 를 추가 e.g.) submenu 'Submenu title' { menuentry 'Submenu option 1' { linuxefi /ima.. 2022. 4. 13.
HPE/RHEL/GPU 환경에서, ACPI Power meter module로 인해 시스템 장애 발생 가능 GPU환경에서 ACPI power meter module로 인해 IOMCA/UMCE 장애 발생 가능 Set acpi_power_meter on blacklist to not use it. 1) unload acpi_power_meter # modprobe -r acpi_power_meter 2) acpi_power_meter를 사용하지 않도록 등록 # echo "blacklist acpi_power_meter" > /etc/modprobe.d/blacklist-acpi_power_meter.conf # echo "install acpi_power_meter /bin/false" >> /etc/modprobe.d/blacklist-acpi_power_meter.conf 3) power1을 열람하지 않도록 .. 2022. 4. 13.
IOMMU and ACS 이해 IOMMU를 검색하면 바로 나오는 Wiki에 있는 이미지... MMU : CPU가 메모리에 접근할 때, 가상 주소(Virtual Address)를 사용하며, 물리 메모리(Physical Memory)의 주소를 Virtual Address로 매핑해주는 장치 (여러 프로그램이 구동될 때, 메모리가 항상 모든 용량이 모여서 할당되지 않기에, 서로 다른 위치에(중구난방?) 있는 메모리를 모아 하나의 영역 처럼 CPU가 고생하지 않도록(?) 해준단다) IOMMU : IO 장치(일반적으로 PCI 장치)가 IO 동작을 위해 메인 메모리(Physical Memory)를 할당 받게 되는데, 이 때, 접근을 위해 갖는 주소(Address)는 가상 주소(Virtual Address)이다. 할당 받은 가상 주소와 실제 주소(.. 2022. 4. 7.
반응형