redhat-sap / sap-netweaver-ha-pacemaker

HA configuration of pacemaker for SAP Netweaver software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fence_azure_arm fencing resource paramaters appear to be invalid

Axelay-Prime opened this issue · comments

The latest documentation from Azure shows no reference to the azure API address (I'm not sure where it gets this, perhaps it's just baked in?)

Also, it seems some of the keys for values are updated (login is replaced with username)

https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-rhel-pacemaker#create-stonith-device

sudo pcs stonith create rsc_st_azure fence_azure_arm username="login ID" password="password" resourceGroup="resource group" tenantId="tenant ID" subscriptionId="subscription id" pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name"
power_timeout=240 pcmk_reboot_timeout=900 pcmk_monitor_timeout=120 pcmk_monitor_retries=4 pcmk_action_limit=3 pcmk_delay_max=15
op monitor interval=3600

closed as development is moved to sap-linuxlab