<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8195510543352096820</id><updated>2012-02-16T04:07:44.412-08:00</updated><title type='text'>Ganesh Ghube</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>96</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-56552546535579750</id><published>2011-11-30T22:11:00.001-08:00</published><updated>2011-11-30T22:11:37.332-08:00</updated><title type='text'>Top 10 Server 2008 Tasks done with PowerShell</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;/u&gt;      &lt;div&gt;  &lt;div style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px"&gt; &lt;a style="color:#888;font-size:22px;font-family:Arial,Helvetica,sans-serif;font-weight:normal;text-decoration:none" href="http://www.petri.co.il" title="(http://www.petri.co.il)" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Petri" target="_blank"&gt; &lt;img style="padding-top:6px" alt="" border="0" src="http://gmodules.com/ig/images/plus_google.gif"&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://www.petri.co.il" target="_blank"&gt; &lt;img src="http://www.petri.co.il/images/logo_new.jpg" alt="Link to Petri IT Knowledgebase" style="padding:0 0 10px 3px;border:0"&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0"&gt; &lt;table&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em"&gt; &lt;p style="margin:1em 0 3px 0"&gt; &lt;a name="133f526be9112778_1" style="font-family:Arial,Helvetica,sans-serif;font-size:18px" href="http://feedproxy.google.com/~r/Petri/~3/S30SEnAKaPs/top-10-server-2008-tasks-done-with-powershell-part-1.htm?utm_source=feedburner&amp;amp;utm_medium=email" target="_blank"&gt;Top 10 Server 2008 Tasks done with PowerShell – Part 1&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px"&gt; &lt;span&gt;Posted:&lt;/span&gt; 29 Nov 2011 11:43 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;&lt;h2&gt;Introduction&lt;/h2&gt; &lt;p&gt;There are lots of server tasks in Windows Server 2008 that can be done much faster with Windows PowerShell than with a GUI. What you'll find in this article series are ten common server tasks all done on PowerShell.&lt;/p&gt;  &lt;p&gt;In this two part mini-series you'll learn how to:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;a href="#133f526be9112778_adminpass"&gt;Change the local administrator password with PowerShell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#133f526be9112778_server-restart-and-shutdown"&gt;Restart or shutdown a server with PowerShell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#133f526be9112778_restart-service"&gt;Restart a service with PowerShell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#133f526be9112778_terminate-process"&gt;Terminate a process with PowerShell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#133f526be9112778_create-disk-report"&gt;Create a disk utilization report with PowerShell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Get 10 most recent event log errors with PowerShell&lt;/li&gt; &lt;li&gt;Reset access control on a folder with PowerShell&lt;/li&gt; &lt;li&gt;Get a server's uptime with PowerShell&lt;/li&gt; &lt;li&gt;Get service pack information with PowerShell&lt;/li&gt; &lt;li&gt;Delete old files with PowerShell&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;In today's article we'll start with tasks one through five; in Part 2 in this series we'll continue with tasks six through ten.&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;br&gt; &lt;br&gt; &lt;/center&gt;&lt;p&gt;&lt;/p&gt; &lt;div rel="nofollow"&gt;&lt;a href="http://www.petri.co.il/uri/?id=2715&amp;amp;host=www.trainsignal.com" title="Windows Server 2008 PowerShell Training - Available at TrainSignal!!" rel="nofollow" style="font-size:12px;border:none" target="_blank"&gt;&lt;strong style="display:block;clear:both"&gt;Windows Server 2008 PowerShell Training&lt;/strong&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=2715&amp;amp;host=www.trainsignal.com" title="Windows Server 2008 PowerShell Training - Available at TrainSignal!!" rel="nofollow" target="_blank"&gt;&lt;img src="http://media/2715.gif" alt=" " style="float:left;padding:5px;font-size:1em"&gt;&lt;/a&gt; &lt;p&gt; Still struggling with GUI-based tools? You&amp;#39;re working way too hard! It&amp;#39;s time to learn how to automate your daily tasks with Windows PowerShell, such as:&lt;br&gt; &lt;br&gt; •	Managing services&lt;br&gt; •	Managing event logs&lt;br&gt; •	Managing files and printers&lt;br&gt; •	Managing the registry&lt;br&gt; &lt;br&gt;&lt;/p&gt;&lt;a href="http://www.petri.co.il/uri/?id=2715&amp;amp;host=www.trainsignal.com" title="Windows Server 2008 PowerShell Training" style="clear:both" rel="nofollow" target="_blank"&gt;Windows Server 2008 PowerShell Training - Available at TrainSignal!!&lt;/a&gt;&lt;/div&gt;  &lt;h2&gt;1. Changing the local administrator password with PowerShell&lt;/h2&gt; &lt;p&gt;Let's assume you're logged in as a domain administrator on a Windows 7 desktop that belongs to your domain. Now, let's say you want to change the local admin password on a remote server in Chicago named &lt;strong&gt;CHI-WIN7-22&lt;/strong&gt;. After an account password is used for some time, the chances of it getting exposed gets higher. That's why you need to change your passwords from time to time.&lt;/p&gt;  &lt;p&gt;The first thing to do to change the admin password in question is to create an ADSI object for the local administrator on that computer. That can be achieved by typing this in your PowerShell screen:&lt;/p&gt; &lt;pre&gt;[ADSI]$Admin="WinNT://CHI-WIN7-22/Administrator"&lt;/pre&gt; &lt;p&gt;This will essentially retrieve the admin account on &lt;strong&gt;CHI-WIN7-22&lt;/strong&gt; and assign it to an ADSI object named $&lt;strong&gt;Admin.&lt;/strong&gt; The WinNT monicker in that string is case-sensitive and is a common source of error, so take note of that. If you want to connect to another computer, just replace&lt;strong&gt; CHI-WIN7-22 &lt;/strong&gt;with the name of the computer you want to connect to.&lt;/p&gt;  &lt;p&gt;Naturally, you'll want to know first how long the password has been in use to determine whether or not the time has come to change it. You can obtain that information from $&lt;strong&gt;Admin &lt;/strong&gt;by typing in:&lt;/p&gt; &lt;pre&gt;$Admin.PasswordAge&lt;/pre&gt; &lt;p&gt;That will display the time elapsed since the password of that account was last changed. However, since the resulting value is expressed in seconds, I normally divide it by 86,400, which is the number of seconds in a day:&lt;/p&gt;  &lt;pre&gt;$Admin.PasswordAge.Value/86400&lt;/pre&gt; &lt;p&gt;The result will then be the same time elapsed but expressed in days, which I find more meaningful. If you notice, we used the Value property here. That's because the &lt;strong&gt;PasswordAge &lt;/strong&gt;is actually stored as a collection, and so we need the value of that collection in order to return a number that we can perform a division operation on.&lt;/p&gt;  &lt;p&gt;Finally, you can change the password by invoking the &lt;strong&gt;SetPassword &lt;/strong&gt;method and then using the new password as the argument. For example, if you want the new password to be &lt;strong&gt;S3cre+WOrd&lt;/strong&gt;, then type:&lt;/p&gt;  &lt;pre&gt;$Admin.SetPassword("S3cre+WOrd")&lt;/pre&gt; &lt;p&gt;Note: After you hit enter, don't expect any confirmation message because there won't be any. Changes will take effect immediately. That's because what we're using here is a method, not a cmdlet. Which means, unlike with cmdlets, &lt;strong&gt;SetPassword &lt;/strong&gt;has no support for a &lt;strong&gt;-whatif &lt;/strong&gt;or a &lt;strong&gt;-confirm.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;That's all there is to it. Let me now show you the steps we've discussed here in theory on an actual PowerShell:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/01-change-password.png" target="_blank"&gt;&lt;img title="change password" src="http://www.petri.co.il/wp-content/uploads/01-change-password.png" alt="Change Password with PowerShell" width="486" height="102"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;2. Restarting or shutting down a server with PowerShell&lt;/h2&gt; &lt;p&gt;Let's now move on to the task of restarting or shutting down a server using PowerShell. Just like the first task, we're still going to assume you're logged in as a domain administrator on a Windows 7 machine that belongs to your domain.&lt;/p&gt;  &lt;p&gt;For these tasks, we'll be using a couple of WMI-based cmdlets, &lt;strong&gt;Restart-Computer&lt;/strong&gt; and &lt;strong&gt;Stop-Computer&lt;/strong&gt;. Although we won't be showing them here, it's worth mentioning that these cmdlets accept alternate credentials. Alternate credentials allow you to specify a user account other than the one you are already logged into so that you can perform actions that that (alternate) account has permissions for.&lt;/p&gt;  &lt;p&gt;Another thing that's nice about these cmdlets is that you'll be able to make use of &lt;strong&gt;-whatif&lt;/strong&gt; and &lt;strong&gt;-confirm&lt;/strong&gt;. That means, if you want to do a restart or a shutdown, you'll have a way of making  sure you'll be doing it on the computer you intend to do it on. This can come in handy if you want to perform restarts or shutdowns on a number of computers. You can just pipe a list or group of computers to these cmdlets.&lt;/p&gt;  &lt;p&gt;To restart a remote computer or computers, the basic syntax is:&lt;/p&gt; &lt;pre&gt;&lt;strong&gt;Restart-Computer -ComputerName &amp;lt;string[ ]&amp;gt;&lt;/strong&gt;,&lt;/pre&gt; &lt;p&gt;wherein&lt;strong&gt; -ComputerName &amp;lt;string[ ]&amp;gt; &lt;/strong&gt;is a string array that can be comprised of the name of a single computer or the names of multiple computers. &lt;strong&gt;Stop-Computer&lt;/strong&gt; uses practically the same syntax. So for example, if you want to restart two computers named CHI-DC02 and CHI-FP01, the command would be:&lt;/p&gt;  &lt;pre&gt;&lt;strong&gt;Restart-Computer "CHI-DC02", "CHI-FP01"&lt;/strong&gt;&lt;/pre&gt; &lt;p&gt;Here's an actual PowerShell screenshot wherein we used the &lt;strong&gt;-whatif&lt;/strong&gt; argument. You use a &lt;strong&gt;-whatif &lt;/strong&gt;if you simply want to simulate what would happen if you would execute the command in question.&lt;/p&gt;  &lt;div&gt;&lt;a href="http://uri/?id=1003&amp;amp;host=msevents.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div style="min-height:46px"&gt;&lt;a href="http://uri/?id=1003&amp;amp;host=msevents.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;p style="padding:10px 10px 10px 10px;background-color:#ffffed;font-weight:bold"&gt; &lt;a href="http://uri/?id=1003&amp;amp;host=msevents.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=1003&amp;amp;host=petri.co.il" target="_blank"&gt;Also see » End-User Experience, Administration, and Migration&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;/div&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/02-restart-computer.png" target="_blank"&gt;&lt;img title="Restart-computer" src="http://www.petri.co.il/wp-content/uploads/02-restart-computer.png" alt="Restart Computer with PowerShell" width="430" height="55"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;That was pretty straightforward. Let's now try a more sophisticated example. Let's assume you have a list of computers in a file named &lt;strong&gt;servers.txt&lt;/strong&gt;. You can use the &lt;strong&gt;Get-Content&lt;/strong&gt; cmdlet to retrieve the contents of that text file, like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/03-get-content.png" target="_blank"&gt;&lt;img title="Get-content" src="http://www.petri.co.il/wp-content/uploads/03-get-content.png" alt="Get Content with PowerShell" width="398" height="124"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So, if you have a bunch of computers that you want to restart on a regular basis, you can list down the names of those computers in a text file. Then each time you need to restart them, you simply use the &lt;strong&gt;Get-Content&lt;/strong&gt; cmdlet. Here's how we used &lt;strong&gt;Get-Content &lt;/strong&gt;and &lt;strong&gt;Restart-Computer&lt;/strong&gt; in a real-world scenario:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/04-restart-computers-from-a-text-file.png" target="_blank"&gt;&lt;img title="04 - restart computers from a text file" src="http://www.petri.co.il/wp-content/uploads/04-restart-computers-from-a-text-file.png" alt="Restart Computers from Text File" width="433" height="169"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;First, we got the content from the text file using &lt;strong&gt;Get-Content.&lt;/strong&gt; Then, because we wanted to prepare for the eventuality that some computers would be offline, we piped the list to a &lt;strong&gt;where &lt;/strong&gt;statement for testing. In the &lt;strong&gt;where &lt;/strong&gt;statement, we ran &lt;strong&gt;test-connection, &lt;/strong&gt;which is basically a &lt;strong&gt;ping&lt;/strong&gt; on each computer.&lt;/p&gt;  &lt;p&gt;The &lt;strong&gt;-quiet &lt;/strong&gt;returns either &lt;strong&gt;true&lt;/strong&gt; or &lt;strong&gt;false&lt;/strong&gt;, while &lt;strong&gt;-count 2&lt;/strong&gt; means each computer will only be pinged twice. Those computers that were successfully pinged twice, were then passed along the pipeline.&lt;/p&gt;  &lt;p&gt;Next, we used a &lt;strong&gt;foreach.&lt;/strong&gt; Specifically, the objective was that: for each name that came out of the ping test, a green-colored message would be written saying that that computer was "&lt;strong&gt;Restarting&lt;/strong&gt;". The &lt;strong&gt;$_&lt;/strong&gt; stands for the current object in the pipeline. Next, the &lt;strong&gt;Restart-Computer&lt;/strong&gt; cmdlet was called to restart each computer that could be pinged. We also used the &lt;strong&gt;-force&lt;/strong&gt; parameter to kick off anyone logged on.&lt;/p&gt;  &lt;p&gt;Finally, we used &lt;strong&gt;-whatif&lt;/strong&gt; again to see what would happen without having to actually restart those computers.&lt;/p&gt; &lt;h2&gt;3. Restarting a service with PowerShell&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Restart-Service &lt;/strong&gt;is the cmdlet used for restarting a service. Although this cmdlet does not have a built-in mechanism to connect to a remote computer, PowerShell Remoting can be enabled so that you can execute it locally via remoting on the remote computer. This can come in handy when you want to restart a service on a group of computers.&lt;/p&gt;  &lt;p&gt;To restart a service locally, simply say: &lt;strong&gt;Restart-Service "service"&lt;/strong&gt;, wherein "service" is the name of the service you want to restart. On the other hand, if you want to restart a service on one or more remote machines, then you can use the &lt;strong&gt;Invoke-Command &lt;/strong&gt;cmdlet and &lt;strong&gt;PowerShell Remoting&lt;/strong&gt;. &lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In the PowerShell screenshot below, you see two instances wherein we executed the &lt;strong&gt;Restart-Service &lt;/strong&gt;cmdlet to restart the service called &lt;strong&gt;wuauserv&lt;/strong&gt;, which is the Windows Update service. In the first instance, &lt;strong&gt;Restart-Service&lt;/strong&gt; is executed locally. But in the second instance, it is executed on a remote database server named &lt;strong&gt;CHI-DB01 &lt;/strong&gt;with the help of the &lt;strong&gt;Invoke-Command.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/05-restart-service.png" target="_blank"&gt;&lt;img title="05 - restart-service" src="http://www.petri.co.il/wp-content/uploads/05-restart-service.png" alt="Restart Service with PowerShell" width="484" height="137"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;By default, &lt;strong&gt;Restart-Service&lt;/strong&gt; doesn't write any objects in the pipeline unless you use &lt;strong&gt;-passthru.&lt;/strong&gt; So the additional information you see at the bottom (Status, Name, etc.) is a result of using &lt;strong&gt;-passthru&lt;/strong&gt;. If the service runs on multiple computers and you want to restart the service running there as well, just add more computer names in a comma-separated list.&lt;/p&gt;  &lt;p&gt;Another way to do that same task is by using WMI. First, you create a WMI object:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/06-get-wmiobject.png" target="_blank"&gt;&lt;img title="06 - get-wmiobject" src="http://www.petri.co.il/wp-content/uploads/06-get-wmiobject.png" alt="Get WMIObject with PowerShell" width="429" height="26"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;gwmi &lt;/strong&gt;is the alias for &lt;strong&gt;Get-WmiObject.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Let me show you first the methods of this object. To do that, we'll pipe the object to &lt;strong&gt;Get-Member &lt;/strong&gt;(alias is &lt;strong&gt;gm)&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/07-methods-of-wmi-object.png" target="_blank"&gt;&lt;img title="07 - methods of wmi object" src="http://www.petri.co.il/wp-content/uploads/07-methods-of-wmi-object.png" alt="WMIObject Methods" width="479" height="221"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you notice, there is no method for restarting ther service. That means, we will have to stop the service using the &lt;strong&gt;StopService &lt;/strong&gt;method and then start it again using the &lt;strong&gt;StartService &lt;/strong&gt;method.&lt;/p&gt;  &lt;p&gt;Here's how you stop the service using the object's &lt;strong&gt;StopService &lt;/strong&gt;method. The parenthesis indicates it's a method. If you get a &lt;strong&gt;ReturnValue &lt;/strong&gt;of 0, that means the service stopped successfully. In case you get another value, you can research what that value means by reading the MSDN documentation for the Win32 service class.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/08-stopservice-method.png" target="_blank"&gt;&lt;img title="08 - stopservice method" src="http://www.petri.co.il/wp-content/uploads/08-stopservice-method.png" alt="Stop Service Method with PowerShell" width="403" height="184"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To fire the service up again, you use the &lt;strong&gt;StartService &lt;/strong&gt;method.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/09-startservice-method.png" target="_blank"&gt;&lt;img title="09 - startservice method" src="http://www.petri.co.il/wp-content/uploads/09-startservice-method.png" alt="Startservice Method with PowerShell" width="401" height="184"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can verify by executing the &lt;strong&gt;get-service &lt;/strong&gt;command for that computer. &lt;strong&gt;Get-service &lt;/strong&gt;allows you to connect to a remote computer, so you can simply get that service from the target computer to verify if it is in fact running there.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/10-get-service.png" target="_blank"&gt;&lt;img title="10 - get-service" src="http://www.petri.co.il/wp-content/uploads/10-get-service.png" alt="Get Service with PowerShell" width="382" height="122"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;4. Terminating a Process with Powershell&lt;/h2&gt; &lt;p&gt;Another task that's commonly done on a server is terminating a process. To terminate a process, you use the &lt;strong&gt;Stop-Process &lt;/strong&gt;cmdlet. Again, this can be executed locally or, if you want to stop a process on a remote system, you can use &lt;strong&gt;Stop-Process &lt;/strong&gt;along with &lt;strong&gt;PowerShell Remoting&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;There are two ways of terminating a process using the &lt;strong&gt;Stop-Process &lt;/strong&gt;cmdlet.&lt;/p&gt; &lt;p&gt;The first one is pretty straightforward. You just run the &lt;strong&gt;Stop-Process &lt;/strong&gt;command and then pass to it either the name of the process or its corresponding ID. In the screenshot below, the name of the process being killed is '&lt;strong&gt;Calc&lt;/strong&gt;' (which is really just the Windows Calculator). Note that &lt;strong&gt;Calc&lt;/strong&gt; is running locally in this example.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/11-stop-process.png" target="_blank"&gt;&lt;img title="11 - stop-process" src="http://www.petri.co.il/wp-content/uploads/11-stop-process.png" alt="Stop Process with PowerShell" width="453" height="110"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The second involves using the &lt;strong&gt;Get-Process &lt;/strong&gt;cmdlet to get one or more processes and then piping them to &lt;strong&gt;Stop-Process &lt;/strong&gt;to kill all those processes at the same time. In the screenshot below, the process being killed is &lt;strong&gt;Notepad&lt;/strong&gt;. Note that &lt;strong&gt;kill &lt;/strong&gt;is an alias of &lt;strong&gt;Stop-Process&lt;/strong&gt;. Again, just like &lt;strong&gt;Calc&lt;/strong&gt; in the previous example, &lt;strong&gt;Notepad&lt;/strong&gt; is running locally.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/12-get-process-kill.png" target="_blank"&gt;&lt;img title="12 - get-process kill" src="http://www.petri.co.il/wp-content/uploads/12-get-process-kill.png" alt="Get Process Kill with PowerShell" width="471" height="69"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Let's now move on to an example where we have a process running remotely. First, let's fire up a process to kill. So here, we're starting &lt;strong&gt;notepad&lt;/strong&gt; on a remote computer named &lt;strong&gt;chi-fp01&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/13-fire-up-a-process.png" target="_blank"&gt;&lt;img title="13 - fire up a process" src="http://www.petri.co.il/wp-content/uploads/13-fire-up-a-process.png" alt="Fire Up a Process with PowerShell" width="482" height="176"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next, let's check whether the process is actually running. For this purpose, we use &lt;strong&gt;ps,&lt;/strong&gt; which is an alias for &lt;strong&gt;Get-Process.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/14-get-process-alias.png" target="_blank"&gt;&lt;img title="14 - get-process alias" src="http://www.petri.co.il/wp-content/uploads/14-get-process-alias.png" alt="Get Process Alias with PowerShell" width="415" height="76"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ok. Now that we have a remote process to kill, let's go ahead and kill it. Like what we did in our discussion on &lt;strong&gt;Restarting a Service&lt;/strong&gt;, we'll use &lt;strong&gt;Invoke-Command &lt;/strong&gt;and &lt;strong&gt;PowerShell Remoting&lt;/strong&gt; to run the &lt;strong&gt;Stop-Process &lt;/strong&gt;expression on the remote server &lt;strong&gt;chi-fp01&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;See how the &lt;strong&gt;Get-Process &lt;/strong&gt;alias (&lt;strong&gt;ps)&lt;/strong&gt;, which is running in the script block, pipes the process to the &lt;strong&gt;Stop-Process &lt;/strong&gt;alias (&lt;strong&gt;kill&lt;/strong&gt;)&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/15-killing-a-remote-process-using-invoke-command.png" target="_blank"&gt;&lt;img title="15 - killing a remote process using invoke-command" src="http://www.petri.co.il/wp-content/uploads/15-killing-a-remote-process-using-invoke-command.png" alt="Killing a Remote Process using Invoke Command with PowerShell" width="489" height="46"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;5. Creating a Disk Utilization Report with PowerShell&lt;/h2&gt; &lt;p&gt;As admins, we often need to keep track of how much disk space is being used on our servers. We can accomplish this using WMI and the Win32_LogicalDisk class, which will give us information such as the Device ID, the size of the drive, free space, and a few other bits of information.&lt;/p&gt;  &lt;p&gt;Using WMI, we can query local or remote computers. We can also perform those queries on either a single or multiple machines. In addition, we can: export the data we query to a CSV file or a database; create a text-based or an HTML-based report; or simply display the output to the screen.&lt;/p&gt;  &lt;p&gt;Here's a sample command using WMI on a local computer.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Get-WmiObject win32_logicaldisk -filter "drivetype=3" | Out-File c:\Reports\Disks.txt&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;We use the &lt;strong&gt;GetWmiObject &lt;/strong&gt;cmdlet to return information from the &lt;strong&gt;Win32_LogicalDisk &lt;/strong&gt;class. Then we employ the &lt;strong&gt;-filter &lt;/strong&gt;to return only information related to &lt;strong&gt;drivetype=3&lt;/strong&gt;, which stands for fixed logical disks like the &lt;strong&gt;c:&lt;/strong&gt; drive. That means, information regarding USB drives and network drives are not to be included.The returned information is then piped to a text file named &lt;strong&gt;Disks.txt&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Here's a similar example done in an actual PowerShell where we could see an actual output. Note that we are using aliases to shorten the command. Also, in this example, we specified that the output would include the device ID, disk size, the free space, and the system name.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/16-get-wmiobject-win32-logicaldisk.png" target="_blank"&gt;&lt;img title="16 - get-wmiobject win32-logicaldisk" src="http://www.petri.co.il/wp-content/uploads/16-get-wmiobject-win32-logicaldisk.png" alt="Get WMIObject with PowerShell" width="563" height="132"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;While there's certainly nothing wrong with that output, it sure could use a couple of improvements. For example, you might want to display the size and free space in Gigabytes instead of bytes. We can actually get a more elegant output by adding a few extra steps. Let me show you how.&lt;/p&gt;  &lt;p&gt;For this purpose, we're going to create a function named &lt;strong&gt;Get-DiskUtil.&lt;/strong&gt; Although the succeeding example is going to show you how to do things interactively in the shell, you can actually put this function in a script file, load it into your profile, or load it to your other scripts so that you can use it again later on.&lt;/p&gt;  &lt;p&gt;Here's the function I'm talking about:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/17-getdiskutil-function.png" target="_blank"&gt;&lt;img title="17 - getdiskutil function" src="http://www.petri.co.il/wp-content/uploads/17-getdiskutil-function.png" alt="Get Diskutil Function with PowerShell" width="454" height="157"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Let's dissect that function now.&lt;/p&gt; &lt;p&gt;The function is going to take a computer name as its parameter and it will default to the local computer name.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/18-function-parameter.png" target="_blank"&gt;&lt;img title="18 - function parameter" src="http://www.petri.co.il/wp-content/uploads/18-function-parameter.png" alt="Function Parameter with PowerShell" width="503" height="52"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now we use the &lt;strong&gt;Process &lt;/strong&gt;script blocks that this computer name property can be piped-in to the function. If it gets a piped-in value ($_), then it's going to set the computer name variable to that piped-in value. Otherwise, it will take the computer name that gets piped-in as a parameter.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/19-process-script-block.png" target="_blank"&gt;&lt;img title="19 - process script block" src="http://www.petri.co.il/wp-content/uploads/19-process-script-block.png" alt="Process Script Block with PowerShell" width="503" height="52"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next up is the &lt;strong&gt;GetWmiObject &lt;/strong&gt;expression.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/20-get-wmiobject-inside-a-function.png" target="_blank"&gt;&lt;img title="20 - get-wmiobject inside a function" src="http://www.petri.co.il/wp-content/uploads/20-get-wmiobject-inside-a-function.png" alt="Get WMIObject inside a function in PowerShell" width="501" height="26"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The output of that expression is piped to the &lt;strong&gt;Select-Object &lt;/strong&gt;cmdlet (represented by its alias, &lt;strong&gt;Select)&lt;/strong&gt;. We then make use of a hashtable to create a custom property called &lt;strong&gt;Computername&lt;/strong&gt;. This basically renames the &lt;strong&gt;SystemName&lt;/strong&gt; of the current object ($_) to &lt;strong&gt;Computername&lt;/strong&gt;. The &lt;strong&gt;DeviceID&lt;/strong&gt; is passed along as is.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/21-hashtables.png" target="_blank"&gt;&lt;img title="21 - hashtables" src="http://www.petri.co.il/wp-content/uploads/21-hashtables.png" alt="HashTables with PowerShell" width="426" height="40"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We then deploy a couple more hashtables. The first one takes the &lt;strong&gt;Size&lt;/strong&gt; property, divides it by 1GB, expresses the result into two decimal points, and renames the property to &lt;strong&gt;SizeGB&lt;/strong&gt;. The second one takes the &lt;strong&gt;Freespace&lt;/strong&gt; property and does practically the same thing to it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/22-second-set-of-hashtables.png" target="_blank"&gt;&lt;img title="22 - second set of hashtables" src="http://www.petri.co.il/wp-content/uploads/22-second-set-of-hashtables.png" alt="Second set of Hashtables with PowerShell" width="429" height="39"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next, we create a new property called &lt;strong&gt;UsedGB&lt;/strong&gt;, which doesn't exist in WMI. It simply takes the difference between the &lt;strong&gt;Size&lt;/strong&gt; and &lt;strong&gt;FreeSpace&lt;/strong&gt; properties and divides the result by 1GB.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/23-creating-a-new-property.png" target="_blank"&gt;&lt;img title="23 - creating a new property" src="http://www.petri.co.il/wp-content/uploads/23-creating-a-new-property.png" alt="Creating a New Property with PowerShell" width="430" height="31"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally, we also create another property called &lt;strong&gt;PerFree,&lt;/strong&gt; which stands for "percent free". This shows the free space as a fraction of total disk size expressed in percentage. And that completes the function.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/24-percent-free.png" target="_blank"&gt;&lt;img title="24 - percent free" src="http://www.petri.co.il/wp-content/uploads/24-percent-free.png" alt="Percent Free with PowerShell" width="429" height="31"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here's the function in action wherein we passed to it the name of the computer, piped the output to &lt;strong&gt;Format-Table &lt;/strong&gt;(or &lt;strong&gt;ft)&lt;/strong&gt;, and set the final output to auto-size using &lt;strong&gt;-auto&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/25-get-diskutil-function-in-action.png" target="_blank"&gt;&lt;img title="25 - get-diskutil function in action" src="http://www.petri.co.il/wp-content/uploads/25-get-diskutil-function-in-action.png" alt="Get Diskutil Function in PowerShell Action" width="430" height="101"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;While all this looks nice and pretty, there's still a lot more that we can get from this function. So let's say that on a weekly basis, you need to get a disk utilization report of all the servers in your environment. Here are a couple of different ways you can work with this data.&lt;/p&gt;   &lt;center style="margin:20px 0"&gt;  &lt;a href="http://ad2.netshelter.net/jump/ns.petri/general;ppos=btf;kw=;tile=1;sz=300x600,300x250;ord=123456789?" target="_blank"&gt;&lt;img src="http://ad2.netshelter.net/ad/ns.petri/general;ppos=btf;kw=;tile=1;sz=300x600,300x250;ord=123456789?" border="0" alt=""&gt;&lt;/a&gt;  &lt;/center&gt; &lt;p&gt;The first thing we're going to do is to save the results of our expression to the variable &lt;strong&gt;$data&lt;/strong&gt;. That's so we don't have to type in the command repeatedly. Next, we pipe the results to the &lt;strong&gt;where &lt;/strong&gt;object, do the ping tests (pinging it twice when it can be pinged), and then pipe the computer name to our newly-created &lt;strong&gt;Get-DiskUtil &lt;/strong&gt;function.&lt;/p&gt;  &lt;p&gt;You'll know that the command is done executing when you get the prompt back.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/26-using-the-get-diskutil-function.png" target="_blank"&gt;&lt;img title="26 - using the get-diskutil function" src="http://www.petri.co.il/wp-content/uploads/26-using-the-get-diskutil-function.png" alt="Using Get Diskutil Function in PowerShell" width="484" height="44"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;That would mean the data has already been stored in &lt;strong&gt;$data&lt;/strong&gt;. You can then pipe the information in &lt;strong&gt;$data&lt;/strong&gt; to sort by &lt;strong&gt;computername&lt;/strong&gt; and then set it to auto-resize. You can also send that information to &lt;strong&gt;Out-Printer &lt;/strong&gt;or &lt;strong&gt;Out-File.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/27-using-the-output-of-the-get-diskutil-function.png" target="_blank"&gt;&lt;img title="27 - using the output of the get-diskutil function" src="http://www.petri.co.il/wp-content/uploads/27-using-the-output-of-the-get-diskutil-function.png" alt="Using the Output of the Get Diskutil Function in PowerShell" width="349" height="156"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Similarly, if you want to load that information to a SQL database or an Excel spreadsheet, you can convert the data to a CSV file like this:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/28-export-to-csv.png" target="_blank"&gt;&lt;img title="28 - export to csv" src="http://www.petri.co.il/wp-content/uploads/28-export-to-csv.png" alt="Export to CSV in PowerShell" width="312" height="34"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Later on, if you import that CSV file, you will be able to obtain a snapshot of the disk utilization status of those disks right at the time the command is run.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/29-import-csv.png" target="_blank"&gt;&lt;img title="29 - import csv" src="http://www.petri.co.il/wp-content/uploads/29-import-csv.png" alt="Import CSV with PowerShell" width="305" height="22"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here's a portion of that snapshot:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/30-snapshot-of-disk-utilization.png" target="_blank"&gt;&lt;img title="30 - snapshot of disk utilization" src="http://www.petri.co.il/wp-content/uploads/30-snapshot-of-disk-utilization.png" alt="Snapshot of Disk Utilization" width="250" height="295"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As a final example, let me show you how to create an HTML report that perhaps you will want to put on your Internet server to show disk utilization. So that, as an IT admin, you can go ahead and take a quick peek at your disk utilization status even while you're outside the office.&lt;/p&gt;  &lt;p&gt;So again, you start by taking $&lt;strong&gt;data &lt;/strong&gt;and pipe it to &lt;strong&gt;Sort Computername&lt;/strong&gt;. You then pipe the result to the &lt;strong&gt;ConvertTo-HTML &lt;/strong&gt;cmdlet. You also give it a title and specify a CSS path. The CSS part is needed because &lt;strong&gt;ConverToHTML &lt;/strong&gt;does not do any formatting. So if you want your report to look pretty you'll need that CSS file. Finally, you need to send the output to a file.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/31-output-to-html.png" target="_blank"&gt;&lt;img title="31 - output to html" src="http://www.petri.co.il/wp-content/uploads/31-output-to-html.png" alt="Output to HTML" width="477" height="50"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now that your file's ready, you can then look at the file by using the &lt;strong&gt;start &lt;/strong&gt;command.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/32-show-html-report.png" target="_blank"&gt;&lt;img title="32 - show html report" src="http://www.petri.co.il/wp-content/uploads/32-show-html-report.png" alt="Show HTML Report with PowerShell" width="551" height="35"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here's a sample of that HTML report.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/33-disk-utilization-report.png" target="_blank"&gt;&lt;img title="33- disk utilization report" src="http://www.petri.co.il/wp-content/uploads/33-disk-utilization-report.png" alt="Disk Utilization Report with PowerShell" width="380" height="286"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Remember that the values on this report are up-to-date.&lt;/p&gt; &lt;h2&gt;Conclusion&lt;/h2&gt; &lt;p&gt;That wraps up Part 1 of this article. In the second part, we'll take on 5 more server tasks that can be done using PowerShell.&lt;/p&gt;  &lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Petri/~4/S30SEnAKaPs?utm_source=feedburner&amp;amp;utm_medium=email" height="1" width="1"&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;&lt;br&gt;&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-56552546535579750?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/56552546535579750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/11/top-10-server-2008-tasks-done-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/56552546535579750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/56552546535579750'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/11/top-10-server-2008-tasks-done-with.html' title='Top 10 Server 2008 Tasks done with PowerShell'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-6945819642798848233</id><published>2011-11-30T05:16:00.001-08:00</published><updated>2011-11-30T05:16:02.794-08:00</updated><title type='text'>The Power of Concentration</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: &amp;#39;Times New Roman&amp;#39;; background-color: rgb(255, 255, 255); font-size: medium; "&gt;&lt;div class="title" style="font-family: Arial, sans-serif; font-size: 21px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; The Power of Concentration - &lt;font style="font-size: 14px; "&gt;Part One&lt;/font&gt;&lt;/div&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; By Remez Sasson&lt;br&gt;&lt;p&gt;When I was a child, I saw how a magnifying glass could burn a piece of paper, when the rays of the sun were focused through it. The fire could start only when the sun&amp;#39;s rays were concentrated to a small point. When the magnifying glass was moved too far away or too close to the paper, the rays were not focused enough and nothing happened. This experience describes vividly the power of concentration.&lt;/p&gt; &lt;p&gt;This power can be described as focused attention. It is the ability to direct the attention to one single thought or subject, to the exclusion of everything else.&lt;/p&gt;&lt;p&gt;When our mind is focused, our energies are not dissipated on irrelevant activities or thoughts. This is why developing concentration is essential to anyone who aspires to take charge of his or her life. This skill is essential for every kind of success. Without it, our efforts get scattered, but with it, we can accomplish great things.&lt;/p&gt; &lt;p&gt;Concentration has many uses and &lt;a class="bodytext" href="http://www.successconsciousness.com/index_000004.htm#the_power_of_concentration" style="color: rgb(0, 0, 255); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial; "&gt;benefits&lt;/a&gt;. It assists in studying and understanding faster, improves the memory, and helps in focusing on any task, job, activity or goal, and achieving it more easily and efficiently. It is also required for developing psychic powers, and is a powerful tool for the efficient use of creative visualization.&lt;/p&gt; &lt;p&gt;When this ability is developed, the mind obeys us more readily and does not engage in futile, negative thoughts or worries. We gain mental mastery and we experience true peace of mind.&lt;/p&gt;&lt;p&gt;This ability also plays an important role in meditation. Without it, the mind just jumps restlessly from one thought to another, not allowing us to meditate properly.&lt;/p&gt; &lt;p&gt;Do you now realize, why it is very important and worthwhile to develop and improve the ability to concentrate?&lt;/p&gt;&lt;p&gt;To develop this power you need to train and exercise it. Forget all your excuses about not having the time or being too busy. Do not say that the circumstances are not appropriate or that you cannot find a quiet place to exercise. With a little planning, desire and motivation you can always find the time to exercise each day, no matter how busy you are.&lt;/p&gt; &lt;/div&gt;&lt;br&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; The Restless Mind&lt;/div&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p&gt;Thoughts claim our attention incessantly, and waste our time and energy on unimportant and useless matters. They actually rule our life. We have become so used to this slavery, that we take it for granted, and have become unconscious of this habit, except on certain occasions.&lt;/p&gt; &lt;p&gt;While breathing, we do not need to pay attention to each inhalation and exhalation. We become conscious of the process of breathing, only when we have some difficulty with breathing, such as when our nose is clogged, due to a cold, or when we are in an unventilated room.&lt;/p&gt; &lt;p&gt;It is the same with thinking. We become conscious of the constant onslaught of our thoughts, and of our inability to calm them down, only when we need to concentrate, solve a problem or study. We are also acutely aware of them when we have worries or fears.&lt;/p&gt; &lt;p&gt;Look at the following familiar situation. You need to study something for your job or for an exam. You sit comfortably on the sofa with the book in your hands and start reading. After a while you feel hungry and go to the kitchen to eat something.&lt;/p&gt; &lt;p&gt;You return to read, and then hear you people talking outside. You listen to them for several moments and then bring your attention back to the book.&lt;/p&gt;&lt;p&gt;After a while you feel restless and switch on the radio to listen to some music. You continue to read for a little while, and then remember something that happened yesterday, and you start thinking about it.&lt;/p&gt; &lt;p&gt;When you look at your watch, you are amazed to find out that one complete hour has passed and you have hardly read anything.&lt;/p&gt;&lt;p&gt;This is what happens when one lacks concentration. Imagine what you could have accomplished, if you could control your attention and focus your mind!&lt;/p&gt; &lt;p&gt;Work that requires physical strength, such as carrying heavy loads for example, develops physical strength. Yet, it is not as exercising daily to the gym in a systematic manner. It is the same with concentration. Reading, studying and trying to pay attention to what we do, develop some of this ability, but practicing exercises diligently each day is something else, it is like training in a gym.&lt;/p&gt; &lt;/div&gt;&lt;br&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; Inner resistance to developing concentration&lt;/div&gt;&lt;br&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; In order to develop this ability we have to train our minds. Most people think that concentration is a strenuous and tiring activity, and that it involves exertion and tension, which are difficult and unpleasant.&lt;br&gt;&lt;br&gt;&lt;p&gt; This belief starts at an early age. Parents and teachers expect children to study, do their homework and get good grades. This brings up in the children a feeling of being coerced and forced to do something they don&amp;#39;t like doing. When they are too often told that they are not concentrating good enough, they develop a loathing for concentration, and often for studying too. These become associated with coercion, lack of freedom, doing something they do not like to do, and which is against their will. When they grow up, it is no wonder that their powers of concentration are weak, and they have no desire to strain their minds.&lt;/p&gt; &lt;p&gt;Though most people acknowledge the fact that good concentration is a great asset, yet most of them do nothing to strengthen it, because they don&amp;#39;t know how, and because they lack the motivation. It is hoped that this article will provide the necessary information and motivation.&lt;/p&gt; &lt;p&gt;Concentration can be fun, if approached in the right way. It should be practiced with joy, positive attitude, optimism, and understanding of its great possibilities.&lt;/p&gt;&lt;/div&gt;&lt;br&gt;&lt;a name="the_power_of_concentration"&gt;&lt;/a&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; The benefits of developing concentration&lt;/div&gt;&lt;br&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p&gt;Sometimes you can find strong powers of concentration in yourself. When you really and earnestly want to excel in your studies, pass an important exam or solve a problem, this power becomes available to you. In such cases, it appears because of some need or desire, but developing it in a systematic way brings it under your control, and grants you the ability to use it intentionally, whenever you need it. To do so, you need to practice special exercises on a daily basis.&lt;/p&gt; &lt;b&gt;Here is what you can gain by developing this power:&lt;/b&gt;&lt;br&gt;-Control of your thoughts.&lt;br&gt;-The ability to focus your mind.&lt;br&gt;-Peace of mind.&lt;br&gt;-Freedom from futile and annoying thoughts.&lt;br&gt;-The ability to choose your thoughts.&lt;br&gt; -Better memory.&lt;br&gt;-Self-confidence.&lt;br&gt;-Inner strength.&lt;br&gt;-Will power.&lt;br&gt;-Decisiveness.&lt;br&gt;-The ability to study and comprehend more quickly.&lt;br&gt;-Inner happiness.&lt;br&gt;-Enhanced capability to develop psychic abilities.&lt;br&gt; -More powerful and efficient use of creative visualization.&lt;br&gt;-Enhanced ability to meditate.&lt;br&gt;-And much more...&lt;br&gt;&lt;br&gt;&lt;p&gt;Seems too good to be true? Develop the power of concentration and find out for yourself!&lt;/p&gt;&lt;p&gt;&lt;b&gt;So what about starting to develop concentration power today?&lt;/b&gt;&lt;/p&gt; &lt;p&gt;In part two of this article you will find advice and exercises for developing and strengthening this ability.&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir="ltr"&gt;&lt;span class="Apple-style-span" style="font-family: &amp;#39;Times New Roman&amp;#39;; background-color: rgb(255, 255, 255); font-size: medium; "&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; Concentration Exercises&lt;/div&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; By Remez Sasson&lt;br&gt;&lt;p&gt;Sharpening the needle of concentration requires practice, as everything else in life. Do you go to the gym? If you do, how many times during the week and for how long? Do you study a foreign language? If you do, how much time do you devote to it? Developing concentration is not different; training is required. Even ten minutes a day of concentration exercises will do you good.&lt;/p&gt; &lt;p&gt;The mind does not like discipline and will resist your efforts to discipline it. It loves its freedom more than anything else, and will try to stand in your way to master it, in any way it can. It will cause you to forget to do the exercises, tempt you to postpone performing them or make you feel too lazy. It will find many tricks to stop and disturb you, but you can and must be stronger.&lt;/p&gt; &lt;p&gt;You will find below, some simple &lt;a class="bodytext" href="http://www.successconsciousness.com/index_000005.htm#concentration_exercises" style="color: rgb(0, 0, 255); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial; "&gt;concentration exercises&lt;/a&gt; to perform. Always remember that the choice is yours, to be a slave to the mind and its whims, or to be its master. By practicing mental exercises, it is possible to train the mind and master it, and put it in its proper place, as your servant, and not as your boss and master.&lt;/p&gt; &lt;p&gt;You are not the mind nor the thoughts that pass through it. Though it might be hard to accept this idea, the mind is not you, the real you, but only a tool that you use. It is an instrument, which has great value, but it has to be taught to obey you.&lt;/p&gt; &lt;p&gt;Most people believe that they are the mind, and erroneously believe that controlling the mind means holding themselves back and denying their freedom. They feel that controlling their mind is not natural, and that it is some sort of repression. These beliefs are not correct.&lt;/p&gt; &lt;p&gt;The proof that we are not the mind comes with training. Accept the idea in theory, and in time, as your control over your thoughts grows, you will know it as a fact. In reality, you, the real you, is the one mastering the mind. It is not the mind mastering itself.&lt;/p&gt; &lt;/div&gt;&lt;br&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; Advice for Practicing The Concentration Exercises&lt;/div&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p&gt;Find a place where you can be alone and undisturbed. You can sit crossed legged on the floor if you can, or on a chair. Sit with your spine erect. Take a few calm deep breaths and then relax your body. Direct the attention to your body, and relax each muscle and part of it.&lt;/p&gt; &lt;p&gt;I will now give you some exercises to practice. Sit down to practice for about 10 minutes, and after a few weeks of training, lengthen the time to 15 minutes.&lt;/p&gt;&lt;p&gt;Start with the first exercise, practicing it daily, until you are able to do it without any distractions or forgetfulness, and without thinking about anything else, for at least three continuous minutes. Every time you get distracted, start again, until the 10 or 15 minutes pass away. You have to be honest with yourself, and proceed to the next one, only after you are convinced that you have practiced it correctly and with full concentration.&lt;/p&gt; &lt;p&gt;No timetable can be given, as this may be frustrating. If for example, I tell you that a certain exercise has to completed in a week, two things may happen. You may get disappointed, if you cannot get the desired concentration within a week, or you may move on without practicing the exercise correctly. Mastering the exercises successfully might take days, weeks, months and sometimes even more.&lt;/p&gt; &lt;p&gt;Put your whole attention into the exercises, and do not think about anything else. Be careful not to fall asleep, daydream or think about other matters. The moment you find yourself thinking about something else, stop the exercise and start again. After you become proficient, lengthen the time, and if possible, include another session in the afternoon.&lt;/p&gt; &lt;p&gt;Do not attempt too much at the beginning, and don&amp;#39;t try to perform them all at once. Go slowly, without overdoing them or tensing your brain.&lt;/p&gt;&lt;p&gt;If you find it too difficult, or thoughts distract you and make you think about other matters, don&amp;#39;t despair. Everyone encounters difficulties along the way. If you persevere and never give up, in spite of difficulties and disturbances, success will crown your efforts. Remember, even those with powerful concentration had to exercise their minds.&lt;/p&gt; &lt;p&gt;It does not matter if your concentration is weak now, it can be developed and strengthened like any other ability, through training and investing the necessary time, energy and earnestness.&lt;/p&gt;&lt;p&gt;In time, you will find out that you can concentrate anywhere, anytime, no matter where you are. You will be able to focus your mind, think and function under the most trying circumstances, while remaining calm, relaxed and collected. The reward is worth the effort a thousand fold.&lt;/p&gt; &lt;p&gt;Now to the exercises. Some of them may be familiar to you, and some may seem too easy to perform. Some were taken from various sources, and others were created by me.&lt;/p&gt;&lt;p&gt;For full benefit, it is advisable that you practice each exercise for one additional week, after you are convinced that you are practicing it correctly and with full attention.&lt;/p&gt; &lt;/div&gt;&lt;br&gt;&lt;a name="concentration_exercises"&gt;&lt;/a&gt;&lt;div class="minititle" style="font-family: Arial, sans-serif; font-size: 18px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt; Concentration exercises&lt;/div&gt;&lt;div class="bodytext" style="font-family: Verdana, sans-serif; font-size: 12px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); margin-left: 15px; margin-right: 15px; text-align: justify; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p&gt;&lt;b&gt;Exercise 1&lt;/b&gt;&lt;br&gt;Take a book and count the words in any one paragraph. Count them again to be sure that you have counted them correctly. Start with one paragraph and when it becomes easier, count the words in a whole page. Perform the counting mentally and only with your eyes, without pointing you finger at each word.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 2&lt;/b&gt;&lt;br&gt;Count backwards in your mind, from one hundred to one.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Exercise 3&lt;/b&gt;&lt;br&gt;Count in your mind from one hundred to one, skipping each three numbers, that is 100, 97, 94, etc.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Exercise 4&lt;/b&gt;&lt;br&gt; Choose an inspiring word, or just a simple sound, and repeat it silently in your mind for five minutes. When your mind can concentrate more easily, try to reach ten minutes of uninterrupted concentration.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Exercise 5&lt;/b&gt;&lt;br&gt; Take a fruit, an apple, orange, banana or any other fruit, and hold it in your hands. Examine the fruit from all its sides, while keeping your whole attention focused on it. Do not let yourself be carried away by irrelevant thoughts or associated thoughts that might arise, such as about the shop were you bought it, about how and where it was grown, its nutritive value, etc. Stay calm, while trying to ignore these thoughts and not be interested in them. Just look at the fruit, focus your attention on it without thinking about anything else, and examine its shape, smell, taste and the sensation it gives when touching and holding it.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 6&lt;/b&gt;&lt;br&gt;This is the same as exercise number 5, only that this time you visualize the fruit instead of looking at it. Start by looking at the fruit and examining it for about 2 minutes, just as in exercise number 5, and then do this one. Close your eyes, and try to see, smell, taste and touch the fruit in your imagination. Try to see a clear and well defined image. If the image becomes blurred, open your eyes, look at the fruit for a short while, and then close your eyes and continue the exercise. It might help if you imagine the fruit held in your hands, as in the previous exercise, or imagine it standing on a table.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 7&lt;/b&gt;&lt;br&gt;Take a small simple object such as a spoon, a fork, or a glass. Concentrate on one of these objects. Watch the object from all sides without any verbalization, that is, with no words in your mind. Just watch the object without thinking with words about it.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 8&lt;/b&gt;&lt;br&gt;After becoming proficient in the above exercises, you can come to this exercise. Draw a small geometrical figure, about three inches in size, such as a triangle, a rectangular or a circle, paint it with any color you wish, and concentrate on it. You should see only the figure, nothing else. Only the figure exists for you now, with no unrelated thoughts or any distractions. Try not to think with words during the exercise. Watch the figure in front of you and that&amp;#39;s it. Try not to strain your eyes.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 9&lt;/b&gt;&lt;br&gt;The same as number 8, only this time visualize the figure with the eyes closed. As before, if you forget how the figure looks like, open your eyes for a few seconds and watch the figure and then close your eyes and continue with the exercise.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Exercise 10&lt;/b&gt;&lt;br&gt;The same as above in number 9 but the eyes open.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Exercise 11&lt;/b&gt;&lt;br&gt;Try for at least five minutes, to stay without thoughts. This exercise is to be attempted only after all the previous ones have been performed successfully. The previous exercises, if practiced correctly, will endow you with the ability to impose silence on your thoughts. In time it will become easier and easier.&lt;/p&gt; &lt;div align="center"&gt;______________________________________&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;The secret of success is constant practice. The more time you devote to the exercises the faster your success arrives. Go on gradually; ten minutes at the start and in time as you gain the ability to concentrate, give it more time. When you see that you are successful, you will begin to love the exercises, and in time they will become a habit. You will be able to concentrate your attention easily and effortlessly upon anything you want to concentrate on.&lt;/p&gt; &lt;p&gt;Are you jogging, exercising at the gym or studying a foreign language? How difficult it was in the start? How many times you wanted to quit? Yet, after a while you started to like what you were doing. It became a habit, needing no effort to perform. So it is with developing the power of concentration.&lt;/p&gt; &lt;p&gt;After some of time you will start to feel differently. It will be easier to concentrate. Your mind will be calm and relaxed, and you will radiate peace into your surroundings. Things, circumstances and events that used to agitate and anger you, will not influence your inner calmness. You will experience happiness, content and satisfaction, self-confidence and inner strength. You will be able to cope more easily and efficiently with the outer world.&lt;/p&gt; &lt;p&gt;You will feel a new form of consciousness growing in you, bringing you peace of mind. It may come every now and then for a brief moment, but in time it will grow and fill you completely. You will be able to make the mind work for you when you need its services, in a most efficient way. You will be able to silence it when its services are not needed.&lt;/p&gt; &lt;p&gt;I assure you, from personal experience, that the attitude to life and the reactions to events change after starting to practice concentration. It is some kind of automatic and gradual process. You come to know many things about the mind and how it functions, and you learn to deal with it efficiently.&lt;/p&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-6945819642798848233?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/6945819642798848233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/11/power-of-concentration.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6945819642798848233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6945819642798848233'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/11/power-of-concentration.html' title='The Power of Concentration'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-2606126079274141569</id><published>2011-10-25T03:38:00.001-07:00</published><updated>2011-10-25T03:38:03.636-07:00</updated><title type='text'>How to Avoid Getting Bored While Reading</title><content type='html'>&lt;div dir="ltr"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(249, 247, 241); font-size: 14px; line-height: 16px;"&gt;&lt;ol class="steps_list_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; "&gt; &lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 80px; line-height: 1.2em; clear: both; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(191, 191, 191); "&gt; &lt;div class="wh_ad" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;div class="wh_ad_inner" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;div class="adunit adunitp0" style="margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(65, 65, 65); "&gt;&lt;div id="adunit1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;div class="ad1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(65, 65, 65); "&gt;&lt;div class="step_num" style="margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: -50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url(http://pad1.whstatic.com/skins/WikiHow/images/header.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; text-align: center; width: 31px; height: 31px; line-height: 31px; font-size: 1.45em; color: rgb(255, 255, 255); float: left; clear: right; background-position: -220px -80px; background-repeat: no-repeat no-repeat; "&gt; 1&lt;/div&gt;&lt;b class="whb" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Try to step into the world of literature you are reading&lt;/b&gt;. Don&amp;#39;t just read the words on the page, visualize them. If there is a tree, don&amp;#39;t just read about it, picture it in your mind. If the wind is blowing, imagine it&amp;#39;s effect on the tree, how the leaves move with each movement of air.&lt;/div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="clearall" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; height: 0px; line-height: 0; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 80px; line-height: 1.2em; clear: both; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(191, 191, 191); "&gt; &lt;div class="step_num" style="margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: -50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url(http://pad1.whstatic.com/skins/WikiHow/images/header.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; text-align: center; width: 31px; height: 31px; line-height: 31px; font-size: 1.45em; color: rgb(255, 255, 255); float: left; clear: right; background-position: -220px -80px; background-repeat: no-repeat no-repeat; "&gt; 2&lt;/div&gt;&lt;b class="whb" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Make your reading area unlike your sleeping area&lt;/b&gt;. If you sleep with the radio on, then shut it off. If you don&amp;#39;t like lights on when you&amp;#39;re asleep, then turn on the lights. Make the area you read in an area that feels almost uncomfortable to sleep in. This will keep you from becoming drowsy and dozing off mid-page.&lt;div class="clearall" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; height: 0px; line-height: 0; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 80px; line-height: 1.2em; clear: both; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(191, 191, 191); "&gt; &lt;div class="step_num" style="margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: -50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url(http://pad1.whstatic.com/skins/WikiHow/images/header.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; text-align: center; width: 31px; height: 31px; line-height: 31px; font-size: 1.45em; color: rgb(255, 255, 255); float: left; clear: right; background-position: -220px -80px; background-repeat: no-repeat no-repeat; "&gt; 3&lt;/div&gt;&lt;b class="whb" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Determine what you are supposed to get from the reading material&lt;/b&gt;. If you&amp;#39;re reading for a book report, then take occasional breaks to put what you are reading into some kind of context that you could apply into the report.&lt;div class="clearall" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; height: 0px; line-height: 0; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 80px; line-height: 1.2em; clear: both; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(191, 191, 191); "&gt; &lt;div class="step_num" style="margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: -50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url(http://pad1.whstatic.com/skins/WikiHow/images/header.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; text-align: center; width: 31px; height: 31px; line-height: 31px; font-size: 1.45em; color: rgb(255, 255, 255); float: left; clear: right; background-position: -220px -80px; background-repeat: no-repeat no-repeat; "&gt; 4&lt;/div&gt;&lt;b class="whb" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Take a break once in a while&lt;/b&gt;. Some books are a little too stale for &amp;#39;hours on end&amp;#39; reading and are more suited to small doses in large numbers.&lt;div class="clearall" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; height: 0px; line-height: 0; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="steps_li final_li" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 80px; line-height: 1.2em; clear: both; border-bottom-width: 0px; border-bottom-style: dashed; border-bottom-color: rgb(191, 191, 191); border-top-width: 0px; border-right-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; "&gt; &lt;div class="step_num" style="margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: -50px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url(http://pad1.whstatic.com/skins/WikiHow/images/header.png); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; text-align: center; width: 31px; height: 31px; line-height: 31px; font-size: 1.45em; color: rgb(255, 255, 255); float: left; clear: right; background-position: -220px -80px; background-repeat: no-repeat no-repeat; "&gt; 5&lt;/div&gt;&lt;b class="whb" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Pour a cup of coffee and dig into the book if you just have to get the book read for school or for a work project&lt;/b&gt;. It may not be the most exciting material you&amp;#39;ve ever read, but if you can come away from it with a substantial knowledge of the material, someone will appreciate your effort, even if they don&amp;#39;t say so to your face.&lt;/li&gt; &lt;/ol&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-2606126079274141569?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/2606126079274141569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/how-to-avoid-getting-bored-while.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2606126079274141569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2606126079274141569'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/how-to-avoid-getting-bored-while.html' title='How to Avoid Getting Bored While Reading'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-8224412755747344973</id><published>2011-10-06T22:26:00.001-07:00</published><updated>2011-10-06T22:26:42.214-07:00</updated><title type='text'>Citrix XenDesktop 5: Intro to Desktop Virtualization Part 1</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;&lt;u&gt;&lt;/u&gt;      &lt;div&gt;  &lt;div style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px"&gt; &lt;a style="color:#888;font-size:22px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none" href="http://www.petri.co.il" title="(http://www.petri.co.il)" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Petri" target="_blank"&gt; &lt;img style="padding-top:6px" alt="" src="http://gmodules.com/ig/images/plus_google.gif" border="0"&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://www.petri.co.il" target="_blank"&gt; &lt;img src="http://www.petri.co.il/images/logo_new.jpg" alt="Link to Petri IT Knowledgebase" style="padding:0 0 10px 3px;border:0"&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0"&gt; &lt;table&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em"&gt; &lt;p style="margin:1em 0 3px 0"&gt; &lt;a name="132d4a3749f85e39_1" style="font-family:Arial, Helvetica, sans-serif;font-size:18px" href="http://feedproxy.google.com/%7Er/Petri/%7E3/bbeCQPtK94E/desktop-virtualization-xendesktop-5-part-1.htm?utm_source=feedburner&amp;amp;utm_medium=email" target="_blank"&gt;Citrix XenDesktop 5: Intro to Desktop Virtualization Part 1&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px"&gt; &lt;span&gt;Posted:&lt;/span&gt; 04 Oct 2011 08:52 AM PDT&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;&lt;h2&gt;Overview&lt;/h2&gt; &lt;h2&gt;&lt;span style="font-size:13px;font-weight:normal"&gt;What we have for you right here is a detailed introduction to desktop virtualization (DV). When you're through with this article, you'll not only know what desktop virtualization is. You'll also learn about the various types of desktop virtualization (there's actually more than just VDI),  the reasons why companies are considering DV, what the benefits are, and even some tips and best practices.&lt;/span&gt;&lt;/h2&gt;  &lt;div&gt;&lt;a href="http://uri/?id=1058&amp;amp;host=www.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div style="min-height:46px"&gt;&lt;a href="http://uri/?id=1058&amp;amp;host=www.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;p style="padding:10px 10px 10px 10px;background-color:#ffffed;font-weight:bold"&gt; &lt;a href="http://uri/?id=1058&amp;amp;host=www.microsoft.com" title="" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=1058&amp;amp;host=petri.co.il" target="_blank"&gt;Also see » Download: Windows Azure Training Kit&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;br&gt; &lt;div rel="nofollow"&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Start monitoring VMs in minutes! Download 30-day trial here »" rel="nofollow" style="font-size:12px;border:none" target="_blank"&gt;&lt;b style="display:block;clear:both"&gt;Monitoring Both Physical &amp;amp; Virtual Servers from One Console&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Start monitoring VMs in minutes! Download 30-day trial here »" rel="nofollow" target="_blank"&gt;&lt;img src="http://media/245.gif" alt=" " style="float:left;padding:5px;font-size:1em"&gt;&lt;/a&gt; &lt;p&gt; Are you able to identify precisely which processes are sucking up resources and slowing down your servers? Can you do this equally well over VM guests that VMotion?&lt;br&gt; &lt;br&gt; OpManager also allows admins to remotely shut down problem-causing processes. With over 500 built-in monitors &amp;amp; 70 deep VMware metrics reported on, OpManager is one of the most comprehensive fault &amp;amp; performance management solutions available today for entire server infrastructure - both physical and virtual.&lt;br&gt;  &lt;br&gt; &lt;/p&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Monitoring Both Physical &amp;amp; Virtual Servers from One Console" style="clear:both" rel="nofollow" target="_blank"&gt;Start monitoring VMs in minutes! Download 30-day trial here »&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Because of the length of this article, we've broken it down into three parts. However, we suggest you read it from Part I through III. Let's get started.&lt;/p&gt; &lt;p&gt;&lt;i&gt;(Instructional video below provides a walkthrough of the steps contained in this article.)&lt;/i&gt;&lt;br&gt; &lt;/p&gt; &lt;p&gt;&amp;amp;amp;lt;object classid=&amp;quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&amp;quot; id=&amp;quot;ooyalaPlayer_1py8w_gt7palt2&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;420&amp;quot; codebase=&amp;quot;&lt;a href="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"&gt;http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab&lt;/a&gt;&amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;&lt;a href="http://player.ooyala.com/player.swf?embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;version=2"&gt;http://player.ooyala.com/player.swf?embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;version=2&lt;/a&gt;&amp;quot; /&amp;amp;amp;gt;&amp;amp;amp;lt;param name=&amp;quot;bgcolor&amp;quot; value=&amp;quot;#000000&amp;quot; /&amp;amp;amp;gt;&amp;amp;amp;lt;param name=&amp;quot;allowScriptAccess&amp;quot; value=&amp;quot;always&amp;quot; /&amp;amp;amp;gt;&amp;amp;amp;lt;param name=&amp;quot;allowFullScreen&amp;quot; value=&amp;quot;true&amp;quot; /&amp;amp;amp;gt;&amp;amp;amp;lt;param name=&amp;quot;flashvars&amp;quot; value=&amp;quot;embedType=noscriptObjectTag&amp;amp;amp;amp;#038;embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;videoPcode=FtbGI6pIUwkyZeLEGwcXV55RxBt0&amp;quot; /&amp;amp;amp;gt;&amp;amp;amp;lt;embed src=&amp;quot;&lt;a href="http://player.ooyala.com/player.swf?embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;version=2"&gt;http://player.ooyala.com/player.swf?embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;version=2&lt;/a&gt;&amp;quot; bgcolor=&amp;quot;#000000&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;420&amp;quot; name=&amp;quot;ooyalaPlayer_1py8w_gt7palt2&amp;quot; align=&amp;quot;middle&amp;quot; play=&amp;quot;true&amp;quot; loop=&amp;quot;false&amp;quot; allowscriptaccess=&amp;quot;always&amp;quot; allowfullscreen=&amp;quot;true&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; flashvars=&amp;quot;&amp;amp;amp;amp;#038;embedCode=E1YTN2MjpAXxJ1Ia-jI2UZoMGkl5Y_0Q&amp;amp;amp;amp;#038;videoPcode=FtbGI6pIUwkyZeLEGwcXV55RxBt0&amp;quot; pluginspage=&amp;quot;&lt;a href="http://www.adobe.com/go/getflashplayer"&gt;http://www.adobe.com/go/getflashplayer&lt;/a&gt;&amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/embed&amp;amp;amp;gt;&amp;amp;amp;lt;/object&amp;amp;amp;gt;&lt;/p&gt;  &lt;h2&gt;What is Desktop Virtualization?&lt;/h2&gt; &lt;p&gt;First, let's correct a misconception.&lt;/p&gt; &lt;p&gt;You see, people usually associate desktop virtualization with VDI. There's nothing wrong with that. But while VDI or Virtual Desktop Infrastructure is a kind of desktop virtualization, it is certainly not the only one. Other forms of DV include: client hypervisors, streaming, application virtualization, and terminal server.  We'll cover each of these in more detail later. But in the meantime, let's describe them briefly.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;VDI&lt;/b&gt; - This is the most popular type of desktop virtualization today. It allows users to access dedicated virtual machines (VMs) that are hosted on servers like Hyper-V boxes, ESX boxes, XenServer boxes, etc.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Client hypervisor&lt;/b&gt; - Similar to a server hypervisor but is installed on a client, not a server. Normally, it is used on laptops but can also be used on desktops. It can abstract the hardware from the software, thus allowing one version of a VM to be deployed on different brands of laptops. In addition, it can allow you to install multiple VMs on a single laptop.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Streaming&lt;/b&gt; - Makes use of a single image file that is streamed over a network into end users' computers. In this type, end users may no longer need a local hard disk. All that a user will need is memory and a CPU to run the streamed OS or application. Other platforms like VDI or application virtualization have variants that already implement streaming, so we'll take this up as part of those platforms.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Application Virtualization&lt;/b&gt; - Allows an application to run on a physical machine without having to install it there. You can use this technology, for example, to run a Windows application on Linux. This arrangement also prevents the virtualized application to conflict with other applications.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Terminal Server&lt;/b&gt; - This is a server system that offers terminal services. It enables the use of dumb terminals and access to remote applications or desktops. It is similar to VDI except that users are given sessions for connecting to the server instead of dedicated VMs.&lt;/p&gt;  &lt;p&gt;As you can see, there are many platforms of desktop virtualization and each have their own advantages. Later on, we'll discuss the pros and cons of each platform so you can determine which ones are best suited to meet certain needs. But now, let's have a look at some of the factors driving companies to consider desktop virtualization.&lt;/p&gt;  &lt;h2&gt;Why are some companies considering desktop virtualization?&lt;/h2&gt; &lt;p&gt;&lt;b&gt;It can ease migration to the latest operating system&lt;/b&gt;&lt;/p&gt; &lt;p&gt;When a new version of Windows comes along and its predecessor reaches end-of-life, companies are simply forced to adopt. For example, when Microsoft announced that they would no longer be providing support, service packs, and updates for Windows XP, companies were left with no other choice but to plan for a Windows 7 migration.&lt;/p&gt;  &lt;p&gt;But upgrading hundreds or thousands of desktops to a new OS version is no easy task. A number of compatibility issues can arise. For example, your custom applications may not run properly on Windows 7 or web-based apps may not function properly on Windows 7's Internet Explorer 8. Furthermore, massive upgrades and the accompanying application installations can be very time-consuming, disruptive, and costly.&lt;/p&gt;  &lt;p&gt;With desktop virtualization, it is possible to let applications run on almost any kind of OS - old or new. It is even possible to package the OS, applications, and profiles on a single image and assemble multiple virtual desktops for all your users. You can then simply stream the OS and/or the application to thin clients without having to go through time-consuming installations.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;It can lower cost and is environment-friendly&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt;Because certain desktop virtualization solutions reduce the amount of hardware and storage space needed when providing desktop services, it can help companies save money. Some of these solutions (e.g. streaming) even require minimal server infrastructures, and that should very well translate to lower energy consumption compared to traditional systems.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;It can improve help desk efficiency and make desktop management easier&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Desktops are one of the most difficult components to manage in a computer environment. Issues can pop up anytime. And each time a site visit is needed to resolve an issue, long disruptions can follow. Imagine this happening on a very large organization. These long disruptions, which render affected end users unproductive, can be very costly.&lt;/p&gt;  &lt;p&gt;In comparison, when virtualized desktops are placed in a centralized location, a large part of the troubleshooting won't have to be done on the client side. In fact, IT personnel can even troubleshoot remotely, thus saving time on their side. On certain scenarios, a quick machine re-imaging can be performed, this time saving time on both the IT and the end user's side.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;It can enhance a company's ability for true business continuity and disaster recovery&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Desktops are usually left out in BC/DR planning. When it comes to preparing for BC/DR, companies usually focus their IT investments on technologies for protecting and recovering data.&lt;/p&gt; &lt;p&gt;Of course, your data should be given utmost importance. However, even if you're able to quickly recover your data after a major disaster, your company still won't be able to get back into operation if your desktops aren't available. How would your users go back to work?&lt;/p&gt;  &lt;p&gt;Traditional desktops are practically linked to the hardware. If the hardware is seriously damaged, it would be very difficult to restore your desktop exactly the way it was. By comparison, virtualized desktops are completely isolated from the hardware. Because of that, they're easy to backup, replicate, and restore - that's almost everything you need to enable BC/DR for desktops.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;It can enable companies to practice BYOPC (a.k.a. BYOC or CYOPC)&lt;/b&gt;&lt;/p&gt; &lt;p&gt;One new concept that companies are adopting nowadays is the BYOPC (Bring Your Own PC) or BYOC (Bring Your Own Computer) or CYOPC (Choose Your Own PC). This entails giving employees a certain amount of cash and allowing them to go out and buy computers of their own choice.&lt;/p&gt;  &lt;p&gt;The idea is that, since ownership of these computers now resides with the employees, the responsibility of maintaining them no longer belongs to the company. So, not only are the companies liberated from the duty of buying computers and managing PC upgrades but also the duty of maintaining them.&lt;/p&gt;  &lt;p&gt;But there's a problem here. What if a PC does bog down? Even if the company is no longer obligated to troubleshoot and repair it, the productivity of the user will still be affected. This can subsequently affect the company as well. It doesn't look like a brilliant idea anymore, does it?&lt;/p&gt;  &lt;p&gt;Other issues that you probably overlooked but really need to address when going into a BYOPC arrangement include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Data ownership - Who will now own the data inside the computer? Obviously, they'll have some information that belong to the company in there but since the computers belong to them, what now?&lt;/li&gt; &lt;li&gt;Data encryption - Who'll be in charge of data encryption? Wouldn't you want to make sure that your employees wouldn't be violating regulations dealing with data integrity or customer data privacy &amp;amp; confidentiality?&lt;/li&gt;  &lt;li&gt;Private and corporate data mix - Wouldn't you want to separate corporate data from personal data? or have a separate workspace for the office and another for personal use within the same computer?&lt;/li&gt; &lt;li&gt;Access to the corporate network - How will you give them access to the corporate network? Are you sure the necessary controls and security measures are in place?&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;As you'll soon discover in the second part of this article, desktop virtualization is perfect for BYOC because it easily addresses all these issues.&lt;/p&gt;   &lt;center style="background:#dedede;padding:8px"&gt;   &lt;a href="http://ad1.netshelter.net/jump/ns.petri;kw=;tile=2;sz=300x250,336x280;ord=123456789?" target="_blank"&gt;&lt;img src="http://ad1.netshelter.net/ad/ns.petri/archive;ppos=BTF;kw=;tile=2;sz=300x250,336x280;ord=123456789??" alt="" border="0"&gt;&lt;/a&gt; &lt;/center&gt;  &lt;p&gt;&lt;b&gt;Server virtualization was a smashing success&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Server virtualization introduced a lot of benefits to IT, like: improved up time, high availability, savings in CapEx, ability to implement server consolidation and containment, and so on. These breakthroughs led companies to think that similar benefits could also be realized with desktop virtualization.&lt;/p&gt;  &lt;p&gt;But while desktop virtualization does introduce certain benefits, those benefits are different from that of server virtualization. For instance, DV won't let you save on CapEx. Instead, you'll realize savings in OpEx. We'll elaborate more on that later.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Enables the use of Thin Clients&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Some desktop virtualization platforms, especially those that are server-based, support Thin Clients. Many of these clients have nothing except except CPU and memory. In the case of Pano Logic's Pano Zero Client, even CPU and memory are non-existent. You simply connect a keyboard, mouse, VGA display, and audio output and you're ready to go. Because there's no data or software on them, hackers won't have anything to exploit on the device.&lt;/p&gt;  &lt;p&gt;Other devices that can already serve as Thin Clients include: tablet PCs (like the iPad), smartphones, and netbooks. These are devices that have very minimal hardware resources compared with regular desktops and laptops, but still - using desktop virtualization - you'll be able to access your desktop remotely through them.&lt;/p&gt;  &lt;p&gt;These are very valid reasons to consider desktop virtualization and that's why many companies are already going in that direction. Before we end the first part of this article, we'd like to take up one topic that's creating a lot of buzz in the tech/IT world and which is very much related to desktop virtualization.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Impending cloud computing integration&lt;/b&gt;&lt;/p&gt; &lt;p&gt;As far as we see it, cloud computing is inevitable. Whether you like it or not, that's going to be how computing will be in the future. Don't believe it? Well, in case you haven't heard, Microsoft has now moved Office to the cloud by way of Office 365. If the most widely used suite of applications has gone to the cloud, then you can be sure a lot of end users will find their way there too.&lt;/p&gt;  &lt;p&gt;So, assuming we're right, what has that got to do with desktop virtualization? Actually, it's not only going to be about desktop virtualization. You see, cloud computing, in simple terms, is a highly virtualized data center. That means, it encompasses not only server virtualization; but also network virtualization, I/O virtualization, storage virtualization, and, of course, desktop virtualization.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Virtualization 1.0&lt;/i&gt;&lt;/p&gt; &lt;p&gt;In 2010, we already saw more and more companies taking advantage of the benefits of virtualization to implement BC/DR, reduce outages, increase high availability, and improve resource optimization. We also witnessed adoption of server virtualization for Tier-1 applications like Exchange, Oracle, etc. We even saw the rise of advanced desktop virtualization technologies like VDI.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Virtualization 2.0&lt;/i&gt;&lt;/p&gt; &lt;p&gt;Today, we're seeing companies going into automation and orchestration; storage, network/IO, and application virtualization; and integrated physical/virtual management. Companies are starting to make use of self-service portals, policy-based management, and chargeback/utility style billing. But where is this all heading?&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Virtualization 3.0&lt;/i&gt;&lt;/p&gt; &lt;p&gt;The direction we're headed is an environment wherein fully virtualized datacenters span internal and external clouds; adaptive and intelligent infrastructures are well established; and many businesses subscribe to the IT-as-a-service and Platform-as-a-Service (PaaS) models. You can pretty much expect wide adoption of integrated cloud management, holistic monitoring/diagnosis, cross-hypervisor management, external cloud federation, and virtualization-aware applications.&lt;/p&gt;  &lt;h2&gt;Summary&lt;/h2&gt; &lt;p&gt;So as the business world takes this inescapable journey to the cloud, the logical thing to do is to be prepared for it. What you're doing now is a tiny but nevertheless wise step to the right direction. In Part II, you'll move some more to that direction as you get a closer look at each type of desktop virtualization.&lt;/p&gt;   &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/p6AKeGgZBunnJOIDHQjhC0AS2gg/0/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/p6AKeGgZBunnJOIDHQjhC0AS2gg/0/pi" ismap border="0"&gt;&lt;/a&gt;&lt;br&gt;  &lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/p6AKeGgZBunnJOIDHQjhC0AS2gg/1/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/p6AKeGgZBunnJOIDHQjhC0AS2gg/1/pi" ismap border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;div&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=bbeCQPtK94E:gjkLc13eFhw:yIl2AUoC8zA" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=bbeCQPtK94E:gjkLc13eFhw:V_sGLiPBpWU" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?i=bbeCQPtK94E:gjkLc13eFhw:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/%7Er/Petri/%7E4/bbeCQPtK94E?utm_source=feedburner&amp;amp;utm_medium=email" height="1" width="1"&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;You are subscribed to email updates from &lt;a href="http://www.petri.co.il" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=2njDcyM6Yj8r7EpwjcLT7zfKYCM" target="_blank"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; &lt;/div&gt;  &lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&lt;br&gt;-- &lt;br&gt;&lt;div dir="ltr"&gt;&lt;font face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Best Regards, &lt;br&gt;Ganesh :-)&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-8224412755747344973?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/8224412755747344973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/citrix-xendesktop-5-intro-to-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/8224412755747344973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/8224412755747344973'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/citrix-xendesktop-5-intro-to-desktop.html' title='Citrix XenDesktop 5: Intro to Desktop Virtualization Part 1'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-6311877107383180334</id><published>2011-10-06T22:25:00.001-07:00</published><updated>2011-10-06T22:25:50.817-07:00</updated><title type='text'>vSphere Client for iPad – Administering vSphere 5 from your iPad</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;u&gt;&lt;/u&gt;      &lt;div&gt;  &lt;div style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px"&gt; &lt;a style="color:#888;font-size:22px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none" href="http://www.petri.co.il" title="(http://www.petri.co.il)" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Petri" target="_blank"&gt; &lt;img style="padding-top:6px" alt="" src="http://gmodules.com/ig/images/plus_google.gif" border="0"&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://www.petri.co.il" target="_blank"&gt; &lt;img src="http://www.petri.co.il/images/logo_new.jpg" alt="Link to Petri IT Knowledgebase" style="padding:0 0 10px 3px;border:0"&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0"&gt; &lt;table&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em"&gt; &lt;p style="margin:1em 0 3px 0"&gt; &lt;a name="132d98e094ce8321_1" style="font-family:Arial, Helvetica, sans-serif;font-size:18px" href="http://feedproxy.google.com/%7Er/Petri/%7E3/fsuVBcLWU5s/vsphere-client-for-ipad.htm?utm_source=feedburner&amp;amp;utm_medium=email" target="_blank"&gt;vSphere Client for iPad – Administering vSphere 5 from your iPad&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px"&gt; &lt;span&gt;Posted:&lt;/span&gt; 05 Oct 2011 09:17 AM PDT&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;&lt;h2&gt;Overview&lt;/h2&gt; &lt;p&gt;Ever dreamed of administering your vSphere environment while on the go using an ultraportable device? I'm not talking about your laptop or even a netbook for that matter. I'm talking about something much lighter and more portable … something like the iPad. That's actually possible now with the VMware vSphere Client for iPad.&lt;/p&gt;  &lt;div rel="nofollow"&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Start monitoring VMs in minutes! Download 30-day trial here »" rel="nofollow" style="font-size:12px;border:none" target="_blank"&gt;&lt;b style="display:block;clear:both"&gt;Monitoring Both Physical &amp;amp; Virtual Servers from One Console&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Start monitoring VMs in minutes! Download 30-day trial here »" rel="nofollow" target="_blank"&gt;&lt;img src="http://media/245.gif" alt=" " style="float:left;padding:5px;font-size:1em"&gt;&lt;/a&gt; &lt;p&gt; Are you able to identify precisely which processes are sucking up resources and slowing down your servers? Can you do this equally well over VM guests that VMotion?&lt;br&gt; &lt;br&gt; OpManager also allows admins to remotely shut down problem-causing processes. With over 500 built-in monitors &amp;amp; 70 deep VMware metrics reported on, OpManager is one of the most comprehensive fault &amp;amp; performance management solutions available today for entire server infrastructure - both physical and virtual.&lt;br&gt;  &lt;br&gt; &lt;/p&gt;&lt;a href="http://www.petri.co.il/uri/?id=245&amp;amp;host=www.manageengine.com" title="Monitoring Both Physical &amp;amp; Virtual Servers from One Console" style="clear:both" rel="nofollow" target="_blank"&gt;Start monitoring VMs in minutes! Download 30-day trial here »&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;The vSphere Client for iPad is an administrative client. Meaning, its features are mainly geared towards accomplishing VMware-related administrative tasks such as:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Searching for vSphere hosts and virtual machines&lt;/li&gt; &lt;li&gt;Monitoring the performance of vSphere hosts and virtual machines (VMs)&lt;/li&gt; &lt;li&gt;Starting, stopping, and suspending VMs&lt;/li&gt; &lt;li&gt;Viewing and restoring VM snapshots&lt;/li&gt; &lt;li&gt;Rebooting vSphere hosts and bringing them into maintenance mode&lt;/li&gt; &lt;li&gt;Diagnosing vSphere hosts and virtual machines using built-in tools like ping and traceroute&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;i&gt;(Instructional video below provides a walkthrough of the steps contained in this article.)&lt;/i&gt;&lt;br&gt; &lt;/p&gt; &lt;h2&gt;Requirements for using vSphere Client for iPad&lt;/h2&gt; &lt;p&gt;Before you can use vSphere Client for iPad, you will need the following:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A running installation of vSphere and vCenter - Actually, vCenter is not required if you want to implement this on an individual ESX/ESXi server&lt;/li&gt; &lt;li&gt;vCenter Mobile Access (vCMA) - This is a virtual appliance which you can download for free from &lt;a title="download vCenter Mobile Access" href="http://labs.vmware.com/flings/vcma" target="_blank"&gt;http://labs.vmware.com/flings/vcma&lt;/a&gt; and is the most important component in this list. It allows you to manage your virtual infrastructure from either the vSphere Client for iPad (on the iPad of course) or from a web browser, when using other mobile devices.&lt;/li&gt;  &lt;li&gt;A network connection to the vCMA server - This can be either a LAN or an Internet VPN. Although it is theoretically possible to set things up so that you can access vCMA straight over the Internet, this is not advisable for obvious security reasons. If you really want to access the vCMA from a coffee shop or the airport, then it should be through an Internet VPN.&lt;/li&gt;  &lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/02-vSphere-Client-for-iPad.png" target="_blank"&gt;&lt;img title="02 - vSphere Client for iPad" src="http://www.petri.co.il/wp-content/uploads/02-vSphere-Client-for-iPad.png" alt="vSphere Client for iPad" height="403" width="309"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Of course, you would need the &lt;b&gt;vSphere Client for iPad&lt;/b&gt; application itself. This vSphere Client is available for free at the iTunes Store.&lt;/p&gt; &lt;h2&gt;Installing vCenter Mobile Access&lt;/h2&gt; &lt;p&gt;Go to &lt;a title="http://labs.vmware.com/flings/vcma" href="http://labs.vmware.com/flings/vcma" target="_blank"&gt;http://labs.vmware.com/flings/vcma&lt;/a&gt; and download the OVF file.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/03-download-vcma-ovf.png" target="_blank"&gt;&lt;img title="03 - download vcma ovf" src="http://www.petri.co.il/wp-content/uploads/03-download-vcma-ovf.png" alt="Download vcma OVF" height="380" width="424"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Note that this program is not designed solely for the vSphere Client for iPad. It can also be used with an application built for, say, a BlackBerry. In fact, if you click the &lt;b&gt;Video&lt;/b&gt; tab, which is also visible on the screenshot, you can find a video showing a BlackBerry emulator connecting to vCMA.&lt;/p&gt;  &lt;p&gt;We suggest you click the other tabs as well and take some time to read the&lt;b&gt; System Requirements&lt;/b&gt; and &lt;b&gt;Instructions&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;Once you're done with the download, go over to your vSphere Client where you'll then deploy vCenter Mobile Access as a virtual appliance.&lt;/p&gt; &lt;p&gt;To start the deployment process, navigate to the &lt;b&gt;File&lt;/b&gt; menu and select the menu item: &lt;b&gt;Deploy OVF Template&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/04-start-deploying-ovf.png" target="_blank"&gt;&lt;img title="04 - start deploying ovf" src="http://www.petri.co.il/wp-content/uploads/04-start-deploying-ovf.png" alt="Start deploying ovf" height="315" width="486"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You'll then be asked to point to the OVF file you downloaded. Do that by clicking the &lt;b&gt;Browse&lt;/b&gt; button, navigating to the folder where you stored the downloaded file, and clicking the OVF file itself.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/05-select-the-source-location-of-ovf.png" target="_blank"&gt;&lt;img title="05 - select the source location of ovf" src="http://www.petri.co.il/wp-content/uploads/05-select-the-source-location-of-ovf.png" alt="Select the source location of ovf" height="329" width="347"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/06-selecting-the-ovf-file.png" target="_blank"&gt;&lt;img title="06 - selecting the ovf file" src="http://www.petri.co.il/wp-content/uploads/06-selecting-the-ovf-file.png" alt="Selecting the ovf file" height="328" width="348"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After the file has been selected and you're back to the previous window, just click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;In the next window, you'll be shown the details of that OVF template. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/07-ovf-template-details.png" target="_blank"&gt;&lt;img title="07 - ovf template details" src="http://www.petri.co.il/wp-content/uploads/07-ovf-template-details.png" alt="Ovf template details" height="331" width="348"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the succeeding window, read through the &lt;b&gt;End User License Agreement&lt;/b&gt;. If everything looks fine, click the &lt;b&gt;Accept&lt;/b&gt; button and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/08-OVF-license-agreement.png" target="_blank"&gt;&lt;img title="08 - OVF license agreement" src="http://www.petri.co.il/wp-content/uploads/08-OVF-license-agreement.png" alt="OVF license agreement" height="324" width="342"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you want, you can then specify a name and location for the deployed template. Otherwise, just accept the default values. When you're done with this part, click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/09-specify-name-and-location-of-ovf-template.png" target="_blank"&gt;&lt;img title="09 - Specify name and location of ovf template" src="http://www.petri.co.il/wp-content/uploads/09-specify-name-and-location-of-ovf-template.png" alt="Specify name and location of ovf template" height="330" width="348"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The next step is to specify where you want to store the virtual machine files. Select your desired destination storage, then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/10-selecting-a-destination-storage-for-the-ovf.png" target="_blank"&gt;&lt;img title="10 - selecting a destination storage for the ovf" src="http://www.petri.co.il/wp-content/uploads/10-selecting-a-destination-storage-for-the-ovf.png" alt="Selecting a destination storage for the ovf" height="329" width="347"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Select a format with which the virtual disks will be stored and click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/11-disk-format-for-storing-virtual-disks.png" target="_blank"&gt;&lt;img title="11 - Disk format for storing virtual disks" src="http://www.petri.co.il/wp-content/uploads/11-disk-format-for-storing-virtual-disks.png" alt="Disk format for storing virtual disks" height="330" width="347"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally, you'll be shown a summary of all the options you picked. See if everything looks alright. To power on the vCMA after deployment, check the &lt;b&gt;Power on after deployment&lt;/b&gt; check box. Click &lt;b&gt;Finish&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/12-ready-to-complete-ovf-deployment.png" target="_blank"&gt;&lt;img title="12 - Ready to complete ovf deployment" src="http://www.petri.co.il/wp-content/uploads/12-ready-to-complete-ovf-deployment.png" alt="Ready to complete ovf deployment" height="330" width="348"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The actual vCMA deployment process will then commence.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/13-deploying-vcenter-mobile-access.png" target="_blank"&gt;&lt;img title="13 - Deploying vcenter mobile access" src="http://www.petri.co.il/wp-content/uploads/13-deploying-vcenter-mobile-access.png" alt="Deploying vcenter mobile access" height="364" width="486"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This is going to take a while. But when it's done, the virtual appliance will launch automatically after boot. This is what will happen if you earlier instructed the system to &lt;b&gt;Power on after deployment&lt;/b&gt;. You'll then see a console that looks like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/14-virtual-appliance-powered-on.png" target="_blank"&gt;&lt;img title="14 - virtual appliance powered on" src="http://www.petri.co.il/wp-content/uploads/14-virtual-appliance-powered-on.png" alt="Virtual appliance powered on" height="356" width="486"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Take note of the IP address shown there. That's the IP address you'll need to manage the virtual appliance. You can check whether you have the correct details by opening a Web browser and entering that IP address there.&lt;/p&gt;  &lt;h2&gt;Using the Virtual Appliance Management Infrastructure&lt;/h2&gt; &lt;p&gt;If that was correct, then you should see the &lt;b&gt;Virtual Appliance Management Infrastructure&lt;/b&gt; login page. To login, enter &lt;b&gt;root&lt;/b&gt; for the &lt;b&gt;user name&lt;/b&gt; and vmware for the Password. These are just the default login details, which you can change later.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/15-virtual-appliance-management-infrastructure-login.png" target="_blank"&gt;&lt;img title="15 - virtual appliance management infrastructure login" src="http://www.petri.co.il/wp-content/uploads/15-virtual-appliance-management-infrastructure-login.png" alt="virtual appliance management infrastructure login" height="353" width="486"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are only a couple of things you can do here. You can:&lt;/p&gt; &lt;p&gt;1. View the network status.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/16-virtual-appliance-management-infrastructure-network-status.png" target="_blank"&gt;&lt;img title="16 - virtual appliance management infrastructure network status" src="http://www.petri.co.il/wp-content/uploads/16-virtual-appliance-management-infrastructure-network-status.png" alt="virtual appliance management infrastructure network status" height="263" width="396"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. Change the network address settings. You might want to assign a static &lt;b&gt;IP address&lt;/b&gt; and specify a &lt;b&gt;preferred DNS Server&lt;/b&gt;. Of course, you can also change the &lt;b&gt;Netmask&lt;/b&gt; and &lt;b&gt;Gateway settings&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/17-change-network-settings.png" target="_blank"&gt;&lt;img title="17 - change network settings" src="http://www.petri.co.il/wp-content/uploads/17-change-network-settings.png" alt="change network settings" height="263" width="395"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you do decide to make those changes, don't forget to click the &lt;b&gt;Save Settings&lt;/b&gt; button so that those changes can take effect. Since the IP address will have changed after you do that, you need to change the IP address on your Web browser's address bar as well.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/18-change-IP-address.png" target="_blank"&gt;&lt;img title="18 - change IP address" src="http://www.petri.co.il/wp-content/uploads/18-change-IP-address.png" alt="change IP address" height="257" width="486"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After you change the IP address, you might encounter an error notification like the one shown below. Just click on the link:&lt;b&gt; Continue to this website&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/19-certificate-error.png" target="_blank"&gt;&lt;img title="19 - certificate error" src="http://www.petri.co.il/wp-content/uploads/19-certificate-error.png" alt="certificate error" height="252" width="405"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You may be asked to login again. Just enter the login details as before. If you go to the Network tab, you'll see that the changes have already taken effect. Other than that, the only other tasks you can do there is &lt;b&gt;Shutdown&lt;/b&gt; the system or &lt;b&gt;Reboot&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/20-virtual-applicane-management-infrastructure-restart-reboot.png" target="_blank"&gt;&lt;img title="20 - virtual applicane management infrastructure restart reboot" src="http://www.petri.co.il/wp-content/uploads/20-virtual-applicane-management-infrastructure-restart-reboot.png" alt="virtual applicane management infrastructure restart reboot" height="166" width="518"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;The vSphere Client for iPad&lt;/h2&gt; &lt;p&gt;As mentioned, the vSphere Client for iPad is a free application that can be downloaded from iTunes. You can find the application on iTunes by either searching for "vSphere Client" or by going directly to this link using your iPad:&lt;/p&gt;  &lt;p&gt;&lt;a title="vSphere Client for Ipad" href="http://itunes.apple.com/us/app/vmware-vsphere-client-for/id417323354?mt=8&amp;amp;ls=1" target="_blank"&gt;http://itunes.apple.com/us/app/vmware-vsphere-client-for/id417323354?mt=8&amp;amp;ls=1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here's that page as seen on iTunes:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/21-vmware-vSphere-Client-for-iPad-on-iTunes.png" target="_blank"&gt;&lt;img title="21 - vmware vSphere Client for iPad on iTunes" src="http://www.petri.co.il/wp-content/uploads/21-vmware-vSphere-Client-for-iPad-on-iTunes.png" alt="vmware vSphere Client for iPad on iTunes" height="342" width="487"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download and install the application as you would a typical Apple app.&lt;/p&gt; &lt;h2&gt;Administering vSphere Using an iPad&lt;/h2&gt; &lt;p&gt;Before you can start using the client, you'll need to specify settings for connecting to the vCMA VM. This is required when you first launch the client. You may enter either the vCMA virtual machine's IP address or a DNS name, assuming you have already assigned a DNS host alias for the vCMA Server's IP address in your DNS server.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/22-vcma-connection-settings-on-ipad.png" target="_blank"&gt;&lt;img title="22 - vcma connection settings on ipad" src="http://www.petri.co.il/wp-content/uploads/22-vcma-connection-settings-on-ipad.png" alt="vcma connection settings on ipad" height="317" width="277"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;On the next screen, you'll then have to specify settings for connecting to the vSphere infrastructure. You'll need to enter your &lt;b&gt;vCenter server name&lt;/b&gt;, your &lt;b&gt;username&lt;/b&gt;, and its corresponding &lt;b&gt;password&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/23-connect-to-vcenter-server-from-iPad.png" target="_blank"&gt;&lt;img title="23 - connect to vcenter server from iPad" src="http://www.petri.co.il/wp-content/uploads/23-connect-to-vcenter-server-from-iPad.png" alt="connect to vcenter server from iPad" height="356" width="400"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once inside the VMware vSphere Client for iPad, you'll see on the first screen the name of your vCenter Server. That screen will also show you the number of hosts and virtual machines in your virtual infrastructure. In the lower half of the screen, you'll see some brief information regarding those hosts such as the number of VMs running on each one of them and the versions of their corresponding ESX servers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/24-opening-screen-of-vsphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="24 - opening screen of vsphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/24-opening-screen-of-vsphere-client-for-ipad.png" alt="opening screen of vsphere client for ipad" height="360" width="384"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you click on a particular ESX/ESXi server, you'll be brought to that server's screen. There you'll see that server's CPU and Memory utilization expressed in percent. Other information you'll find there include the Processor Type, the number of processors, amount of RAM, number of NICs, and whether vMotion is enabled.&lt;/p&gt;  &lt;p&gt;Below all that information are the virtual machines running on that server with icons representative of the specific guest operating systems of those VMs.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/25-esx-server-on-vsphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="25 - esx server on vsphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/25-esx-server-on-vsphere-client-for-ipad.png" alt=" esx server on vsphere client for ipad"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you then click on a particular guest OS, you'll see:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the specific name and version of the OS;&lt;/li&gt; &lt;li&gt;the amount of CPU and RAM it's currently using;&lt;/li&gt; &lt;li&gt;its IP address, status, and VMware tools status;&lt;/li&gt; &lt;li&gt;snapshots made on it; and&lt;/li&gt; &lt;li&gt;the latest events related to it.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;You can get even more information regarding that guest OS by clicking on the &lt;b&gt;Performance&lt;/b&gt; button found at the bottom of that screen.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/26-guest-OS-on-vsphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="26 - guest OS on vsphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/26-guest-OS-on-vsphere-client-for-ipad.png" alt="guest OS on vsphere client for ipad" height="601" width="450"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;That will reveal some graphs featuring CPU, Memory, and Disk performance taken over time.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/27-performance-of-guest-os.png" target="_blank"&gt;&lt;img title="27 - performance of guest os" src="http://www.petri.co.il/wp-content/uploads/27-performance-of-guest-os.png" alt=" performance of guest os" height="359" width="384"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;On the other hand, if you click on the &lt;b&gt;Tools&lt;/b&gt; button,&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/28-tools-button-vsphere-client-on-ipad.png" target="_blank"&gt;&lt;img title="28 - tools button vsphere client on ipad" src="http://www.petri.co.il/wp-content/uploads/28-tools-button-vsphere-client-on-ipad.png" alt=" tools button vsphere client on ipad" height="360" width="269"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You'll be brought to a screen where you can do &lt;b&gt;Pings&lt;/b&gt; and &lt;b&gt;Trace Routes&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/29-ping-traceroute-vsphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="29 - ping traceroute vsphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/29-ping-traceroute-vsphere-client-for-ipad.png" alt="ping traceroute vsphere client for ipad" height="359" width="383"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In addition, if you go to the top of the screen and click the gear icon, you'll be able to &lt;b&gt;Suspend&lt;/b&gt;, &lt;b&gt;Stop&lt;/b&gt;, or &lt;b&gt;Restart&lt;/b&gt; the VM.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/30-vm-actions-on-vsphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="30 - vm actions on vsphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/30-vm-actions-on-vsphere-client-for-ipad.png" alt="vm actions on vsphere client for ipad" height="266" width="383"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Remember, all those procedures (e.g. showing performance graphs, troubleshooting using basic network tools, and doing certain VM actions) were carried out on a guest OS. You can do similar procedures on hosts as well. Here are those performance graphs again; but this time, they represent those of an ESX server.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/31-performance-graph-on-host-in-vSphere-client-for-ipad.png" target="_blank"&gt;&lt;img title="31 - performance graph on host in vSphere client for ipad" src="http://www.petri.co.il/wp-content/uploads/31-performance-graph-on-host-in-vSphere-client-for-ipad.png" alt="performance graph on host in vSphere client for ipad" height="330" width="383"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt; &lt;h2&gt;Summary&lt;/h2&gt; &lt;p&gt;We have finally reached the end of this article. Now that you know how to use the vSphere Client for iPad, you can now plan a trip to the beach just so you can try administering your vSphere environment from there. Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/32-ipad-on-the-beach.png" target="_blank"&gt;&lt;img title="32 - ipad on the beach" src="http://www.petri.co.il/wp-content/uploads/32-ipad-on-the-beach.png" alt=" ipad on the beach" height="214" width="284"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/Ohq7I3JtbqFo0FOlV_HarA4udJw/0/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/Ohq7I3JtbqFo0FOlV_HarA4udJw/0/pi" ismap border="0"&gt;&lt;/a&gt;&lt;br&gt;  &lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/Ohq7I3JtbqFo0FOlV_HarA4udJw/1/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/Ohq7I3JtbqFo0FOlV_HarA4udJw/1/pi" ismap border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;div&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=fsuVBcLWU5s:g6LBeZAnmW0:yIl2AUoC8zA" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=fsuVBcLWU5s:g6LBeZAnmW0:V_sGLiPBpWU" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?i=fsuVBcLWU5s:g6LBeZAnmW0:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/%7Er/Petri/%7E4/fsuVBcLWU5s?utm_source=feedburner&amp;amp;utm_medium=email" height="1" width="1"&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;&lt;br&gt;&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;&lt;br&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; &lt;/div&gt;  &lt;/div&gt;&lt;br&gt;&lt;br clear="all"&gt;&lt;br&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-6311877107383180334?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/6311877107383180334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/vsphere-client-for-ipad-administering.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6311877107383180334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6311877107383180334'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/vsphere-client-for-ipad-administering.html' title='vSphere Client for iPad – Administering vSphere 5 from your iPad'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-2487103558467175842</id><published>2011-10-03T04:17:00.000-07:00</published><updated>2011-10-03T04:18:12.124-07:00</updated><title type='text'>Deploying Printers by Using Group Policy – Networking Printers &amp; Windows 2008 Server Part 2</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;u&gt;&lt;/u&gt;      &lt;div&gt;  &lt;div style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px"&gt; &lt;a style="color:#888;font-size:22px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none" href="http://www.petri.co.il" title="(http://www.petri.co.il)" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Petri" target="_blank"&gt; &lt;img style="padding-top:6px" alt="" src="http://gmodules.com/ig/images/plus_google.gif" border="0"&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://www.petri.co.il" target="_blank"&gt; &lt;img src="http://www.petri.co.il/images/logo_new.jpg" alt="Link to Petri IT Knowledgebase" style="padding:0 0 10px 3px;border:0"&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0"&gt; &lt;table&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em"&gt; &lt;p style="margin:1em 0 3px 0"&gt; &lt;a name="132bae1d9c5a7b88_1" style="font-family:Arial, Helvetica, sans-serif;font-size:18px" href="http://feedproxy.google.com/%7Er/Petri/%7E3/FRXUpG6hO5U/deploying-printers-using-group-policy-windows-2008.htm?utm_source=feedburner&amp;amp;utm_medium=email" target="_blank"&gt;Deploying Printers by Using Group Policy – Networking Printers &amp;amp; Windows 2008 Server Part 2&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px"&gt; &lt;span&gt;Posted:&lt;/span&gt; 29 Sep 2011 12:09 PM PDT&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;&lt;h2&gt;Introduction&lt;/h2&gt; &lt;p&gt;In Part One I covered adding the &lt;a href="http://www.petri.co.il/windows-2008-print-server-management.htm" target="_blank"&gt;Print Services role to a Windows 2008 Server&lt;/a&gt;, and then how to use the Print Management console to add shared printers with the correct drivers for your network clients. For a small network this may well be all you need to know, but with more users and printers there are more tools available to simplify management. In this article we will look at automating printer deployment with Group Policy and how to use GPOs to assign access to printers.&lt;/p&gt;   &lt;h2&gt;Windows GPOs&lt;/h2&gt; &lt;p&gt;Anyone responsible for managing a Windows domain based network should be familiar with the basics of Group Policy Management, and the granular control it allows over virtually every setting available within the Windows client systems. Although quite impressive results can be achieved with old style login scripts (especially if you know vbscript), Group Policy Objects can do much more without requiring you to become a scripting expert. This particular printer challenge is a good example of how apparently complicated solutions can be achieved with a few simple GPO settings and some planning:&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/Deployed-Printers.jpg" target="_blank"&gt;&lt;img title="Deploying Printers by Using Group Policy on Windows Server 2008" src="http://www.petri.co.il/wp-content/uploads/Deployed-Printers-590x179.jpg" alt="Deploying Printers by Using Group Policy on Windows Server 2008" height="179" width="590"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;h2&gt;Pre-Requisites&lt;/h2&gt; &lt;p&gt;To use Group Policy for printer deployment you will need to have a Windows Active Directory domain, and this article assumes that your Domain Controller is a Windows 2008 R2 Server. You will also need the Print Services role installed on a server (can be on your DC), and you will be using the Print Management and Group Policy Management consoles to configure the various settings. Its assumed that you have already followed Part One and have one or more printers shared on your server with the necessary drivers, ready to deploy to your client computers.&lt;/p&gt;   &lt;h2&gt;Planning Your Printer Deployment&lt;/h2&gt; &lt;p&gt;The first thing you need to do is to establish your printer deployment requirements - which users or computers need access to which printers. Ideally to avoid confusion for users you don&amp;#39;t want to give them access to printers they will never use, especially if your network is spread over a large building or multiple sites. If you havent done so already then now would be a good time to check that the descriptions and location details of each shared printer are correctly filled out, see Part One for details of how to do this.&lt;/p&gt;   &lt;p&gt;Group Policy Objects need to be linked to Organisational Units in your Active Directory, so in order to effectively manage your printer deployments you will need your users and computers divided into suitable OUs. This is particularly important if you want to deploy your printers according to location, so for example if you have an OU containing all the computers in the Accounts department you can then create an &amp;quot;Accounts printers&amp;quot; GPO linked to it. For larger multi-site networks its also worth noting that you can assign printer deployments GPOs to AD Sites, so that laptop users moving between sites will automatically get local printers installed for them.&lt;/p&gt;   &lt;p&gt;Printer deployment can be applied as part of either the Computer or the User Configuration section of the GPO, or even both, so there is plenty of flexibility as to how you can set it up. There is also no requirement to create separate GPOs for the printer deployment, so if you already have them set up to configure other features on your client systems you may find it easier just to add the printer settings to your existing GPOs. However for the purposes of this guide we will create a new GPO just for our printer deployment.&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/AD-with-OUs.jpg" target="_blank"&gt;&lt;img title="GPO Network Printing" src="http://www.petri.co.il/wp-content/uploads/AD-with-OUs.jpg" alt="GPO Network Printing" height="260" width="230"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;In this article we will be using a small network as our example; it has a Windows 2008 R2 Domain Controller with 20 client PCs running a mixture of Windows XP and Vista, split between two offices which each have their own printers in. One office is &amp;quot;Sales&amp;quot;, the other is &amp;quot;Accounts&amp;quot;, and because their IT requirements are quite different there are two OUs setup in the AD, not surprisingly named &amp;quot;Sales&amp;quot; and &amp;quot;Accounts&amp;quot;.&lt;/p&gt;   &lt;p&gt;There is also one large copier/printer device which we will want to give all users access to, so our Printer Deployment GPO planning is therefore quite simple; we can have one GPO linked to the &amp;quot;Users&amp;quot; OU for the large copier/printer, and then we will have a GPO each for the &amp;quot;Accounts&amp;quot; and &amp;quot;Sales&amp;quot; OUs that deploy their respective office printers.&lt;/p&gt;   &lt;h2&gt;Creating a GPO&lt;/h2&gt; &lt;p&gt;Once you have established your printer deployment requirements the next step will be to create the GPO that will apply the settings to the clients for us. To do this you will need to open the &lt;a title="Group Policy Object Modeling in Windows Server 2008 " href="http://www.petri.co.il/group-policy-object-modeling-windows-server-2008.htm?wp7=1&amp;amp;theme=&amp;amp;accent=" target="_blank"&gt;Group Policy Management Console&lt;/a&gt; (GPMC), which you should find listed under &lt;b&gt;&lt;i&gt;Programs - Administrative Tools &lt;/i&gt;&lt;/b&gt;on your Domain Controller server. Expand the tree down through your domain until you can see the OU where you have decided you need to create your GPO, then &lt;b&gt;right-click&lt;/b&gt; on it and select &lt;b&gt;&amp;quot;Create a GPO in this domain, and Link it here....&amp;quot;:&lt;/b&gt;&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/create-GPO.jpg" target="_blank"&gt;&lt;img title="GPO Network Printing" src="http://www.petri.co.il/wp-content/uploads/create-GPO.jpg" alt="GPO Network Printing" height="174" width="352"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;Using the example from above we will create a GPO to deploy our large printer for all users, so having &lt;b&gt;right-clicked&lt;/b&gt; on the&lt;b&gt; &amp;quot;Users&amp;quot;&lt;/b&gt; OU and chosen to&lt;b&gt; &amp;quot;Create a GPO...&amp;quot;&lt;/b&gt; we will name it &amp;quot;Large Printer Deployment&amp;quot; when prompted so our GPMC now looks like this:&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/GPOinAD.jpg" target="_blank"&gt;&lt;img title="GPO Network Printing" src="http://www.petri.co.il/wp-content/uploads/GPOinAD.jpg" alt="GPO Network Printing" height="159" width="228"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;h3&gt;Supporting Windows XP Clients&lt;/h3&gt; &lt;p&gt;If you are fortunate enough to only have Windows Vista and later versions on your network then you can happily skip this step and proceed to the next section, as they already include support for GPO printer deployment. However if you have any Windows XP client systems, or Windows 2003 Servers (e.g. a Terminal Server) that the GPO will apply to then you need to configure your GPO to install the &amp;quot;pushprinterconnections.exe&amp;quot; utility onto them. Rather pointlessly, Windows 2008 Server only includes the 64bit version of this utility, and its highly likely that your Windows XP clients are of the 32bit variety, in which case you need to download the&lt;b&gt; pmcmgmt.exe  &lt;/b&gt;utility from &lt;a title="Pmcmgmt download" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=7045" target="_blank"&gt;here&lt;/a&gt;  and install it on one of your XP clients. Once installed browse to the &lt;b&gt;C:\Windows\PMCSnap &lt;/b&gt;folder on that PC and copy the &lt;b&gt;pushprinterconnections.exe &lt;/b&gt;file over to your server.&lt;/p&gt;   &lt;p&gt;Now you have the vital 32bit version of the utility,&lt;b&gt; right-click&lt;/b&gt; on your new GPO and select &lt;b&gt;&amp;quot;Edit&amp;quot;&lt;/b&gt;, and a new window will open containing the options for your GPO. Depending on whether this is a Computer or User based policy (in our example we are applying it to Users) expand down to &lt;b&gt;&amp;quot;Windows Settings&amp;quot;&lt;/b&gt; and then select &lt;b&gt;&amp;quot;Scripts&amp;quot;&lt;/b&gt; and then in the righthand pane right-click on&lt;b&gt; &amp;quot;Logon&amp;quot;&lt;/b&gt; (or &amp;quot;Startup&amp;quot; if it is a Computer policy) and select &lt;b&gt;&amp;quot;Properties&amp;quot;&lt;/b&gt;:&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/logonscriptGPO.jpg" target="_blank"&gt;&lt;img title="Group Policy Management Editor" src="http://www.petri.co.il/wp-content/uploads/logonscriptGPO-590x370.jpg" alt="Group Policy Management Editor" height="370" width="590"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;This will open the&lt;b&gt; &amp;quot;Logon Properties&amp;quot;&lt;/b&gt; window (or &lt;b&gt;&amp;quot;Startup Properties&amp;quot;&lt;/b&gt; for Computer configuration):&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/Logon-Properties.jpg" target="_blank"&gt;&lt;img title="Group Policy Management Editor" src="http://www.petri.co.il/wp-content/uploads/Logon-Properties-270x300.jpg" alt="Group Policy Management Editor" height="300" width="270"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;First of all click the&lt;b&gt; &amp;quot;Show Files&amp;quot;&lt;/b&gt; button, which will open a Windows Explorer window showing the &lt;b&gt;&amp;quot;Logon&amp;quot;&lt;/b&gt; folder - this is in fact one of the default system shared folders on a Windows Domain Controller that clients can access during the logon process. Unless you have previously configured logon scripts or other utilities to deploy via GPO it will be empty though - you now need to copy the &amp;quot;pushprinterconnections.exe&amp;quot; file you downloaded earlier into this folder.&lt;/p&gt;   &lt;p&gt;You can now close that folder window and return to the&lt;b&gt; &amp;quot;Logon Properties&amp;quot;&lt;/b&gt; one, and this time click the &lt;b&gt;&amp;quot;Add&amp;quot;&lt;/b&gt; button, which will open another window asking you for the script name and parameters. Just click the &lt;b&gt;&amp;quot;Browse&amp;quot;&lt;/b&gt; button in that window and it should open the &lt;b&gt;&amp;quot;Logon&amp;quot;&lt;/b&gt; folder again, this time with the &amp;quot;pushprinterconnections.exe&amp;quot; file in there. Double-click on the file to select it, leave the &amp;quot;Parameters&amp;quot; field empty and then click &amp;quot;Ok&amp;quot; to close the window. You should now see &amp;quot;pushprinterconnections.exe&amp;quot; listed in the &amp;quot;Scripts&amp;quot; section of the &amp;quot;Logon Properties&amp;quot; window and can click &amp;quot;Ok&amp;quot; to close that.&lt;/p&gt;   &lt;p&gt;Note that for any additional printer deployment GPOs you create you should repeat this step to add the pushprinterconnections utility, it doesnt cause any problems if it ends up running twice.&lt;/p&gt; &lt;h2&gt;Adding a printer to your deployment GPO&lt;/h2&gt; &lt;p&gt;If you have had to edit your GPO you can now close that window and the GPMC, and instead open your &lt;b&gt;Print Management console&lt;/b&gt; which you should be familiar with from part one of this guide. Expand the&lt;b&gt; &amp;quot;Print Servers&amp;quot;&lt;/b&gt; section and select &lt;b&gt;&amp;quot;Printers&amp;quot;&lt;/b&gt; to view the list of printers that you have shared in the righthand pane, then right-click the printer you wish to deploy and select &lt;b&gt;&amp;quot;Deploy with GPO&amp;quot;&lt;/b&gt;. You should then see this window:&lt;/p&gt;   &lt;p&gt;&lt;a href="http://www.petri.co.il/wp-content/uploads/deploywithGPO1.jpg" target="_blank"&gt;&lt;img title="Add printer to Group Policy Object" src="http://www.petri.co.il/wp-content/uploads/deploywithGPO1-590x348.jpg" alt="Add printer to Group Policy Object" height="348" width="590"&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;Now click the &lt;b&gt;&amp;quot;Browse&amp;quot;&lt;/b&gt; button to select the GPO you have just created, in the window that opens you may find it easier to just click the &lt;b&gt;&amp;quot;All&amp;quot;&lt;/b&gt; tab to view all the GPOs on your domain and scroll down to the appropriate one, then select it and click &lt;b&gt;&amp;quot;Ok&amp;quot;&lt;/b&gt;. You will then see you have two options available, to deploy the printer connection per user or per machine - check whichever your policy applies to and finally click &lt;b&gt;&amp;quot;Ok&amp;quot;&lt;/b&gt; to close the window. It is possible to have a printer deployed via multiple GPOs if your setup requires it, as you can see the &lt;b&gt;&amp;quot;Deploy with Group Policy&amp;quot;&lt;/b&gt; window lists them and you can also remove them from here if necessary. You may also select the &lt;b&gt;&amp;quot;Deployed Printers&amp;quot;&lt;/b&gt; option in the Print Management console to see the complete list of printers that you have deployed via GPO.&lt;/p&gt;   &lt;h2&gt;Final Steps&lt;/h2&gt; &lt;p&gt;You should now have successfully deployed your first printer via GPO, and if you logon to an applicable computer or as a suitable user you should see that the shared printer is available for use. If it isn&amp;#39;t then check the Event Logs as any error with the GPO deployment should cause an event to be logged that will indicate the source of the problem. Should you not see any printer or any warning in the Event Log then you may want to use Group Policy Modelling or the &lt;b&gt;&amp;quot;gpresult&amp;quot;&lt;/b&gt; tool to check that the GPO is being correctly applied.&lt;/p&gt;   &lt;h2&gt;Group Policy Preferences and Setting the Default Printer&lt;/h2&gt; &lt;p&gt;On a final note, you may encounter some guides that recommend the use of Group Policy Preferences for printer deployment instead, and in some scenarios that method does have advantages. However it is more complicated to manage and does not integrate with the Print Management console, hence why I prefer the standard Group Policy. There is one particular situation where they can be particularly useful though, which is when you need to set users&amp;#39; default printer, but that is something to be covered in a separate article.&lt;/p&gt;    &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/yT4Ywpryf4WhCxtMPLZfMa43uTc/0/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/yT4Ywpryf4WhCxtMPLZfMa43uTc/0/pi" ismap border="0"&gt;&lt;/a&gt;&lt;br&gt;   &lt;a href="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/yT4Ywpryf4WhCxtMPLZfMa43uTc/1/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/%7Ea/2njDcyM6Yj8r7EpwjcLT7zfKYCM/yT4Ywpryf4WhCxtMPLZfMa43uTc/1/pi" ismap border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=FRXUpG6hO5U:StMj2jh5SBM:yIl2AUoC8zA" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Eff/Petri?a=FRXUpG6hO5U:StMj2jh5SBM:V_sGLiPBpWU" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/%7Eff/Petri?i=FRXUpG6hO5U:StMj2jh5SBM:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/%7Er/Petri/%7E4/FRXUpG6hO5U?utm_source=feedburner&amp;amp;utm_medium=email" height="1" width="1"&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;You are subscribed to email updates from &lt;a href="http://www.petri.co.il" target="_blank"&gt;Petri IT Knowledgebase&lt;/a&gt; &lt;br&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=2njDcyM6Yj8r7EpwjcLT7zfKYCM" target="_blank"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; &lt;/div&gt;  &lt;/div&gt;&lt;br&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-2487103558467175842?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/2487103558467175842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/deploying-printers-by-using-group.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2487103558467175842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2487103558467175842'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/10/deploying-printers-by-using-group.html' title='Deploying Printers by Using Group Policy – Networking Printers &amp; Windows 2008 Server Part 2'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-405167624156817468</id><published>2011-09-27T05:47:00.001-07:00</published><updated>2011-09-27T05:47:56.401-07:00</updated><title type='text'>Raid Data Recovery</title><content type='html'>&lt;div dir="ltr"&gt;&lt;h2&gt;RAID Levels and RAID Data Recovery&lt;/h2&gt;             &lt;p&gt;Berkeley researchers defined five types of RAID: RAID 1, 2, 3,                4, and 5. Since then however, many more levels have surfaced. Companies                have come up with their own proprietary RAID levels; new breeds                of RAID have been created by combining RAID levels, and mutations                of existing RAID levels have engendered aberrant stepchildren.&lt;/p&gt;             &lt;p&gt;Unfortunately, we won&amp;#39;t be discussing any of these more &lt;a href="http://www.arstechnica.com/paedia/r/raid-1.html"&gt;esoteric                RAID solutions&lt;/a&gt;. Instead, we&amp;#39;ll be focusing on the five original                RAID levels, and one RAID level that isn&amp;#39;t really a level at all.&lt;/p&gt;             &lt;h3&gt;RAID 0&lt;/h3&gt;             &lt;p&gt;RAID 0 is considered by many purists not to be a true RAID level                because it lacks the all important &amp;quot;R.&amp;quot; &lt;b&gt;RAID 0 provides                no redundancy, and as such, should never be used for applications                where data is critical&lt;/b&gt;. If a single hard drive fails in this                configuration, &lt;a href="http://www.raidrecoveryguide.com/recovery.html"&gt;RAID recovery&lt;/a&gt; may be                necessary, because the loss of even one drive will result in all                data in the array being lost.&lt;/p&gt;             &lt;p&gt;Because it only involves &lt;a href="http://www.raidrecoveryguide.com/techniques.html#striping"&gt;striping&lt;/a&gt;,                RAID 0 is one of the simplest levels of RAID to implement. It requires                at least 2 hard drives, but as long as both drives are identical,                no storage space is wasted. RAID 0 delivers the best performance                and data storage efficiency of any RAID level.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;Figure 0. In RAID 0, data is is broken down into stripes which                are written across all the drives in the array.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid0.gif" alt="RAID 0: Striped Set" align="middle" border="0" height="187" width="181"&gt;              &lt;/center&gt;             &lt;h3&gt;RAID 1&lt;/h3&gt;             &lt;p&gt;RAID 1 employs the &lt;a href="http://www.raidrecoveryguide.com/techniques.html#mirroring"&gt;mirroring&lt;/a&gt;                technique. As a result, it uses storage space very inefficiently.                Fifty percent of your disk space will always be wasted in a RAID                1 configuration. However, it does offer the advantage of 100% redundancy.                If one disk fails, there&amp;#39;s no need to call a RAID recovery company                to recover your data, simply &lt;a href="http://www.raidrecoveryguide.com/recovery.html"&gt;rebuild&lt;/a&gt;                your lost data from the mirror.&lt;/p&gt;             &lt;p&gt;RAID 1 requires at least 2 hard drives, and additional hard drives                must always be added in pairs. It is ideal for applications where                data is critical.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;Figure 1. In RAID 1, data from one hard drive is mirrored onto                a second hard drive, so that there are two identical copies of the                data.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid1.gif" alt="RAID 1: Mirrored Set" align="middle" border="0" height="187" width="181"&gt;              &lt;/center&gt;             &lt;h3&gt;RAID 2&lt;/h3&gt;             &lt;p&gt;RAID 2 is the black sheep of the RAID family in that it doesn&amp;#39;t                use one or more of the standard striping, mirroring, or parity &lt;a href="http://www.raidrecoveryguide.com/techniques.html"&gt;techniques&lt;/a&gt;.                It does however, use something similar to striping with parity,                which we&amp;#39;ll read when we cover &lt;a href="http://www.raidrecoveryguide.com/levels2.html#RAID3"&gt;RAID                level 3&lt;/a&gt;.&lt;/p&gt;             &lt;p&gt;Because of its high cost and complexity, RAID 2 never really caught                on. In fact, it isn&amp;#39;t even used commercially today. RAID 2 uses                &lt;a href="http://www.raidrecoveryguide.com/techniques.html#byte"&gt;byte level&lt;/a&gt; striping with a form                of error correcting code (ECC) known as Hamming code. The number                of hard drives required for a RAID 2 configuration may vary, but                a typical setup may use as many as 14 disk drives: 10 data disks                and 4 ECC disks.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;Figure 2. In RAID 2, data is split at the bit level over a number                of data and ECC disks. Every time data is written to the array,                the Hamming codes are calculated and written to the ECC disks. When                the data is read from the array, these ECC codes are read as well                to confirm that no errors have occurred since the data was written.                If a single-bit error occurs, it can be corrected immediately.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid2.gif" alt="RAID 2" align="middle" border="0" height="255" width="381"&gt;              &lt;/center&gt;&lt;h3&gt;&lt;br&gt;&lt;/h3&gt;&lt;h3&gt;RAID 3&lt;/h3&gt;             &lt;p&gt;RAID 3 has a lot in common with its younger brother RAID 2 in that                it also uses &lt;a href="http://www.raidrecoveryguide.com/techniques.html#byte"&gt;byte level striping&lt;/a&gt;                and a dedicated parity disk. Where the siblings part company however,                is in their error correcting methods. While RAID 2 uses Hamming                code ECC, RAID 3 uses the more effective &lt;a href="http://www.raidrecoveryguide.com/techniques.html#XOR"&gt;XOR&lt;/a&gt;                algorithm to generate &lt;a href="http://www.raidrecoveryguide.com/techniques.html#parity"&gt;parity&lt;/a&gt;.&lt;/p&gt;             &lt;p&gt;Unlike the previous levels we&amp;#39;ve seen, RAID 3 is a practical solution                that delivers good performance and fault tolerance. The dedicated                parity disk does slow down write speeds though, because the parity                information has to be written to the parity drive whenever a write                occurs. RAID data recovery however, is not as big an issue with this                implementation.&lt;/p&gt;             &lt;p&gt;RAID 3 requires at least 3 hard drives.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;Figure 3. Under RAID 3, data is striped at the byte level, across                multiple disks. The parity information is sent to a dedicated parity                disk, but the failure of any disk in the array can be tolerated.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid3.gif" alt="RAID 3" align="middle" border="0" height="187" width="287"&gt;              &lt;/center&gt;             &lt;h3&gt;RAID 4&lt;/h3&gt;             &lt;p&gt;RAID 4 is very similar to RAID 3. In fact, it&amp;#39;s so similar that                people often confuse the two. There is one major difference between                them however: RAID 4 uses &lt;a href="http://www.raidrecoveryguide.com/techniques.html#block"&gt;block                level striping&lt;/a&gt;. The advantage of block level striping is that                you can change the stripe size to suit your application needs.&lt;/p&gt;             &lt;p&gt;RAID 4 requires at least three hard drives. Like RAID 3, it offers                good performance and fault tolerance, and RAID data recovery isn&amp;#39;t as                much of a concern. The dedicated parity disk however, remains the                bottleneck.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;Diagram 4. RAID 4 improves performance by striping data across                many disks in blocks. It provides fault tolerance through a dedicated                parity disk.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid4.gif" alt="RAID 4" align="middle" border="0" height="187" width="287"&gt;              &lt;/center&gt;             &lt;h3&gt;RAID 5&lt;/h3&gt;             &lt;p&gt;The most popular member of the RAID family, RAID 5 combines block                level striping with distributed parity for good performance, fault                tolerance and storage efficiency. This level minimizes the write                bottlenecks of RAID levels 3 and 4, by distributing parity stripes                over a series of hard drives. In doing so, it provides relief to                the concentration of write activity on a single drive, which in                turn enhances overall system performance.&lt;/p&gt;             &lt;p&gt;RAID 5 is often used as an all-purpose RAID solution, but it is                also used for database and file server applications.&lt;/p&gt;             &lt;p&gt;RAID 5 requires a minimum of three hard drives, but often costs                less to implement than RAID 3 or 4. RAID recovery may be necessary                if more than one disk fails.              &lt;/p&gt;&lt;p&gt;&lt;b&gt;Diagram 5. In RAID 5, data and parity information are striped                in blocks across all the drives in the array. Fault tolerance is                maintained by ensuring that the parity information for any given                block of data is placed on a separate drive from those used to store                the data itself.&lt;/b&gt;&lt;/p&gt;             &lt;center&gt;               &lt;img src="http://www.raidrecoveryguide.com/raid5.gif" alt="RAID 5" align="middle" border="0" height="222" width="233"&gt;              &lt;/center&gt;             &lt;p&gt;Below is a summary of some of the features of the RAID levels we&amp;#39;ve                discussed. There are of course, &lt;a href="http://www.acnc.com/04_01_00.html"&gt;many                more RAID levels&lt;/a&gt; that exist, which aren&amp;#39;t listed.&lt;/p&gt;             &lt;br&gt; &lt;p&gt;&lt;b&gt;Table 1. RAID Level Summary&lt;/b&gt;&lt;/p&gt;             &lt;table align="center" border="1" cellpadding="2" cellspacing="0" height="*%" width="400"&gt;               &lt;tbody&gt;&lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Level&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Techniques&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Min. Drives&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Failure Conditions&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Pros/Cons&lt;/b&gt;&lt;/td&gt;                 &lt;td align="center" bgcolor="#E8EFF5" height="5"&gt;&lt;b&gt;Uses&lt;/b&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID O&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Disk striping                    (no fault tolerance)&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data is broken                    into stripes which&lt;br&gt;                   are sent to each disk in the array.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;2&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;When one drive                    fails, the entire array is compromised.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Offers Best performance&lt;br&gt;                    &lt;br&gt;                   No fault tolerance.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Video editing                    and production&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID 1&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Disk mirroring&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data on one drive                    is mirrored on another.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;2&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;If one drive fails,                    data is not lost. If both drives fail, the data is lost.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;100% redundancy                    of data/Slower performance and 50% loss of storage space.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Accounting, payroll,                    financial&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID 2&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Byte level striping                    with Hamming code ECC&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data is split                    at the bit level over a number of data and ECC disks.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Up to 14+&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Only one drive                    may fail and still be recoverable &amp;quot;on the fly&amp;quot;.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;On the fly data                    error correction/Extremely high cost.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;No commercial                    uses&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID 3&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Byte level striping                    with dedicated parity&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data is striped                    at the byte-level, across multiple disks.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;3&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;When more then                    one drive fails, the array is compromised.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;High read/write                    data transfer rates/Complex controller design&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Image and video                    editing&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID 4&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Block level striping                    with dedicated parity&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data is striped                    in blocks across data disk, with parity store on a separate                    disk.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;3&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;When more then                    one drive fails, the array is compromised.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;High Read/Low                    Write data transaction rates.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;General purpose&lt;/td&gt;               &lt;/tr&gt;               &lt;tr valign="middle"&gt;                  &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;RAID 5&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Block level striping                    with distributed parity&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Data and parity                    are striped in blocks across all disks.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;3&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;When more then                    one drive fails, the array is compromised.&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;High Read data                    transaction rates/ Complex controller design&lt;/td&gt;                 &lt;td align="center" bgcolor="#FFFFFF" height="5"&gt;Web, database                    or file servers&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;RAID Rebuilding&lt;/h3&gt;             &lt;p&gt;&lt;img src="http://www.raidrecoveryguide.com/specialist.jpg" alt="RAID Recovery Specialists" align="right" border="1" height="306" hspace="5" vspace="5" width="225"&gt;With                their built-in redundancy, RAID systems are able to continue functioning                even if a hard drive fails. When this happens however, performance                is negatively affected, and the RAID is said to be operating in                a &lt;b&gt;degraded, or critical state&lt;/b&gt;. This occurs because the lost                information must be regenerated &amp;quot;on the fly&amp;quot; from the                parity data.&lt;/p&gt;             &lt;p&gt;When a failed drive is replaced, the data that was removed from                the array with its departure must be regenerated on the new disk                by the RAID controller, a process called rebuilding. An array is                vulnerable while it is running in a degraded state. &lt;b&gt;Until the                failed drive is replaced and its data rebuilt, the array provides                no redundancy.&lt;/b&gt; Consequently, it&amp;#39;s not a good idea to put off                rebuilding a degraded array; you&amp;#39;re putting your data at risk!&lt;/p&gt;             &lt;h3&gt;RAID Data Recovery Process&lt;/h3&gt;             &lt;p&gt;RAID systems are susceptible to the same                ailments that plague single hard drives,                such as viruses, logical problems, human                error, and physical damage. Moreover,                due to their complexity, they may suffer                from additional points of failure, such                as lost server registry configurations,                accidental RAID drive reconfigurations,                RAID controller failures and multiple                drive failures.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;If multiple drives fail, or other serious problems occur in                a RAID, your data may be compromised.&lt;/b&gt;&lt;/p&gt;             &lt;p&gt;Under such circumstances, if you fail to make a proper backup,                you may have to call a data recovery company. Many have high success                rates when it comes to RAID data recovery. Using specialized facilities,                equipment, and software, they can even recover data from a moribund                hard drive.&lt;/p&gt;             &lt;h3&gt;&lt;strong&gt;If the data is worth money, don&amp;#39;t chance it!&lt;/strong&gt;&lt;/h3&gt;             &lt;p&gt;Reputable recovery companies all follow a standard set of RAID                data recovery procedures. This usually includes an initial evaluation,                where technicians carefully examine the array to diagnosis the exact                nature of the problem. During this time, they&amp;#39;ll also attempt to                make an image of the failed hard drives. The RAID data recovery                specialists will then extract the data from the image, and work                to piece it together. If successful, they will restore your data                onto the media of your choice.&lt;/p&gt;             &lt;p&gt;By far the most reputable data recovery companies are as follows:&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Top Companies&lt;/strong&gt;&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Our #1 pick:&lt;/strong&gt;&lt;/p&gt;             &lt;p&gt;&lt;a href="http://www.essdatarecovery.com/"&gt;&lt;strong&gt;ESS Data Recovery&lt;/strong&gt;&lt;/a&gt;                &lt;img src="http://www.raidrecoveryguide.com/4.5stars.gif" height="12" width="55"&gt;&lt;/p&gt;             &lt;p&gt;ESS Data Recovery (&lt;a href="http://datarecovery.com"&gt;datarecovery.com&lt;/a&gt;) offers a wide range of service                levels with turnaround time from 1-10 days depending on your budget                and needs. They are not only affordable, but hugely successful,                especially in the RAID recovery industry, with clients ranging from                small schools to Lockheed Martin and NASA. They also offer extensive                information about RAID recovery on their website: &lt;a href="http://www.essdatarecovery.com/raid.asp"&gt;RAID                Data Recovery&lt;/a&gt;. &lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Our #2 pick:&lt;/strong&gt;&lt;/p&gt;               &lt;p&gt;&lt;a href="http://www.datatechlab.com/"&gt;&lt;strong&gt;DataTech Labs&lt;/strong&gt;&lt;/a&gt; &lt;img src="http://www.raidrecoveryguide.com/4stars.gif" alt="" height="12" width="55"&gt;&lt;/p&gt;             &lt;p&gt;DataTech Labs is an excellent choice in raid data  recovery engineering. Their prices are extremely competitive in the  industry and their recovery engineering is top notch. 	DataTech Labs has  an ISO 5 class 100 certified cleanroom to work on the physically failed  drives in the array.  Whatever the failure reason is, they can recover  data on any type 	of Raid array you are running. With its corporate  headquarters based in Denver Colorado in the USA, they are available to  24/7 to help in those critical situations. For more 	information on RAID  recovery engineering, visit their raid page at: &lt;a href="http://www.datatechlab.com/raid-data-recovery/index.html"&gt;www.datatechlab.com/raid-data-recovery/index.html&lt;/a&gt;    &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Our #3 pick:&lt;/strong&gt;&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.datarecovery.com.au/"&gt;Datarecovery.com.au&lt;/a&gt;&lt;/strong&gt; &lt;img src="http://www.raidrecoveryguide.com/3stars.gif" alt="" height="12" width="55"&gt;&lt;/p&gt;             &lt;p&gt;Austrailia-based Data Recovery Services P/L is a full  service data recovery company serving all   of Australia and Asia  Pacific. This organization was established in 1991 in the   United  Kingdom and in 1996 in Australia. They claim to be the oldest company in  Australia   devoted exclusively to recovering data, with more than 15  years of experience.&lt;/p&gt; &lt;p&gt; &lt;/p&gt;             &lt;p&gt;&lt;strong&gt;RAID Data Recovery Methods&lt;/strong&gt;&lt;/p&gt;             &lt;p&gt;If you do not think sending your RAID to a data recovery company                is in your interest, you may want to try to recover the RAID yourself                so we are providing detailed information about how to recover RAID                systems with a hex editor. USE AT YOUR OWN RISK. Recovery companies                ALWAYS make several bit-level backups of each hard drive before                any RAID recovery procedure is performed. &lt;/p&gt;             &lt;p&gt;***USE AT YOUR OWN RISK***&lt;/p&gt;             &lt;p&gt;This information is provided AS-IS. The owners of this website                make no representation as to the accuracy or completeness of this                information. Use at your own risk, and always make backups of your                disks before performing any data recovery procedure. &lt;/p&gt;             &lt;p&gt;This information is for your own personal use. None of this information                may be reprinted or republished without the express written consent                of the website owners who may be contacted by emailing: info{at}&lt;a href="http://raidrecoveryguide.com"&gt;raidrecoveryguide.com&lt;/a&gt;.&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;RAID RECOVERY&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;RAID LEVEL ZERO RECOVERY&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;RAID zero is simply blocks of data striped between                two disks. Block size can be anything, but is typically 64kB (128                sectors) Disk 0 will contain the first sector 0 through 127, disk                1 will contain sectors 128 through 255, and this will continue to                alternate throughout the entire virtual disk. One complication can                be expected in some cases, and that is the presence of an offset.                An offset is a number of sectors before the first striped block.                The presence of an offset is common in Adaptec cards. The offset                can easily be found by searching for the partition table. When found,                simply take the sector number where the partition table is located,                and clone the disk to a file starting with this sector. &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;The next step is to find the stripe size. This                is a very critical step and you must be absolutely sure. Typically                the stripe size will be the same as the default setting for the                card that was used. For instance, a Dell PERC 2 adaptec RAID card                has a stripe size of 32K (64 sectors) and an offset of 64K (128                sectors).&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Use this as your                starting point if possible. If you do not know the card type used,                it is wise to use 64K (128 sectors) as your starting point as this                is most common among all cards.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Now use Winhex to find a location on the disk that                is easy to see a pattern. See the example below.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;img src="http://www.raidrecoveryguide.com/image056.jpg" height="432" width="575"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Notice above how we have text, apparently from                a database of some sort. This text can be used to identify a data                pattern. Now look at the current sector (53,721,904).&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;Divide this number by the suspected stripe size in sectors.                In this case the stripe size we are attempting to validate is 128                sectors. The resulting number will probably not be a whole number.                In this case it is 419702.375. Take the whole number of 419702 and                multiply this by the suspected stripe size (128). The resulting                number is what we will refer to as the "stripe break point." It                is necessary to know this simple calculation for all types of RAID                except RAID 1 (mirroring). &lt;/p&gt;             &lt;p class="MsoNormal"&gt;                                             &lt;span style="mso-ignore:vglayout;position: absolute;z-index:-3;margin-left:336px;margin-top:1px;width:109px;height:109px"&gt;&lt;img src="http://www.raidrecoveryguide.com/image057.jpg" height="109" width="109"&gt;&lt;/span&gt;                            &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Find the break point:&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;53721904/128=419702.375&lt;/p&gt;             &lt;p class="MsoNormal"&gt;419702*128 = 53721856&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Answer: A break point is located at sector 53,                721, 856 (see illustration below)&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;img src="http://www.raidrecoveryguide.com/image059.jpg" height="432" width="575"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Notice how at the exact break point of 53, 721,                856 we have a definite difference of data.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;This is because the stripe is from a separate area of the                volume. Not all break points will be this easy. In some cases you                will have to look at the actual data and determine if consistency                exists. Train your eyes to catch a break point while you are scrolling                the sectors using the "page down" function, and you will become                very proficient.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;You will                often have to repeat the steps above on different areas of the disk                if the data is too inconsistent to determine the break point.&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Once the break point is discovered, you will then                be able to start the de-striping process.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;Using a software utility, such as the hex editor Winhex,                place the disk images in the proper order, adjust the stripe size,                and clone to a hard disk. Once complete, the disk should be mountable.                Refer to the partition and boot sector repair section of this manual                if the disk is not mountable, or review the stripe break points.&lt;/p&gt;             &lt;p&gt;&lt;b&gt;&lt;span&gt;RAID Level 5 Recovery&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Definition:&lt;/strong&gt; RAID 5 is a very popular RAID level                that uses block level striping and distributed parity. This level                tries to remove the bottleneck of the dedicated parity drive. With                the use of a distributed parity algorithm, this level writes the                data and parity data across all the drives. Basically, the blocks                of data are used to create the parity blocks which are then stored                across the array. This removes the bottleneck of writing to just                one parity drive. However, the parity information still has to be                written on a separate disk whenever a write occurs, so the slowdown                involved with that still applies. There is also a small calculation                that must take place for every write.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;The fault tolerance is maintained by separating the parity                information for a block from the actual data block. This way when                one drive fails, the array goes into "degraded" mode and begins                reading and writing to the parity areas on the other disks in place                of that bad drive. When a new disk is placed back into the RAID,                the controller or software begins copying the parity data back to                the new drive until complete, then the array will kick out of degraded                mode.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Recovery is more complicated                than usual because of the distributed nature of the parity. Many                RAID cards and software use separate and sometimes proprietary algorithms                to generate the parity stripes. On illustration A you see just one                example of RAID 5, generally referred to as "standard" or "straight"                RAID 5. Many times you can get the striping pattern from the RAID                card or software manufacturer.&lt;/p&gt;             &lt;p&gt;&lt;span&gt;Disk One&lt;span style="mso-tab-count:1"&gt;                        &lt;/span&gt;&lt;span style="mso-tab-count:1"&gt;            &lt;/span&gt;&lt;span style="mso-spacerun:yes"&gt;        &lt;/span&gt;Disk Two&lt;span style="mso-tab-count: 2"&gt;                        &lt;/span&gt;&lt;span style="mso-spacerun:yes"&gt;       &lt;/span&gt;Disk                Three&lt;span style="mso-tab-count:2"&gt;                        &lt;/span&gt;Disk                Four&lt;/span&gt;&lt;/p&gt;             &lt;table class="MsoTableGrid" style="border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt;  mso-yfti-tbllook:480;mso-padding-alt:0in 5.4pt 0in 5.4pt" border="1" cellpadding="0" cellspacing="0"&gt;               &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;                  &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;Sectors                      0-127&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:   solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;Sectors                      128-255&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:   solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;Sectors                      256- 511&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-left:none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:   solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;&lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color:red"&gt;Sectors 0-127&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr style="mso-yfti-irow:1"&gt;                  &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;   padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;512-768&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1024                      – 1151&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="color:red"&gt;128-255&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1152-1279&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr style="mso-yfti-irow:2"&gt;                  &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;   padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1280-1407&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="color:red"&gt;256-                      511&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1408-1535&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1536-1663&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr style="mso-yfti-irow:3"&gt;                  &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;   padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="color:red"&gt;512-768&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1664-1791&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1792-1919&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;1920-2047&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr style="mso-yfti-irow:4;mso-yfti-lastrow:yes;height:18.85pt"&gt;                  &lt;td style="width:110.7pt;border:solid windowtext 1.0pt;   border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;   padding:0in 5.4pt 0in 5.4pt;height:18.85pt" valign="top" width="148"&gt; &lt;p&gt;&lt;strong&gt;&lt;span&gt;2048-2175                      &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt;height:18.85pt" valign="top" width="148"&gt;                    &lt;p&gt;&lt;strong&gt;&lt;span&gt;2176-2303 &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt;height:18.85pt" valign="top" width="148"&gt;                    &lt;p&gt;&lt;strong&gt;&lt;span&gt;2304-2431 &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;                 &lt;td style="width:110.7pt;border-top:none;border-left:   none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;   mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;   mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt;height:18.85pt" valign="top" width="148"&gt;                    &lt;p&gt;&lt;strong&gt;&lt;span style="color:red"&gt;1024 – 1151&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;               &lt;/tr&gt;             &lt;/tbody&gt;&lt;/table&gt;             &lt;p&gt;&lt;strong&gt;As you can see in the illustration above, there is a clear                pattern. The sectors in the virtual disk are striped evenly across                the disks, but every fourth stripe is dedicated to parity. Red denotes                parity data.&lt;/strong&gt;&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Controller Requirements:&lt;/strong&gt; Supported by most hardware                controllers, both SCSI and IDE/ATA, and also most software RAID                solutions.&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Hard Disk Requirements:&lt;/strong&gt; Minimum of three hard.                Any type may be used, but they should be of identical type and size                for best performance and to eliminate &amp;quot;waste&amp;quot;.&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Array Capacity:&lt;/strong&gt; (Size of Smallest Drive * Number                of Drives – Smallest Drive).&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Fault Tolerance:&lt;/strong&gt; Any one drive may fail and the                array continues to operate (in fact, it operates faster in degraded                mode!)&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Failure of another drive results in loss of                all data, which is why you paid the big bucks!&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Storage Efficiency:&lt;/strong&gt; 75% if identical drives are                used.&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Availability:&lt;/strong&gt; Loss of one disk = continued server                functionality.&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Rebuilding (Scrubbing) and Degradation:&lt;/strong&gt; Rebuilding                takes place automatically with most RAID cards and software.&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Random Read Performance:&lt;/strong&gt; Excellent&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Random Write Performance:&lt;/strong&gt; Moderate&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Sequential Read Performance:&lt;/strong&gt; Moderate&lt;/p&gt;             &lt;p&gt;&lt;strong&gt;Sequential Write Performance:&lt;/strong&gt; Very good.&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;RAID RECOVERY&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;RAID 5 DATA RECOVERY&lt;/p&gt;             &lt;p class="MsoNormal"&gt;RAID five uses a distributed parity algorithm,                this level writes the data and parity data across all the drives.                The blocks of data are used to create the parity blocks which are                then stored across the array. Block size can be anything, but is                typically 64kB (128 sectors) Disk 0 will contain the first sector                0 through 127, disk 1 will contain sectors 128 through 255, and                this will continue to alternate until you reach the last disk of                the set, and this disk will be the parity disk. The parity disk                will rotate based on the parity rotation algorithm for that particular                RAID card or software.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;One complication can be expected in some cases,                and that is the presence of an offset. An offset is a number of                sectors before the first striped block. The presence of an offset                is common in Adaptec cards. The offset can easily be found by searching                for the partition table. When found, simply take the sector number                where the partition table is located, and clone the disk to a file                starting with this sector. Repeat on all drives and you have a starting                point!&lt;/p&gt;             &lt;p class="MsoNormal"&gt;The next step is to find the stripe size. This                is a very critical step and you must be absolutely sure. Typically                the stripe size will be the same as the default setting for the                card that was used. For instance, a Dell PERC 2 adaptec RAID card                has a stripe size of 32K (64 sectors) and an offset of 64K (128                sectors).&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Use this as your                starting point if possible. If you do not know the card type used,                it is wise to use 64K (128 sectors) as your starting point as this                is most common among all cards.&lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Now use Winhex to find a location on the disk that                is easy to see a pattern. See the example below.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;Notice how we have text, apparently from a database of some                sort. This text can be used to identify a data pattern. Now look                at the current sector (53,721,904).&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;Divide this number by the suspected stripe size in sectors.                In this case the stripe size we are attempting to validate is 128                sectors. The resulting number will probably not be a whole number.                In this case it is 419702.375. Take the whole number of 419702 and                multiply this by the suspected stripe size (128). The resulting                number is what we will refer to as the "stripe break point." It                is necessary to know this simple calculation for all types of RAID                except RAID 1 (mirroring).&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Find the break point:&lt;/p&gt;             &lt;p class="MsoNormal"&gt;53721904/128=419702.375&lt;/p&gt;             &lt;p class="MsoNormal"&gt;419702*128 = 53721856&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Answer: A break point is located at sector 53,                721, 856&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;img src="http://www.raidrecoveryguide.com/image056.jpg" height="432" width="575"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Notice above how we have text, apparently from                a database of some sort. This text can be used to identify a data                pattern.&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;img src="http://www.raidrecoveryguide.com/image059.jpg" height="432" width="575"&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Notice how at the exact break point of 53, 721,                856 we have a definite difference of data.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;This is because the stripe is from a separate area of the                volume. Not all break points will be this easy. In some cases you                will have to look at the actual data and determine if consistency                exists. Train your eyes to catch a break point while you are scrolling                the sectors using the "page down" function, and you will become                very proficient.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;You will                often have to repeat the steps above on different areas of the disk                if the data is too inconsistent to determine the break point.&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Once the break point is discovered, you will then                be able to start the RAID 5 de-striping process.&lt;span style="mso-spacerun:yes"&gt;                 &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;The best starting point is to clone                all disks twice (to be sure) into image files on separate disks.                Obtain the original card or find out the card make and model and                purchase this.&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Assuming you have no idea where the disks belong                in the RAID then you must find a point on the disk where the data                is sequential. This is very difficult unless the volume is formatted                with NTFS, FAT32, or FAT16. In this case, you can use the Master                boot record and NTFS/FAT32/FAT16 boot record to find the location                of the MFT files or FAT tables.&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; mso-outline-level:3"&gt;&lt;b&gt;&lt;span&gt;RAID-5 Parity Rotation&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;span&gt;RAID-5 under any operating system can use                one of four algorithms for the placement of segments among the disks                in the array. -&lt;i style="mso-bidi-font-style:normal"&gt;Keep in mind                in your troubleshooting that there may be an offset throwing everything                off. Find the partition table or OS identifier and us this as your                definite sector 0. In a RAID 5 there should be two drives with a                partition table. One is the first drive in that array and one is                the last drive in the array. &lt;/i&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="text-align:center" align="center"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt;Right Synchronous&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt; &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="text-align:center" align="center"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt;Left Synchronous,&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt; &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="text-align:center" align="center"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt;Left Asynchronous&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="text-align:center" align="center"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span&gt;Right Asynchronous&lt;/span&gt;&lt;/b&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span&gt;Left Asynchronous (Backwards Parity Rotation, Standard)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt;In this layout, the segments are numbered                sequentially, starting with the first non-parity drive in the stripe.                The parity drive starts at the last drive, and moves backwards one                drive per stripe. While this is the hardware &amp;#39;standard&amp;#39; RAID-5 layout,                it is not the default for Linux or Windows 2000, 2003 Server. This                is sometimes called backwards parity or "Standard Rotation" R-studio                supports this mode. &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt;                &lt;img src="http://www.raidrecoveryguide.com/image060.gif" height="359" width="361"&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span&gt;Left Synchronous &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt;In this layout, the segments are numbered                sequentially, starting with the first drive in the stripe after                the parity. The segments wrap. The parity drive starts at the left-most                drive, and moves right one drive per stripe. This is the default                RAID-5 segment layout under Linux. &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt;For large reads, this segment layout is the fastest. This                is because each consecutive group of segments that is no larger                than the total number of disks in the array, will use all the disks                in the array. &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt;                &lt;img src="http://www.raidrecoveryguide.com/image061.gif" height="359" width="361"&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span&gt;Right Asynchronous (Forward Parity Rotation)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt;In this layout, the segments are numbered sequentially,                starting with the first non-parity drive in the stripe. The parity                drive starts at the right-most drive, and moves left one drive per                stripe.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt;                &lt;img src="http://www.raidrecoveryguide.com/image062.gif" height="359" width="361"&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span&gt;Right Synchronous &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;span&gt;In this layout, the segments are numbered sequentially, starting              with the first drive in the stripe after the parity. The segments              wrap. The parity drive starts at the right-most drive, and moves left              one drive per stripe.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;              &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; margin-left:.5in"&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal" style="margin-left:.5in;text-align:center" align="center"&gt;&lt;span&gt;                &lt;img src="http://www.raidrecoveryguide.com/image063.gif" height="359" width="361"&gt; &lt;/span&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt;Refer to the partition and boot sector repair section                of this manual if the disk is not mountable, or review the stripe                break points. &lt;/p&gt;             &lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:12.0pt; font-family:&amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA"&gt;&lt;br style="page-break-before:always" clear="all"&gt;             &lt;/span&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;span&gt;RAID Level 3 Recovery&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;strong&gt;Definition:&lt;/strong&gt; &lt;b&gt;Bit-Interleaved Parity:&lt;/b&gt; This                level uses byte level striping with dedicated parity. In other words,                data is striped across the array at the byte level with one dedicated                parity drive holding the redundancy information. The idea behind                this level is that striping the data increasing performance and                using dedicated parity takes care of redundancy. 3 hard drives are                required. 2 for striping, and 1 as the dedicated parity drive. Although                the performance is good, the added parity does slow down writes.                The parity information has to be written to the parity drive whenever                a write occurs. This increased computation calls for a hardware                controller, so software implementations are not practical. RAID                3 is good for applications that deal with large files since the                stripe size is small. Since this level is so rare, we have not come                up with a recovery procedure for this RAID level. Recovery is possible                by finding the parity disk using the image compression technique,                then removing it and treating the RAID as a stripe. &lt;/p&gt;             &lt;p&gt;&lt;b&gt;&lt;span&gt; &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p&gt;&lt;b&gt;&lt;span&gt;RAID Level 4 Recovery&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p&gt; &lt;/p&gt;             &lt;p&gt;This level is very similar to RAID 3. The only difference is that                it uses block level striping instead of byte level striping. The                advantage in that is that you can change the stripe size to suit                application needs. This level is often seen as a mix between RAID                3 and RAID 5, having the dedicated parity of RAID 3 and the block                level striping of RAID 5. Again, you&amp;#39;ll probably need to eliminate                the parity disk using the image compression technique, then removing                it and treating the RAID as a stripe.&lt;/p&gt;             &lt;p&gt; &lt;/p&gt;             &lt;p&gt;&lt;b&gt;&lt;span&gt;RAID Level 10 and 0 + 1 Recovery&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p&gt;Combining Levels of RAID&lt;/p&gt;             &lt;p&gt;The single RAID levels don&amp;#39;t always address every&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;requirement that exists. To address these different                requirements, someone thought of the idea of combining RAID levels.                What if you can combine two levels and get the advantages of both?                This was the motivation behind creating these new levels. The main                benefit of using multiple RAID levels is the increased performance.                Usually combining RAID levels means using a hardware RAID controller.                The increased level of complexity of these levels means that software                solutions are not practical. RAID 0 has the best performance out                of the single levels and it is the one most commonly being combined.                Not all combinations of RAID levels exist. The most common combinations                are RAID 0+1 and 1+0. The difference between 0+1 and 1+0 might seem                subtle, and sometimes companies may use the terms interchangeably.                However, the difference lies in the amount of fault tolerance. Both                these levels require at least 4 hard drives to implement. Let&amp;#39;s                look at RAID 0+1 first.&lt;/p&gt;             &lt;p&gt;This combination uses RAID 0 for it&amp;#39;s high performance and RAID                1 for it&amp;#39;s high fault tolerance. I actually mentioned this level                when I talked about adding striping to mirroring. Let&amp;#39;s say you                have 8 hard drives. You can split them into 2 arrays of 4 drives                each, and apply RAID 0 to each array. Now you have 2 striped arrays.                Then you would apply RAID 1 to the 2 striped arrays and have one                array mirrored on the other. If a hard drive in one striped array                fails, the entire array is lost. The other striped array is left,                but contains no fault tolerance if any of the drives in it fail.&lt;/p&gt;             &lt;p&gt;RAID 1+0 applies RAID 1 first then RAID 0 to the drives. To apply                RAID 1, you split the 8 drives into 4 sets of 2 drives each. Now                each set is mirrored and has duplicate information. To apply RAID                0, you then stripe across the 4 sets. In essence, you have a striped                array across a number of mirrored sets. This combination has better                fault tolerance than RAID 0+1. As long as one drive in a mirrored                set is active, the array can still function. So theoretically you                can have up to half the drives fail before you lose everything,                as opposed to only two drives in RAID 0+1. The popularity of RAID                0+1 and 1+0 stems from the fact that it&amp;#39;s relatively simple to implement                while providing high performance and good data redundancy. With                the increased reduction of hard drive prices, the 4 hard drive minimum                isn&amp;#39;t unreasonable to the mainstream anymore. However, you still                have the 50% waste in storage space whenever you are dealing with                mirroring. Enterprise applications and                servers are often willing to sacrifice storage for increased performance                and fault tolerance. Some other combinations of RAID levels that                are used include, RAID 0+3, 3+0, 0+5, 5+0, 1+5, and 5+1. These levels                are often complicated to implement and require expensive hardware.                Not all of the combinations I mentioned above are used&lt;/p&gt;             &lt;p&gt;Again, we must narrow these types of RAID arrays down to its simplest                form. Utilizing the image compression technique will make this a                speedy process. &lt;/p&gt;             &lt;p&gt;&lt;b&gt;&lt;span&gt;Compressed Image Technique&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;             &lt;p class="MsoNormal"&gt;Compressed Image Technique&lt;/p&gt;             &lt;p class="MsoNormal"&gt;The compressed image technique allows you to quickly                identify the following:&lt;/p&gt;             &lt;ol style="margin-top:0in" start="1" type="1"&gt;&lt;li class="MsoNormal" style="mso-list:l7 level1 lfo7;tab-stops:list .5in"&gt;A                  disk that dropped out of an array, such as a RAID 5 array, long                  before another failed disk. &lt;/li&gt;&lt;li class="MsoNormal" style="mso-list:l7 level1 lfo7;tab-stops:list .5in"&gt;A                  disk that does not belong in the array, for whatever reason.&lt;/li&gt;&lt;li class="MsoNormal" style="mso-list:l7 level1 lfo7;tab-stops:list .5in"&gt;A                  parity disk versus data disk.&lt;/li&gt;&lt;/ol&gt;             &lt;p class="MsoNormal"&gt;Simply make your RAID images using Winhex, but                store them on a compressed NTFS volume. Storing disk images on an                NTFS compressed volume also saves space and allows you to work more                quickly without having to shuffle many drives in your recovery attempts.                Simply right-click on the image to see its compressed size. See                the following example of a RAID five with one drive that failed                long before the second drive failed. On the following pages, see                if you can determine which disk does not belong. Do not pay attention                to subtle differences. &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;/p&gt;             &lt;p class="MsoNormal"&gt; &lt;img src="http://www.raidrecoveryguide.com/image065.jpg" height="432" width="575"&gt; &lt;/p&gt;             &lt;p&gt;&lt;img src="http://www.raidrecoveryguide.com/next.gif" alt="Next" border="0" height="13" width="12"&gt; &lt;a href="http://www.raidrecoveryguide.com/levels2.html"&gt;Previous&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr"&gt;&lt;font face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Best Regards, &lt;br&gt;  Ganesh :-)&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-405167624156817468?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/405167624156817468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/raid-data-recovery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/405167624156817468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/405167624156817468'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/raid-data-recovery.html' title='Raid Data Recovery'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-4400196602584955026</id><published>2011-09-27T05:40:00.000-07:00</published><updated>2011-09-27T05:41:10.435-07:00</updated><title type='text'>File System analysis</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br clear="all"&gt;&lt;div dir="ltr"&gt;&lt;font face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Best Regards, &lt;br&gt;Ganesh :-)&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-4400196602584955026?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/4400196602584955026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/file-system-analysis.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/4400196602584955026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/4400196602584955026'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/file-system-analysis.html' title='File System analysis'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-7178748231556337178</id><published>2011-09-27T05:38:00.000-07:00</published><updated>2011-09-27T05:39:10.158-07:00</updated><title type='text'>wxHexEditor – Powerful Hex Editor To Recover Data From HDD And System Partitions</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div style="font-family: trebuchet ms,sans-serif;" class="entry-content"&gt; 					&lt;div class="KonaBody"&gt;&lt;p&gt;Generally, &lt;a href="http://www.addictivetips.com/tag/hex-editor/"&gt;hex editors&lt;/a&gt;  are used to tweak with source binary files for variety of reasons. For  instance,  you might want to change restricted user preferences, add or  edit default configurations provided by an application, or to modify  application version information to make it compatible with other  software. &lt;strong&gt;wxHexEditor &lt;/strong&gt;is an &lt;a href="http://www.addictivetips.com/tag/opensource"&gt;open source&lt;/a&gt; and powerful &lt;a id="KonaLink0" class="kLink" style="text-decoration: underline ! important; position: static; font-weight: inherit ! important; font-size: inherit ! important;" href="http://www.addictivetips.com/windows-tips/wxhexeditor-powerful-hex-editor-to-recover-data-from-hdd-and-system-partitions/#"&gt;&lt;font style="color: #0000ff !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;" color="#0000ff"&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;hex &lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;editor&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;, which, while having all the basic editing and analyzing capabilities, allows you to &lt;a id="KonaLink1" class="kLink" style="text-decoration: underline ! important; position: static; font-weight: inherit ! important; font-size: inherit ! important;" href="http://www.addictivetips.com/windows-tips/wxhexeditor-powerful-hex-editor-to-recover-data-from-hdd-and-system-partitions/#"&gt;&lt;font style="color: #0000ff !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;" color="#0000ff"&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;recover &lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;data&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; from raw HDD and system partitions. Moreover, you can edit partition tables and &lt;a id="KonaLink2" class="kLink" style="text-decoration: underline ! important; position: static; font-weight: inherit ! important; font-size: inherit ! important;" href="http://www.addictivetips.com/windows-tips/wxhexeditor-powerful-hex-editor-to-recover-data-from-hdd-and-system-partitions/#"&gt;&lt;font style="color: #0000ff !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;" color="#0000ff"&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static; border-bottom: 1px solid rgb(0, 0, 255); background-color: transparent;"&gt;recover &lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static; border-bottom: 1px solid rgb(0, 0, 255); background-color: transparent;"&gt;files&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;  from system by opening required file in it. It comes with multi-tabbed  interface with a facility of doing comparisons, so users can open  multiple files and check them for any differences. With powerful editor,  HDD and SDD disk devices can also be viewed and edited. Unlike other  hex editors, it doesn't consume too much of memory while opening large  files.&lt;/p&gt; &lt;p&gt;&lt;span id="more-49484"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;The main window is divided into 3 panes. The offsets are listed at  the left side while Hex values and original file content is shown in  center pane and in right pane respectively. The main toolbar holds handy  options to go to specified offset, inject user-defined bytes, delete  selected data blocks, and find Hex and Text data, At the left side of  main window, you can see the opened file information, such as, total  size, read/write access permission, file path with options to view  selected DataInterpreter values.&lt;/p&gt; &lt;p&gt;&lt;img style="display: inline; border-width: 0px;" title="wxHexEditor v0.10 Pre-Beta" src="http://cloud.addictivetips.com/wp-content/uploads/2011/03/wxHexEditorv0.10PreBeta.png" alt="wxHexEditor v0.10 Pre-Beta" border="0" height="378" width="660"&gt;&lt;/p&gt;   &lt;p&gt;The right-click menu lets you open tag editor, create new tags, and  perform basic copy and paste operations. The TagPanel is kept at right  side of the window to quickly jump between tagged data values. If you  are just reviewing a binary file, you can close tag pane to get more  space.&lt;/p&gt; &lt;p&gt;You wont have to manually specify drive device or partition to  recover data. From Devices menu,  just choose the partition or disk  drive to retain the &lt;a id="KonaLink3" class="kLink" style="text-decoration: underline ! important; position: static; font-weight: inherit ! important; font-size: inherit ! important;" href="http://www.addictivetips.com/windows-tips/wxhexeditor-powerful-hex-editor-to-recover-data-from-hdd-and-system-partitions/#"&gt;&lt;font style="color: #0000ff !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;" color="#0000ff"&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;data &lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 0, 255) ! important; font-weight: inherit ! important; font-size: inherit ! important; position: static;"&gt;back&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;.&lt;/p&gt;   &lt;p&gt;&lt;img style="display: inline; border-width: 0px;" title="devices" src="http://cloud.addictivetips.com/wp-content/uploads/2011/03/devices.png" alt="devices" border="0" height="320" width="606"&gt;&lt;/p&gt; &lt;p&gt;It works on Windows XP, Windows Vista, and &lt;a href="http://www.addictivetips.com/tag/windows-7"&gt;Windows 7&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://sourceforge.net/projects/wxhexeditor/"&gt;Download wxHexEditor&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; 									&lt;/div&gt;&lt;div style="font-family: trebuchet ms,sans-serif;" dir="ltr"&gt;Best Regards, &lt;br&gt;Ganesh :-)&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;br style="font-family: trebuchet ms,sans-serif;"&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-7178748231556337178?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/7178748231556337178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/wxhexeditor-powerful-hex-editor-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/7178748231556337178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/7178748231556337178'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/09/wxhexeditor-powerful-hex-editor-to.html' title='wxHexEditor – Powerful Hex Editor To Recover Data From HDD And System Partitions'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-5008399324529148604</id><published>2011-04-23T11:01:00.000-07:00</published><updated>2011-04-23T11:02:15.386-07:00</updated><title type='text'>Wedding Invitation</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div&gt;&lt;span style="border-collapse:collapse;font-size:13px"&gt;&lt;div style="text-align:center;font-family:arial, sans-serif"&gt;&lt;font color="#993399" face="comic sans ms,sans-serif"&gt;Dear Family and Friends,  &lt;p&gt; We, Ganesh &amp;amp; Pooja along with our families, are delighted to announce &amp;quot;A Festive Celebration Of Love&amp;quot; in the form of the most auspicious event of our lives &amp;amp; that&amp;#39;s &amp;quot;Our Wedding&amp;quot;. &lt;br&gt;&lt;/p&gt;  &lt;p&gt; This big day for us has been finalized in the pleasant weather of &lt;b&gt;May year 2011 on 18th , Wednesday&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;So please reserve this day from your calendar only for us.&lt;/p&gt;Please &lt;a href="http://www.ewedding.com/sites/ganeshghube/" style="color:rgb(17, 65, 112)" target="_blank"&gt;Click Here&lt;/a&gt; to find the detailed invitation, the time and the address to the wedding venue..&lt;/font&gt;&lt;/div&gt;   &lt;div style="text-align:center;font-family:arial, sans-serif"&gt;&lt;font color="#993399" face="Comic Sans MS"&gt;&lt;/font&gt; &lt;/div&gt;&lt;div style="text-align:center"&gt;&lt;span style="font-family:arial, sans-serif"&gt; &lt;/span&gt;&lt;/div&gt; &lt;div style="text-align:center;font-family:arial, sans-serif"&gt;&lt;font color="#993399" face="comic sans ms,sans-serif"&gt;Cheers,&lt;br&gt; Ganesh &amp;amp; Pooja&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;p align="center"&gt;&lt;font color="#993399" face="&amp;#39;comic sans ms&amp;#39;, sans-serif"&gt;&lt;span style="border-collapse:collapse"&gt;&lt;br&gt;   &lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;font color="#663333" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif" size="4"&gt;&lt;br&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;&lt;div dir="ltr"&gt;&lt;font size="4" color="#663333"&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt; &lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-5008399324529148604?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/5008399324529148604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/wedding-invitation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/5008399324529148604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/5008399324529148604'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/wedding-invitation.html' title='Wedding Invitation'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-3867712974722397778</id><published>2011-04-15T20:22:00.001-07:00</published><updated>2011-04-15T20:22:26.899-07:00</updated><title type='text'>Sweet Memories of Pune</title><content type='html'>&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-fIiQ2ihDhJc/TakLc2p97uI/AAAAAAAABeU/DmciIrzD2k8/s1600/image001-746900.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-fIiQ2ihDhJc/TakLc2p97uI/AAAAAAAABeU/DmciIrzD2k8/s160/image001-746900.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016602320334562" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-WYjPObuzgHM/TakLdCMo6VI/AAAAAAAABec/wyXLiRoBTlE/s1600/image002-748344.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-WYjPObuzgHM/TakLdCMo6VI/AAAAAAAABec/wyXLiRoBTlE/s160/image002-748344.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016605418547538" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-dTSJCexjSjs/TakLdVb--6I/AAAAAAAABek/Mr_sxRwrDkY/s1600/image003-749708.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-dTSJCexjSjs/TakLdVb--6I/AAAAAAAABek/Mr_sxRwrDkY/s160/image003-749708.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016610583182242" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/--AkcNmvsDqI/TakLdj8EaoI/AAAAAAAABes/f3yOibufoak/s1600/image004-750927.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/--AkcNmvsDqI/TakLdj8EaoI/AAAAAAAABes/f3yOibufoak/s160/image004-750927.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016614475852418" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-v6l6GHGGPbo/TakLd8YWnlI/AAAAAAAABe0/ZGQxwk3vjdM/s1600/image005-751663.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-v6l6GHGGPbo/TakLd8YWnlI/AAAAAAAABe0/ZGQxwk3vjdM/s160/image005-751663.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016621036936786" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-zJkfuOL9NHI/TakLeakOevI/AAAAAAAABe8/zgPGp9ZoiRU/s1600/image006-753686.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-zJkfuOL9NHI/TakLeakOevI/AAAAAAAABe8/zgPGp9ZoiRU/s160/image006-753686.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016629139798770" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/--TLrD3Bz0sk/TakLeubWdRI/AAAAAAAABfE/MnbvtCIT5EI/s1600/image007-754415.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/--TLrD3Bz0sk/TakLeubWdRI/AAAAAAAABfE/MnbvtCIT5EI/s160/image007-754415.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016634471281938" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/--ZCnAx-w_Tg/TakLe4jvr4I/AAAAAAAABfM/vL2WGeo-1vc/s1600/image008-754962.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/--ZCnAx-w_Tg/TakLe4jvr4I/AAAAAAAABfM/vL2WGeo-1vc/s160/image008-754962.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016637190844290" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-B9nX6CXMjYM/TakLfO5BIuI/AAAAAAAABfU/y3fQe4MECno/s1600/image009-756763.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-B9nX6CXMjYM/TakLfO5BIuI/AAAAAAAABfU/y3fQe4MECno/s160/image009-756763.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016643185648354" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-TvstBknxDQ8/TakLfg0hsSI/AAAAAAAABfc/q7qt_t_e8hA/s1600/image010-758504.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-TvstBknxDQ8/TakLfg0hsSI/AAAAAAAABfc/q7qt_t_e8hA/s160/image010-758504.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016647998648610" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-sFhfkjItAwo/TakLfyLynII/AAAAAAAABfk/DKLNaAn62vY/s1600/image011-759926.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-sFhfkjItAwo/TakLfyLynII/AAAAAAAABfk/DKLNaAn62vY/s160/image011-759926.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016652659629186" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-aoqa_D9dY_w/TakLgVsq0uI/AAAAAAAABfs/l2XERI00WDk/s1600/image012-761307.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-aoqa_D9dY_w/TakLgVsq0uI/AAAAAAAABfs/l2XERI00WDk/s160/image012-761307.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016662192771810" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-immCxgW42_M/TakLgrG96bI/AAAAAAAABf0/GlqIi8NKe4I/s1600/image013-762444.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-immCxgW42_M/TakLgrG96bI/AAAAAAAABf0/GlqIi8NKe4I/s160/image013-762444.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016667940219314" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-rZXXvDEKBr8/TakLgz9KuKI/AAAAAAAABf8/mA_iH3TOOb4/s1600/image014-763218.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-rZXXvDEKBr8/TakLgz9KuKI/AAAAAAAABf8/mA_iH3TOOb4/s160/image014-763218.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016670315034786" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-wY1AiFr2Vvw/TakLhPVpbTI/AAAAAAAABgE/x8TGgdbeRpo/s1600/image015-764227.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-wY1AiFr2Vvw/TakLhPVpbTI/AAAAAAAABgE/x8TGgdbeRpo/s160/image015-764227.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016677665467698" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-fHmcJ6g-yi8/TakLhp8IjlI/AAAAAAAABgM/n-xsr4mT13s/s1600/image016-765951.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-fHmcJ6g-yi8/TakLhp8IjlI/AAAAAAAABgM/n-xsr4mT13s/s160/image016-765951.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016684806213202" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-bPGG7DNe8Bo/TakLh-TqRsI/AAAAAAAABgU/QXQ4n6EEljM/s1600/image017-767188.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-bPGG7DNe8Bo/TakLh-TqRsI/AAAAAAAABgU/QXQ4n6EEljM/s160/image017-767188.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016690273601218" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-bmSGyjy45vM/TakLiIYCQZI/AAAAAAAABgc/DfCjc8ziqFg/s1600/image018-768413.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-bmSGyjy45vM/TakLiIYCQZI/AAAAAAAABgc/DfCjc8ziqFg/s160/image018-768413.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016692976304530" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-9NCKJgzPDNc/TakLiWFppAI/AAAAAAAABgk/GRNGZ6kiKo4/s1600/image019-769622.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-9NCKJgzPDNc/TakLiWFppAI/AAAAAAAABgk/GRNGZ6kiKo4/s160/image019-769622.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016696657290242" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-OEX0dKfdtXE/TakLiiUwp0I/AAAAAAAABgs/jJeFHnCWJ94/s1600/image020-770452.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-OEX0dKfdtXE/TakLiiUwp0I/AAAAAAAABgs/jJeFHnCWJ94/s160/image020-770452.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016699941889858" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-fnpak1s_x-Q/TakLi1rxn1I/AAAAAAAABg0/yq_JyxDfsfI/s1600/image021-771036.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-fnpak1s_x-Q/TakLi1rxn1I/AAAAAAAABg0/yq_JyxDfsfI/s160/image021-771036.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016705138696018" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-jFSWrZReOY0/TakLjMKbU6I/AAAAAAAABg8/rjfMjgiCTbI/s1600/image022-771995.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-jFSWrZReOY0/TakLjMKbU6I/AAAAAAAABg8/rjfMjgiCTbI/s160/image022-771995.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016711172838306" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-SxU_uTb8f3s/TakLjQBs4KI/AAAAAAAABhE/Iavw-_myngs/s1600/image023-773820.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-SxU_uTb8f3s/TakLjQBs4KI/AAAAAAAABhE/Iavw-_myngs/s160/image023-773820.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016712209981602" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-lDJYTcdY86M/TakLj3JW4yI/AAAAAAAABhM/FGHi-2WTgSw/s1600/image024-775794.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-lDJYTcdY86M/TakLj3JW4yI/AAAAAAAABhM/FGHi-2WTgSw/s160/image024-775794.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016722711077666" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-YH-XCphh4uY/TakLkL0d6kI/AAAAAAAABhU/Fy3SxD8Gb_Y/s1600/image025-776870.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-YH-XCphh4uY/TakLkL0d6kI/AAAAAAAABhU/Fy3SxD8Gb_Y/s160/image025-776870.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016728260602434" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-aQfOe-OsMvU/TakLkTOsbjI/AAAAAAAABhc/2pGW9deAuCM/s1600/image026-777746.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-aQfOe-OsMvU/TakLkTOsbjI/AAAAAAAABhc/2pGW9deAuCM/s160/image026-777746.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016730249653810" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-32p1G43mCFI/TakLkmLmEAI/AAAAAAAABhk/YR8XqFkNbFY/s1600/image027-778706.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-32p1G43mCFI/TakLkmLmEAI/AAAAAAAABhk/YR8XqFkNbFY/s160/image027-778706.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016735336927234" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-a34XmAOn_n0/TakLkz5lVlI/AAAAAAAABhs/A3mTOtyL30I/s1600/image028-779424.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-a34XmAOn_n0/TakLkz5lVlI/AAAAAAAABhs/A3mTOtyL30I/s160/image028-779424.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016739019478610" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-6UY0pLxwifk/TakLlFSk1hI/AAAAAAAABh0/aSCMWdBwyww/s1600/image029-780210.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-6UY0pLxwifk/TakLlFSk1hI/AAAAAAAABh0/aSCMWdBwyww/s160/image029-780210.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016743687706130" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-Z9si-pjZxzM/TakLlUFQLgI/AAAAAAAABh8/QTMARs7xot4/s1600/image030-781092.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-Z9si-pjZxzM/TakLlUFQLgI/AAAAAAAABh8/QTMARs7xot4/s160/image030-781092.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016747658358274" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/---ehnV8KYVs/TakLlgBOkoI/AAAAAAAABiE/J5NNtbGlDrA/s1600/image031-782003.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/---ehnV8KYVs/TakLlgBOkoI/AAAAAAAABiE/J5NNtbGlDrA/s160/image031-782003.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016750862701186" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-LnKmlVDWVNg/TakLlxCyvXI/AAAAAAAABiM/CI78lKPqcHw/s1600/image032-783761.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-LnKmlVDWVNg/TakLlxCyvXI/AAAAAAAABiM/CI78lKPqcHw/s160/image032-783761.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016755432668530" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-GtFjZWQv0kY/TakLmY4__hI/AAAAAAAABiU/mAB-lwXPayA/s1600/image033-785060.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-GtFjZWQv0kY/TakLmY4__hI/AAAAAAAABiU/mAB-lwXPayA/s160/image033-785060.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016766129012242" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://4.bp.blogspot.com/-UYxcOkNc-tg/TakLmfwv8dI/AAAAAAAABic/c6_Iz75BgeY/s1600/image034-785917.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/-UYxcOkNc-tg/TakLmfwv8dI/AAAAAAAABic/c6_Iz75BgeY/s160/image034-785917.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016767973454290" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-vITty3wbcXE/TakLmhS9faI/AAAAAAAABik/KB5qONy3Qo4/s1600/image035-786917.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-vITty3wbcXE/TakLmhS9faI/AAAAAAAABik/KB5qONy3Qo4/s160/image035-786917.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016768385383842" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-KYdbg3AYyxI/TakLnB5F0lI/AAAAAAAABis/_vnYvgUaWTQ/s1600/image036-787913.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-KYdbg3AYyxI/TakLnB5F0lI/AAAAAAAABis/_vnYvgUaWTQ/s160/image036-787913.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016777135247954" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-mWYABKaO9ZY/TakLnSzIhDI/AAAAAAAABi0/PmheVd-9QPo/s1600/image037-789610.jpg"&gt;&lt;img src="http://1.bp.blogspot.com/-mWYABKaO9ZY/TakLnSzIhDI/AAAAAAAABi0/PmheVd-9QPo/s160/image037-789610.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016781673661490" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/--MY-aUOa-_o/TakLn73n0GI/AAAAAAAABi8/iFeXReSty-g/s1600/image038-791083.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/--MY-aUOa-_o/TakLn73n0GI/AAAAAAAABi8/iFeXReSty-g/s160/image038-791083.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016792698343522" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-Kml1LJq40R4/TakLnzZTIII/AAAAAAAABjE/kHiC1eg9wCg/s1600/image039-791940.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-Kml1LJq40R4/TakLnzZTIII/AAAAAAAABjE/kHiC1eg9wCg/s160/image039-791940.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016790423675010" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-ZjrjQv7xFfQ/TakLoIw2ZiI/AAAAAAAABjM/OBHs3BW3KWE/s1600/image040-792671.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-ZjrjQv7xFfQ/TakLoIw2ZiI/AAAAAAAABjM/OBHs3BW3KWE/s160/image040-792671.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016796159600162" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-HPPYVKPztOQ/TakLoZO1c1I/AAAAAAAABjU/ZcDHRJEiId8/s1600/image041-793934.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-HPPYVKPztOQ/TakLoZO1c1I/AAAAAAAABjU/ZcDHRJEiId8/s160/image041-793934.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016800580334418" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-w0-4qW3y50M/TakLomRkWYI/AAAAAAAABjc/tW5WYkKiwpg/s1600/image042-794566.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-w0-4qW3y50M/TakLomRkWYI/AAAAAAAABjc/tW5WYkKiwpg/s160/image042-794566.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016804081457538" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-VHaCz4pY-4s/TakLo6B_iTI/AAAAAAAABjk/Dm7Y1WSIEVc/s1600/image043-795661.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-VHaCz4pY-4s/TakLo6B_iTI/AAAAAAAABjk/Dm7Y1WSIEVc/s160/image043-795661.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016809384839474" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-p4rD40DDt7o/TakLpecpsGI/AAAAAAAABjs/s5SOgLOTCTs/s1600/image044-797168.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-p4rD40DDt7o/TakLpecpsGI/AAAAAAAABjs/s5SOgLOTCTs/s160/image044-797168.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016819160330338" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-Z_tc5YUUKro/TakLpQH6unI/AAAAAAAABj0/tDiEp19LPiE/s1600/image045-797901.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-Z_tc5YUUKro/TakLpQH6unI/AAAAAAAABj0/tDiEp19LPiE/s160/image045-797901.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016815315270258" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/-0i2x6C_fio4/TakLp8mTofI/AAAAAAAABj8/L7d6LK3QqM0/s1600/image046-798944.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/-0i2x6C_fio4/TakLp8mTofI/AAAAAAAABj8/L7d6LK3QqM0/s160/image046-798944.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016827253891570" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-TPeg88Ifs7E/TakLqc8uTqI/AAAAAAAABkE/AkmKMdrlgvA/s1600/image047-701619.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/-TPeg88Ifs7E/TakLqc8uTqI/AAAAAAAABkE/AkmKMdrlgvA/s160/image047-701619.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5596016835937848994" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-3867712974722397778?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/3867712974722397778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/sweet-memories-of-pune.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/3867712974722397778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/3867712974722397778'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/sweet-memories-of-pune.html' title='Sweet Memories of Pune'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-fIiQ2ihDhJc/TakLc2p97uI/AAAAAAAABeU/DmciIrzD2k8/s72-c/image001-746900.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-5053251950758425888</id><published>2011-04-15T04:25:00.000-07:00</published><updated>2011-04-15T04:26:06.594-07:00</updated><title type='text'>20+ INCREDIBLE GIGAPIXEL PHOTOGRAPHY INSPIRATIONS</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;div dir="ltr"&gt;&lt;span style="color:rgb(51, 51, 51);font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:14px"&gt;&lt;div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:10px;padding-top:25px;padding-right:10px;padding-bottom:5px;padding-left:5px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;  &lt;div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;line-height:25px;width:690px;background-repeat:no-repeat no-repeat"&gt;  &lt;div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;  &lt;div&gt;&lt;div class="h5"&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;  Gigapixel photography is a new trend that has come about in the last few years, creating 1,000+ megapixels of data in single images, cropped together to create a monstrous image. The detail and spectrum that can be captured in a Giga pixel image is unlike that of anything that a single camera can capture.&lt;br&gt;    For taking Giga pixel Photography, you need to have a Gigapxl Camera. The Gigapxl camera captures single exposures on film with enough resolvable detail to support scanning at resolutions up to four billion pixels. Single-gigapixel images are slightly larger than 44,000 x 22,000 pixels in size and four-gigapixel images are twice as wide and twice as high at 88,000 x 44,000 pixels.&lt;/p&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    One way of visualizing the size of a four gigapixel image is to consider a photograph of a regulation football pitch (soccer in USA) which is 90m x 45m. A four gigapixel top-down photograph of the entire field at 1mm per pixel would cover an area of 89.4m x 44.7m, which is 99.38% of the indicated size. This mm-per-pixel scale represents perhaps as many as 100 pixels per blade of grass across an entire pitch captured in a single exposure.&lt;/p&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.xrez.com/" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://js.smashingtips.com/wp-content/uploads/2010/02/gigapixel-photography1.jpg" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;br&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    HOW IT WORKS?&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    These systems (and those like them) work quite simply in concept, but are actually quite complex. What happens is you need to mount the compact (point and shoot) camera inside the camera system. Then, simply put the camera in the position you want (mounted or sitting on the ground, etc) and you set up your shot. Remember that when you do this it is going to be a huge image, so make sure you place the camera to capture a great surrounding that adds to your image and doesn't detract.&lt;br&gt;    Once you have the camera set up you let the machine go to work, It will take photos as it rotates through a system and course and actually moves the camera into different positions and takes the photographs. Finally after the image is saved and captured you move to the computer to start editing the huge file together. Make sure you have some processing power, as this will produce 200+ images, and my MacBook Pro with 512mb video/4gb RAM gets killed with a 10 image photoshop file.&lt;/p&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    Gigapixel images allow you to capture amazing details inside an image. This allows you to zoom in and out using software online to view the picture as a whole, or the intimate details of the work. This creates a level of interaction with your images, something that is often lost online. The user can manipulate the image and create a larger or smaller image cropped to their liking to enjoy.&lt;/p&gt;    &lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    WHY NOT USE A DIGITAL CAMERA?&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    Modern frame-exposure professional digital cameras have spatial resolutions ranging of 4-16 megapixels in "35mm D-SLR" formats and up to 22 megapixels for medium format backs. Using such cameras to create gigapixel images requires mosaicing hundreds of individual exposures. Alternatively, strip-sensors can be used to scan the image plane over a few seconds time. Even so, however, large format scanning backs have final image resolutions 1-2 decades below our gigapixel regime and require relatively static scenes, as does the mosaic approach, and are thus generally inappropriate for photos of traffic, people, water, and events. The single-exposure advantage is pronounced in images with crowds of people. The facial expressions of an half a stadium of fans can be captured at passport resolution in a single instant as they react to events on the field.&lt;br&gt;    Using proven techniques allows artists to recreate this effect in many amazing places, from President Obama's inauguration to the Rocky Mountains, allows for some amazing work to wow you and captivate your imagination.&lt;/p&gt;    &lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    PRESIDENT OBAMA'S INAUGURAL ADDRESS&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    This enormous picture, taken by David Bergman, was stitched together from 220 images taken on a Canon G10 mounted on a Gigapan panoramic imager system.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://gigapan.org/viewGigapanFullscreen.php?auth=033ef14483ee899496648c2b4b06233c" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/Obama-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    DEATH VALLEY&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/dv1_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/Death-valley-giga-pixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    GASWORKS PARK, SEATLE WASHINGTON&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/sea07_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://js.smashingtips.com/wp-content/uploads/2010/02/gasworks-park-seatle-washington-gigapixel.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    CLOUD GATE "THE BEAN ", CHICAGO&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/chi7_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://files.smashingtips.com/wp-content/uploads/2010/02/cloudgate-chicago-gigapixel.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/image/magical-water-founts-lima" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;THE MAGICAL WATER TOUR,PERU&lt;/a&gt;&lt;/h1&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    Parque de la Reserva, Peru's capital city with an attraction that other countries around the world also have.&lt;br&gt;This is the biggest fountain park in the world, there are 13 fountains that are lit with more than 500colourful lights!&lt;br&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;br&gt;&lt;br&gt; &lt;/center&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    "HAUS DER PRESSE",DRESDEN&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    The picture was made with the Canon 5D mark II and a 400mm-lens. It consists of 1.665 full format pictures with 21.4 megapixel, which was recorded by a photo-robot in 172 minutes. The converting of 102 GB raw data by a computer with a main memory cache of 48 GB and 16 processors took 94 hours. With a resolution of 297.500 x 87.500 pixel (26 gigapixel) the picture is the largest in the world. (stand December 2009)&lt;br&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.dresden-26-gigapixels.com/dresden26GP" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://files.smashingtips.com/wp-content/uploads/2010/02/switzerland-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    PRAGUE FROM THE TV TOWER&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    This is a super high resolution photo. Use your mouse to zoom in and see a startling level of detail. This image is currently (as of 12/2009) the largest spherical panoramic photo in the world. It is 192,000 pixels wide and 96,000 pixels tall. That's 18.4 billion pixels, or 18.4 gigapixels! When it's printed, it will be 16 meters (53 feet) long at regular photographic quality (300dpi). It was shot in early October 2009 from the top of the Zizkov TV Tower in Prague, Czech Republic in collaboration with Prague 3 town hall. A digital SLR camera and a 200mm lens were used. Hundreds of shots were shot over a few hours; these shots were then stitched together on a computer over the following few weeks.&lt;br&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/prague-18-gigapixels" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/Prague-TV-Tower-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    EASTERN SIERRA, ALABAMA HILLS&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/owens_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/Eastern-sierra-alabama-hills.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/image/huiji-temple-deva-raja" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;HUIJI TEMPLE DEVA-RAJA IN TAIPEI&lt;/a&gt;&lt;/h1&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    This is a super high resolution photo. Use your mouse to zoom in and see a startling level of detail. This image is currently (as of 12/2009) the largest spherical panoramic photo in the world. It is 192,000 pixels wide and 96,000 pixels tall. That's 18.4 billion pixels, or 18.4 gigapixels! When it's printed, it will be 16 meters (53 feet) long at regular photographic quality (300dpi). It was shot in early October 2009 from the top of the Zizkov TV Tower in Prague, Czech Republic in collaboration with Prague 3 town hall. A digital SLR camera and a 200mm lens were used. Hundreds of shots were shot over a few hours; these shots were then stitched together on a computer over the following few weeks.&lt;/p&gt;    &lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;br&gt;&lt;br&gt; &lt;/center&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    CHACO CANYON, PUEBLO BONITO&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/chaco_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://js.smashingtips.com/wp-content/uploads/2010/02/chaco-canyon-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/image/university-park-lima" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;UNIVERSITY PARK LIMA&lt;/a&gt;&lt;/h1&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    Named for the house of the Universidad Nacional Mayor de San Marcos, the first university in America.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    In this park are several monuments and watch a monumental gift to the city by the German Cologne on the occasion of the centennial of the Independence of Peru in 1921. Also the Panteon de los Proceres.&lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;br&gt; &lt;/center&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    DOWNTOWN LOS ANGELES&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://xrez.com/la_giga.html" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/los-angels-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/image/skyline-downtown-brooklyn-night-new-york-city" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;NEW YORK CITY SKYLINE FROM DOWNTOWN BROOKLYN&lt;/a&gt;&lt;/h1&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    The view from the Brooklyn Marriott Downtown hotel.&lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;br&gt; &lt;/center&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    5 BEST GIGAPIXEL PHOTOGRAPHY BY GERARD MAYNARD&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    Gerard has got five Giga pixel Photography in his website. Those are really stunning and one of them is the biggest giga pixel image ever taken.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.gerardmaynard.org/%20target=" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:line-through;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://files.smashingtips.com/wp-content/uploads/2010/02/Gerard-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    DUBAI CREEK GIGA PIXEL PHOTOGRAPHY&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.fuerstleur.com/dubai-creek-gigapixel/" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://js.smashingtips.com/wp-content/uploads/2010/02/Dubai-creek-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    CHICAGO GIGAPIXEL PHOTOGRAPHY&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.docbert.org/ChicagoByNight/" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://css.smashingtips.com/wp-content/uploads/2010/02/Chicago-gigapixel-photography.jpg" title="Giga Pixel Photography" alt="Giga Pixel Photography" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;h3 style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:900;line-height:2em;text-decoration:none;border-bottom-color:rgb(223, 223, 223);border-bottom-style:solid;background-repeat:initial initial"&gt;    &lt;/h3&gt;&lt;h1 style="margin-top:0px;margin-right:0px;margin-bottom:2px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:20px;vertical-align:baseline;background-color:transparent;text-transform:uppercase;color:rgb(51, 51, 51);font-weight:normal;line-height:1.5em;text-decoration:none;border-bottom-style:solid;border-bottom-color:rgb(223, 223, 223);background-repeat:initial initial"&gt;    200+ GIGA PIXEL IMAGES FROM 360 CITIES&lt;/h1&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    360 Cities has got more than 200+ excellent Giga Pixel photography. You can check the photographs based on country name.&lt;br&gt;&lt;/p&gt;&lt;center style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;a href="http://www.360cities.net/area/world" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;text-decoration:none;color:rgb(169, 38, 38);line-height:25px;background-repeat:initial initial" target="_blank"&gt;&lt;img src="http://js.smashingtips.com/wp-content/uploads/2010/02/beijing-gigapixel-photography.jpg" alt="30+ incredible Gigapixel Photography Inspirations" title="30+ incredible Gigapixel Photography Inspirations" style="clear:both;margin-top:10px;margin-right:5px;margin-bottom:10px;margin-left:5px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;line-height:2em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;text-indent:0px;text-decoration:none;text-align:center;letter-spacing:0px;list-style-type:none;list-style-position:initial;font-size:12px;background-color:rgb(245, 245, 245);border-style:initial;border-color:initial;vertical-align:baseline;max-height:600px;overflow-x:auto;overflow-y:auto;float:center;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(224, 224, 224);border-right-color:rgb(224, 224, 224);border-bottom-color:rgb(224, 224, 224);border-left-color:rgb(224, 224, 224);max-width:600px;width:650px;background-repeat:initial initial"&gt;&lt;/a&gt;&lt;/center&gt;    &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:12px;vertical-align:baseline;background-color:transparent;background-repeat:initial initial"&gt;    &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-top:0px;margin-right:0px;margin-bottom:5px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;outline-width:0px;outline-style:initial;outline-color:initial;font-size:16px;vertical-align:baseline;background-color:transparent;float:right;text-align:right;font-weight:900;clear:both;background-repeat:initial initial"&gt;    &lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-5053251950758425888?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/5053251950758425888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/20-incredible-gigapixel-photography.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/5053251950758425888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/5053251950758425888'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/04/20-incredible-gigapixel-photography.html' title='20+ INCREDIBLE GIGAPIXEL PHOTOGRAPHY INSPIRATIONS'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-541455583897693892</id><published>2011-03-24T07:52:00.000-07:00</published><updated>2011-03-24T07:53:10.397-07:00</updated><title type='text'>Congestion Management Configuration</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"&gt;&lt;div&gt;&lt;div style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;  &lt;table style="border:0;padding:0;margin:0;width:100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="vertical-align:top" width="99%"&gt;&lt;br&gt;&lt;/td&gt;&lt;td width="1%"&gt;&lt;a href="http://www.petri.co.il" target="_blank"&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0"&gt; &lt;table&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em"&gt; &lt;p style="margin:1em 0 3px 0"&gt; &lt;a name="12ee851d55ec45cd_1" style="font-family:Arial, Helvetica, sans-serif;font-size:18px" href="http://feedproxy.google.com/~r/Petri/~3/w5PIfPqgEdM/congestion-management-and-queue-configuration.htm?utm_source=feedburner&amp;amp;utm_medium=email" target="_blank"&gt;Congestion Management Configuration&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px"&gt; &lt;span&gt;Posted:&lt;/span&gt; 23 Mar 2011 01:07 PM PDT&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000"&gt;&lt;h2&gt;Congestion Management Overview&lt;/h2&gt; &lt;p&gt;As discussed in the &lt;strong&gt;&lt;a href="http://www.petri.co.il/voip-quality-of-service-basics.htm" target="_blank"&gt;VoIP Quality of Service&lt;/a&gt;&lt;/strong&gt; (QoS) Basics article, one of the methods of controlling the amount of congestion on the network is to utilize congestion management techniques, primarily &lt;strong&gt;queue configuration&lt;/strong&gt;. This article addresses the various congestion management techniques, and reviews the steps required to configure it on a network.&lt;/p&gt;   &lt;div rel="nofollow"&gt;&lt;a href="http://www.petri.co.il/uri/?id=246&amp;amp;host=www.manageengine.com" title="Your Cisco network will want this! Try a 30-day free trial today »" rel="nofollow" style="font-size:12px;border:none" target="_blank"&gt;&lt;strong style="display:block;clear:both"&gt;A Single Pane of Glass to Monitor Everything Cisco&lt;/strong&gt;&lt;/a&gt;&lt;a href="http://www.petri.co.il/uri/?id=246&amp;amp;host=www.manageengine.com" title="Your Cisco network will want this! Try a 30-day free trial today »" rel="nofollow" target="_blank"&gt;&lt;img src="http://media/246.gif" alt=" " style="float:left;padding:5px;font-size:1em"&gt;&lt;/a&gt; &lt;p&gt;  If you are a Cisco geek we have just the monitoring tool for you. Using over 670 built-in templates, OpManager lets you start monitoring anything Cisco plus your entire network in 30 minutes flat.&lt;br&gt; &lt;br&gt; The software makes use of the latest Cisco technologies; CDP, IP SLA, Netflow, CbQoS and NBAR to name a few, to monitor and manage the performance of your Cisco network.&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;/p&gt;&lt;a href="http://www.petri.co.il/uri/?id=246&amp;amp;host=www.manageengine.com" title="A Single Pane of Glass to Monitor Everything Cisco" style="clear:both" rel="nofollow" target="_blank"&gt;Your Cisco network will want this! Try a 30-day free trial today »&lt;/a&gt;&lt;/div&gt;   &lt;p&gt;Congestion management techniques can be used alongside other Quality of Service (QoS) techniques to ensure that the traffic which requires a high level of service is able to get it. Congestion management techniques work by reducing the effect that network congestion has on the flow of traffic across the network; this is done with a number of different queueing mechanisms.&lt;/p&gt;   &lt;p&gt;Congestion management, like classification and marking, is another subject area that is required for the completion of the &lt;a href="http://learningnetwork.cisco.com/community/certifications/ccvp/cvoicev8?tab=overview" target="_blank"&gt;CVOICE (642-437) exam&lt;/a&gt;. Congestion management, along with a carefully planned overall QoS plan, is essential when implementing multiservice networks.&lt;/p&gt;   &lt;h2&gt;Queueing&lt;/h2&gt; &lt;p&gt;The majority of the time that a network is set up without the need for QoS or congestion management, a queueing mechanism is still being used to process traffic through a device. By default, all interfaces that are below 2.048 Mbps utilize &lt;strong&gt;Weighted Fair Queueing (WFQ)&lt;/strong&gt;, while all interfaces above 2.048 Mbps utilize &lt;strong&gt;First-In, First-Out Queueing (FIFO)&lt;/strong&gt;; both of these will be covered in more detail later in this section.&lt;/p&gt;   &lt;p&gt;So, what is a queue? One of the most recognizable examples of queueing is at a large store. There are a number of different lanes that are created so that people can check themselves out of the store with their merchandise. If using the FIFO method, all individuals would be able to check out in the order in which they got in line. What happens if there is only one line and the person in front has 100 items to checkout? In this situation, everyone waits for that person to check out completely before the next person in line is able to go. An extension of this concept works well as an example of weighted fair queueing as well. What if a separate 20 or less lane could be created to speed the rate at which shoppers with smaller amounts of merchandise can check out? In this circumstance, shoppers with a small number of items do not get held up by those with a larger number of items.&lt;/p&gt;   &lt;p&gt;When implementing FIFO or WFQ on a networking device, the concepts in the examples hold true. When using FIFO, the traffic that arrives first gets sent first, regardless of who is waiting to be forwarded. What if a telnet session was happening at the same time a large file transfer was happening? With FIFO, if the file transfer traffic was received first, then the interactive traffic would be stuck waiting for that traffic to pass out of the queue. If the queueing method was changed to WFQ, then both types of traffic would be weighted so that each got to pass an equal number of packets regardless of who got there first; this enables the telnet session to continue to have a satisfactory response time and allows the file transfer to continue.&lt;/p&gt;   &lt;p&gt;There are a couple of other queueing mechanisms that can be used as well; these include &lt;strong&gt;Priority Queueing&lt;/strong&gt;, &lt;strong&gt;Custom Queueing&lt;/strong&gt;, and &lt;strong&gt;Class-Based WFQ&lt;/strong&gt;, among others.&lt;/p&gt; &lt;h2&gt;Queueing Configuration&lt;/h2&gt; &lt;p&gt;The configuration of advanced queueing can be quite complicated. This article will limit its scope to the basic commands used to configure FIFO, WFQ, priority and custom queueing; if seriously considering using any non-default queueing mechanism, please reference the Cisco website.&lt;/p&gt;   &lt;h3&gt;FIFO and WFQ Configuration&lt;/h3&gt; &lt;p&gt;The configuration of basic FIFO and WFQ is rather simple as both require very little or no configuration.&lt;/p&gt; &lt;p&gt;The command syntax required to configure FIFO queueing on an interface is as follows:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config-if)#&lt;strong&gt;fair-queue&lt;/strong&gt; [&lt;em&gt;congestive-discard-threshold&lt;/em&gt; [&lt;em&gt;dynamic-queues&lt;/em&gt; [&lt;em&gt;reservable-queues&lt;/em&gt;]]]&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;In most situations the default parameters are adequate.&lt;/p&gt; &lt;p&gt;The configuration of FIFO queueing is even easier, as by default most interfaces use it. If there is an interface that has an existing queueing mechanism other than FIFO, simply remove it, and the interface will then use FIFO queueing.&lt;/p&gt;   &lt;p&gt;For example, if an interface is using WFQ, the following command would configure the interface with FIFO queueing.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config-if)#&lt;strong&gt;no fair-queue&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Priority Queueing Configuration&lt;/h3&gt; &lt;p&gt;Priority queueing provides the ability to manually assign the traffic from specific interfaces or specific running protocols into separate low, normal, medium or high priority queues. The configuration of priority queueing begins by configuring a priority list that contains the different parameters used with priority queueing. The different commands that can be used to configure a priority list are shown below.&lt;/p&gt;   &lt;p&gt;To configure a priority list based on the protocol, the command syntax includes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;priority-list&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt; &lt;strong&gt;protocol&lt;/strong&gt; &lt;em&gt;protocol-name&lt;/em&gt; {&lt;strong&gt;high &lt;/strong&gt;| &lt;strong&gt;medium &lt;/strong&gt;| &lt;strong&gt;normal &lt;/strong&gt;| &lt;strong&gt;low&lt;/strong&gt;}&lt;/li&gt;   &lt;/ul&gt; &lt;p&gt;To configure a priority list based on the interface, the command syntax includes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;priority-list&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt; &lt;strong&gt;interface &lt;/strong&gt;&lt;em&gt;interface-type interface-number&lt;/em&gt; {&lt;strong&gt;high &lt;/strong&gt;| &lt;strong&gt;medium &lt;/strong&gt;| &lt;strong&gt;normal &lt;/strong&gt;| &lt;strong&gt;low&lt;/strong&gt;}&lt;/li&gt;   &lt;/ul&gt; &lt;p&gt;To configure the priority given to all traffic that does not match any of the other commands, the command syntax includes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;priority-list&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt; &lt;strong&gt;default&lt;/strong&gt; {&lt;strong&gt;high &lt;/strong&gt;| &lt;strong&gt;medium &lt;/strong&gt;| &lt;strong&gt;normal &lt;/strong&gt;| &lt;strong&gt;low&lt;/strong&gt;}&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The priority list is then applied to an interface; the same priority list can be applied to multiple interfaces at the same time. Each of the rules in the priority lists are consulted in order, until a match is found; any traffic that does not match any of the rules is assigned the priority configured in the default rule.&lt;/p&gt;     &lt;center style="background:#dedede;padding:8px"&gt;   &lt;a href="http://ad1.netshelter.net/jump/ns.petri;kw=;tile=2;sz=300x250,336x280;ord=123456789?" target="_blank"&gt;&lt;img src="http://ad1.netshelter.net/ad/ns.petri/archive;ppos=BTF;kw=;tile=2;sz=300x250,336x280;ord=123456789??" border="0" alt=""&gt;&lt;/a&gt; &lt;/center&gt;  &lt;p&gt;The command syntax used to apply a priority list to an interface includes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config-if)#&lt;strong&gt;priority-group&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Custom Queueing Configuration&lt;/h3&gt; &lt;p&gt;Custom queueing works quite similarly to priority queueing, but provides a mechanism for more fairness between high and low priority traffic. With priority queueing, if there is traffic in the high priority queue it will be sent in front of all other traffic regardless of how long it takes to transmit. With custom queueing, each of the queues is configured with a queue depth, and an average byte count of the bytes forwarded, when it is time to empty that specific queue.&lt;/p&gt;   &lt;p&gt;The configuration of a custom queue is similar to the syntax used by priority queueing, the commands include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;queue-list&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt; &lt;strong&gt;protocol&lt;/strong&gt; &lt;em&gt;protocol-name queue-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;queue-list&lt;/strong&gt;&lt;em&gt; list-number&lt;/em&gt;&lt;strong&gt; interface &lt;/strong&gt;&lt;em&gt;interface-type interface-number queue-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;queue-list&lt;/strong&gt;&lt;em&gt; list-number&lt;/em&gt;&lt;strong&gt; default&lt;/strong&gt;&lt;em&gt; queue-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The commands used to configure the queue depth and the number of bytes forward per queue include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;queue-list&lt;/strong&gt; &lt;em&gt;list-number&lt;/em&gt; &lt;strong&gt;queue&lt;/strong&gt; &lt;em&gt;queue-number&lt;/em&gt; &lt;strong&gt;limit&lt;/strong&gt; &lt;em&gt;limit-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;ul&gt; &lt;li&gt;router(config)#&lt;strong&gt;queue-list&lt;/strong&gt;&lt;em&gt; list-number&lt;/em&gt;&lt;strong&gt; queue&lt;/strong&gt;&lt;em&gt; queue-number&lt;/em&gt;&lt;strong&gt; byte-count &lt;/strong&gt;&lt;em&gt;byte-count-number&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Summary&lt;/h2&gt; &lt;p&gt;The queueing mechanisms discussed in this article are not all of the ones available, but are the simplest to configure. For example, the Class Based WFQ and Low Latency Queueing methods are available for those applications with very specific traffic requirements. This article covers various congestion management techniques, which are used alongside other Quality of Service (QoS) techniques, and &lt;strong&gt;queue configuration&lt;/strong&gt;, to reduce the effect that network congestion has on the flow of traffic across the network.&lt;/p&gt;    &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/2njDcyM6Yj8r7EpwjcLT7zfKYCM/OB8PTDOx09X6UAAWMpxv5en6uEU/0/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/2njDcyM6Yj8r7EpwjcLT7zfKYCM/OB8PTDOx09X6UAAWMpxv5en6uEU/0/pi" border="0" ismap&gt;&lt;/a&gt;&lt;br&gt;   &lt;a href="https://feedads.g.doubleclick.net/~a/2njDcyM6Yj8r7EpwjcLT7zfKYCM/OB8PTDOx09X6UAAWMpxv5en6uEU/1/pa" target="_blank"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/2njDcyM6Yj8r7EpwjcLT7zfKYCM/OB8PTDOx09X6UAAWMpxv5en6uEU/1/pi" border="0" ismap&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div&gt; &lt;a href="http://feeds.feedburner.com/~ff/Petri?a=w5PIfPqgEdM:i0XFNwL0v0w:yIl2AUoC8zA" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Petri?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Petri?a=w5PIfPqgEdM:i0XFNwL0v0w:V_sGLiPBpWU" target="_blank"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Petri?i=w5PIfPqgEdM:i0XFNwL0v0w:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Petri/~4/w5PIfPqgEdM?utm_source=feedburner&amp;amp;utm_medium=email" height="1" width="1"&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt; &lt;/div&gt;  &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-541455583897693892?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/541455583897693892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2011/03/congestion-management-configuration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/541455583897693892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/541455583897693892'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2011/03/congestion-management-configuration.html' title='Congestion Management Configuration'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-3049573511402886106</id><published>2010-12-29T08:56:00.001-08:00</published><updated>2010-12-29T08:56:42.137-08:00</updated><title type='text'>10 Steps for Boosting Creativity</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;table width="100%" cellpadding="8" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; background-position: 50% 0%; "&gt;  &lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;img src="http://www.jpb.com/pictures/bach.gif" width="216" height="193" alt="Picture of Bach"&gt;&lt;br&gt;&lt;i&gt;Johann Sebastian Bach&lt;/i&gt;&lt;/td&gt;&lt;td valign="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;font size="+3"&gt;1.&lt;/font&gt;&lt;/td&gt;&lt;td valign="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Listen to music by Johann Sebastian Bach. If Bach doesn&amp;#39;t make you more creative, you should probably see your doctor - or your brain surgeon if you are also troubled by headaches, hallucinations or strange urges in the middle of the night.&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table width="100%" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; background-position: 50% 0%; "&gt;  &lt;tbody&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;2.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Brainstorm. If properly carried out, brainstorming can help you not only come up with sacks full of new ideas, but can help you decide which is best. Click &lt;a href="http://www.jpb.com/creative/brainstorming.php" style="color: rgb(0, 51, 204); text-decoration: underline; "&gt;here&lt;/a&gt; for more information on brainstorming.&lt;/p&gt;  &lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;3.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Always carry a small notebook and a pen or pencil around with you. That way, if you are struck by an idea, you can quickly note it down. Upon rereading your notes, you may discover about 90% of your ideas are daft. Don&amp;#39;t worry, that&amp;#39;s normal. What&amp;#39;s important are the 10% that are brilliant.&lt;/p&gt;  &lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;4.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;b style="font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: rgb(0, 0, 0); font-size: 12px; line-height: normal; font-weight: bold; "&gt;I&lt;/b&gt;f you&amp;#39;re stuck for an idea, open a dictionary, randomly select a word and then try to formulate ideas incorporating this word. You&amp;#39;d be surprised how well this works. The concept is based on a simple but little known truth: freedom inhibits creativity. There are nothing like restrictions to get you thinking.&lt;/p&gt;  &lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;5.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Define your problem. Grab a sheet of paper, electronic notebook, computer or whatever you use to make notes, and define your problem in detail. You&amp;#39;ll probably find ideas positively spewing out once you&amp;#39;ve done this.&lt;b style="font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: rgb(0, 0, 0); font-size: 12px; line-height: normal; font-weight: bold; "&gt;&lt;/b&gt;&lt;/p&gt;  &lt;b style="font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: rgb(0, 0, 0); font-size: 12px; line-height: normal; font-weight: bold; "&gt;&lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;6.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  If you can&amp;#39;t think, go for a walk. A change of atmosphere is good for you and gentle exercise helps shake up the brain cells.&lt;/p&gt;&lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;7.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Don&amp;#39;t watch TV. Experiments performed by the&lt;i&gt; JPB Creative Laboratory &lt;/i&gt;show that watching TV causes your brain to slowly trickle out your ears and/or nose. It&amp;#39;s not pretty, but it happens.&lt;/p&gt;&lt;hr style="color: rgb(204, 204, 204); "&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;8.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Don&amp;#39;t do drugs. People on drugs think they are creative. To everyone else, they seem like people on drugs.&lt;/p&gt;&lt;hr style="color: rgb(204, 204, 204); "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;9.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Read as much as you can about everything possible. Books exercise your brain, provide inspiration and fill you with information that allows you to make creative connections easily.&lt;/p&gt;&lt;hr style="color: rgb(204, 204, 204); "&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  &lt;font size="+3"&gt;10.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; "&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;  Exercise your brain. Brains, like bodies, need exercise to keep fit. If you don&amp;#39;t exercise your brain, it will get flabby and useless. Exercise your brain by reading a lot (see above), talking to clever people and disagreeing with people - arguing can be a terrific way to give your brain cells a workout. But note, arguing about politics or film directors is good for you; bickering over who should clean the dishes is not.&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0); background-color: transparent; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12px; line-height: normal; margin-top: 0px; "&gt;   &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-3049573511402886106?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/3049573511402886106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2010/12/10-steps-for-boosting-creativity.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/3049573511402886106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/3049573511402886106'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2010/12/10-steps-for-boosting-creativity.html' title='10 Steps for Boosting Creativity'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-7441379249196920254</id><published>2010-10-29T04:44:00.000-07:00</published><updated>2010-10-29T04:45:07.149-07:00</updated><title type='text'>To Access blocked sites: Use Calculator!!</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;br&gt;&lt;div dir="ltr"&gt;&lt;span style="font-family:verdana, geneva, lucida, &amp;#39;lucida grande&amp;#39;, arial, helvetica, sans-serif;font-size:13px;color:rgb(0, 0, 51)"&gt;&lt;font color="blue"&gt;When both Domain Name &amp;amp; IP Address are banned, Use Calculator to Access that Website&lt;/font&gt;&lt;br&gt;   &lt;br&gt;This unique Mathematics based trick will probably work when websites are blocked in your institution or corporate network based on the host name or their IP address.&lt;br&gt;The trick is to convert the human readable website address that&amp;#39;s blocked (like &lt;a rel="nofollow" href="http://bebo.com/" style="color:rgb(0, 0, 51)" target="_blank"&gt;&lt;u&gt;&lt;font color="#003399"&gt;bebo.com&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;) into an IP address (208.75.184. 160) and again translate this value to a decimal address which is probably not blocked by the website filters.&lt;br&gt;   Here&amp;#39;s a step by step guide to render &lt;a rel="nofollow" href="http://www.myspace/" style="color:rgb(0, 0, 51)" target="_blank"&gt;www.myspace&lt;/a&gt;. com to a decimal address:&lt;br&gt;&lt;br&gt;&lt;b&gt;How to Access Restricted Websites&lt;/b&gt;&lt;br&gt;   1) get its IP address (216.178.39. 74), by pinging the name (if you have a direct internet connection) or if you only have access via a web proxy then find it out by using a networking website like network-tools. com.&lt;br&gt;   2) start your PC&amp;#39;s calculator, and change it to scientific mode (using the &amp;quot;View&amp;quot; menu)&lt;br&gt;&lt;br&gt;&lt;img src="http://img182.imageshack.us/img182/8549/accessmyspaceusingcalcush9.png" border="0" alt=""&gt;&lt;br&gt;3) enter each of the four IP octets, one by one, converting them to binary (enter number and click on the &amp;quot;Bin&amp;quot; radio button)&lt;br&gt;   Thus 216.178.39.74 becomes&lt;br&gt;216 = 11011000&lt;br&gt;178 = 10110010&lt;br&gt;39 = 00100111&lt;br&gt;74 = 01001010&lt;br&gt;Notice how any binary numbers less than 8 digits long have had leading zeroes added to pad them out. Reassembled into IP address order, you get 11011000.10110010. 00100111. 01001010&lt;br&gt;   4) Remove the dots, so you get one huge line of binary, thus: 1101100010110010001 0011101001010&lt;br&gt;5) Copy this binary string&lt;br&gt;6) Go to your scientific calculator, and hit the &amp;quot;Bin&amp;quot; button FIRST (as you are about to enter binary), THEN paste in the binary string.&lt;br&gt;   7) Click on the &amp;quot;Dec&amp;quot; button on your calculator, and you will get the converted value of 3635554122&lt;br&gt;8) Add the hypertext protocol prefix and paste into your browser&amp;#39;s address bar: &lt;a rel="nofollow" href="http://216.178.39.74/" style="color:rgb(0, 0, 51)" target="_blank"&gt;http://3635554122&lt;/a&gt;&lt;br&gt;   Wuntoo adds: I used to be in a place that had websense, where both website names and their corresponding IP addresses were blocked. However was able to get limited access by converting the IP address to decimal, which websense (at the time) did not know about. This might have changed since, or if your school runs an old version it might still work. Note that if you surf away from the page you might hit websense blocks again unless you manually reconstruct the next address you want to get to.&lt;br&gt;   &lt;/span&gt; &lt;/div&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-7441379249196920254?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/7441379249196920254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/to-access-blocked-sites-use-calculator.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/7441379249196920254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/7441379249196920254'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/to-access-blocked-sites-use-calculator.html' title='To Access blocked sites: Use Calculator!!'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-2332537409755827389</id><published>2010-10-29T02:29:00.001-07:00</published><updated>2010-10-29T02:29:53.675-07:00</updated><title type='text'>Implement security management with these six steps</title><content type='html'>&lt;div dir="ltr"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 16px; "&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Security management deals with how system integrity is maintained amid man-made threats and risks, intentional or unintentional. Intentional man-made threats include espionage, hacks, and computer viruses. Unintentional threats include those due to accidents or user ignorance of the effects of their actions. Security management ranges from identification of risks to determination of security measures and controls, detection of violations, and analysis of security violations. I&amp;#39;ll describe the steps involved in security management and discuss factors critical to the success of security management.&lt;br&gt;  &lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 1: Determine and evaluate IT assets&lt;/span&gt;&lt;br&gt;Three types of assets must be identified.&lt;br&gt;&lt;br&gt;&lt;span class="subhead2" style="font-size: 1.3em; font-weight: bold; "&gt;Physical&lt;/span&gt;&lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Computer hardware and software resources&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Building facilities&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Resources used to house sensitive assets or process sensitive information&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;  &lt;span class="subhead2" style="font-size: 1.3em; font-weight: bold; "&gt;Information&lt;/span&gt;&lt;br&gt;The information category includes sensitive data pertaining to the company&amp;#39;s operations, plans, and strategies. Examples are marketing and sales plans, detailed financial data, trade secrets, personnel information, IT infrastructure data, user profiles and passwords, sensitive office correspondence, and minutes of meetings. Recently, concern has also risen about protecting company logos and materials posted on the public Internet.&lt;br&gt;  &lt;br&gt;&lt;span class="subhead2" style="font-size: 1.3em; font-weight: bold; "&gt;People&lt;/span&gt;&lt;br&gt;The people category includes vital individuals holding key roles, whose incapacity or absence will affect the business.&lt;br&gt;&lt;br&gt;After you identify company assets, the next step is to determine their security level. Depending on the company&amp;#39;s requirements, assets may be classified into two or more levels of security. I recommend two levels for organizations with minimal security threats: public and confidential. A three-level security classification scheme can be implemented if security needs are greater: public, confidential, and restricted.&lt;br&gt;  &lt;br&gt;Be wary of having too many security levels; this tends to dilute their importance in the eyes of the user. A large multinational IT vendor used to have five levels of security: public, internal use only, confidential, confidential restricted, and registered confidential. Today, it has cut down to three: public, internal use only, and confidential. Employees were confused about the differences among the secured levels and the procedures associated with each one. Having too many security levels proved expensive in terms of employee education, security facilities, and office practices—the costs were often greater than the potential losses from a security violation.&lt;br&gt;  &lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 2: Analyze risk&lt;/span&gt;&lt;br&gt;Every effective security management system reflects a careful evaluation of how much security is needed. Too little security means the system can easily be compromised intentionally or unintentionally. Too much security can make the system hard to use or degrade its performance unacceptably. Security is inversely proportional to utility—if you want the system to be 100 percent secure, don&amp;#39;t let anybody use it. There will always be risks to systems, but often these risks are accepted if they make the system more powerful or easier to use.&lt;br&gt;  &lt;br&gt;Acceptance of risk is central to good security management. You&amp;#39;ll never have enough resources to secure assets 100 percent; in fact, this is virtually impossible even with unlimited resources. Therefore, identify all risks to the system, then choose which risks to accept and which to address via security measures. Here are a few reasons some risks are acceptable:&lt;br&gt;  &lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;The threat is minimal.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;The possibility of compromise is unlikely.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;The value of the asset is low.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;The cost to secure the asset is greater than the value of the asset.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;The threat will soon go away.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Security violations can easily be detected and immediately corrected.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;  After you&amp;#39;ve identified the risks, the next step is to determine the effect to the business if the asset is lost or compromised. By doing this, you get a good idea of how many resources should be assigned to protecting the asset. One user workstation almost certainly deserves fewer resources than the company&amp;#39;s servers.&lt;br&gt;  &lt;br&gt;The risks you choose to accept should be documented and signed by all parties, not only to protect the IT organization, but also to make everybody aware that unsecured company assets do exist.&lt;br&gt;&lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 3: Define security practices&lt;/span&gt;&lt;br&gt;  Define in detail the following key areas of security management:&lt;br&gt;&lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Asset classification practices:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; Guidelines for specifying security levels as discussed above&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Risk assessment and acceptance:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; As above&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Asset ownership:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; Assignment of roles for handling sensitive assets&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Asset handling responsibilities:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; The tasks and procedures to be followed by the entities handling the asset, as identified above&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Policies regarding mishandling of security assets&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;How security violations are reported and responded to&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Security awareness practices:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; Education programs and labeling of assets&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Security audits&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;:&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; Unannounced checks of security measures put in place to find out whether they are functioning&lt;/font&gt;&lt;/li&gt;  &lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 4: Implement security practices&lt;/span&gt;&lt;br&gt;At this phase, implement the security measures defined in the preceding step. You can do this in stages to make it easier for everybody to adapt to the new working environment. Expect many problems at the start, especially with respect to user resistance to their security tasks, such as using passwords. Staged implementation can be performed:&lt;br&gt;  &lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;By department&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;, starting with the most sensitive assets. The natural first choice would be the IT department.&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;By business function or activity&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;, starting with those that depend on (or create) the most sensitive assets. You might begin with all business planning activities, followed by marketing, human resources, etc.&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;By location&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;, especially if prioritized sensitive assets are mostly physical. This approach is easiest to implement. However, its effectiveness is doubtful for information assets residing in networked computer systems. You might start with the IT data center, then gradually widen the secured area to encompass the entire business facility.&lt;/font&gt;&lt;/li&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;By people&lt;/font&gt;&lt;/b&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;, starting with key members of the organization.&lt;/font&gt;&lt;/li&gt;  &lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 5: Monitor for violations and take corresponding actions&lt;/span&gt;&lt;br&gt;  An effective security management discipline depends on adequate compliance monitoring. Violations of security practices, whether intentional or unintentional, become more frequent and serious if not detected and acted on. A computer hacker who gets away with the first system penetration will return repeatedly if he knows no one can detect his activities. Users who get away with leaving confidential documents on their desks will get into bad habits if not corrected quickly.&lt;br&gt;  &lt;br&gt;You&amp;#39;ll perform two major activities here: &lt;i&gt;detecting&lt;/i&gt; security violations and &lt;i&gt;responding&lt;/i&gt; to them. With respect to sensitive assets, it is important to know:&lt;br&gt;&lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;  &lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Who has the right to handle the assets (user names).&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;How to authenticate those asset users (password, IDs, etc.).&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Who has tried to gain access to them.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;How to restrict access to allowed activities.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Who has tried to perform actions beyond those that are allowed.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;  Document the response to security violations, and follow up immediately after a violation is detected. The IT organization should have a computer emergency response team to deal with security violations. Members of this team should have access to senior management so that severe situations can easily be escalated.&lt;br&gt;  &lt;br&gt;Responses can be built into your security tools or facilities to ensure that the response to a violation is immediate. For example, a password-checking utility may be designed to lock out a user name immediately after three invalid password entries. Alarms can be installed around the data center facility so that if any window or door is forced open, security guards or police are immediately notified.&lt;br&gt;  &lt;br&gt;A critical part of this activity is the generation of reports for management that discuss significant security violations and trends of minor incidences. The objective is to spot potential major security violations before they cause serious damage.&lt;br&gt;  &lt;br&gt;&lt;span class="subhead1" style="font-size: 1.5em; font-weight: bold; "&gt;Step 6: Reevaluate IT assets and risks&lt;/span&gt;&lt;br&gt;Security management is a discipline that never rests. Major changes that would require a reassessment of the security management practice include:&lt;br&gt;  &lt;/font&gt;&lt;ul style="margin-top: 12px; margin-right: 10px; margin-bottom: 12px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; "&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Security violations are rampant.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Organizational structure or composition changes.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Business environment changes.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Technology changes.&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 18px; background-image: url(http://i.techrepublic.com.com/images/200705/icn_arrowBullet.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 1px; background-repeat: no-repeat no-repeat; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Budget allocation decreases.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;As information technology continues to grow in scope and importance, the value of managing the security of mission-critical computer systems running an organization&amp;#39;s most sensitive processes and functions cannot be overstated. With security one of their highest priorities, executives are searching for effective techniques to deliver maximum security while simplifying security management. With a well-defined security management process in place, your IT organization will realize numerous benefits—reduce the number and effect of security incidents, reduce problem resolution time, and improve staff productivity.&lt;br&gt;  &lt;/font&gt;&lt;p style="margin-top: 12px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="signature"&gt;&lt;a target="_target" href="http://www.harriskern.com/" style="color: rgb(0, 51, 153); text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; cursor: pointer; "&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Harris Kern&amp;#39;s Enterprise Computing Institute&lt;/font&gt;&lt;/a&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt; and Change Technology Solutions, Inc. represent the industry&amp;#39;s leading minds behind the design and implementation of world-class IT organizations.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/span&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-2332537409755827389?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/2332537409755827389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/implement-security-management-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2332537409755827389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2332537409755827389'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/implement-security-management-with.html' title='Implement security management with these six steps'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-6290381922757742467</id><published>2010-10-26T23:36:00.000-07:00</published><updated>2010-11-02T22:16:19.159-07:00</updated><title type='text'>How to Protect Your Computer from Keyloggers</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;div dir="ltr"&gt;&lt;div class="gmail_quote"&gt;&lt;div&gt;&lt;div style="color: black; margin-bottom: 0px; margin-left: 2em; margin-right: 2em; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;Posted from www.gohacking.com&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;table style="font-family: Georgia, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 140%;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="line-height: 1.4em; margin-bottom: 0;"&gt;&lt;div style="color: black; font-family: Georgia,Helvetica,Arial,Sans-Serif; font-size: 13px; line-height: 140%; margin: 0;"&gt;Keyloggers have been a major problem today as it does not require any prior knowledge of computers to use it. So hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential data.&lt;br /&gt;Below are some methods through which you can protect your computer from keyloggers:&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Use a Good Antivirus&lt;/h3&gt;This is the first and basic step that you need to take in order to protect your computer from keyloggers. Use a Good antivirus such as Kaspersky, Norton&amp;nbsp;or Mcafee&amp;nbsp;and update it regularly.&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Use a Good Antispyware&lt;/h3&gt;Since keyloggers are basically spywares, if you are a frequent user of Internet then you could be exposed to thousands of keyloggers and spywares. So you should use a good antispyware such as &lt;a href="http://www.gohacking.com/products/anti-spywares" target="_blank"&gt;NoAdware&lt;/a&gt;.&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Antilogger can be Handy&lt;/h3&gt;Antiloggers are programs that detect the presence of keyloggers on a given computer. Over past few years, I have tested a lot of anti-logging programs and have found &lt;a href="http://www.zemana.com/" rel="nofollow" target="_blank"&gt;Zemana Antilogger&lt;/a&gt;&amp;nbsp;as the best antilogger.&lt;br /&gt;&lt;strong&gt;Zemana &lt;/strong&gt;&lt;br /&gt;Normally a keylogger can be easily detected by a Good Antivirus program, but hackers use some methods such as hexing, binding, crypting&amp;nbsp;and similar techniques&amp;nbsp;to make it harder to be detected by antivirus programs. In this case Zemana Antilogger comes handy as the program is specially developed to protect your system against harmful keyloggers.&lt;br /&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Online Scanning&lt;/h3&gt;When ever you receive a suspicious file,&amp;nbsp;you scan it with online scanners such as &lt;strong&gt;&lt;a href="http://scanner2.novirusthanks.org/" rel="nofollow" target="_blank"&gt;Multi engine antivirus scanner&lt;/a&gt;&lt;/strong&gt; which scans your file with 24 antivirus engines and reports it back to you if the file is recognized as a virus or spyware. This ensures that none of the malicious programs can escape from being detected as there are 24 different antivirus engines are&amp;nbsp;involved in the scanning process.&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Sandboxie&lt;/h3&gt;&lt;a href="http://www.sandboxie.com/" rel="nofollow" target="_blank"&gt;Sandboxie&lt;/a&gt; is another great program to help you protect your computer against harmful keyloggers and spywares. Sandboxie runs your computer in an isolated space which prevents your program from making permanent changes to other programs in your computer.&lt;br /&gt;When ever you receive a file&amp;nbsp;that looks suspicious, just run the program with Sandboxie so even if it is a keylogger or any other virus it will not make permanent changes to your computer system.&lt;br /&gt;&lt;br /&gt;To run a program in Sandboxie follow the steps as&amp;nbsp;mentioned below:&lt;br /&gt;&lt;strong&gt;1. &lt;/strong&gt;Open sandboxie and&amp;nbsp;click on &lt;strong&gt;sandbox&lt;/strong&gt; menu&amp;nbsp;on the top&lt;br /&gt;&lt;strong&gt;2. &lt;/strong&gt;Now goto &lt;strong&gt;Default sandbox&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;3.&lt;/strong&gt; Then click on &lt;strong&gt;run any program&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;4. &lt;/strong&gt;Now select the file you wish to run in sandboxie and click open&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;h3&gt;Keyscrambler&lt;/h3&gt;&lt;a href="http://www.qfxsoftware.com/" rel="nofollow" target="_blank"&gt;Keyscrambler&lt;/a&gt; is one of the best protection against keyloggers that you can have, Keyscrambler is a small program which encrypts your typed keystrokes so even if the victim has installed a keylogger on your system, he or she will get encrypted keys. Keyscrambler currently supports Firefox, Internet explorer and other applications, however its premium version supports more than 160 applications.&lt;br /&gt;Hope you liked my post! Pass the comments.&lt;br /&gt;&lt;div&gt;This is a guest post by Rafay baloch who is an 18 year Computer engineering student, Ethical hacker, Tech blogger and an Internet marketer, He blogs at his blog &lt;a href="http://www.rafayhackingarticles.blogspot.com/" target="_blank"&gt;Learn How to Hack&lt;/a&gt; and he is the writer of the book "&lt;a href="http://www.hacking-book.com/" target="_blank"&gt;A Beginners Guide To Ethical Hacking&lt;/a&gt;"&lt;/div&gt;&lt;img alt="" src="http://www.gohacking.com/?ak_action=api_record_view&amp;amp;id=3683&amp;amp;type=feed" /&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-6290381922757742467?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/6290381922757742467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/how-to-protect-your-computer-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6290381922757742467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/6290381922757742467'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/how-to-protect-your-computer-from.html' title='How to Protect Your Computer from Keyloggers'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-2562988467345103262</id><published>2010-10-26T00:19:00.001-07:00</published><updated>2010-10-26T00:19:27.051-07:00</updated><title type='text'>Talent versus Attitude</title><content type='html'>&lt;div dir="ltr"&gt;&lt;span class="Apple-style-span" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 18px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Everybody today look at sportstars, musicians, artists etc and say - Wow! what an amazing talent, I wish i could possess that kind of talent. People often confuse themselves with the thought that excellence is all about talent. However, excellence is not about talent alone. In fact a major portion of excellence has nothing to do with talent. Beyond a certain point, talent or ability is the most useless virtue to possess. It is what you do with that talent that counts. Beyond a point, it is attitude that counts way more than talent.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;It has been observed that even the most talented people in this world have not been able to achieve what they were supposed to achieve. This is because the moment they faced a road block, did not know what to do. Earlier it was talent that solved problems for them. But beyond a certain point when you reach a certain level, it is your attitude that counts. Once an individual is in the top league, the importance of talent fades away. This is because, others present in the top league possess the same talent. So whats the difference? The difference here is Attitude. An individual succeeds when he/she has the right attitude, the right work ethic and of course the passion to perform. Talent might open the first door, might open the second door, but will not open the last door. So to achieve anything in life, it is very important to have the right attitude and passion to do well. &lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;&lt;br&gt;  &lt;/font&gt;&lt;/p&gt;&lt;/span&gt;&lt;div dir="ltr"&gt;&lt;font class="Apple-style-span" face="&amp;#39;trebuchet ms&amp;#39;, sans-serif"&gt;Best Wishes &amp;amp; Regards, &lt;br&gt;&lt;br&gt;Ganesh :-)&lt;br&gt;&lt;br&gt;"Winning doesn't always mean being first, winning means you are doing better&lt;br&gt;  than you have done before!"&lt;br&gt;&lt;br&gt;&lt;a href="http://ganeshghube.wordpress.com/" target="_blank"&gt;http://ganeshghube.wordpress.com/&lt;/a&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8195510543352096820-2562988467345103262?l=ganeshghube.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ganeshghube.blogspot.com/feeds/2562988467345103262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/talent-versus-attitude.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2562988467345103262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8195510543352096820/posts/default/2562988467345103262'/><link rel='alternate' type='text/html' href='http://ganeshghube.blogspot.com/2010/10/talent-versus-attitude.html' title='Talent versus Attitude'/><author><name>ganesh</name><uri>http://www.blogger.com/profile/07925215153686391645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_qYiABZnBQ-0/S7AymhyxWbI/AAAAAAAAA4I/cq5JakxT-Hc/S220/bigtux.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8195510543352096820.post-719886138729048841</id><published>2010-10-25T21:47:00.000-07:00</published><updated>2010-10-25T21:48:02.722-07:00</updated><title type='text'>Microsoft Step-by-Step Guide to Remote OS Installation</title><content type='html'>&lt;div dir="ltr"&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;One of the most challenging and costly functions performed by IT staff today is deploying a new operating system to client computers on a network. The Windows® 2000 operating system Remote OS Installation feature was created to meet this need to deploy an operating system throughout an enterprise network without having to physically attend to each client computer. The Remote Installation Services (RIS) takes advantage of the new Dynamic Host Configuration Protocol (DHCP)-based remote boot technology to assist IT staff with deploying Windows 2000 Professional remotely—reducing and, in some cases, eliminating the need to visit the desktop. This document outlines the steps necessary to install, configure, and use RIS.&lt;/font&gt;&lt;/p&gt;  &lt;h5 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;On This Page&lt;/span&gt;&lt;/font&gt;&lt;/h5&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ENAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ENAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Introduction&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EMAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EMAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Installing the Windows 2000 Remote Installation Services&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ELAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ELAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Authoring RIS within the Active Directory&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EKAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EKAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Setting Required User Permissions&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EJAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EJAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Installing Client Computers Using Remote Installation&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EIAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EIAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Configuring Remote Installation Services&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EHAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EHAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Client Installation Options&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EGAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EGAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Remote Installation Preparation Wizard (RIPrep)&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EFAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EFAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Remote Installation Boot Disk Option&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EEAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EEAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Remote Boot ROM PXE Architecture&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EDAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EDAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Conclusion&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ECAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#ECAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Appendix A: Remote Installation Server and Workstation Hardware Requirements&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EBAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EBAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Appendix B: Frequently Asked Questions&lt;/a&gt; &lt;br&gt;  &lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EAAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#EAAA" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Related Links&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/p&gt;&lt;h3 id="ENAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Introduction&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Remote Installation Services (RIS) ships as part of the Windows® 2000 Server operating system. This document outlines the steps necessary to install, configure, and use RIS.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;RIS was designed to reduce the costs incurred by pre-installing or physically visiting each client computer to install the operating system (OS). By combining RIS with other Windows 2000 IntelliMirror™ management technologies features—User Data Management, Software Installation and Maintenance, and User Settings Management—companies benefit from better disaster recovery with easier OS and application management.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Prerequisites&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;See Appendix A below to ensure that both your server and client hardware meet the remote installation hardware requirements.&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The drive on the server where you choose to install RIS must be formatted with the NTFS file system. RIS requires a significant amount of disk space and cannot be installed on the same drive or partition on which Windows 2000 Server is installed. Ensure that the chosen drive contains enough free disk space for at least one full Windows 2000 Professional compact disc—a minimum of approximately 800 megabytes (MB)–1 gigabyte (GB).&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;RIS requires several other services that also ship as part of Windows 2000 Server. These services can be installed on individual servers, or all on a single server, depending on your network design:&lt;/font&gt;&lt;/p&gt;  &lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Domain Name Service (DNS) Server&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. Remote installation relies on DNS for locating the directory service and client machine accounts. You can use any Windows 2000 Active Directory&lt;span class="sup" style="vertical-align: super; "&gt;TM&lt;/span&gt; service-compliant DNS server, or you can use the DNS server provided with Windows 2000 Server.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Dynamic Host Configuration Protocol (DHCP) Server&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. RIS requires a DHCP server to be present and active on the network. The remote boot-enabled client computers receive an IP address from the DHCP server before contacting RIS.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Active Directory&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. RIS relies on Windows 2000 Active Directory for locating existing client machines as well as existing RIS servers. RIS must be installed on a Windows 2000-based server that has access to Active Directory. This can be a domain controller or a server that is a member of a domain with access to the Active Directory.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;To ensure a successful installation, you must install and configure the additional services described above in order for RIS to function. In addition, make sure that you have both the Windows 2000 Server and Professional CDs available.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Before beginning this step-by-step guide, you need to build the common infrastructure, which specifies a particular hardware and software configuration. The common infrastructure is covered in the Common Infrastructure step-by-step guide, &amp;quot;Part 1: Installing a Windows 2000 Server as a Domain Controller&amp;quot;&lt;a id="ctl00_MTCS_main_ctl01" href="http://www.microsoft.com/windows2000/techinfo/planning/server/serversteps.asp" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;http://www.microsoft.com/windows2000/techinfo/planning/server/serversteps.asp&lt;/a&gt;. If you are not using the common infrastructure, you need to make the appropriate changes to this instruction set.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Although not required, we also recommend reading and performing the exercises available in the Step-by-Step Guide to Understanding the Group Policy Feature Set. It addresses how Group Policy works and can be applied in the context of remote installations.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Prerequisites for Client Installations&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Ensure that the client computer&amp;#39;s network card has been set as the primary boot device within the system BIOS. When the client computer boots and is configured with the network card as the primary boot device, it requests a network service boot from the remote installation server on the network. Once contacted, the RIS server prompts users to press the &lt;strong&gt;F12 &lt;/strong&gt;key to download the Client Installation wizard. Users should be instructed to press &lt;strong&gt;F12 &lt;/strong&gt;only if prompted, and only if they need a new OS installation or access to maintenance and troubleshooting tools. Once the OS has been installed via RIS, the user can ignore the request to press &lt;strong&gt;F12&lt;/strong&gt;during future client computer reboots. If using the RIS boot floppy disk, simply insert the boot floppy into the drive and start the client computer. The computer boots from the floppy disk, and the user is requested to press &lt;strong&gt;F12 &lt;/strong&gt;to initiate the network service boot. When the RIS boot floppy disk is used, the user must remove the boot floppy at some point after pressing &lt;strong&gt;F12 &lt;/strong&gt;and before the text mode portion of setup completes.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; Compaq computer systems provide the ability to press the &lt;strong&gt;F12 &lt;/strong&gt;key during power up on PC98 or Net PC-based systems. In this case, the user is required to press &lt;strong&gt;F12 &lt;/strong&gt;on the Compaq Splash screen, and then press &lt;strong&gt;F12 &lt;/strong&gt;again when prompted by the RIS server.&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="EMAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Installing the Windows 2000 Remote Installation Services&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The following instructions help you install, configure, and use the Windows 2000 Remote Installation Services.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Install Remote Installation Services&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;On a Windows 2000 Server, click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Settings&lt;/strong&gt;, and click &lt;strong&gt;Control Panel&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Double-click &lt;strong&gt;Add/Remote Programs&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Double-click &lt;strong&gt;Add/Remove Windows Components&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Scroll down and select Remote Installation Services and Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Insert the Windows 2000 Server CD-ROM into the CD drive and click &lt;strong&gt;OK&lt;/strong&gt; . The necessary files are copied to the server.&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; After the CD is entered, a dialog box asks if you want to upgrade to the operating system. Click No and exit this screen.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Finish &lt;/strong&gt;to end the wizard.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;You are prompted to restart your computer. Click &lt;strong&gt;Yes&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;When the server is done rebooting, logon as a local administrator.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;To set up Remote Installation Services&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, click &lt;strong&gt;Run, &lt;/strong&gt;and type &lt;strong&gt;RISetup.exe&lt;/strong&gt;. This starts the Remote Installation Services (RIS) Setup wizard.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The Welcome screen appears, indicating some of the requirements to successfully install RIS. Click &lt;strong&gt;Next.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The next screen prompts you to enter the server drive and directory where you would like to install the RIS files. The default drive and directory will be the largest non-system, non-boot, NTFS-formatted drive. In our example, this would be &lt;strong&gt;E:\RemoteInstall&lt;/strong&gt;. Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; The drive on which you choose to install RIS must be formatted with the NTFS file system. RIS requires a significant amount of disk space and cannot be installed on the same drive or partition on which Windows 2000 Server is installed. Ensure that the chosen drive contains enough free disk space for at least one full Windows 2000 Professional compact disc —a minimum of approximately 800 MB–1GB.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The setup wizard prompts you to either enable RIS at the end of setup, or disable the service to allow modification of specific server options before servicing client computers. These options are:&lt;/font&gt;&lt;/p&gt;  &lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; margin-top: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Respond to clients requesting service&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. This option controls whether this RIS server responds to client computers requesting service at the end of setup. If this option is checked, the server will respond to clients and provide them with OS installation options. If unchecked, this RIS server will not respond to clients requesting service.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Do not respond to unknown client computers&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. This option controls whether this server responds to unknown client computers requesting a remote installation server. A client computer is known if a managed computer account object exists for it within Active Directory. This allows the administrator to offer only authorized—that is, pre-staged within the Active Directory—computers the OS installation options from this RIS server. This setting also provides support for multiple Remote Boot or Install servers from different vendors on one physical network. For example, if another vendor&amp;#39;s remote install/boot server exists on the same network as the RIS server, you cannot control which server answers the client computer&amp;#39;s request. Setting this option and pre-staging client computers ensures that this RIS server will service only pre-staged client computers.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;For the purpose of this guide, select Respond to client computers requesting service and click Next.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The setup wizard prompts you for the location of the Windows 2000 Professional installation files. RIS supports the remote installation of Windows 2000 Professional only. Insert the Windows 2000 Professional CD into the server&amp;#39;s CD drive and type the drive letter containing the CD (or browse to a network share that contains the installation source files). Click Next.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The wizard prompts you to enter the directory name that will contain the workstation files on the RIS server. This directory is created beneath the directory specified in Step 3 above. The directory name should reflect its contents—for example, &lt;em&gt;Win2000.pro&lt;/em&gt;. Click Next to accept the default name of &lt;a href="http://win2000.pro"&gt;win2000.pro&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;You are prompted for a friendly description and help text that describes this OS image. The friendly description and help text is displayed to users or IT staff during the client installation wizard (OSChooser) at initial startup on a remote client. For example, if this workstation OS will be tailored to sales staff, then a friendly description might be &amp;quot;Windows 2000 Professional for Sales Staff.&amp;quot; The help text is displayed when the user selects the description within the Client Installation wizard. Make sure you provide clear help text to your users, to ensure that they choose the correct OS option at installation time. For this exercise, click Next to accept the default name of Microsoft Windows 2000 Professional.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;At this point, you are presented with a summary screen indicating the choices you have made. Click Finish to confirm your choices. Once the installation wizard completes, you are ready to either service client computers, or additionally configure the RIS settings.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Wait while the wizard installs the service and settings you have selected. This takes several minutes. When it is finished, a screen appears as in Figure 1 below:&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Figure 1: Completed RIS installation." src="http://i.technet.microsoft.com/Bb742378.remote01(en-us,TechNet.10).gif"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 1: Completed RIS installation.&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Done&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Now that RIS is successfully installed, you must authorize the RIS server within Active Directory. If you do not authorize the RIS server, it will fail to service client computers requesting a network service boot. The next section outlines these steps.&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="ELAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Authoring RIS within the Active Directory&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;RIS allows you to control which RIS servers can service client computers on the network. For a RIS server to operate, it must first be authorized within Active Directory. If the RIS server is not authorized within Active Directory, client computers requesting service will not be able to contact the RIS server and will not be answered.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;To authorize a RIS server within Active Directory, you must be logged on as an enterprise administrator or a domain administrator of the root domain. You can complete the following steps on any domain controller, member server of the domain, or a Windows 2000 Professional workstation that has installed the Administrator Tools Package containing the DHCP Server Management snap-in. This guide performs the authorization on a domain controller: specifically, the domain controller that would have been created by running Part I of the Common Infrastructure step-by-step guide.&lt;/font&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Programs&lt;/strong&gt;, point to &lt;strong&gt;Administrative Tools &lt;/strong&gt;and click &lt;strong&gt;DHCP&lt;/strong&gt;. The following snap-in appears as in Figure 2 below:&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a id="ctl00_MTCS_main_ctl03" href="http://technet.microsoft.com/en-us/library/Bb742378.remote02_big(en-us,TechNet.10).gif" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Bb742378.remote02(en-us,TechNet.10).gif" src="http://i.technet.microsoft.com/Bb742378.remote02(en-us,TechNet.10).gif" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 2: DHCP Snap-In&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Right-click &lt;strong&gt;DHCP &lt;/strong&gt;in the upper-left corner of the DHCP screen, and select &lt;strong&gt;&amp;gt; Manage Authorized Servers&lt;/strong&gt;. If your server is not already listed, click&lt;strong&gt;Authorize, &lt;/strong&gt;and enter the IP address of the RIS server. Click &lt;strong&gt;&amp;gt; Yes &lt;/strong&gt;when prompted to verify that the address is correct.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;At this point, your RIS server is authorized within Active Directory and is now able to respond to client computers requesting service.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; If you authorize the RIS server on a non-domain controller computer, follow these steps to install the Administrator Tools Package: Click &lt;strong&gt;Start&lt;/strong&gt;, click &lt;strong&gt;Run&lt;/strong&gt;, and type &lt;strong&gt;adminpak.msi &lt;/strong&gt;on a Server system. From a Professional based system, execute adminpak.msi from the Windows 2000 Server CD.&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="EKAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Setting Required User Permissions&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt; &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;If users are allowed to use RIS to install their own client computers, the administrator must ensure that those users have been granted the correct permissions for creating machine accounts within the domain. The permissions granted using the steps below will allow users to create computer accounts anywhere in the domain.&lt;/font&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Programs&lt;/strong&gt;, point to &lt;strong&gt;Administrative Tools&lt;/strong&gt;, and click &lt;strong&gt;Active Directory Users and Computers&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Right-click the &lt;strong&gt;Domain Name &lt;/strong&gt;(Reskit.com) at the top of the snap-in, and click the &lt;strong&gt;Delegate Control &lt;/strong&gt;option.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;A wizard starts. Click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Add &lt;/strong&gt;to add users who are allowed to install their own computers using Remote OS Installation.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;For the purpose of this guide, highlight &lt;strong&gt;Everyone &lt;/strong&gt;and click &lt;strong&gt;Add&lt;/strong&gt;. Click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Next &lt;/strong&gt;to continue.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Check the &lt;strong&gt;Join a Computer to the Domain &lt;/strong&gt;option, and click &lt;strong&gt;Next.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Finish&lt;/strong&gt;. Users can now create computer account objects during the OS installation using the RIS service.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;You can now either use the default RIS settings and immediately begin servicing client computers, or you can make changes to the RIS settings first. In either case, review the section titled &amp;quot;Prerequisites for Client Installations&amp;quot; above before servicing the first client computer.&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="EJAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Installing Client Computers Using Remote Installation&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;This section describes the steps required to successfully install Windows 2000 Professional on a Net PC, a Managed PC (PC 98 compliant system), or a PC that contains a network card supported by the remote installation boot floppy. To ensure a successful client installation, complete all prerequisites listed at the beginning of this document.&lt;/font&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Reboot your client machine from either the remote floppy or the PXE boot ROM. When prompted, press the &lt;strong&gt;F12 &lt;/strong&gt;key to start the download of the client installation wizard.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Press &lt;strong&gt;Enter &lt;/strong&gt;at the welcome screen.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;For the user name, type &lt;strong&gt;Jon Grande &lt;/strong&gt;(this user is created using the Common Infrastructure step-by-step guide discussed in the Prerequisites Section above.) Press the &lt;strong&gt;Tab &lt;/strong&gt;key twice. For this instruction set, the password is left blank and the domain name should be entered as &lt;strong&gt;&lt;a href="http://reskit.com"&gt;reskit.com&lt;/a&gt;&lt;/strong&gt;. Press &lt;strong&gt;Enter &lt;/strong&gt;to continue.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;You will get a warning message that all data on the client machine hard drive will be deleted. To continue, press &lt;strong&gt;Enter&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;A computer account and a global unique ID for this workstation are displayed. Press &lt;strong&gt;Enter &lt;/strong&gt;to begin Setup. The Windows 2000 Setup program begins.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;If prompted, type the &lt;strong&gt;Product Key &lt;/strong&gt;(found on the back of the Windows 2000 Professional CD case) and click &lt;strong&gt;&amp;gt; Next&lt;/strong&gt;. (&lt;strong&gt;Note:&lt;/strong&gt; This step can be avoided by specifying the product key in the .sif file; see Windows 2000 Online Help for assistance in making this change to the .sif file.)&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;After the installation is complete, the user is prompted to log on to the network with an existing user account, password, and logon domain.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;At this point, you have successfully configured and installed a remote operating system using RIS. See below for additional information on configuration options.&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="EIAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Configuring Remote Installation Services&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;This section outlines the specific RIS configuration options that can be configured. If desired, these optional steps should be performed using the Active Directory Users and Computer snap-in on the RIS server.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; Although not covered in this guide, you can administer the majority of the RIS configuration settings from a Windows 2000 Professional client. To administer a RIS server from a Windows 2000 Professional client, install the Administrator Tools package AdminPak.msi that ships as part of the Windows 2000 Server CD. The Administrator Tools package can be deployed or installed from the &amp;lt;Windir&amp;gt;\System32 directory on the server.&lt;/font&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Programs&lt;/strong&gt;, point to &lt;strong&gt;Administrative Tools&lt;/strong&gt;, and click &lt;strong&gt;Active Directory Users and Computers&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;You are presented with your Active Directory tree as in Figure 3 below:&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a id="ctl00_MTCS_main_ctl05" href="http://technet.microsoft.com/en-us/library/Bb742378.remote03_big(en-us,TechNet.10).gif" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Bb742378.remote03(en-us,TechNet.10).gif" src="http://i.technet.microsoft.com/Bb742378.remote03(en-us,TechNet.10).gif" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 3: Active Directory Users and Computers Snap-In&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;There are two areas of administration concerning the configuration of the RIS server settings:&lt;/font&gt;&lt;/p&gt;&lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; margin-top: 15px; "&gt;  &lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Remote installation server properties, which allow you to determine how this RIS server responds to client computers that request service.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Advanced settings, which provide additional flexibility regarding the ways in which client computers are installed.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Locate your RIS server computer object within the Active Directory Users and Computers snap-in. Depending on the type of server, domain controller, or member server of a domain, the server&amp;#39;s computer object can be located in the Domain Controller Active Directory container or another container specified by the administrator at install time.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Domain Controllers &lt;/strong&gt;in the left pane.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Right-click &lt;strong&gt;HQ-RES-DC-01 &lt;/strong&gt;in the right pane.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Properties&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click the &lt;strong&gt;Remote Install &lt;/strong&gt;tab. The property page appears as in Figure 4 below :&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Figure 4: RemoteInstall Options" src="http://i.technet.microsoft.com/Bb742378.remote04(en-us,TechNet.10).gif"&gt;&lt;/font&gt;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 4: RemoteInstall Options&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The server options control how this RIS server responds to remote client computers requesting service.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Advanced Settings &lt;/strong&gt;on the RIS server property page.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click the down arrow next to the &lt;strong&gt;Generate client computer names using &lt;/strong&gt;drop-down box as in Figure 5 below.&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Figure 5: Client under Advanced" src="http://i.technet.microsoft.com/Bb742378.remote05(en-us,TechNet.10).gif"&gt;&lt;/font&gt;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 5: Client under Advanced&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The administrator can define the automatic computer naming policy that is used during OS installation to provide the computer with a unique name. The computer name is used to identify the client computer on the network, similar to the older NetBIOS name used in previous versions of the Windows NT® and Windows operating systems.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;This tab also allows you to define a default Active Directory container for client computer account object creation. You can group clients within a specific directory service domain or organizational unit (OU). During OS installation, Windows 2000 setup queries these settings to ensure the client computer is configured according to what the administrator has specified. These are the options:&lt;/font&gt;&lt;/p&gt;  &lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; margin-top: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Default directory service location&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. This option specifies that the computer account object for the client computer will be created in the default Active Directory computer accounts location. The default Active Directory location is set to the &lt;em&gt;Computers &lt;/em&gt;container within the Active Directory. The client computer becomes a member of the same domain as the RIS server installing the client.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Same location as the user setting up the computer&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;.This options pecifies that the client computer account object will be created within the same Active Directory container as the user setting up the machine. For example, if Jon logs on within the Client Installation wizard and his user account currently resides within the &amp;quot;Users&amp;quot; Active Directory container, the client computer account is created within the &amp;quot;Users&amp;quot; container in the Active Directory.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;A specific directory service location&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. This option allows the administrator to set a specific Active Directory container where all client computer account objects installed from this server are created. It is assumed that most administrators will select this option and specify a specific container for all remote installation client computer account objects to be created in.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; If an end user is setting up the client computer, the user must have the appropriate rights to create the computer account within the domain or OU chosen. For more information on giving users computer account creation permissions, please see the RIS online Help.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; In order for all client computers using the RIS feature for OS installation to contain the same settings, all remote installation servers need to be configured in the exact same way. This release does not support replication of OS images or RIS configuration settings between RIS servers.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Specify the desired user name parameters and directory service location and click &lt;strong&gt;Apply&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click the &lt;strong&gt;Images &lt;/strong&gt;tab.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The &lt;strong&gt;Images &lt;/strong&gt;tab is used for managing the client operating system images installed on a RIS server. Its options allow an administrator to add, remove, or modify the properties of an operating system image.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;There are two types of images that can be displayed on the &lt;strong&gt;Images &lt;/strong&gt;tab:&lt;/font&gt;&lt;/p&gt;  &lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; margin-top: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;CD-based&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;.A CD-based image is simply a copy of the Windows 2000 Professional CD. This installs only the base operating system without applications or configuration settings.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Remote Installation Preparation (RIPrep)&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;. RIPrep images are a combination of the OS, locally installed applications, and configuration settings. Many companies standardize on a single type of OS installation across their organization. Administrators can now use RIS to install the base OS, then add corporate standard applications and configure the installation exactly as they want. Once the workstation is configured appropriately, the administrator runs the Remote Installation Preparation Wizard (RIPrep) utility to create that image on an available RIS server. Once the image is replicated on the RIS server, new client computers requesting an OS installation can download the image. For more information on the RIPrep wizard and feature set, please see the section, &amp;quot;Using the Remote Installation Preparation Wizard&amp;quot; below.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Use the &lt;strong&gt;Add&lt;/strong&gt;option to add a new CD-based OS image or to associate an unattended setup answer file (*.sif) to an existing CD-based image on the RIS server. You can associate a number of unattended setup answer files to a single OS-based CD Image. This allows the administrator to offer users a variety of unattended Windows 2000 installation types, each performing a different type of installation from the same OS image on the RIS server. RIS installs a default unattended setup installation (.sif) file with the default OS image that was added during RIS installation.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; You cannot use the &lt;strong&gt;Add &lt;/strong&gt;option on the Images tab to add an RIPrep image, nor can you use the &lt;strong&gt;Add &lt;/strong&gt;option to associate additional unattended setup answer files to a RIPrep image.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Use the &lt;strong&gt;Remove &lt;/strong&gt;option to remove the unattended setup answer file (*.sif) that is associated with the OS image. Note that this option removes only the .sif file. You should not remove the physical OS image completely until all client computers have upgraded beyond that version. To remove the OS image from the remote installation server, use Windows Explorer to delete the directory and subdirectories containing the image.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Use the &lt;strong&gt;Properties&lt;/strong&gt;option to change the friendly description and help text that describes the operating system image. If you want to change the description of an OS image, click the Image you want to modify and click &lt;strong&gt;Properties&lt;/strong&gt;. The dialog box appears as in Figure 6 below:&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;img alt="Figure 6: Image Properties" src="http://i.technet.microsoft.com/Bb742378.remote06(en-us,TechNet.10).gif"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Figure 6: Image Properties&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;If you replace the existing friendly description and help text with new text, all users of the client installation from that point forward see the new text descriptions. You can also use the &lt;strong&gt;Properties &lt;/strong&gt;option to view specific image attributes, such as OS version, language, and the type of image (CD or RIPrep).&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Cancel &lt;/strong&gt;to make no changes.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click the &lt;strong&gt;Tools &lt;/strong&gt;tab if you wish to view its options.&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The &lt;strong&gt;Tools &lt;/strong&gt;tab is available for independent software vendors (ISVs) or original equipment manufacturers (OEMs) that would like to use their pre-boot tools with RIS. ISVs or OEMs need to provide an external setup program that adds their respective tool to the \RemoteInstall directory tree. Once added, the tool shows up on the &lt;strong&gt;Tools &lt;/strong&gt;tab and is available to administrators and users of the Client Installation wizard.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The &lt;strong&gt;Tools &lt;/strong&gt;option also allows ISVs or OEMs to provide pre-OS installation maintenance and troubleshooting tools to administrators, IT staff, or users. This provides administrators with an easy way to update client computer systems, such as the system BIOS.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;After making the desired changes, close Active Directory snap-in.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742378.aspx#mainSection" style="text-decoration: none; color: rgb(0, 51, 204); "&gt;Top of page&lt;/a&gt; &lt;br&gt;  &lt;/font&gt;&lt;/div&gt;&lt;h3 id="EHAA" style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Client Installation Options&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;There are four installation options that you can choose to present to a user of the Client Installation wizard. These options are:&lt;/font&gt;&lt;/p&gt;&lt;ul style="line-height: 15px; list-style-position: outside; list-style-type: disc; margin-bottom: 15px; "&gt;  &lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Automatic setup&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Custom setup&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Restart a previous setup attempt&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; list-style-image: url(http://i3.technet.microsoft.com/Platform/MasterPages/Library/b.gif); "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Maintenance and troubleshooting&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The installation options available to any given user are determined by the specific Remote Installation Services Group Policy settings. For example, you can choose to provide all members of the Help Desk Security group access to all of the installation options, yet restrict general network users to the Automaticsetupand Maintenance and troubleshootingoptions. This prevents user confusion and helps guide the user to the correct choices for OS installation. By default, users are given the right to automatic setup only.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Automatic Setup&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The Automatic setup option is the default installation option enabled for all users of the Client Installation wizard. If this is the only installation option available to a user, when the user logs on within the Client Installation wizard, the automatic setup option is not displayed. Instead, the Client Installation wizard jumps directly to the OS images selection screen. If there is only one OS image offered, the user simply logs on within the Client Installation wizard and is asked to confirm the installation. If more than one OS image is available for installation, the user has a choice of which OS to install. Note that you can configure the RIS server to limit the OS images the user can see. For more information on restricting OS image access, see the section &amp;quot;Restricting OS Image Options&amp;quot; below.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;By using an unattended installation setup answer file (*.sif), you can create several unattended OS installations that are associated with one CD-based OS image on the remote installation server. You can customize which items are installed, as well as how the specific OS options are configured during OS install.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;For example, you can choose to create a specific OS unattended setup answer file (*.sif) that installs the TCP/IP protocol, sets the display resolution to 800 x 600, and sets a specific company or department name. You can provide a friendly description for this OS image that the user can relate to, such as &lt;strong&gt;Windows 2000 Professional for Sales Staff. &lt;/strong&gt;The friendly description is configurable after the initial posting of the workstation OS image on the RIS server (see the preceding section on configuring options on the RIS server). When a user logs on, a list of OS installation images is displayed for the user to choose from.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;When the user selects one of the operating system images, a message displays stating that an operating system is about to be installed on this computer, and that the operating system requires the local hard disk to be repartitioned and formatted, thus erasing all data that currently resides on the disk.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; An administrator can edit the &amp;quot;Caution.osc&amp;quot; screen using the Notepad.exe program to provide a friendly message regarding the repartition and format of the local hard disk.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Custom Setup&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;The &lt;strong&gt;Custom &lt;/strong&gt;setup option allows you to override the automatic computer name assignment, as well as the computer account creation mechanism. You are prompted to manually enter a computer name or the Active Directory location where the computer account should be created.&lt;/font&gt;&lt;/p&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Note:&lt;/font&gt;&lt;/strong&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt; The &lt;strong&gt;Custom &lt;/strong&gt;setup option can also be used to pre-stage a client computer into the Active Directory before delivery of the PC to the end user. Windows 2000 Remote Installation Services do not support fully unattended installations on machines that contain ISA or non Plug and Play aware devices.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Restart a Previous Setup Attempt&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;This option provides the ability to restart a failed setup attempt. If you started to install the OS and for some reason lost your connection to the RIS server, you can reboot the client computer, press &lt;strong&gt;F12 &lt;/strong&gt;when prompted for a network service boot, and choose the &lt;strong&gt;Restart a Previous Setup Attempt&lt;/strong&gt;. This restarts the installation of the previous installation attempt without asking for the computer name or Active Directory location previously entered before the initial failure.&lt;/font&gt;&lt;/p&gt;  &lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Maintenance and Troubleshooting&lt;/font&gt;&lt;/h4&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;This option provides access to third-party ISV and or OEM Pre-OS maintenance and troubleshooting tools.&lt;/font&gt;&lt;/p&gt;&lt;h4 style="font-weight: 700; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Restricting Client Installation Options&lt;/font&gt;&lt;/h4&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;To restrict the client installation options for users of RIS within your organization, apply the appropriate Group Policy settings for the RIS servers on your network.&lt;/font&gt;&lt;/p&gt;  &lt;ol style="line-height: 15px; list-style-type: decimal; margin-bottom: 15px; "&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Programs&lt;/strong&gt;, point to &lt;strong&gt;Administrative tools&lt;/strong&gt;, and click &lt;strong&gt;Active Directory Users and Computers&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Locate the Active Directory container where you would like the RIS policy settings to be set. By default, the RIS policy settings are applied within the &lt;strong&gt;Default Domain Policy Object, &lt;/strong&gt;which is located at the root of your domain.&lt;/font&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;  &lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Right-click &lt;strong&gt;Reskit.com &lt;/strong&gt;in the left pane, and click the &lt;strong&gt;Properties &lt;/strong&gt;option.&lt;/font&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; margin-left: 0px; "&gt;  &lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;font class="Apple-style-span" face="tahoma, sans-serif"&gt;Click the &lt;strong&gt;Group Policy &lt;/strong&
