table of contents
| OCF_HEARTBEAT_POWERV(7) | OCF resource agents | OCF_HEARTBEAT_POWERV(7) |
NAME¶
ocf_heartbeat_powervs-move-ip - Manages Power Virtual Server overlay IP routes.
SYNOPSIS¶
powervs-move-ip [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
Resource Agent to move an IP address from one Power Virtual Server instance to another.
Prerequisites: 1. Two-node cluster - Distributed across two PowerVS workspaces in separate data centers within the same region.
2. IBM Cloud API Key: - Create a service API key with privileges for both workspaces. - Save the key in a file and copy it to both cluster nodes using the same path and filename. - Reference the key file path in the resource definition.
For detailed guidance on high availability for SAP applications on PowerVS, visit: https://cloud.ibm.com/docs/sap?topic=sap-ha-overview.
SUPPORTED PARAMETERS¶
ip
(required, string, no default)
api_key
(required, string, no default)
api_type
(required, string, default "private")
region
(required, string, no default)
route_host_map
(required, string, no default)
use_token_cache
(optional, string, default "True")
monitor_api
(optional, string, default "False")
device
(optional, string, no default)
iflabel
(optional, string, no default)
proxy
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
EXAMPLE CRM SHELL¶
The following is an example configuration for a powervs-move-ip resource using the crm(8) shell:
primitive p_powervs-move-ip ocf:heartbeat:powervs-move-ip \
params \
ip=string \
api_key=string \
api_type="private" \
region=string \
route_host_map=string \
op monitor timeout="60s" interval="60s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a powervs-move-ip resource using pcs(8)
pcs resource create p_powervs-move-ip ocf:heartbeat:powervs-move-ip \
ip=string \
api_key=string \
api_type="private" \
region=string \
route_host_map=string \
op monitor timeout="60s" interval="60s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
| 01/26/2026 | resource-agents UNKNOWN |