From ea883aae570fb8a46fd48f6786818eecac7f0a93 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 18:26:05 -0600 Subject: [PATCH] update --- defaults.inc | 4 ++-- nodemgmt-scripts.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index 480493ff..e7403266 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,7 +1,7 @@ #!/usr/bin/env bash -VERS='3.11232019' -NODETYPES=PD,MYSQL,LB,WEB,NC +VERS='3.11242019' +NODETYPES=MYSQL,LB,WEB,NC,PD MYSQLHOSTS=10.5.10.51,10.5.10.52,10.5.10.53 WEBHOSTS=10.5.10.121,10.5.10.122,10.5.10.123 LBHOSTS=10.10.10.81,10.10.10.82,10.10.10.83 diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ba3c9a4d..1c2447eb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1421,7 +1421,7 @@ NODEUPDATE() { spc1=${cw}-${#nip} until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done echo -en "Updating MySQL-Manager${spca}($nip)${spcb}... ${idsCL[Default]}" - ssh root@${nip} "nodemgmt update q" + #ssh root@${nip} "nodemgmt update q" echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" echo for NTYPE in "${NODE_TYPES[@]}"; do @@ -1439,7 +1439,7 @@ NODEUPDATE() { spc1=${cw}-${#nip} until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done echo -en "Updating ${NM_NODETYPES[$NTYPE]}-Node${nid}${spca}($nip)${spcb}... ${idsCL[Default]}" - ${NCMD} "nodemgmt update q" + #${NCMD} "nodemgmt update q" echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" nid=`expr $nid + 1` done