1.封装文件
windows server 2008 操作系统内置了sysprep,可以在c:\windows\system32\sysprep\下找到。其只有sysprep.exe一个文件,而windows server 2003中的sysprep是由3个文件构成:sysprep.exe setupmgr.exe和setupcl.exe,可以在windows server 安装光盘的support目录下找到等。
2.密码策略
windows 2000 2003 系统只建议使用强密码,并在非域环境中仍允许为用户账户设置简单密码不同,在windows server 2008系统中,必须设置强密码。
windows server 2000和2003只允许定义一条密码策略,windows server 2008引入了新的域密码..
先介绍一些概念
1. 什么是群集?
群集是指一组服务器,通过彼此的协同作业,提供一个相同的服务或应用程序,用于提升服务或应用程序的可用性(availability)、可靠性(reliability)和可扩展性(scalability)。当群集内的服务器down掉以后,服务请求会转给其它群集内的节点,以实现24小时不中断的服务
2. Windows server 中的群集类型
Windows server 支持三种类型的群集,分别是NLB、CLB和MSCS。NLB与MSCS内置于windows server中,CLB需要购买Application Center
1) NLB:提供以TCP/IP 为基础的服务与应用程序的网络流量负载均衡,用..