You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -591,20 +596,22 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
591
596
- Select **Library resource group** > **State storage account** > **Containers** > `tfstate`. Copy the name of the deployer state file.
592
597
- Following from the preceding example, the name of the blob is `MGMT-NOEU-DEP00-INFRASTRUCTURE.terraform.tfstate`.
593
598
594
-
1. If necessary, register the SPN.
599
+
1. If necessary, register the Service Principal.
595
600
596
-
The first time an environment is instantiated, an SPN must be registered. In this tutorial, the control plane is in the `MGMT` environment and the workload zone is in `DEV`. Therefore, an SPN must be registered for `DEV` at this time.
601
+
The first time an environment is instantiated, a Service Principal must be registered. In this tutorial, the control plane is in the `MGMT` environment and the workload zone is in `DEV`. Therefore, a Service Principal must be registered for the `DEV` environment.
After the workload zone is finished, you can deploy the SAP system infrastructure resources. The SAP system creates your VMs and supporting components for your SAP application. Use the [installer.sh](bash/installer.md) script to deploy the SAP system.
@@ -708,18 +713,21 @@ Deploy the SAP system.
708
713
709
714
```bash
710
715
711
-
export sap_env_code="DEV"
712
-
export region_code="<region_code>"
716
+
export sap_env_code="DEV"
717
+
export region_code="<region_code>"
718
+
export vnet_code="SAP01"
713
719
714
-
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/${sap_env_code}-${region_code}-SAP01-X00
The deployment command for the `northeurope` example will look like:
730
+
The deployment command for the `northeurope` example looks like:
723
731
724
732
```bash
725
733
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00
@@ -742,7 +750,7 @@ Go to the system deployment folder.
742
750
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00/
743
751
```
744
752
745
-
Make sure you have the following files in the current folders: `sap-parameters.yaml`and `SID_host.yaml`.
753
+
Make sure you have the following files in the current folders: `sap-parameters.yaml`and `X00_host.yaml`.
746
754
747
755
For a standalone SAP S/4HANA system, there are eight playbooks to run in sequence. One way you can run the playbooks is to use the **Configuration** menu.
748
756
@@ -766,14 +774,14 @@ This playbook does the SAP OS configuration setup on all the machines. The steps
766
774
767
775
This playbook downloads the SAP software to the SCS virtual machine.
768
776
769
-
### Playbook: HANA DB install
770
-
771
-
This playbook installs the HANA database instances.
772
-
773
777
### Playbook: SCS Install
774
778
775
779
This playbook installs SAP central services. For highly available configurations, the playbook also installs the SAP ERS instance and configures Pacemaker.
776
780
781
+
### Playbook: HANA DB install
782
+
783
+
This playbook installs the HANA database instances.
784
+
777
785
### Playbook: DB load
778
786
779
787
This playbook invokes the database load task from the primary application server.
@@ -814,11 +822,12 @@ Go to the `DEV-NOEU-SAP01-X00` subfolder inside the `SYSTEM` folder. Then, run t
814
822
```bash
815
823
export sap_env_code="DEV"
816
824
export region_code="NOEU"
825
+
export vnet_code="SAP01"
817
826
818
-
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/${sap_env_code}-${region_code}-SAP01-X00
827
+
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/${sap_env_code}-${region_code}-${vnet_code}-X00
0 commit comments