본문 바로가기

HW Knowledge273

ilorest/".fwpkg" 통한 fw upgrade ilorest를 통한 fw upgrade localhost OS example: ilorest flashfwpkg remote example: ilorest flashfwpkg --url -u -p Note. TPM Override: --tpmover C:\> ilorest flashfwpkg --tpmover C:\temp\SPSGen10Plus_04.04.04.202.fwpkg --url 192.168.0.1 -u Administrator -p password 2022. 9. 6.
Gen10 plus / 공장 초기화 시, PCI 확장장치의 구성 초기화 및 데이터 손실 발생 Gen10 plus / 공장 초기화 시, PCI 확장장치의 구성 초기화 및 데이터 손실 발생 증상 일부 Gen10 plus 시스템에서, 장애 조치로 공장 초기화 진행("Restore Default Manufacturing Settings")시, 기존 구성되어 사용되던 PCI 확장 장치들의 구성 정보가 삭제/초기화되는 현상이 발생 부팅 중 > System Configuration > System Utilities > BIOS/Platform Configuration (RBSU) > System Default > Restore Default Manufacturing Setting - "Yes, restore the default settings." e.g.) Smart Array HBA의 RAID(LUN) .. 2022. 9. 1.
ProLiant Gen9(E5 v4 Series CPU)-System unexpected reset or shutdown Intel Xeon E5 v4(Broadwell)시리즈 CPU를 사용하는 ProLiant Gen9 서버의 예기치 않은 시스템 재시작 또는 종료 발생 가능 이슈 증상 아래 중 한 개 이상의 정보가 확인됨 시나리오 1. 연관된 로그(footprint)정보가 남지 않고, 예기치 않은 시스템 재시작 또는 종료가 발생됨 시나리오 2. 예기치 않은 시스템 재시작 또는 종료가 발생된 후 리부팅 중, Smart Array 관련 lockup 0x12가 기록됨 시나리오 3. 예기치 않은 시스템 재시작 또는 종료가 발생된 후 아래 형태의 UMCE 코드가 IML상에 확인됨 Uncorrectable Machine Check Exception (Board 0, Processor 2, APIC ID 0x00000040, Bank .. 2022. 5. 4.
Intel NIC/일부 NIC의 경우, 특정 버전 이하로 downgrade 불가 Intel 사 제조 NIC에 대하여, 일정 시점을 기준으로 baseline(lowest) version을 재지정하고, 그 이하로 downgrade를 지원하지 않음. 이는 Intel에서 제약하는 것으로, HPE의 이슈가 아님. (상향은 가능하나 하향 불가) This occurs because the previous releases do not recognize new versions of NVM map structure due to an Intel limitation. Advisory: HPE Network Adapters - Certain HPE Intel-Based Network Adapters Cannot Not Be Downgraded to Prior Network Adapter Firmware V.. 2022. 4. 28.
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.
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.
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.
반응형