From 05bcd58e7603a329ba9fe3c96849c5a3d4953c11 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 1 Oct 2018 12:51:38 -0500 Subject: [PATCH] MCOL-520 --- oam/install_scripts/binary_installer.sh | 2 +- oam/install_scripts/slave-rep-columnstore.sh | 2 +- procmon/processmonitor.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oam/install_scripts/binary_installer.sh b/oam/install_scripts/binary_installer.sh index 59a35dd8b..6b8b2f642 100644 --- a/oam/install_scripts/binary_installer.sh +++ b/oam/install_scripts/binary_installer.sh @@ -133,7 +133,7 @@ send_user "\n" # send_user "Install MariaDB Columnstore Package on Module " send_user " \n" -send "ssh -v $USERNAME@$SERVER 'tar -C $PREFIX --exclude db -zxvf $CALPONTPKG'\n" +send "ssh -v $USERNAME@$SERVER 'tar -C $PREFIX --exclude db -zxf $CALPONTPKG'\n" set timeout 360 expect { "word: " { send "$PASSWORD\n" diff --git a/oam/install_scripts/slave-rep-columnstore.sh b/oam/install_scripts/slave-rep-columnstore.sh index a181c3ead..bb4c5b6af 100644 --- a/oam/install_scripts/slave-rep-columnstore.sh +++ b/oam/install_scripts/slave-rep-columnstore.sh @@ -50,7 +50,7 @@ password="Calpont1" # # Run stop slave command # -echo "Run stop slave command" >>${tmpdir}slave-rep-status.log +echo "Run stop slave command" >>${tmpdir}/slave-rep-status.log cat >${tmpdir}/idb_slave-rep.sql < " + tmpLogDir + "/mariadb-command-line.sh.log 2>&1"; + string cmd = startup::StartUp::installDir() + "/bin/mariadb-command-line.sh --installdir=" + startup::StartUp::installDir() + " --command='" + command + "' --port=" + MySQLPort + " --tmpdir=" + tmpLogDir + " > " + tmpLogDir + "/mariadb-command-line.sh.log 2>&1"; log.writeLog(__LINE__, "cmd = " + cmd, LOG_TYPE_DEBUG);