My MSN

Click OK to add this content

 
Content Preview: rss
-+在HP系统上升级到ESX 4.0 U1可能会导致宿主机死机
20 hours ago
据今天来自VMWare的消息: 在HP Proliant服务器上升级VMWare ESX 4.0 到4.0U1,可能会导致升级失败,并且在重启的时候导致宿主机死机(紫屏!)。 这是个严重的兼容性问题。主要是和HP Insight Managements Agent冲突导致的。 避免这个问题的解决方案是:先停掉HP Insight Management Agents,然后再升级。升级完可以手工再启用这个Agent。 停掉HP Insight Management Agents的方法是在命令行输入: service hpsmhd stop service hp-snmp-agents stop service hp-health stop 如果你没有停这个Agents并且已经开始升级,请一定不要重启Host,并且立刻打VMWare电话,开一个支持事件,VMWare技术人员会指导你解决这个问题。
-+Windows 2008 R2中的翻译错误
5 days ago
这2天继续玩Hyper-V 2.0,结果发现几个错误,拿出来提一下,希望微软的朋友注意到并修改之。 我装的是英文企业版,然后加载了简体中文语言包。不知道直接安装中文版是不是有同样的错误,这个有待其他朋友验证。 不多说了,直接上图。 1)Turn off 和Shut down都翻译成了关闭,导致歧义。   这2项点选以后,出来的提示信息也完全相同。并没有进一步的解释。 其实Shut down是告诉操作系统软关机(逐步关闭各个应用和服务的正常关机),而Turn off则有直接切断电源硬关机的意思。是有很大区别的。 而Hyper-V管理器中的翻译就用了关机和关闭不同的词来表达。并且在提示信息中表示的非常清楚。 2)光存储的Image文件翻译成了图像文件。
-+集群验证时排错
6 days ago
在以前的文章( http://delxu.spaces.live.com/blog/cns!D04F87F9ED029F69!1550.entry)曾经提到的那样,在创建群集之前,强烈建议先运行一个完整的validation测试,保证当前的配置(包括服务器、网络、存储)满足failover Cluster的要求。 中文版的截图: 这次验证时发现一个错误——验证磁盘故障转移(Validate Disk Failover)失败了。失败的原因是:磁盘结构受损且不可读。 Failed to write file data on cluster disk 0 partition 1, failure reason: The disk structure is corrupted and unreadable. 解决方法是重新格式化相关的磁盘分区。要注意的是: Cluster disk 0不是Physical disk 0。查找Cluster Disk 0是哪个硬盘的方法是:先在report中点List Potential Cluster Disks,找到Cluster Disk 对应的硬盘编号。   然后去List All Disks那一小节,找到该磁盘对应的Physical Disk号。最后到Disk Management中格式化此硬盘分区。本例中,Cluster disk 0具有id 68e13823,对应的物理磁盘号是1,所以到磁盘管理器中格式化disk1。
-+2009-11 香港
12 days ago
No description is available for this feed.
-+Windows Logon Type
15 days ago
Logon type 2 Interactive  本地交互登录。最常见的登录方式。 Logon type 3 Network 网络登录 - 最常见的是访问网络共享文件夹或打印机。IIS的认证也是Type 3 Logon type 4 Batch 计划任务 Logon Type 5 Service 服务 某些服务是用一个域帐号来运行的,出现Failure常见的情况是管理员更改了域帐号密码,但是忘记重设Service中的帐号密码。 Logon Type 7 Unlock 解除屏幕锁定 很多公司都有这样的安全设置:当用户离开屏幕一段时间后,屏保程序会锁定计算机屏幕。解开屏幕锁定需要键入用户名和密码。此时产生的日志类型就是Type 7 Logon Type 8 NetworkCleartext 网络明文登录 -- 通常发生在IIS 的 ASP登录。不推荐 Logon Type 9 NewCredentials 新身份登录 -- 通常发生在RunAS方式运行某程序时的登录验证。 Logon Type 10 RemoteInteractive 远程登录 -- 比如Terminal service或者RDP方式。但是Windows 2000是没有Type10的,用Type 2。WindowsXP/2003起有Type 10 Logon Type 11 CachedInteractive 缓存登录 为方便笔记本电脑用户,Windows会缓存前10次成功登录的登录。   附原文: The logon/logoff category of the Windows security log gives you the ability to monitor all attempts to access the local computer. In this article I’ll examine each logon type in greater detail and show you how some other fields in Logon/Logoff events can be helpful for understanding the nature of a given logon attempt.   Event IDs 528 and 540 signify ...
© 2009 MicrosoftMicrosoft