diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 96a8a371..01ab5de4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1710,10 +1710,10 @@ VCENTER-SSL(){ echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo echo -en "${idsCL[LightCyan]}Stopping vCenter services... ${idsCL[Default]}" - ssh -i ~/.ssh/id_rsa root@vcenter.scity.us 'service-control --stop --all' + ssh -i ~/.ssh/id_rsa root@vcenter.scity.us 'service-control --stop --all >/dev/null 2>&1' echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Starting vCenter services... ${idsCL[Default]}" - ssh -i ~/.ssh/id_rsa root@vcenter.scity.us 'service-control --start --all' + ssh -i ~/.ssh/id_rsa root@vcenter.scity.us 'service-control --start --all >/dev/null 2>&1' echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo echo -e "${idsCL[Green]}The vCenter certifcate has been updated${idsCL[Default]}"