Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1070,7 +1070,7 @@ ESXI_ISCSI_STORAGE_RESCAN(){
|
||||
}
|
||||
|
||||
SETUPSSH(){
|
||||
echo -e "\n${idsST[Bold]}${idsCL[LightCyan]}Beginning SSH verifiication, you may get prompted for crednetials along the way\n"
|
||||
echo -e "\n${idsST[Bold]}${idsCL[LightCyan]}Beginning SSH verifiication, you may get prompted for credentials along the way\n"
|
||||
for NTYPE in "${NM_NODE_TYPES[@]}"; do
|
||||
echo -e "${idsST[Bold]}"; DIVIDER
|
||||
echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes - Verifying SSH Connection${idsCL[Default]}"
|
||||
@@ -1089,8 +1089,8 @@ SETUPSSH(){
|
||||
ssh-copy-id root@${nip}
|
||||
fi
|
||||
|
||||
echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ... ${idsCL[Default]}"
|
||||
NODEUPDATE ${nip} verify "ssh"
|
||||
# echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ... ${idsCL[Default]}"
|
||||
# NODEUPDATE ${nip} verify "ssh"
|
||||
|
||||
else
|
||||
echo -e "\n${idsCL[Yellow]}Host is offline${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user