[Azure] SUSE Linux Enterprise Server Pacemaker 설정 - 1. 인프라 구성


1. 인프라 구성

[Microsoft Docs 참고](https://learn.microsoft.com/ko-kr/azure/sap/workloads/high-availability-guide-suse-pacemaker#a-assign-the-custom-role-to-the-service-principal)
  • Category : Azure
  • Tag : Azure


PaceMaker


[1]. 인프라 구성

  1. 전체 아키텍처 구성 SAP 아키텍처 설계
    1. Resource Group 생성 : PoCShowRoom
    2. Virtual Network 생성
    네트워크 명 네트워크 주소
    MGMT 10.0.0.0/16
    SAP-vn 10.1.0.0/16
    AP_1 10.1.1.0/24
    AP_2 10.1.2.0/24
    DB_1 10.1.3.0/24
    DB_2 10.1.4.0/24
  2. 리소스 생성
    1. AP Server Resource 구성 img
       EX) AP #1 가상머신 구성
      
      • [TEST 계정]
      • id : demouser
      • pw : demo!pass123
    가상머신이름 설정 선택
    ALL OS 배포판 : SUSE Enterprise Linux for SAP 15 SP1 +24x7 Support - 2Gen
    ALL OS image img
    AP-1, DB-1 가용성 영역 Zone 1
    AP-2, DB-2 가용성 영역 Zone 3
    AP-1 네트워크 주소 AP_1 10.1.1.0/24
    AP-2 네트워크 주소 AP_2 10.1.2.0/24
    DB-1 네트워크 주소 DB_1 10.1.3.0/24
    DB-2 네트워크 주소 DB_2 10.1.4.0/24

Share this post