참조 : http://www.hp.com/ctg/Manual/c01942633 • Ignite를 이용한 Backup 방법 – 서버와 동일버전 Ignite-UX 설치 – make_net_recovery 명령어를 통해 백업 # /opt/ignite/bin/make_net_recovery -A -s 192.168.0.111 -a 192.168.0.111:/osbackup/test01 […]
참조 : 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 -> redhat)booting mode 가 BIOS/Lagacy의 […]
참조 : 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 명령으로 확인가능.# pcs resource show VirtualIP […]
xvm 은 5.X 버전부터 복제된 디스크를 사용할 수 있도록 기능이 추가 되었습니다. # swlist -l product |grep -i vxvm VRTSvxvm 5.0.31.5 Veritas Volume Manager by Symantec 아래의 내용에서 주의할 점은 기존에 CFS 로 사용하던 DG 는 Cluster 속성으로 되어 있기에 그냥 한쪽 서버에서 Local 로 사용하고자 Import 시에는 vxdg -tfC 로 해야 합니다. Veritas™ Volume Manager 5.0.1 Administrator’s […]