본문 바로가기

내맘대로의 구분2094

Linux/check WWN and state of port(s) Linux WWN 확인: System 장착된 HBA 정보 # ll /sys/class/scsi_host 위 명령의 결과에서, HBA hostXX 정보 확인 후, # cat /sys/class/scsi_host/hostXX/port_name # cat /sys/class/scsi_host/hostXX/port_state 참조 툴: Fibreutils for HPE Storage Fibre Channel Host Bus Adapters for Linux -Red Hat Enterprise Linux (RHEL) https://support.hpe.com/connect/s/softwaredetails?softwareId=MTX_1dbf71983b26453da634c97ee4&language=en_US&tab=.. 2022. 9. 2.
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.
CUDA/nbody/Ubuntu 22.04 + CUDA 11.7 + Driver 510.47.03 System Information ML350 Gen10(51xx x 2p, 2x RTX 6000) 1. Set SW level System ROM 2.62 / IE 0.2.3.0.0 / SPS 4.1.4.601 / iLO 2.65 2. Set WP a. Restore Set Default b. Virtualization - Max Performance: Yes 3. Install Ubuntu 22.04 - desktop - Normal Installation a. Set "nomodeset" during Install - Edit GRUB: add "nomodeset" linux /asper/vmlinuz nomodeset quiet --- b. Configure network and connection.. 2022. 9. 1.
CUDA/nbody/RHEL 8.6 + CUDA 11.7 + Driver 515.65.01 System Information ML350 Gen10 (51xx CPU) + 2x RTX 6000 1. Set SW level System ROM 2.62 / IE 0.2.3.0.0 / SPS 4.1.4.601 / iLO 2.65 2. Set WP a. Restore Set Default b. Virtualization - Max Performance: Yes 3. Install RHEL 8.2 a. Set "nomodeset" during Install - Edit GRUB: add "nomodeset" linuxefi /images/pxeboot/vmlinuz ... nomodeset quiet b. Server with GUI c. Configure network 5. Install NVidia .. 2022. 8. 31.
CUDA/RHEL 7.9 + CUDA 11.4 + Driver 470.82.01 System Information ML350 Gen10 (51xx CPU) 1. Set SW level System ROM 2.62 / IE 0.2.3.0.0 / SPS 4.1.4.601 / iLO 2.65 2. Set WP a. Restore Set Default b. Virtualization - Max Performance: Yes 3. Install RHEL 7.9 a. Set "nomodeset" during Install - Edit GRUB: add "nomodeset" linuxefi /images/pxeboot/vmlinuz ... nomodeset b. Server with GUI + Compatibility Libraries + Development Tools c. Configure .. 2022. 8. 30.
CUDA/RHEL 8.5 + CUDA 11.7 + Driver 515.65.01 System Information ML350 Gen10 (51xx CPU) 1. Set SW level System ROM 2.62 / IE 0.2.3.0.0 / SPS 4.1.4.601 / iLO 2.65 2. Set WP a. Restore Set Default b. Virtualization - Max Performance: Yes 3. Install RHEL 8.5 a. Set "nomodeset" during Install - Edit GRUB: add "nomodeset" linuxefi /images/pxeboot/vmlinuz ... nomodeset quiet b. Server with GUI + Development Tools c. Configure network 5. Install N.. 2022. 8. 30.
CUDA/nbody/Ubuntu 20.04.3 + CUDA 11.4 + Driver 470.129.06 ML350 Gen10 System에서 CUDA sample code nbody Test 수행해보기 - 무지한 탓에 십 수회를 재설치하고 재셋팅해보았다는 ... System Information: ML350 Gen10 (Intel Xeon 51xx) ML350 Gen10 (Intel Xeon 62xx) 1. Set SW level System ROM 2.62 / IE 0.2.3.0.0 / SPS 4.1.4.601 / iLO 2.65 2. Set WP a. Restore Set Default b. Virtualization - Max Performance: Yes 3. Install Ubuntu 20.04.3 a. Set "nomodeset" during Install - Edit GRUB: add "nom.. 2022. 8. 25.
CUDA/Sample 설치 중, cannot find -lglut 발생 freeglut package 설치로 해소 가능 Ubuntu $ sudo apt-get install freeglut* RHEL # yum install freeglut* 2022. 8. 25.
[RHEL] Target 관리 (과거 runlevel의 대체 모드) [RHEL] Target 관리 (과거 runlevel의 대체 모드) 1. Default Target 정보 확인 # systemctl get-default multi-user.target 2. 설정 가능한 정보 확인 # systemctl list-units --type target Note. 모든 정보 확인 # systemctl list-units --type target --all 3. 원하는 모드로 Target 설정 (적용을 위해 리부팅 필요) # systemctl set-default multi-user.target or # ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target Note. 즉시 적용 (현재 Tar.. 2022. 8. 25.
반응형