본문 바로가기

CentOS

(4)
CentOS + HP 시스템 관리(HP SPP) HP 시스템 CentOS SPP 온라인 설치시 아래 패키지는 SPP 에서 선택이 안 됨 (rpm 파일을 찾아, 별도 설치) # hp-ams 패키지 : Agentless Management System 으로 iLO 에서 OS 정보를 더 정확히 보여 줌 (PCI Slot 정보, NIC, Storage, SW 정보등) /etc/init.d/hp-ams status # hp-health 패키지 : hpasmcli 명령으로 HW 상태 및 IML 로그 확인 및 ASR 설정 가능 * RHEL 에서 Online 으로 SPP 설치시 위 2개 패키지는 자동 선택되어 설치됨.
Linux Bus 주소로 PCI Slot 번호 확인 ## Bus Address 확인 명령 lspci lspci | grep -i hba lspci | grep -i ethernet lspci | grep -i raid ## PCI slot 번호와 연결된 Bus Address 확인 dmidecode -t slot dmidecode -t slot | grep -e PCI-E -e Bus ## PCI Slot 에 해당하는 Bus Address 와, lspci 에서 찾은 device 의 Bus Address 를 매칭 lspci | grep -i hba ----------------------------------------------------------------------------------------------- 0a:00.0 Fibre Channel: ..
CentOS 설치 미디어 부팅 구조 # CentOS 7.4 기준 CentOS 설치 미디어 부팅 구조 Anaconda boot image for BIOS isolinux/isolinux.bin Anaconda boot image for UEFI EFI/BOOT/BOOTX64.EFI Anaconda 부팅 config for BIOS isolinux/isolinux.cfg for BIOS Anaconda 부팅 config for UEFI EFI/BOOT/grub.cfg for UEFI images/product.img Anaconda 에 의해 로드됨 cpio,gziped file mkisofs 옵션 -o custom.iso 생성되는 파일 이름 -b isolinux/isolinux.bin announces a data file as El Tori..
Linux cockpit (RHEL8, CentOS8 - 관리툴) 개요 - RHEL8 에 새로 추가된 기능 - 로컬시스템의 기본 설정을 Web 기반으로 제어 가능 - web console cockpit cockpit 구성 # yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload GUI 가능한 원격 시스템의 브라우저에서 아래 주소로 접속 (계정은 시스템 계정) https://:9090 참고사항 - virt-manager (VMM) 기능을 web console Cockpit 이 대체한다고 함. (확인 필요)