Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3215104
  • 博文数量: 710
  • 博客积分: 14546
  • 博客等级: 上将
  • 技术积分: 6738
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-30 10:20
文章分类

全部博文(710)

文章存档

2016年(1)

2014年(7)

2013年(22)

2012年(227)

2011年(322)

2009年(119)

2008年(12)

分类: 虚拟化

2012-04-10 09:16:23

xenserver中的虚拟机时间无法修改

点击(此处)折叠或打开

  1. [root@host2 ~]# date -s "2012-4-10 9:13"
  2. Tue Apr 10 09:13:00 CST 2012
  3. [root@host2 ~]# date -s "2012-4-10 9:13"
  4. Tue Apr 10 09:13:00 CST 2012
  5. [root@host2 ~]# date -s "2012-4-10 9:13"
  6. Tue Apr 10 09:13:00 CST 2012
  7. [root@host2 ~]#
  8. [root@host2 ~]#
  9. [root@host2 ~]#
  10. [root@host2 ~]# date
  11. Wed Apr 11 02:11:09 CST 2012
在sysctl.conf配置文件中加入:

点击(此处)折叠或打开

  1. [root@host2 ~]# cat /etc/sysctl.conf
  2. xen.independent_wallclock=1
  3. [root@host2 ~]# /sbin/sysctl -p
测试OK

点击(此处)折叠或打开

  1. [root@host2 ~]# date -s "2012-4-10 9:15"
  2. Tue Apr 10 09:15:00 CST 2012
  3. [root@host2 ~]# date
  4. Tue Apr 10 09:15:01 CST 2012









阅读(2303) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~