Scroll to navigation

FENCE_AGENT(8) System Manager's Manual FENCE_AGENT(8)

NAME

fence_azure_arm - Fence agent for Azure Resource Manager

DESCRIPTION

fence_azure_arm is an I/O Fencing agent for Azure Resource Manager. It uses Azure SDK for Python to connect to Azure.

For instructions to setup credentials see: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal

Username and password are application ID and authentication key from "App registrations".

NOTE: NETWORK FENCING
Network fencing requires an additional Subnet named "fence-subnet" for the Virtual Network using a Network Security Group with the following rules:
+-----------+-----+-------------------------+------+------+-----+-----+--------+
| DIRECTION | PRI | NAME | PORT | PROT | SRC | DST | ACTION |
+-----------+-----+-------------------------+------+------+-----+-----+--------+
| Inbound | 100 | FENCE_DENY_ALL_INBOUND | Any | Any | Any | Any | Deny |
| Outbound | 100 | FENCE_DENY_ALL_OUTBOUND | Any | Any | Any | Any | Deny |
+-----------+-----+-------------------------+------+------+-----+-----+--------+

When using network fencing the reboot-action will cause a quick-return once the network has been fenced (instead of waiting for the off-action to succeed). It will check the status during the monitor-action, and request power-on when the shutdown operation is complete.

fence_azure_arm accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_azure_arm can be run by itself with command line options. This is useful for testing and for turning outlets on or off from scripts.

Vendor URL: http://www.microsoft.com

PARAMETERS

Fencing action (Default Value: reboot)
Authentication key
Script to run to retrieve password
Physical plug number on device, UUID or identification of machine This parameter is always required.
Application ID
Name of resource group. Metadata service is used if the value is not provided.
Id of Azure Active Directory tenant.
Id of the Azure subscription. Metadata service is used if the value is not provided.
Use network fencing. See NOTE-section for configuration.
Determines if Managed Service Identity should be used.
Name of the cloud you want to use.
Disable logging to stderr. Does not affect --verbose or --debug-file or logging to syslog.
Verbose mode. Multiple -v flags can be stacked on the command line (e.g., -vvv) to increase verbosity.
Level of debugging detail in output. Defaults to the number of --verbose flags specified on the command line, or to 1 if verbose=1 in a stonith device configuration (i.e., on stdin).
Write debug information to given file
Display version information and exit
Display help and exit
Separator for CSV created by 'list' operation (Default Value: ,)
Wait X seconds before fencing is started (Default Value: 0)
Disable timeout (true/false) (default: true when run from Pacemaker 2.0+)
Wait X seconds for cmd prompt after login (Default Value: 5)
Test X seconds for status change after ON/OFF (Default Value: 150)
Wait X seconds after issuing ON/OFF (Default Value: 0)
Wait X seconds for cmd prompt after issuing command (Default Value: 3)
Sleep X seconds between status calls during a STONITH action (Default Value: 1)
Count of attempts to retry power on (Default Value: 1)

ACTIONS

Power on machine.
Power off machine.
Reboot machine.
This returns the status of the plug/virtual machine.
List available plugs with aliases/virtual machines if there is support for more then one device. Returns N/A otherwise.
List available plugs with aliases/virtual machines and their power state if it can be obtained without additional commands.
Check the health of fence device
Display the XML metadata describing this resource.

The operational behavior of this is not known.
Validate if all required parameters are entered.

STDIN PARAMETERS

Fencing action (Default Value: reboot)
Authentication key Obsoletes: passwd
Script to run to retrieve password Obsoletes: passwd_script
Physical plug number on device, UUID or identification of machine This parameter is always required. Obsoletes: port
Application ID Obsoletes: login
Name of resource group. Metadata service is used if the value is not provided.
Id of Azure Active Directory tenant.
Id of the Azure subscription. Metadata service is used if the value is not provided.
Use network fencing. See NOTE-section for configuration. Obsoletes: network-fencing
Determines if Managed Service Identity should be used.
Name of the cloud you want to use.
Disable logging to stderr. Does not affect --verbose or --debug-file or logging to syslog.
Verbose mode. Multiple -v flags can be stacked on the command line (e.g., -vvv) to increase verbosity.
Level of debugging detail in output. Defaults to the number of --verbose flags specified on the command line, or to 1 if verbose=1 in a stonith device configuration (i.e., on stdin).
Write debug information to given file Obsoletes: debug
Display version information and exit
Display help and exit
Separator for CSV created by 'list' operation (Default Value: ,)
Wait X seconds before fencing is started (Default Value: 0)
Disable timeout (true/false) (default: true when run from Pacemaker 2.0+)
Wait X seconds for cmd prompt after login (Default Value: 5)
Test X seconds for status change after ON/OFF (Default Value: 150)
Wait X seconds after issuing ON/OFF (Default Value: 0)
Wait X seconds for cmd prompt after issuing command (Default Value: 3)
Sleep X seconds between status calls during a STONITH action (Default Value: 1)
Count of attempts to retry power on (Default Value: 1)
2009-10-20 fence_azure_arm (Fence Agent)