顯示包含「Server」標籤的文章。顯示所有文章
顯示包含「Server」標籤的文章。顯示所有文章

Windows Deployment Services

Windows Deployment Services enables you to deploy Windows operating systems. You can use it to set up new computers by using a network-based installation. This means that you do not have to install each operating system directly from a CD or DVD.


WDS features includes:

  • Ability to deploy Windows Win7 and Windows Server 2008. 
  • Windows PE is the boot operating system.
  • Image-based installation, using Windows image (.wim) files.
  • An extensible and higher-performing PXE server component.
  • A new boot menu format for selecting boot operating systems.
  • A new graphical user interface on the client computer that you use to select images.
  • The Windows Deployment Services Microsoft Management Console (MMC) snap-in and the WDSUTIL command-line tool, which enable you to configure and manage Windows Deployment Services.

The Requirement of WDS

  1. Active Directory
  2. DHCP
  3. DNS
  4. Credentials
  5. Windows Server 2003 SP1 or Later

Windows Automated Installation Kit

The Windows Automated Installation Kit (Windows AIK) is a set of tools and documentation that support the configuration and deployment of Windows® operating systems. By using Windows AIK, you can automate Windows installations, capture Windows images with ImageX, configure and modify images using Deployment Imaging Servicing and Management (DISM), create Windows PE images, and migrate user profiles and data with the User State Migration Tool (USMT). Windows AIK also includes the Volume Activation Management Tool (VAMT), which enables IT professionals to automate and centrally manage the volume activation process using a Multiple Activation Key (MAK).

Volume Activation Models

Volume Activation Models

Volume Activation allows volume license customers to automate the activation process so that it is transparent to users. Volume Activation applies to computers that are covered under a Volume Licensing program. It is used strictly as a tool for activation, and it is not tied to license invoicing or billing.

Volume Activation provides two models for completing volume activations: Key Management Service (KMS) and Multiple Activation Key (MAK). KMS allows organizations to activate systems within their network, and MAK activates systems on a one-time basis by using the hosted activation services provided by Microsoft. Customers can use either or both key types to activate systems in their environments.


Failover Cluster And Network Load Balancing

Failover Cluster

A failover cluster is a group of independent servers that are running Windows Server 2008 and working together to increase the availability of services and applications. When a failure occurs on one computer in a cluster, resources are redirected and the workload is redistributed to another computer in the cluster. You can use failover clusters to ensure that users have nearly constant access to important server-based resources.

Hardware and software considerations for failover clusters



Network Load Balancing

Network Load Balancing provides scalability and high availability to enterprise-wide TCP/IP services, such as Web, Terminal Services, proxy, Virtual Private Networking (VPN), and streaming media services. Network Load Balancing brings special value to enterprises deploying TCP/IP services, such as e-commerce applications, that link clients with transaction applications and back-end databases.



Choosing cluster technology in different usage:

Failover clusters are designed for applications that have long-running in-memory state, or that have large, frequently updated data states. These are called stateful applications, and they include database applications and messaging applications. Typical uses for failover clusters include file servers, print servers, database servers, and messaging servers. 

Network Load Balancing is intended for applications that do not have long-running in-memory state. These are called stateless applications. A stateless application treats each client request as an independent operation, and therefore it can load-balance each request independently. Stateless applications often have read-only data or data that changes infrequently. Front-end Web servers, virtual private networks (VPNs), File Transfer Protocol (FTP) servers, and firewall and proxy servers typically use Network Load Balancing. Network Load Balancing clusters can also support other TCP- or UDP-based services and applications

Microsoft SharePoint

簡單來說,SharePoint 是一個Web Base的軟件,用者可以透過網站,與他人共用資訊、控管從頭到尾的文件處理流程,以及發佈報告。



Share Point 需要 .Net Framwork + IIS + SQL Server 運行


SharePoint的版本


SharePoint十分令人迷惑的一點是有兩個可獲得的版本:Windows SharePoint Services(WSS)3.0和微軟Office SharePoint Server(MOSS)2007。下面列出了兩個版本都提供的內容:
WSS:這是一個所謂的免費版,因為沒有額外的授權許可問題。它包含了Windows Server2003操作系統(2.0版)。當前的3.0版可以通過下載獲得。該版本提供了核心文檔管理、協作和搜索功能,包括博客、wikis、RSS反饋、電子郵件支持和Office 2003/2007集成。 WSS可以滿足小型組織和部門的需要。


MOSS:是建立在WSS之上的服務器產品。除了WSS的核心功能外,它增加了企業級搜索和用戶級搜索功能,以及一個容量沒有限制的文檔倉庫、個人網站、額外的Web部分、工作流、內容企業聯合組織等更多內容。 MOSS面向存儲文檔超過500000的組織,通常這些組織擁有一些大型的企業客戶。

Windows 7 & 2008 USB儲存裝置速度提昇更新(KB2581464)



微軟釋出了一個Windows 7 & 2008專用的USB儲存裝置,速度提昇的更新檔。



這個更新主要是修改了最大傳輸大小的上限,從原本的64KB提昇到2MB。


原文請見: http://support.microsoft.com/kb/2581464


這個hotfix的直接下載連結:


x86:http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix373164/7600/free/435479_intl_i386_zip.exe

x64:http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix373164/7600/free/435480_intl_x64_zip.exe



其中原文提到,要配合修改機碼,並設定最大傳輸大小的參數後,才會發生效果。