From 13566de2a76e2c34cd5a7a87be16e521f26111b4 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Tue, 17 Jan 2017 14:02:12 -0500 Subject: [PATCH] makentp -a returns NTP maynot be synchronized on servicenode --- xCAT/postscripts/setupntp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/setupntp b/xCAT/postscripts/setupntp index 882a6161a..dc0985fed 100755 --- a/xCAT/postscripts/setupntp +++ b/xCAT/postscripts/setupntp @@ -126,9 +126,9 @@ if [ $OS_TYPE = Linux ]; then output=`eval $cmd 2>&1` rc=$? if [ "$rc" != "0" ] || (pmatch "$output" "*Time could not*");then - echo "$cmd failed, NTP maynot be synchronized, please wait for NTP synchronized then run updatenode nodename -P setupntp" + echo "$cmd failed, NTP may not be synchronized on server node" + echo "please wait for NTP synchronized, may take at least 15 mins" logger -t xcat "$cmd failed" - exit 1 fi else logger -t xcat "ntpdate -t5 $master "