Removed invocation of non-existent startup scripts.
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/1b228a91 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/1b228a91 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/1b228a91 Branch: refs/heads/master Commit: 1b228a9104fef92512140959681d3a5c241fca67 Parents: c870630 Author: Zalo Correa <[email protected]> Authored: Mon Jun 4 10:45:56 2018 -0700 Committer: Zalo Correa <[email protected]> Committed: Mon Jun 4 10:45:56 2018 -0700 ---------------------------------------------------------------------- core/sqf/sql/scripts/gomon.cold | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/1b228a91/core/sqf/sql/scripts/gomon.cold ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/gomon.cold b/core/sqf/sql/scripts/gomon.cold index 28807fd..6055490 100755 --- a/core/sqf/sql/scripts/gomon.cold +++ b/core/sqf/sql/scripts/gomon.cold @@ -117,22 +117,6 @@ fi idtmstart sqshell -c delay 1 -if [[ $TRAF_AGENT != "CM" ]] -then - echo "***" - echo "***" `date` " - Starting Cluster Monitor" - echo "***" - - cmonstart - sqshell -c delay 1 -fi - -echo "***" -echo "***" `date` " - Starting Node Monitors" -echo "***" - -nmonstart - echo "***" echo "***" `date` " - Starting Distributed Transaction Manager (DTM)" echo "***"
