OS 요구사항 : Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 참조링크 : https://learn.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2 1. […]
참조 : https://wlsvud84.tistory.com/24 **GRUB 옵션변경/etc/default/grub 수정 후.grub2-mkconfig -o /boot/grub2/grub.cfg 을 통해 grub 적용. 이때.booting mode 가 UEFI의 경우./boot/efi/EFI/centos/grub.cfg (rhel은 censos […]
참조 : https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/s1-resourceoperate-haar 1. 클러스터가 기동되면서 파라미터를 아래 파일에 기록. /var/lib/pacemaker/cib/cib.xml <opid=”rippkg-sh-monitor-interval-60s”interval=”60s”name=”monitor”timeout=”200″/> <opid=”rippkg-sh-restart-interval-0s”interval=”0s”name=”restart”timeout=”15″/> <opid=”rippkg-sh-start-interval-0s”interval=”0s”name=”start”timeout=”300″/> <opid=”rippkg-sh-stop-interval-0s”interval=”0s”name=”stop”timeout=”300″/> 해당 파라미터는 resource show 명령으로 […]