在各节点启动NIS服务:
[root@node32 ~]# /etc/init.d/portmap start
[root@node32 ~]# /etc/init.d/ypbind start
在各节点挂载NFS:
[root@node32 ~]# mount HPManageNode:/home /home
====
ganglia启动:
node27- /usr/local/apache/bin/apachectl start #启动apache
/etc/init.d/gmond start
/etc/init.d/gmetad start
其他节点-
/etc/init.d/gmond start
=================================
将命令加入脚本/etc/rc.d/rc.local中实现开机自动启动