Maintaining Azure for SAP Workloads (part 2)
To read part 1 please click here
Remote Management of SAP HANA on Azure (Large Instances)
Connecting to Azure HANA on Azure (Large Instances) from Azure VMs & from on-premises locations
As we all know that, by default, the transitive routing between HANA Large Instance units and on-premises doesn't work, hence you can connect to HANA Large Instances from the same virtual network that hosts the application Azure VMs or you can also allow transitive routing with the help of following methods:
- A reverse proxy to route data, to and from SAP HANA on Azure (Large Instances) which can be for example, F5 BIG-IP or NGINX with Traffic Manager deployed in the Azure virtual network.
- IPTables rules in a Linux VM can be used to enable routing between on-premises locations and HANA Large Instance units, or between HANA Large Instance units in different regions. But, the VM size should be accordingly, so that the network throughput of the VM is appropriate for the expected network traffic.
- Azure Firewall must be used to guide traffic between on-premises and HANA Large instance units.
If you are using reverse proxy, IPTables, or Azure Firewall, traffic routed through an Azure virtual network could also be filtered by Azure Network Security Groups, so that certain IP addresses or IP address may vary from on-premises could be blocked or especially enabled to access HANA Large Instances.
Managing Azure HANA on Azure (Large Instances) via the Azure portal
The information about the power state is also available which indicates if the hardware unit is powered on or off instead of the state of operating system. You can also review the recorded restart activities which may include the status of the activity, the times-tamp of its trigger, the subscription ID of the trigger, and the Azure AD identity initiating the trigger.
The other types of recorded activities may include changes to metadata associated with the individual units which is recorded as Write HANAInstances and has no impact on the operational state of the HANA Large Instance unit, but by default, they have no tag assigned.
Restart a HANA Large Instance unit through Azure portal
In accordance with the the amount of memory of the HANA Large Instance unit, a restart and reboot of the hardware as well as the operating system can take up to one hour.
Register HANA Large Instance Resource Provider
Generally, the Azure subscription being used for Azure Large Instance deployments includes registration of the HANA Large Instance Resource Provider, but, if the deployed HANA Large Instance units can't be seen, then you must register the Resource Provider in your Azure subscription which can be easily done with the help of Azure CLI and the Azure portal.
Register through CLI interface
If you want to register, you should start by signing in to your Azure subscription consisting the HANA Large Instance deployment through the Azure CLI. After that, you can invoke the registration by running the following:
az provider register --namespace Microsoft.HanaOnAzure
Register through Azure portal
To read part 1 please click here
Comments
Post a Comment