aboutsummaryrefslogtreecommitdiffstats
path: root/sampleApp/sdnc.failover
blob: 5a7884f6b39e6ab7ead843eccc636323eb2b8407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#
# SDNC Resiliency project
# SHELL script to execute the SDNC cluster failover tasks
#
#  return values:
#         SUCCESS - failover tasks were executed successfully
#         FAILURE - failover tasks failed
# 

echo "SUCCESS"