采用rac1作为ntdp服务器,例子如下:
[root@rac1 ~]# chkconfig ntpd on
[root@rac1 ~]# service ntpd start
rac2机器上的ntpd服务关闭
在/etc/rc.local加入以下内容
while [ 1 ];
do ntpdate rac1 1>/dev/null 2>&1;
sleep 2;
done &
************************************************
execute the script. on each node.
$ ./runcluvfy.sh stage -post hwos -n dbp,dbs -verbose
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/16313359/viewspace-682336/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/16313359/viewspace-682336/