Saturday, March 24, 2012

When We are going to Windows Deploy- Must Know

  • Windows Preinstallation Environment (WinPE) is a lightweight version of Windows XP, Vista Windows Server 2008 or Windows 7 that is used for the deployment of workstations and servers.Its freely available with WAIK(Windows Automated Installation Kit).It is intended as a 32-bit or 64-bit replacement for MS-DOS during the installation phase of Windows, and can be booted via PXE, CD-ROM, USB flash drive or hard disk. 

  • Sysprep is the name of Microsoft's System Preparation Utility for Microsoft Windows operating system deployment. It has been used for years, but this tool has changed significantly for Windows Vista. In previous versions of Windows (Windows XP and 2000), Sysprep was made available in the Windows OPK, Windows CD Deploy.cab file, or, in the latest service pack. With Windows 7 and Vista there is no longer a Deploy.cab file on the CD and no longer Setup Manager for creating answers files because Vista uses a new set of deployment tools (It’s all available in the OS itself).
  •  It’s very important to choose the right OS license (OEM, Volume License, MSDN, Action Pack,...) if you want to prepare an operating system for disk cloning.

Windows 7 Deployement

Automated Windows 7 deployment

Following are the tools which are the use in Win7 Deployment.

1. Microsoft Deployment Tool  (MDT)2012

2. Windows Deployment Services  (WDS)

3. System Center Configuration Manager (SCCM)



 1. Microsoft Deployment Tool  (MDT)2012

This toolkit is use for Automating Desktop and Server deployment. MDT is easy to install and user friendly. With MDT we can deploy OS with two mode

a. LTI :- light touch installation 
    On light touch installation there is some human intervention  on installation. Administrator clicks  some clicks .  It is useful for small infrastructure.

b.  ZTI :- Zero Touch Installation 
     On Zero touch installation there is no human intervention on installation. Administrator configure everything on MDT console and relax. ZTI is very useful for big infrastructure.

2. Windows Deployment Services  (WDS)

WDS is advance version of RIS(Remote installation services).  With WDS we can easily deploy large number of machines. The WDS server must be configured with the Preboot Execution Environment (PXE) boot files, the images to be deployed to the client computers, and the answer file. WDS client computers must be PXE capable. 

3. System Center Configuration Manager 
With SCCM we can deploy win 7 more conventionally.Operating system deployment provides the Microsoft System Center Configuration Manager 2007 administrator with a tool for creating images that can be deployed to computers managed by Configuration Manager 2007, and to unmanaged computers using bootable media such as CD set or DVD.




Thursday, March 15, 2012

Sysprep

SYSPREP 

What is Sysprep ?


Sysprep is the name of Microsoft's System Preparation Utility for Microsoft Windows operating system deployment. It has been used for years, but this tool has changed significantly for Windows Vista. In previous versions of Windows (Windows XP and 2000), Sysprep was made available in the Windows OPK, Windows CD Deploy.cab file, or, in the latest service pack. With Windows 7 and Vista there is no longer a Deploy.cab file on the CD and no longer Setup Manager for creating answers files because Vista uses a new set of deployment tools (It’s all available in the OS itself). Sysprep can be used to prepare an operating system for disk cloning and restoration via a disk image. If you don’t use sysprep before you clone an OS you shall have problems with the unique SID (Security Identifier).

For rapid LAB creation and configuration, sysprep utility is really helped every time.


Wednesday, March 7, 2012

Types Of Virtualization


Types Of Virtualization

There are different types of virtualization:

• Server Virtualization = used to consolidate multiple physical servers onto fewer physical servers (or physical to virtual, P2V). Server virtualization goes between the physical server and the operating system, allowing you to run multiple virtual machines (VMs) on the same physical server.

• Desktop Virtualization = used to move end user desktops from their local PC, “to the cloud”. In other words, end user desktops are virtualized and they are accessed using thin client devices.

• Application Virtualization = used to package applications so that they can be run anywhere, from a single executable.

• Storage Virtualization = used to run virtual storage appliances which can be easily moved from one hardware platform to another.

• I/O Virtualization = used to reduce the number of I/O cables that go to a server and gain flexibility.

• Network Virtualization = used to create virtual networks inside a server to connect virtual machines together and create virtual security zones.


Why is virtualization so popular?

The answer is that it helps both the admins who wrestle with the servers on a daily basis AND the company, in so many ways.

VIRTUALIZATION SAVES THE ADMINS
Building, maintaining, and managing physical servers is a huge pain. If you have been a server admin, you know that servers can be like dogs – taking care of a handful can be fun but taking care of 50+ is a real pain. Over the years, server admins have been pushed harder and harder by the company to do more with less. Admins are pushed to bring up new servers and applications faster. They are pushed to manage more and more servers with less time. “The Admins” need help and virtualization saves the day.

Here’s how:

• Add new servers in seconds

• Move virtual machines from one server to another in seconds, facilitating server swap or hardware maintenance, all with no downtime to end users.

• Tremendously reduce the amount of time spent maintaining physical servers (as there are fewer servers to maintain).

• Automatically balance load across servers – add a new physical server and the load is automatically balanced across them.

• Provide high availability for all applications in the event of a server failure.

• Make disaster recovery easy as servers have “hardware independence” and can run on any physical server.

Hardware Requirements for a Virtualization Lab

Whether you choose ESXi or Hyper-V, you’ll need some server hardware to run it on. Here are the general requirements for both:
• 64-bit CPU with Intel-VT or AMD-V Features

• Minimum 2GB of RAM but 4-8GB would be ideal

• Just about any local disk should work. In fact, ESXi can even be run directly from a USB key and use shared storage.



Related Microsoft Certification

• Microsoft Certified Technology Specialist (MCTS): Windows Server 2008 R2, Server Virtualization = This Microsoft certification on virtualization requires that you pass just one exam on server virtualization, exam 70-659. No education class is required.

• Microsoft Certified IT Professional (MCITP): Windows Server 2008 R2, Virtualization Administrator = The more advanced MCITP certification requires you pass three exams that cover both server and desktop virtualization technologies from Microsoft. They are:

- Exam 70-669 TS: Windows Server 2008 R2, Desktop Virtualization
- Exam 70-693 PRO: Windows Server 2008 R2, Virtualization Administrator
- AND, either Exam 70-659 TS: Windows Server 2008 R2, Server Virtualization
- 70-652 TS: Windows Server Virtualization, Configuring.