From c3d398b8954c9363e3adc99c1d7effe9cc2c3535 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 27 Aug 2015 21:19:46 +0200 Subject: ccs-flatten: accidentally omitted SAP{Database,Instance} metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- __root__/ccs-flatten/SAPDatabase.metadata | 98 +++++++++++++++++++++++++++++++ __root__/ccs-flatten/SAPInstance.metadata | 73 +++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 __root__/ccs-flatten/SAPDatabase.metadata create mode 100644 __root__/ccs-flatten/SAPInstance.metadata (limited to '__root__/ccs-flatten') diff --git a/__root__/ccs-flatten/SAPDatabase.metadata b/__root__/ccs-flatten/SAPDatabase.metadata new file mode 100644 index 0000000..26e0a7c --- /dev/null +++ b/__root__/ccs-flatten/SAPDatabase.metadata @@ -0,0 +1,98 @@ + + + +1.92.1 + + +Resource script for SAP databases. It manages a SAP database of any type as an HA resource. + +SAP database resource agent + + + + The unique SAP system identifier. e.g. P01 + SAP system ID + + + + The full qualified path where to find sapstartsrv and sapcontrol. + path of sapstartsrv and sapcontrol + + + + The name of the database vendor you use. Set either: ORA,DB6,ADA + database vendor + + + + The Oracle TNS listener name. + listener name + + + + If you do not have a ABAP stack installed in the SAP database, set this to TRUE + only JAVA stack installed + + + + This is only needed if the DBJ2EE_ONLY parameter is set to true. Enter the path to the Java SDK which is used by the SAP WebAS Java + Path to Java SDK + + + + This controls how the resource agent monitors the database. If set to true, it will use SAP tools to test the connect to the database. Do not use with Oracle, because it will result in unwanted failovers in case of an archiver stuck + Activates application level monitoring + + + + The SAPDatabase resource agent tries to recover a failed start attempt automaticaly one time. This is done by running a forced abort of the RDBMS and/or executing recovery commands. + Enable or disable automatic startup recovery + + + + The full qualified path where to find the J2EE instance bootstrap directory. e.g. /usr/sap/P01/J00/j2ee/cluster/bootstrap + path to j2ee bootstrap directory + + + + The full qualified path where to find the J2EE security store directory. e.g. /usr/sap/P01/SYS/global/security/lib/tools + path to j2ee secure store directory + + + + The full qualified filename of the jdbc driver for the database connection test. It will be automaticaly read from the bootstrap.properties file in Java engine 6.40 and 7.00. For Java engine 7.10 the parameter is mandatory. + file name of the jdbc driver + + + + The full qualified path where to find a script or program which should be executed before this resource gets started. + path to a pre-start script + + + + The full qualified path where to find a script or program which should be executed after this resource got started. + path to a post-start script + + + + The full qualified path where to find a script or program which should be executed before this resource gets stopped. + path to a pre-start script + + + + The full qualified path where to find a script or program which should be executed after this resource got stopped. + path to a post-start script + + + + + + + + + + + + + + diff --git a/__root__/ccs-flatten/SAPInstance.metadata b/__root__/ccs-flatten/SAPInstance.metadata new file mode 100644 index 0000000..668f6d2 --- /dev/null +++ b/__root__/ccs-flatten/SAPInstance.metadata @@ -0,0 +1,73 @@ + + + +1.92.1 + + +Resource script for SAP. It manages a SAP Instance as an HA resource. + +SAP instance resource agent + + + + The full qualified SAP instance name. e.g. P01_DVEBMGS00_sapp01ci + instance name: SID_INSTANCE_VIR-HOSTNAME + + + + The full qualified path where to find sapstartsrv and sapcontrol. + path of sapstartsrv and sapcontrol + + + + The full qualified path where to find the SAP START profile. + path of start profile + + + + The name of the SAP START profile. + start profile name + + + + After that time in seconds a monitor operation is executed by the resource agent. Does the monitor return SUCCESS, the start is handled as SUCCESS. This is useful to resolve timing problems with e.g. the J2EE-Addin instance. + Check the successful start after that time (do not wait for J2EE-Addin) + + + + The SAPInstance resource agent tries to recover a failed start attempt automaticaly one time. This is done by killing runing instance processes and executing cleanipc. + Enable or disable automatic startup recovery + + + + The full qualified path where to find a script or program which should be executed before this resource gets started. + path to a pre-start script + + + + The full qualified path where to find a script or program which should be executed after this resource got started. + path to a post-start script + + + + The full qualified path where to find a script or program which should be executed before this resource gets stopped. + path to a pre-start script + + + + The full qualified path where to find a script or program which should be executed after this resource got stopped. + path to a post-start script + + + + + + + + + + + + + + -- cgit