summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/setup_cluster.sh
diff options
context:
space:
mode:
Diffstat (limited to 'base/all/root/scripts/setup_cluster.sh')
-rwxr-xr-xbase/all/root/scripts/setup_cluster.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/all/root/scripts/setup_cluster.sh b/base/all/root/scripts/setup_cluster.sh
index 6f7d736..cd2c9c5 100755
--- a/base/all/root/scripts/setup_cluster.sh
+++ b/base/all/root/scripts/setup_cluster.sh
@@ -54,10 +54,6 @@ domain=$(sed -r -n -e 's@^domain[[:space:]]*=[[:space:]]*([^ ]*)[[:space:]]*$@\1
kdc=$(sed -r -n -e 's@^kdc[[:space:]]*=[[:space:]]*([^ ]*)[[:space:]]*$@\1@p' "$conf_file")
-echo "Enabling NTP and ensuring it is started..."
-onnode -p all chkconfig ntpd on
-onnode -p all service ntpd restart
-
mmgetstate | grep active > /dev/null || {
echo "GPFS must be running to setup Samba"
exit 1