You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
894 B
15 lines
894 B
7 years ago
|
diff -uNr a/heartbeat/SAPHana b/heartbeat/SAPHana
|
||
|
--- a/heartbeat/SAPHana 2016-11-17 09:35:47.460984046 +0100
|
||
|
+++ b/heartbeat/SAPHana 2016-11-17 09:36:20.536591188 +0100
|
||
|
@@ -133,8 +133,8 @@
|
||
|
function backup_global_and_nameserver() {
|
||
|
super_ocf_log info "FLOW $FUNCNAME ($*)"
|
||
|
local rc=0
|
||
|
- cp /hana/shared/LNX/global/hdb/custom/config/global.ini /hana/shared/LNX/global/hdb/custom/config/global.ini.$(date +"%s")
|
||
|
- cp /hana/shared/LNX/global/hdb/custom/config/nameserver.ini /hana/shared/LNX/global/hdb/custom/config/nameserver.ini.$(date +"%s")
|
||
|
+ cp /hana/shared/$SID/global/hdb/custom/config/global.ini /hana/shared/$SID/global/hdb/custom/config/global.ini.$(date +"%s")
|
||
|
+ cp /hana/shared/$SID/global/hdb/custom/config/nameserver.ini /hana/shared/$SID/global/hdb/custom/config/nameserver.ini.$(date +"%s")
|
||
|
super_ocf_log info "FLOW $FUNCNAME rc=$rc"
|
||
|
return $rc
|
||
|
}
|