~ubuntu-branches/debian/jessie/resource-agents/jessie

« back to all changes in this revision

Viewing changes to .pc/CVE-2010-3389--bug598549.patch/heartbeat/SAPInstance

  • Committer: Bazaar Package Importer
  • Author(s): Martin Loschwitz
  • Date: 2011-10-20 12:10:13 UTC
  • Revision ID: james.westby@ubuntu.com-20111020121013-ficddzhosi473laz
Tags: 1:3.9.2-4
Adopted numerous changes from the Ubuntu packages, implemented by Andres 
Rodriguez to make co-maintaining these packages in Ubuntu and Debian a
bit easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  <content type="string" default="3600" />
126
126
 </parameter>
127
127
 <parameter name="AUTOMATIC_RECOVER" unique="1" required="0">
128
 
  <longdesc lang="en">The SAPInstance resource agent tries to recover a failed start attempt automaticaly one time. This is done by killing runing instance processes, removing the kill.sap file and executing cleanipc. Sometimes a crashed SAP instance leaves some processes and/or shared memory segments behind. Setting this option to true will try to remove those leftovers during a start operation. That is to reduce manual work for the administrator.</longdesc>
 
128
  <longdesc lang="en">The SAPInstance resource agent tries to recover a failed start attempt automatically one time. This is done by killing runing instance processes, removing the kill.sap file and executing cleanipc. Sometimes a crashed SAP instance leaves some processes and/or shared memory segments behind. Setting this option to true will try to remove those leftovers during a start operation. That is to reduce manual work for the administrator.</longdesc>
129
129
  <shortdesc lang="en">Enable or disable automatic startup recovery</shortdesc>
130
130
  <content type="boolean" default="false"/>
131
131
 </parameter>
142
142
 
143
143
That names match the strings used in the output of the command 'sapcontrol -nr [Instance-Nr] -function GetProcessList'.
144
144
The default should fit most cases where you want to manage a SAP Instance from the cluster. You may change this with this parameter, if you like to monitor more/less or other services that sapstartsrv supports.
145
 
You may specify multiple services seperated by a | (pipe) sign in this parameter: disp+work|msg_server|enserver
 
145
You may specify multiple services separated by a | (pipe) sign in this parameter: disp+work|msg_server|enserver
146
146
  </longdesc>
147
147
  <shortdesc lang="en">Services to monitor</shortdesc>
148
148
  <content type="string" default="disp+work|msg_server|enserver|enrepserver|jcontrol|jstart"/>