From d6b954890b496fcdd8a76d7c2dd44a36fa0ad42c Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Thu, 7 Oct 2021 11:10:16 +0200 Subject: [PATCH 1/3] all agents: specify agent and OCF versions corrently in metadata --- heartbeat/SAPDatabase | 4 ++-- heartbeat/SAPInstance | 4 ++-- 133 files changed, 169 insertions(+), 169 deletions(-) diff --git a/heartbeat/SAPDatabase b/heartbeat/SAPDatabase index 3486303f10..563a6f3469 100755 --- a/heartbeat/SAPDatabase +++ b/heartbeat/SAPDatabase @@ -109,8 +109,8 @@ meta_data() { cat < - -2.14 + +1.0 Resource script for SAP databases. It manages a SAP database of any type as an HA resource. diff --git a/heartbeat/SAPInstance b/heartbeat/SAPInstance index f8bcbc05b8..016f59aff2 100755 --- a/heartbeat/SAPInstance +++ b/heartbeat/SAPInstance @@ -110,8 +110,8 @@ sapinstance_meta_data() { cat < - -2.14 + +1.0 Usually a SAP system consists of one database and at least one or more SAP instances (sometimes called application servers). One SAP Instance is defined by having exactly one instance profile. The instance profiles can usually be found in the directory /sapmnt/SID/profile. Each instance must be configured as it's own resource in the cluster configuration.