码迷,mamicode.com
首页 >  
搜索关键字:时间同步    ( 1062个结果
集群 luci+ricci
配置环境:1.selinux Enforcing vim /etc/sysconfig/selinux2.date 时间同步 ntpdate 3.iptables 关闭火墙 iptables -F4.NetwortManger 关闭 集群管理~~~~~~~~~~~~~~~~~~~~~~~~~~~~....
分类:其他好文   时间:2014-09-27 11:28:49    阅读次数:399
ntpdate同步时间时错误: no server suitable for synchronization found
故障现象:ntpdate:noserversuitableforsynchronizationfound解决办法:~]#ntpdate-b-upool.ntp.orgntpdate命令帮助:~]#manntpdateCOMMANDLINEOPTIONS-bForcethetimetobesteppedusingthesettimeofday()systemcall,ratherthanslewed(default)usingtheadjtime()systemcall.Thisop..
分类:其他好文   时间:2014-09-22 20:44:53    阅读次数:237
配置Windows Server 2008 R2 域控制器的时间同步
1、指定外部时间源并与之同步,在PDC所在的域控制器上的管理员命令行进行操作(PDC角色(默认的域内权威的时间服务源))。 w32tm /config /manualpeerlist:"ntp.fudan.edu.cn 210.72.145.44" /syncfromflags:manual /re...
分类:Windows程序   时间:2014-09-19 17:04:05    阅读次数:1301
更改时间与crontab
date 月日时分年.秒date -s可以直接设置系统时间比如将系统时间设定成1996年6月10日的命令如下。#date -s 06/10/96将系统时间设定成下午1点12分0秒的命令如下。#date -s 13:12:00时间同步1.首先需了解linux内一任务计划工具crontab cronta...
分类:其他好文   时间:2014-09-19 15:27:35    阅读次数:230
通过NTP协议进行时间同步
1 class Program 2 { 3 static void Main(string[] args) 4 { 5 GetNetworkTime(); 6 } 7 8 public static...
分类:其他好文   时间:2014-09-19 11:51:46    阅读次数:191
Centos6.5 搭建openstack
实验环境俩台CENTOS6.5最小化安装,1核1Gb内存,iptables关闭,selinux关闭Controllerip192.168.11.182Compute1ip192.168.11.1831安装时间同步,俩台机子上都要安装yuminstallntpservicentpdstartchkconfigntpdon2配置网络资源yuminstallyum-plugin-priorities–yyuminstall–y..
分类:其他好文   时间:2014-09-18 03:17:04    阅读次数:381
corosync+pacemaker+drbd实现mysql高可用
实验环境:虚拟机2台安装corosync+pacemaker,使用的操作系统为CentOS6.5。虚拟机IP:172.16.103.2、172.16.103.3实验步骤:前提准备:两台虚拟机时间同步,能够使用/etc/hosts文件基于主机名进行通信。一、安装corosync+pacemaker:#yuminstallcorosync #yuminstallpacemaker二..
分类:数据库   时间:2014-09-17 02:25:42    阅读次数:381
Zabbix 添加Linux客户端 Agent方式
时间同步ntpdatetime.nist.gov安装Zabbix官方yum源rpm-ivhhttp://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm安装zabbix客户端yuminstall-yzabbixzabbix-agent关闭防火墙[root@VM3~]#chkconfigiptablesoff[root@VM3~]#serviceiptablesstop..
分类:系统相关   时间:2014-09-12 17:24:34    阅读次数:328
CentOS系统时间同步(NTP)
CentOS系统时间同步的步骤如下:新装的CentOS系统服务器可能设置了错误的,需要调整时区并调整时间.如下是CentOS系统使用NTP来从一个时间服务器同步把当前时区调整为上海就是+8区,想改其他时区也可以去看看/usr/share/zoneinfo目录:cp /usr/share/zonein...
分类:其他好文   时间:2014-09-12 16:59:23    阅读次数:232
oracle cluster verfication utility failed
节点间的时间同步对于Oracle来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle11g中新增加了一个CTSS(ClusterTimeSynchronizationServices,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装GridInfrastructure过程中,如果没有发现节..
分类:数据库   时间:2014-09-10 02:55:00    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!