Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAP 3 tier marketplace image MD #3719

Merged
merged 2 commits into from
Jul 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions sap-3-tier-marketplace-image-md/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# SAP NetWeaver 3-tier compatible template using a Marketplace image - MD

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fsap-3-tier-marketplace-image-md%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fsap-3-tier-marketplace-image-md%2Fazuredeploy.json" target="_blank">
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template takes a minimum amount of parameters and deploys a VM that is customized for use with SAP NetWeaver, using the latest patched version of the selected operating system. This is a template for a 3-tier configuration. It deploys 1 (no HA) or 2 (HA) ASCS/SCS servers, 1 (no HA) or 2 (HA) database servers and serveral virtual machines that can host dialog instances. In case of a HA deployment, the ASCS/SCS and DB servers are placed in Availability Sets and a Load Balancer is added to the ASCS/SCS and DB server to allow HA configurations in the operating system (e.g. Windows Failover Cluster).
This template uses Managed Disks.

## ASCS/SCS Internal Load Balancer ports

* Windows specific ports 445, 5985
* ASCS Ports (instance number 00): 3200, 3600, 3900, 8100, 50013, 50014, 50016
* SCS Ports (instance number 01): 3201, 3301, 3901, 8101, 50113, 50114, 50116
* ASCS ERS ports on Linux (instance number 02): 3302, 50213, 50214, 50216
* SCS ERS ports on Linux (instance number 03): 3303, 50313, 50314, 50316

ASCS/SCS Internal Load Balancer probe port: **62000**

ERS Internal Load Balancer probe port: **62102**

## DB Internal Load Balancer ports

* DB Internal Load Balancer ports: **1433**

DB Internal Load Balancer probe port: **62504**

<table>
<tr>
<th>Size</th>
<th>HA</th>
<th>Non-HA</th>
</tr>
<tr>
<td>Demo</td>
<td>2xDS12_v2 DB Server (1xP10) + 2xDS2_v2 ASCS/SCS (1xP10) + 2xDS2_v2 DI (1xP10)</td>
<td>1xDS12_v2 DB Server (1xP10) + 1xDS2_v2 ASCS/SCS (1xP10) + 1xDS2_v2 DI (1xP10)</td>
</tr>
<tr>
<td>Small < 30.000 SAPS</td>
<td>2xDS13_v2 DB Server (4xP20 1xP20) + 2xDS11_v2 ASCS/SCS (1xP10) + 2xDS13_v2 DI (1xP10)</td>
<td>1xDS13_v2 DB Server (4xP20 1xP20) + 1xDS11_v2 ASCS/SCS (1xP10) + 1xDS13_v2 DI (1xP10)</td>
</tr>
<tr>
<td>Medium < 70.000 SAPS</td>
<td>2xDS14_v2 DB Server (6xP20 1xP20) + 2xDS11_v2 ASCS/SCS (1xP10) + 4xDS13_v2 DI (1xP10)</td>
<td>1xDS14_v2 DB Server (6xP20 1xP20) + 1xDS11_v2 ASCS/SCS (1xP10) + 4xDS13_v2 DI (1xP10)</td>
</tr>
<tr>
<td>Large < 180.000 SAPS</td>
<td>2xGS4 DB Server (5xP30 1xP20) + 2xDS11_v2 ASCS/SCS (1xP10) + 6xDS14_v2 DI (1xP10)</td>
<td>1xGS4 DB Server (5xP30 1xP20) + 1xDS11_v2 ASCS/SCS (1xP10) + 6xDS14_v2 DI (1xP10)</td>
</tr>
<tr>
<td>X-Large < 250.000 SAPS</td>
<td>2xGS5 DB Server (6xP30 1xP30) + 2xDS11_v2 ASCS/SCS (1xP10) + 10xDS14_v2 DI (1xP10)</td>
<td>1xGS5 DB Server (6xP30 1xP30) + 1xDS11_v2 ASCS/SCS (1xP10) + 10xDS14_v2 DI (1xP10)</td>
</tr>
</table>
Loading