<?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-5018158998181662660</id><updated>2012-01-30T23:27:28.897-03:00</updated><category term='Restart Service'/><category term='Script'/><category term='MSCS'/><category term='iLO'/><category term='Vmware Workstation'/><title type='text'>SysAdmin World</title><subtitle type='html'>Accidents never happen in a perfect world</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-7878239027081520517</id><published>2011-05-24T14:13:00.002-03:00</published><updated>2011-05-24T14:18:06.195-03:00</updated><title type='text'>Windows 2003 : Powershell: Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80131522.</title><content type='html'>If after attempting to open Powershell you receive this error, &lt;br /&gt;Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80131522.&lt;br /&gt;&lt;br /&gt;You may have already tried to re-install powershell and it's still failing to open.&lt;br /&gt;&lt;br /&gt;Resolution: &lt;br /&gt;Uninstall Powershell / Repair (in my case used the rapair option) or reinstall .net framework 2.0 / Install Powershell. &lt;br /&gt; &lt;br /&gt;1. Uninstall Powershell.&lt;br /&gt; &lt;br /&gt;STEPS:&lt;br /&gt;I.            Try and reinstall PowerShell by running the install file again, i.e. &lt;br /&gt;WindowsServer2003-KB926139-x86-ENU.exe&lt;br /&gt; &lt;br /&gt;-The uninstall will be listed in Add or Remove Programs as follows:&lt;br /&gt;Windows Server 2003: "Hotfix for Windows Server 2003 (KB926139)"&lt;br /&gt;Windows XP: "Windows PowerShell(TM) 1.0"&lt;br /&gt; &lt;br /&gt;II.            Manually remove the Installation folder(s):&lt;br /&gt; &lt;br /&gt;Windows PowerShell 1.0 uses Package Installer technology for Windows XP-based and &lt;br /&gt;for Windows Server 2003-based installations. The location of the Windows PowerShell &lt;br /&gt;installation folder is not configurable.&lt;br /&gt; &lt;br /&gt;On x86-based versions of Windows, Windows PowerShell 1.0 is installed in the &lt;br /&gt;following folder: &lt;br /&gt; &lt;br /&gt;%windir%\System32\WindowsPowerShell\V1.0&lt;br /&gt; &lt;br /&gt;Note: in this folder, %windir% represents the Windows system folder. Typically, &lt;br /&gt;this folder is C:\Windows.&lt;br /&gt; &lt;br /&gt;By default, both the 32-bit and 64-bit versions of Windows PowerShell are installed &lt;br /&gt;in the following locations on x64-based and Itanium-based versions of Windows:&lt;br /&gt; &lt;br /&gt;The 64-bit version of Windows PowerShell is installed in the following folder: &lt;br /&gt;%windir%\system32\WindowsPowerShell\V1.0 &lt;br /&gt; &lt;br /&gt;The 32-bit version of Windows PowerShell is installed in the following folder: &lt;br /&gt;%windir%\Syswow64\WindowsPowerShell\V1.0 &lt;br /&gt; &lt;br /&gt;Note: in these folders, %windir% represents the Windows system folder. Typically, &lt;br /&gt;this folder is C:\Windows.&lt;br /&gt; &lt;br /&gt;III.            Remove the registry key:&lt;br /&gt; &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;2. Reinstall .Net Framework 2.0 or Repair if not able to reinstall.&lt;br /&gt; &lt;br /&gt;Microsoft .NET Framework, versión 2.0, Redistributable Package (x86) (Paquete redistribuible de Microsoft .NET Framework versión 2.0)&lt;br /&gt;http://www.microsoft.com/downloads/es-es/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;displayLang=es&lt;br /&gt; &lt;br /&gt;How to repair an existing installation of the.NET Framework&lt;br /&gt;http://support.microsoft.com/kb/306160/en-us&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;IV.            Reinstall .NET Framework 2.0&lt;br /&gt; &lt;br /&gt;Note: if you receive an error like the following, then chances are .NET Framework &lt;br /&gt;2.0 is busted:&lt;br /&gt; &lt;br /&gt;An error in updating your system has occurred.&lt;br /&gt;Select 'OK' to undo the changes that have been made.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;V.            Check the Event logs for any errors/warnings with PowerShell and/or &lt;br /&gt;MSIINSTALLER&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;VI.            Confirm that WMI is functioning properly by grabbing a WMIDIAG log:&lt;br /&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d7ba3cd6-18d1-4d05-b11e-4c6&lt;br /&gt;4192ae97d&amp;DisplayLang=en&lt;br /&gt; &lt;br /&gt;VII.            Enable .MSI logging: KB223300 / KB314852&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-7878239027081520517?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/7878239027081520517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2011/05/windows-2003-powershell-internal.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/7878239027081520517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/7878239027081520517'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2011/05/windows-2003-powershell-internal.html' title='Windows 2003 : Powershell: Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80131522.'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5283207899295268647</id><published>2011-04-08T22:41:00.003-03:00</published><updated>2011-04-11T23:21:33.514-03:00</updated><title type='text'>Migrate/Copy CIF Share on EMC Celerra between two filesystems</title><content type='html'>I was doing a robcopy of all the files to be moved. &lt;br /&gt;But there's a faster method, which is still file level based: &lt;br /&gt;https://community.emc.com/message/381096#381096&lt;br /&gt;server_archive server_2 -r -w -J /fs1_casa /fs2_casa&lt;br /&gt;&lt;br /&gt;Tested on the Celerra Simulator, worked like a charm, &lt;br /&gt;Update: tested on my work environment worked fine. &lt;br /&gt;&lt;br /&gt;So next step is to update a network share (CIF Share) to the new path: &lt;br /&gt;The next example will point Shared folder Share1 which is currently pointing to /fs1_casa/Share1 to /fs1_casa/Share10, the netbios option is to mark that server as the only owner of that cif share: &lt;br /&gt;&lt;br /&gt;server_export server_2 -P cifs -n Share1 -option netbios=CIFSERVER1 /fs1_casa/Share10&lt;br /&gt;Worked fine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5283207899295268647?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5283207899295268647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2011/04/migratecopy-cif-share-on-emc-celerra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5283207899295268647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5283207899295268647'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2011/04/migratecopy-cif-share-on-emc-celerra.html' title='Migrate/Copy CIF Share on EMC Celerra between two filesystems'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-7095583064812308733</id><published>2011-02-27T16:57:00.012-03:00</published><updated>2011-04-01T18:47:04.551-03:00</updated><title type='text'>PSEXEC and system Variables</title><content type='html'>If you need to get some system variables remotely but you don't want to copy any file on the remote system (for example because you don't know which is the %systemdrive% there are a courple of ways to do that.&lt;br /&gt;&lt;br /&gt;Psexec doesn't work with system variables on the remote computer, for example if you type psexec \\anothercomputer cmd /c echo %computername% it will echo hostname of from where you are running psexec.&lt;br /&gt;&lt;br /&gt;You might have heard of &lt;a href="http://officewarfare.net/index.php/owexec/"&gt;owexec&lt;/a&gt; it will let you run the command you want using the credentials of a loggedon user on the remote computer.&lt;br /&gt;&lt;br /&gt;But it's not exactly what I needed, I just need to get system variables and without any user being logged on the remote computer. Plus it uses WMI, and that could be a problem if your computer does have a policy not to allow it.&lt;br /&gt;&lt;br /&gt;So it just depends on your imagination:&lt;br /&gt;&lt;br /&gt;psexec \\nodito1 cmd /c  "for /f "TOKENS=2 DELIMS==" %i in ('set ^&amp;#124; find /i "systemdrive"') do @echo %i" &gt; c:\cerdofunciona.txt&lt;br /&gt;psexec \\nodito1 cmd /c  "for /f "TOKENS=2 delims==W" %i in ('set ^&amp;#124; find /i "windir"') do @echo %i" &gt; c:\cerdofuncional.txt&lt;br /&gt;psexec \\nodito1 cmd /c "for /f "TOKENS=* delims==" %i in ('set ^&amp;#124; find /i "computername"') do @echo %i" &gt; c:\edumarcaregistrada.txt&lt;br /&gt;&lt;br /&gt;&lt;a href="http://farm6.static.flickr.com/5217/5483356182_0e2fbd093a_b.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 1024px; height: 263px;" src="http://farm6.static.flickr.com/5217/5483356182_0e2fbd093a_b.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-7095583064812308733?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/7095583064812308733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2011/02/psexec-and-system-variables.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/7095583064812308733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/7095583064812308733'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2011/02/psexec-and-system-variables.html' title='PSEXEC and system Variables'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm6.static.flickr.com/5217/5483356182_0e2fbd093a_t.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-4726792722209139521</id><published>2011-01-31T01:08:00.011-03:00</published><updated>2011-02-06T02:27:00.361-03:00</updated><title type='text'>SDDDSM vs DISK MANAGER&amp;DEVICE MANAGER</title><content type='html'>For some reason (unknown) after the installation of two VSS hotfixes, (KB940349: http://support.microsoft.com/kb/940349&lt;br /&gt;KB951568: http://support.microsoft.com/kb/951568)  all the SAN LUNs (on SVC, using SDDDSM 2.4.0.2 Nov 2009 as multipath software) stopped to appear on the Disk Manager. Although they were visible on the Device Manager. &lt;br /&gt;&lt;br /&gt;System Event log : shows event ID 271&lt;br /&gt;Event Type: Information&lt;br /&gt;Event Source: PlugPlayManager&lt;br /&gt;Event Category: None&lt;br /&gt;Event ID: 271&lt;br /&gt;Date: 01/30/2011&lt;br /&gt;Time: 1:35:54 AM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: MLISINVWPORDBD1&lt;br /&gt;Description:&lt;br /&gt;The Plug and Play operation cannot be completed because a device driver is preventing the device from stopping. The name of the device driver is listed as the vetoing service name below. &lt;br /&gt;&lt;br /&gt;Vetoed device: MPIO\DISK&amp;VEN_IBM&amp;PROD_2145&amp;REV_0000\1&amp;7F6AC24&amp;0&amp;3630303530373638303138453033333230303030303030303030303030343634 &lt;br /&gt;Vetoing device: STORAGE\Volume\1&amp;3735c57b&amp;0&amp;LDM#{5abb1f7e-8a56-11df-b068-806e6f6e6963} &lt;br /&gt;Vetoing service name: FileSystem\Ntfs &lt;br /&gt;Veto type 6: PNP_VetoDevice &lt;br /&gt;&lt;br /&gt;When Windows attempts to install, upgrade, remove, or reconfigure a device, it queries the driver responsible for that device to confirm that the operation can be performed. If any of these drivers denies permission (query-removal veto), then the computer must be restarted in order to complete the operation.&lt;br /&gt;&lt;br /&gt;User Action&lt;br /&gt;Restart your computer.&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;datapath query device worked fine : &lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_R3zzdta8Owo/TUY3HPq2pPI/AAAAAAAAANo/XNRaUy4vHa8/s1600/5.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 182px; height: 200px;" src="http://3.bp.blogspot.com/_R3zzdta8Owo/TUY3HPq2pPI/AAAAAAAAANo/XNRaUy4vHa8/s200/5.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5568198586895082738" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;Tried to uninstall the hotfixes but didn't work. &lt;br /&gt;Tried to update the HBA Drivers but didn't work. &lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;Until we saw the properties of the multipath disk at the device manager: &lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_R3zzdta8Owo/TUY2ifnmkhI/AAAAAAAAANY/53zSeIAaeqQ/s1600/1.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 200px; height: 68px;" src="http://4.bp.blogspot.com/_R3zzdta8Owo/TUY2ifnmkhI/AAAAAAAAANY/53zSeIAaeqQ/s200/1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5568197955521253906" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And this is how it looks on another server that the SAN LUNs were visible at the Disk Management: &lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_R3zzdta8Owo/TUY2zZFmC7I/AAAAAAAAANg/zXC69ytCc0E/s1600/4.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 200px; height: 60px;" src="http://4.bp.blogspot.com/_R3zzdta8Owo/TUY2zZFmC7I/AAAAAAAAANg/zXC69ytCc0E/s200/4.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5568198245825776562" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;strong&gt;SOLUTION: UNINSTALL SDDDSM and INSTALL A NEW VERSION OF SDDDSM.&lt;/strong&gt;&lt;/blockquote&gt; &lt;br /&gt;It worked fine.&lt;br /&gt;&lt;br /&gt;Update: check the version of dmadmin.exe if it's not the one from year 2008 then update it and try again. &lt;br /&gt;The newer version of SDDDSM we installed was 2.4.3&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-4726792722209139521?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/4726792722209139521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2011/01/sdddsm-vs-disk-manager-manager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4726792722209139521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4726792722209139521'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2011/01/sdddsm-vs-disk-manager-manager.html' title='SDDDSM vs DISK MANAGER&amp;DEVICE MANAGER'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_R3zzdta8Owo/TUY3HPq2pPI/AAAAAAAAANo/XNRaUy4vHa8/s72-c/5.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-4729154064941417476</id><published>2011-01-07T02:19:00.005-03:00</published><updated>2011-01-07T02:31:41.544-03:00</updated><title type='text'>Script to get disk configuration - An Alternative to Disk Manager. (faster, easier, logged)</title><content type='html'>Here's a very handy script when you need to capture the Disk Configuration of a server. Let's say you can Dynamic Disks, and you need to know how many LUNs are making a Windows OS Disk. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;REM I stole this code from my good greek friend. I hope he doesn't get angry, anyways I gave him some ideas so he shouldn't :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;&lt;br /&gt;if exist "%systemroot%\system32\diskpart.exe" set dskprt=%systemroot%\system32\diskpart.exe&lt;br /&gt;if "%dskprt%" EQU "" goto END&lt;br /&gt;&lt;br /&gt;echo list disk&gt;dskprt_script.doc&lt;br /&gt;echo list volume&gt;&gt;dskprt_script.doc&lt;br /&gt;&lt;br /&gt;%dskprt% -s dskprt_script.doc&gt;%computername%_diskpart.doc&lt;br /&gt;&lt;br /&gt;set /a cd=0&lt;br /&gt;set /a cv=0&lt;br /&gt;&lt;br /&gt;findstr /c:" Disk " %computername%_diskpart.doc&gt;dskprt_temp.doc&lt;br /&gt;for /f %%a in (dskprt_temp.doc) do (&lt;br /&gt;set /a cd+=1&lt;br /&gt;)&lt;br /&gt;set /a cd=%cd%-2&lt;br /&gt;&lt;br /&gt;findstr /c:" Volume " %computername%_diskpart.doc&gt;dskprt_temp.doc&lt;br /&gt;for /f %%a in (dskprt_temp.doc) do (&lt;br /&gt;set /a cv+=1&lt;br /&gt;)&lt;br /&gt;set /a cv=%cv%-2&lt;br /&gt;&lt;br /&gt;del dskprt_temp.doc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;del dskprt_script.doc&lt;br /&gt;for /l %%a in (0,1,%cd%) do (&lt;br /&gt;echo select disk %%a&gt;&gt;dskprt_script.doc&lt;br /&gt;echo detail disk&gt;&gt;dskprt_script.doc&lt;br /&gt;)&lt;br /&gt;%dskprt% -s dskprt_script.doc&gt;%computername%_disk.doc&lt;br /&gt;del dskprt_script.doc&lt;br /&gt;for /l %%a in (0,1,%cv%) do (&lt;br /&gt;echo select volume %%a&gt;&gt;dskprt_script.doc&lt;br /&gt;echo detail volume&gt;&gt;dskprt_script.doc&lt;br /&gt;)&lt;br /&gt;%dskprt% -s dskprt_script.doc&gt;%computername%_volume.doc&lt;br /&gt;del dskprt_script.doc&lt;br /&gt;&lt;br /&gt;echo Regards to Bistakis Pig.&lt;br /&gt;pause&lt;br /&gt;&lt;br /&gt;:END &lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Make sure it's working the way you want. &lt;br /&gt;And compare the result logs and running the diskpart commands manually (as some diskpart.exe version did have a bug and it didn't worked correctly using diskpart /script option).&lt;br /&gt;&lt;br /&gt;Alternatives but not as good to get LUNs configuration: &lt;br /&gt;wmic partition list /format:htable &gt;disk.html&lt;br /&gt;wmic logicaldisk list /format:htable &gt;logicaldisk.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-4729154064941417476?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/4729154064941417476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2011/01/script-to-get-disk-configuration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4729154064941417476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4729154064941417476'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2011/01/script-to-get-disk-configuration.html' title='Script to get disk configuration - An Alternative to Disk Manager. (faster, easier, logged)'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-6864633084623840450</id><published>2010-08-23T17:52:00.008-03:00</published><updated>2010-08-23T18:15:16.159-03:00</updated><title type='text'>MS Cluster 2008  vs DTC when the computer object has been manually added</title><content type='html'>&lt;br&gt;&lt;br /&gt;&lt;a href="http://lh5.ggpht.com/_R3zzdta8Owo/THLgSkLADvI/AAAAAAAAANA/msLvEhBD3nY/cluster2008.jpg"&gt;&lt;img style="MARGIN: 0px 10px 10px 0px; WIDTH: 480px; FLOAT: left; HEIGHT: 270px; CURSOR: hand" border="0" alt="" src="http://lh5.ggpht.com/_R3zzdta8Owo/THLgSkLADvI/AAAAAAAAANA/msLvEhBD3nY/cluster2008.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Scenario : You have manually added the computer object (for each Cluster node and the cluster virtual name) on an specific OU on the AD.&lt;br /&gt;You may find these error messages while trying to install MS DTC:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;"is already in use in the Active Directory"&lt;br /&gt;"Please work with your domain administrator to ensure that:&lt;br /&gt;The cluster identity 'computername$' can create computer objects. By default all computer objects are created in the 'Computers' container; consult the domain administrator if this location has been changed.&lt;br /&gt;The quota for computer objects has not been reached.&lt;br /&gt;If there is an existing computer object, verify the Cluster Identity 'computername$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool. "&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution: The computer object for the virtual cluster name needs to have full access on the new computer object (for the DTC resource) that you add, in this case for the DTC virtual cluster name.&lt;br /&gt;&lt;br /&gt;Let's say you have&lt;br /&gt;Node1 -&gt;Manually added&lt;br /&gt;Node2 -&gt;Manually added&lt;br /&gt;ClusterX -&gt;Manually added&lt;br /&gt;&lt;br /&gt;And you want to install DTC, for which you need a new cluster name, and you create a new computer object on the AD:&lt;br /&gt;DTC-Cluster -&gt;Manually added&lt;br /&gt;&lt;br /&gt;On the security properties for DTC-Cluster add full permissions to ClusterX computer object.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-6864633084623840450?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/6864633084623840450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/08/ms-cluster-2008-vs-dtc-when-computer.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6864633084623840450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6864633084623840450'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/08/ms-cluster-2008-vs-dtc-when-computer.html' title='MS Cluster 2008  vs DTC when the computer object has been manually added'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_R3zzdta8Owo/THLgSkLADvI/AAAAAAAAANA/msLvEhBD3nY/s72-c/cluster2008.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5575939338885382747</id><published>2010-08-19T18:03:00.012-03:00</published><updated>2010-08-23T06:14:27.849-03:00</updated><title type='text'>Script to verify RPC connectivity and log results</title><content type='html'>This script will check each server on serverlist.txt, then request for a DOMAIN\USERNAME and a Password. Try to connect to each server (net use \\server\IPC$) and log the results results (connect.txt)&lt;br /&gt;&lt;br /&gt;------------------------CHECKER.CMD----------------------------&lt;br /&gt;&lt;br /&gt;@SetLocal EnableDelayedExpansion&lt;br /&gt;echo off&lt;br /&gt;echo Type user : &lt;br /&gt;echo e.g. Global\_nakame&lt;br /&gt;set /p user=&lt;br /&gt;echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5&gt;pass.com&lt;br /&gt; set /p pass=Password for %user%:&amp;lt;nul &lt;br /&gt;for /f "tokens=*" %%i in ('PASS.com') do set pass=%%i&lt;br /&gt;echo Processing...&lt;br /&gt;for /F %%i  in (serverlist.txt) do (&lt;br /&gt;echo %%i&lt;br /&gt;net use \\%%i\ipc$ /U:%user% %pass%&lt;br /&gt;if !ErrorLevel! == 0   (Echo Connected to %%i with %user% user account &gt;&gt;connect.txt) ELSE (Echo Connection Failed for to %%i with %user% &gt;&gt;connect.txt)&lt;br /&gt;)&lt;br /&gt;@endlocal&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------&lt;br /&gt;If you want, you can download it from &lt;a href="http://uploadables.com/download/4154-checker.cmd"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hail to the Pig.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5575939338885382747?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5575939338885382747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/08/script-to-verify-rpc-connectivity-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5575939338885382747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5575939338885382747'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/08/script-to-verify-rpc-connectivity-and.html' title='Script to verify RPC connectivity and log results'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5962508602240735004</id><published>2010-01-27T19:36:00.006-03:00</published><updated>2010-08-20T13:32:05.776-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Script'/><category scheme='http://www.blogger.com/atom/ns#' term='Restart Service'/><title type='text'>Restart a service from the Command line</title><content type='html'>Taken from Robbie Allen webpage : Robust_restart.vbs&lt;br /&gt;(the problem is that it doesn't work because of an underscore "_" before the strSvcName variable. Remove it just as it is listed below.&lt;br /&gt;Of course you can specify the strComputer(server name) and strSvcName (service shortname, for e.g. Audiosrv and not "windows audio" cause it won't work in the other way).&lt;br /&gt;&lt;br /&gt;Restart.vbs&lt;br /&gt;----------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;strService = "spooler" &lt;br /&gt;strComputer = "." &lt;br /&gt;&lt;br /&gt;WScript.Echo "Restarting " &amp; strService &amp; "..." &lt;br /&gt;&lt;br /&gt;' Stop dependent services &lt;br /&gt;Set objWMI = GetObject("winmgmts:\\" &amp; strComputer &amp; "\root\cimv2") &lt;br /&gt;Set objServiceList = objWMI.ExecQuery("Associators of " _ &lt;br /&gt;&amp; "{Win32_Service.Name='" &amp; strService &amp; "'} Where " _ &lt;br /&gt;&amp; "AssocClass=Win32_DependentService " &amp; "Role=Antecedent" ) &lt;br /&gt;For Each objService In objServiceList &lt;br /&gt;WScript.Echo " Stopping " &amp; objService.Name &lt;br /&gt;objService.StopService() &lt;br /&gt;Next &lt;br /&gt;WScript.Sleep 10000 ' Pause to allow services to stop &lt;br /&gt;' Stop target service &lt;br /&gt;Set objService = objWMI.Get("Win32_Service.Name='" &amp; strService &amp; "'") &lt;br /&gt;WScript.Echo " Stopping " &amp; objService.Name &lt;br /&gt;objService.StopService() &lt;br /&gt;WScript.Sleep 10000 ' Pause to allow service to stop &lt;br /&gt;&lt;br /&gt;' Start target service &lt;br /&gt;Set objService = objWMI.Get("Win32_Service.Name='" &amp; strService &amp; "'") &lt;br /&gt;WScript.Echo " Starting " &amp; objService.Name &lt;br /&gt;objService.StartService() &lt;br /&gt;WScript.Sleep 10000 ' Pause to allow service to start &lt;br /&gt;&lt;br /&gt;' Start dependent services &lt;br /&gt;Set objServiceList = objWMI.ExecQuery("Associators of " _ &lt;br /&gt;&amp; "{Win32_Service.Name='" &amp; strService &amp; "'} Where " _ &lt;br /&gt;&amp; "AssocClass=Win32_DependentService " &amp; "Role=Antecedent" ) &lt;br /&gt;For Each objService In objServiceList &lt;br /&gt;WScript.Echo " Starting " &amp; objService.Name &lt;br /&gt;objService.StartService() &lt;br /&gt;Next &lt;br /&gt;WScript.Echo "The script has completed successfully."&lt;br /&gt;----------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;To be run from a command line/script&lt;br /&gt;Just type : cscript restart.vbs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What's the difference with this and doing a net stop service /y &amp;amp; net start service?&lt;br /&gt;The difference is that if you have dependant services they will not start.&lt;br /&gt;While using this script, it will start any dependant service as well as the requested service but it's not perfect. It will fail to tell the truth if a dependant service doesn't start. I would use sc.exe to query the service state after the restart script finished.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5962508602240735004?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5962508602240735004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/restart-service-from-command-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5962508602240735004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5962508602240735004'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/restart-service-from-command-line.html' title='Restart a service from the Command line'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-6913474652735843999</id><published>2010-01-26T18:31:00.004-03:00</published><updated>2010-01-26T18:44:54.866-03:00</updated><title type='text'>Drag 'n Drop / Copy Paste not working among other GUI problems - SOLVED</title><content type='html'>I had this problem on a server an someone asked me try to resolve it before doing a fresh installation.&lt;br /&gt;&lt;br /&gt;Windows 2000 / Windows 2003&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Sympthoms :&lt;/span&gt; &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;When you Control-C (copy) files,text,images,anything / Control-V (paste), nothing ocurrs&lt;br /&gt;&lt;br /&gt;When you click Web page hyperlinks that are supposed to open in a new window, nothing occurs.&lt;br /&gt;&lt;br /&gt;When you right-click a hyperlink on a Web page and then click Open in New Window, nothing occurs.&lt;br /&gt;&lt;br /&gt;When you click a hyperlink in Microsoft Outlook or in Microsoft Outlook Express, the hyperlink does not work.&lt;br /&gt;&lt;br /&gt;When you try to drag an item to the Start menu or to any folder on the system, the pointer changes to a circle that has a slash through it, and you cannot drop anything.&lt;br /&gt;&lt;br /&gt;When you click Find (on This Page) on the Edit menu in Microsoft Internet Explorer, the operation may not work or may work only one time.&lt;br /&gt;&lt;br /&gt;When you click Start, click Search, type all or part of a file name in the All or part of file name text box, and then click Search, nothing occurs.&lt;br /&gt;&lt;br /&gt;When you click Start, click Search, click Other Search Options, and then click Search the Internet, nothing occurs.&lt;br /&gt;&lt;br /&gt;When you try to start Microsoft Office Assistant, you receive the following error message:&lt;br /&gt;Problem occurred using Office Assistant, Do you want to reinstall it?&lt;br /&gt;&lt;br /&gt;When you try to drag a file from Microsoft Outlook 2000 or from Microsoft Office Outlook 2003 to a folder, you receive the following error message:&lt;br /&gt;Cannot create another system semaphore.&lt;br /&gt;&lt;br /&gt;You cannot print from Internet Explorer.&lt;br /&gt;&lt;br /&gt;You cannot print HTML messages in Outlook.&lt;br /&gt;&lt;br /&gt;When you click Start and then click Windows Update, nothing occurs.&lt;br /&gt;&lt;br /&gt;When you try to download an update from the Windows Update Web site in Internet Explorer, Windows Update appears not to function. Although you see the "Preparing to Download" message, the progress indicator does not change&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Yet, if you trying doing these things through a command line without using the GUI it works. So what's the problem : someone messed with the components.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;Solution :&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To work around this issue, locate and then delete the DefaultAccessPermission registry entry. To do this, follow these steps:&lt;br /&gt;Click Start, click Run, type regedit, and then click OK.&lt;br /&gt;Locate and then click the following registry subkey:&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole&lt;br /&gt;In the right pane, right-click DefaultAccessPermission, and then click Delete.&lt;br /&gt;In the Confirm Value Delete dialog box, click Yes.&lt;br /&gt;Exit Registry Editor.&lt;br /&gt;Log off the computer, and then log back on to the computer.&lt;br /&gt;&lt;br /&gt;It took me a while to find the kb/900960/ because they didn't include the copy/paste sympthom.&lt;br /&gt;&lt;br /&gt;Just after those magic steps, the server began to work properly and I didn't have to make the reinstallation (having found the solution on the day previous to the reinstallation, lucky me).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-6913474652735843999?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/6913474652735843999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/drag-n-drop-copy-paste-not-working.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6913474652735843999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6913474652735843999'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/drag-n-drop-copy-paste-not-working.html' title='Drag &apos;n Drop / Copy Paste not working among other GUI problems - SOLVED'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-1640940033389611369</id><published>2010-01-25T23:12:00.004-03:00</published><updated>2010-01-25T23:24:16.554-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MSCS'/><title type='text'>Renaming Cluster nodes</title><content type='html'>Login to server &lt;br /&gt;NodeA to be renamed as Node1&lt;br /&gt;NodeB to be renamed as Node2&lt;br /&gt;&lt;br /&gt;To Begin : ALL RESOURCES SHOULD BE MOVED TO ONE OF THE NODES &lt;br /&gt;1. Click Start – Run – Cluadmin.exe  - Type "." - Enter&lt;br /&gt;2. Confirm all the resources are on one of the node, if that’s not the case migrate resources to NodeA in this way all the resources should be at NodeA.&lt;br /&gt;Continue with the Evict process for NodeB : &lt;br /&gt;&lt;br /&gt;To evict a node from the cluster&lt;br /&gt;1.Close all applications on the node that is to be removed.&lt;br /&gt;2.Open Cluster Administrator.&lt;br /&gt;3.Review the failover policies of the resource groups on the node to be evicted. &lt;br /&gt;4 Move all groups from the node to be evicted to the other node in the cluster. &lt;br /&gt;5.Select the node to be evicted.&lt;br /&gt;6.Stop the Cluster service. That is, on the File menu, click Stop Cluster Service. &lt;br /&gt;7.On the File menu in Cluster Administrator, click Evict Node. &lt;br /&gt;After these Steps the server NodeB is no longer member  of the Cluster. &lt;br /&gt;&lt;br /&gt;Proceed to rename server NodeB to Node2&lt;br /&gt;1. Right-Click on My Computer&lt;br /&gt;2. Click on Properties&lt;br /&gt;3 Select Computer Name &lt;br /&gt;4 Click on Change&lt;br /&gt;5 At the Computer Name space type Node2&lt;br /&gt;This will require a user account with the rights to manage NodeB computer object in order to rename it. &lt;br /&gt;7. Proceed with the requested reboot to complete the rename.  &lt;br /&gt;Confirm that the Computer Name has changed on Active Directory and it’s located at the proper OU&lt;br /&gt;&lt;br /&gt;Adding Node2 to the Cluster &lt;br /&gt;1 On NodeA Click Start – Run – Cluadmin.exe  - Type "." – Enter&lt;br /&gt;2 Right click on the Cluster name – Select New – Node&lt;br /&gt;3 At the Node name type the server name Node2. – Enter&lt;br /&gt;4 Analysis begin – requesting Cluster service account password DOMAIN\serviceaccount&lt;br /&gt;5 Type in the Password – Enter  - Analysis continues. &lt;br /&gt;6 Confirm there is no errors at the analysis check. &lt;br /&gt;7 Click Next – Finish &lt;br /&gt;&lt;br /&gt;Confirm the node Node2 has been added. &lt;br /&gt;Test : : ALL RESOURCES SHOULD BE MOVED TO  Node2. &lt;br /&gt;Confirm all the groups are moved and the applications are working as expected&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Repeat Steps to rename NodeA to Node1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-1640940033389611369?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/1640940033389611369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/renaming-cluster-nodes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1640940033389611369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1640940033389611369'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/renaming-cluster-nodes.html' title='Renaming Cluster nodes'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5168491355857683953</id><published>2010-01-24T00:39:00.021-03:00</published><updated>2010-01-25T03:14:59.772-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MSCS'/><category scheme='http://www.blogger.com/atom/ns#' term='Vmware Workstation'/><title type='text'>Windows 2003 Microsoft Cluster on Vmware Workstation 7 Step by Step</title><content type='html'>To create a MS Cluster I followed this &lt;a href="http://blog.stealthpuppy.com/virtualisation/windows-clustering-in-vmware-workstation-5"&gt;cookbook &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;1. Download Vmware Workstation 7 (current version on vmware.com) make sure it includes the Vmware tools otherwise you will have to manually download it from &lt;a href="http://packages.vmware.com/tools/esx/index.html"&gt;here&lt;/a&gt;&lt;br /&gt;2. You need Windows 2003 Enterprise Edition (to create the cluster).&lt;br /&gt;3. Install VMWare Workstation, configure a VM with these attributes :&lt;br /&gt;Hardware&lt;br /&gt;RAM: 320Mb&lt;br /&gt;HDD0: SCSI, 4 GB&lt;br /&gt;CDROM&lt;br /&gt;Ethernet 1: Bridged&lt;br /&gt;Ethernet 2: Host-only&lt;br /&gt;Options&lt;br /&gt;Advanced: Enable Template mode&lt;br /&gt;4. Install Windows 2003 Enterprise Edition on it (if you are not planning to install too many things on the C: drive 7GB should be ok).&lt;br /&gt;5. Post OS Installation updates: VMWare Tools, Service Pack. &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=95ac1610-c232-4644-b828-c55eec605d55&amp;amp;displaylang=en"&gt;Link to Win2k3 SP2&lt;/a&gt;&lt;br /&gt;6. Post OS Installation Steps&lt;br /&gt;-Rename the Host-only adapter: Heartbeat Connection&lt;br /&gt;-Unbind Client for Microsoft Networks and File and Printer Sharing for Microsoft Networks from this adapter&lt;br /&gt;-Disable NetBIOS over TCP/IP and LMHOSTS lookup on this adapter&lt;br /&gt;-Rename the Bridged connection: Public Network Connection&lt;br /&gt;7. Rename this server name as DC (Domain Controller which you will need for the cluster service account). Restart.&lt;br /&gt;8. Confirm everything is in place, we will use this server as Templace.&lt;br /&gt;9. Shutdown server&lt;br /&gt;10. Take a snapshot of the server while being off. And Clone it twice.&lt;br /&gt;(make sure you select the full clone option - I had to take the snapshot prior to the clone, if not I wasn't able to clone it).&lt;br /&gt;11. Let's say we have Cluster Node A and Cluster Node B. Also we have DC.&lt;br /&gt;12. Don't turn on anything yet and do this :&lt;br /&gt;Edit the settings of Cluster Node A and create two new SCSI hard disks into a new folder. Do not use an existing folder in which one of the VMs resides.&lt;br /&gt;&lt;br /&gt;Disk 1: This will be the quorum disk. Make this 0.5 GB and allocate all disk space now.&lt;br /&gt;Disk 2: This will be the shared data disk. Make this at least 2.0 GB and allocate all disk space now.&lt;br /&gt;&lt;br /&gt;When adding the disks make sure to manually add the file extension .vmdk&lt;br /&gt;If you don't see the extension delete and re-create adding the extension.&lt;br /&gt;&lt;br /&gt;8. Close VMware Workstation and edit the VMware Configuration File (.VMX) file for this machine and make the following changes:&lt;br /&gt;&lt;br /&gt;Add the following lines to create a second SCSI channel:&lt;br /&gt;scsi1.present = "TRUE"&lt;br /&gt;scsi1.virtualDev = "lsilogic"&lt;br /&gt;&lt;br /&gt;Modify the additional hard drives to be attached to the new SCSI channel. Example:&lt;br /&gt;scsi1:5.present = "TRUE"&lt;br /&gt;scsi1:5.fileName = "I:\Cluster Shared\Quorum.vmdk"&lt;br /&gt;&lt;br /&gt;scsi1:6.present = "TRUE"&lt;br /&gt;scsi1:6.fileName = "I:\Cluster Shared\Data.vmdk"&lt;br /&gt;&lt;br /&gt;Add the following lines to disable disk locking and caching:&lt;br /&gt;disk.locking = "false"&lt;br /&gt;diskLib.dataCacheMaxSize = "0"&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#cc0000;"&gt;Make sure the inverted comma is copied/pasted correctly " and not “” &lt;/span&gt;&lt;br /&gt;I created the Clones on separate disks to help the I/O of the physical disk (I hope it helped something at least).&lt;br /&gt;&lt;br /&gt;9. Add the same lines to the VMware Configuration of Cluster Node B.&lt;br /&gt;&lt;br /&gt;10. Turn on the DC Server we used as a template (we can disable the option Advanced: Enable Template mode if you want).&lt;br /&gt;Change the Servername, the public NIC IP Address (static and use the same IP address for the DNS), disable the HeartBeat NIC.&lt;br /&gt;Add the Active Directory role, make sure to select the option to install DNS, this will also integrate DNS to AD.&lt;br /&gt;This is the first DC in the network so we don't have many worries.&lt;br /&gt;Done we have all on going.&lt;br /&gt;In my case I chose name : Control / public static ip 192.168.1.1 / DNS 192.168.1.1&lt;br /&gt;&lt;br /&gt;11. Start VMware Workstation and start Cluster Node A. Configure the new disks as Basic disks, format them with NTFS and assign drive letters&lt;br /&gt;(Suggestion use the Q: drive letter for the Quorum disk, 500MB).&lt;br /&gt;Change the Servername, the public NIC IP Address (static and use the DC IP address for the DNS), Change the HeartBeat IP Address.&lt;br /&gt;In my case I chose name : Node1 / public static ip 192.168.1.10 / HeartBeat 10.0.0.1&lt;br /&gt;&lt;br /&gt;12. Start Cluster Node B. Assign the same drive letters to the same disks.&lt;br /&gt;Change the Servername, the public NIC IP Address (static and use the DC IP address for the DNS), Change the HeartBeat IP Address.&lt;br /&gt;In my case I chose name : Node2 / public static ip 192.168.1.11 / HeartBeat 10.0.0.2&lt;br /&gt;&lt;br /&gt;13. Now we have to change the SID of the 2 clones, if not we won't be able to join Node A &amp;amp; B to the domain.&lt;br /&gt;Well to be specific, you will be able to join these servers to the domain, but when you want to login using a Domain Account you will get an error about the Domain not being SID Consistent : &lt;a href="http://geekswithblogs.net/mhamilton/archive/2005/05/01/38825.aspx"&gt;Link&lt;/a&gt;&lt;br /&gt;So avoid the troubleshooting, download NewSid to change the SID of the cloned Servers. NewSid was a tool developed by sysinternals but after MS bought them, they had to shutdown NewSid. You can still find it on the web, try &lt;a href="http://www.softpedia.com/progDownload/NewSID-Download-41001.html"&gt;this place&lt;/a&gt; I downloaded it from there. If it's not working let me know.&lt;br /&gt;You can of course use any software that let you change your Computer SID, but most of the (at the moment at least) are paid. NewSID was a great freeware tool.&lt;br /&gt;Ok, if you have NewSID just generate a random SID and let the tool apply the change to your system (both Node A &amp;amp; B).&lt;br /&gt;&lt;br /&gt;14. Join Node A and Node B to the domain. Reboot. Make sure you are able to join the domain.&lt;br /&gt;If you are wondering about the new added disks that are shared by both servers:&lt;br /&gt;When I tried to create a folder I could, but the change was not reflrected on the other node. So just leave it empty, don't create anything on them, if you did, just delete what you have done.&lt;br /&gt;&lt;br /&gt;15. Now we are ready for the Party, Installing and configuring MSCS Windows 2003 :&lt;br /&gt;I just followed this very nice &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=96F76ED7-9634-4300-9159-89638F4B4EF7&amp;amp;displaylang=en"&gt;guide from Microsoft&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;16 In case you don't want to download the file let me do a summary,&lt;br /&gt;Crete a Domain Account to be used as the service account for the cluster service.&lt;br /&gt;Add it to the local Administrator group on both Nodes.&lt;br /&gt;On Node A - Start - Run - Cluadmin - Select create New Cluster&lt;br /&gt;It will begin with a few checkings, when it ask you about how to configure it, select custom (just to make sure we select the Q: drive as the Quorum disk).&lt;br /&gt;When it's time select the Q: drive for the Quorum&lt;br /&gt;Next - Next - type the account name/password for the cluster service.&lt;br /&gt;Type the cluster name, IP Address.&lt;br /&gt;We are done, you have your cluster running.&lt;br /&gt;Now Add the other Node by : right click on the cluster, New - Node - type the serve name of Node B. Next to any Window, when it comes type the password for the service account of the cluster service.&lt;br /&gt;Configure the Cluster properties for the HeartBeat/Only Private communication (top priority)- Public/Mixed Communication.&lt;br /&gt;We're done.&lt;br /&gt;&lt;br /&gt;Test the cluster by moving the Cluster Group between each node.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://1.bp.blogspot.com/_R3zzdta8Owo/S1xpuf3NxeI/AAAAAAAAAJY/-sKa2xk1asY/s1600/cluster-final.PNG" width="640" height="480" /&gt;&lt;br /&gt;&lt;br /&gt;I installed all on my computer which only has 1GB RAM Memory so if you are short of Memory, decrease the memory size of the DC to 256MB, reboot your computer, &lt;br /&gt;stop any service you don't need at that very moment, close any application you don't need, kill processes, probably it will run a little slow like me but it will work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5168491355857683953?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5168491355857683953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/create-ms-cluster-on-vmware-workstation.html#comment-form' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5168491355857683953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5168491355857683953'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/create-ms-cluster-on-vmware-workstation.html' title='Windows 2003 Microsoft Cluster on Vmware Workstation 7 Step by Step'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_R3zzdta8Owo/S1xpuf3NxeI/AAAAAAAAAJY/-sKa2xk1asY/s72-c/cluster-final.PNG' height='72' width='72'/><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5792117168621552270</id><published>2010-01-07T11:18:00.006-03:00</published><updated>2010-08-14T05:01:40.715-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Script'/><title type='text'>Command line Output sent to clipboard</title><content type='html'>Oh yes, this tool is so good that I had to advertise it : &lt;br /&gt;Source : &lt;a href="http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/"&gt;Here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For example: dir | clip (done, you already have the dir output on your clipboard instead of the normal output).&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;MIME64 CODE (packaged clip.rar file) &lt;br /&gt;Decode with a MIME64 decoder &lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;UEsDBBQAAAAIAABwgy6nhHUMnDMAAABoAAAIAAAAY2xpcC5leGXtfH98VNWZ95lkSCZhyAyQYJCg&lt;br /&gt;UYLyGyRiDSOYABOCEhgYmAExCYFMmIwhSSf3ZqAlCE5SHa+zda123b79oVW3drXW7XYtKtJAKBFL&lt;br /&gt;LVWrWMCmGvCmgxokjaOk3Pf7nHMnM4FEa/ft+8d+9sLJPff8eM7z6zznec65c0tvu58lM8aMSJrG&lt;br /&gt;2B4mrkL2xdcxpIwrX8hgP0/7zVV7DMt/c9Uab01jboO/fou/cmvu5sq6unopd5Mn1y/X5dbU5S5Z&lt;br /&gt;6czdWl/lmTVqVHqeDmPLH3/wn5P2ne2MpUeeu9B5Fb8/3TmXl/V07sT9J8890zmH3/9Zr/9p59X8&lt;br /&gt;/hS/r67Z7KX+MdwcdsaWG5KZNWnXwlhZJ7MYRhpS09lyPGSLshS6W5E28kcDzycxNgJ/KBljne9n&lt;br /&gt;nElmPyN+7eIPuUx0toomVha/HnEiUaaBsYcz2bDXrtGM5QxfzaaMFbIoAU5PUgEG8RqGbz9L8myT&lt;br /&gt;qN+toi2ndYAIceWC2llVlVIl8usI1kbGaWaOwe0KGWub5W/0b2Y6DaCFjUNafUm7wgfzdi0sAfvo&lt;br /&gt;vhZl38a9AveHcPfp9wDu+3C/S68PE1zc/zUB1q321Svsy/PnzqqqrWUr1ixZvnwWEtva2LTZL/HC&lt;br /&gt;oiWuIscyvcVap321nnU751boWZd9tXPZyhU87yxZ7kZ7nv/f65Jr1r1/ILGwux46FXhiQ2/ga98+&lt;br /&gt;FXD+y6nAS986FXhobVfglfWnAv9ysivw1vtdAfvMrsDlE7sCHUdOB4qv6Ap8+M2uwCfjuwILkY5N&lt;br /&gt;7gr8bkZXoOtsV+AnT50K3BE8FTiP9v5ZXYEX+3oDp6p7A4Xo+3OMkQaYGQ/0Bk74ewNTAWfab04H&lt;br /&gt;Fni7Al9Bv1ErTwXMj5wK9E3qCjw3rytQjLYzpnQF2qZ1Bfaj7Kdb+zi+d182NdB49dTA3Pypgcdw&lt;br /&gt;p7Knj74WWP7b1wJtdxwNTJp8NPA9z9HAM8hT3ffGPh9g454PPJ35PH9u2N32Vbo/+ouXAo7SvYE9&lt;br /&gt;S/YGoh+9EPgD0prT+wKPPPJSYJ2yN/DZmRcCnW/vC3z9vr2B7yHty90buA/3p5Ee2bsv8NI7ewPl&lt;br /&gt;PS8EHjn+YuDGI3sDHxx7IXD7iRcCdqTnX90bmHRmbyDGa/9qNuTMjdkomoLjCTfM+YZUxm5G3lG0&lt;br /&gt;Gio+l6WzyawRM5f+0qXhWj2eGaqRZrLZvCzWlp5yWRovS+w1i9nZOiS6bmdOJjE/q2F1bAsrxr2W&lt;br /&gt;edgyPFWzetROZnPY9WzbwP12XiehjR/3SrRegb9b8UywXMj7h4CyBqWVeGpEeSV616C0bhDtRMeD&lt;br /&gt;c5jhh0iL1hYX21fHy1PnMUMWEmF/u07DHToGHkDMZ3NBUxVyYmo7PdIar99TWbV22fLKui1y5RbP&lt;br /&gt;wDg7eP8dPC94wtjaOm9lXVWtp8q+bbOnQaqpryuuqZU8fmpzh8df56nV7QmuEvb3X+aNzHD/WGYg&lt;br /&gt;4a9YdN0cKiOZ0/Pm2pqGWQ1Vm2Jt+8cP7rtWORM84/A5wvZn1x+CnV0mf+ozeR8ZzQwocah7r2RM&lt;br /&gt;sVuDnoPMx0L2E1ToM/g0TTZ32F+mATTZ1GFvI+XqsO9JR0GH/eh30V29Koux1jY5uTCS7mNaVoOV&lt;br /&gt;GfLbDh8w05CrVjld+X3ufK1ANoXk/pActbTQAlggmy0tdyPzIq0pSsf0Q7b2xknJ54PN/Sy8NN0h&lt;br /&gt;p6t9ExgQ6Y+MCtv7HersXBpEusXHwvaogzo4FHt/8iEH0NKybsKYqE1LlqPB5iiTn5l+QbGbQ3PQ&lt;br /&gt;JGxMkVKJ4JUgWEcPxZHLONjbQbYvI5Lkc8cQryjfcPiAibl8nnIfc6kLr8V0ePQm0Blsy3Wo28Dz&lt;br /&gt;4uCFxqb34qQWlrcHd+QZmdPltrS8AJqUHXmZrZql5RnkqdkbHDtLy78RF7OO8ic5Vf39ZYxFGsOB&lt;br /&gt;dJc3KZdqsgm1Y63HpS6nlpUpSFra2qe8DAIMrGiF/Kki5VmV3ypRZf/+7qRzTygvB/+U7Dz3uJZl&lt;br /&gt;FUDTtSyzyFmcmpSXo2UdEY+Z6haMBrAmPGtZnfgbuVLc9ULQEbHE2KAWoDXnhRBj8Ewm5Hjc1xcq&lt;br /&gt;i4bK+kNlvVrWFMK2J3hBk7wuLSsPT8Foknyj0/sqyFRTrgHfvPfBAKnPzI2x0Psk/viIk74kh9p0&lt;br /&gt;HWPBg9n5bd3XQL9IrC718F81zdYOscsTRA8DLF2wrdCh3juXMCrs/gzQ3U5NjnbYe0Yh79CymOBv&lt;br /&gt;K/FXmZdLNDlJc/ud2pvKghw8O7S3COqZnXeGl7B0h/odTA4q6JXzLhpm0lxCBZqxaKIYL8RVHzNH&lt;br /&gt;B8hB3XnVRd3OXKd3GzmRMr2RfcltIXuUF0VzaGr1ki6nAmkxl3pAAQCqB0Cw0mM7J4+NQUwSEL8T&lt;br /&gt;g/h8DiESvGCwPMSVs52mVdDTz1xUjfmJGaBe0U9g0EjOugjOasCJlGNeGeTSYLMpqWmht8tg3CXk&lt;br /&gt;fFHba64jhRUCtOfFFR9Vd84EFn3Fkcz8PrUTg0VGtvZBhzs5+ursK0DiofLD7b4p3j1kE74PKqt3&lt;br /&gt;LwAgQ+lt8pRHb0JmN4UEBvKn5cssv7gnm4o+HYmG0lW4Y82SUoKeLhaZFtzTgrqMprP5hwvuiSIb&lt;br /&gt;GR3cI/Gid6hIRdby0P5QaRexwQd9NmHM9cFRJZVQ7uCo5XTDTEChMioXNjMEE2HlTzn86dFMemCP&lt;br /&gt;OdBQ/QBYBRfAdTUw2ez99/E0P7IJnrofNd5txCGJaHoaj49mEwAyjycc2rzMjWQ9O2FTjyG9AVXM&lt;br /&gt;HU3VR7wN1MtLvZpIKe2dyqg8qjJocqcmH9PkN9R5FzQteHCO0hOSXw42dzE5FdNoymgafgb+RmYq&lt;br /&gt;9jOKSUkLlR51rFKnAsz69e2KR1XkowPNr+fNbyQhlfZryiGVPPH2I9rkOVQxOYewoDDDSwGJukHA&lt;br /&gt;yG9rP3LkiBcLhKHqUVoaHMqSPGuoNs8aRpreCTum2KMhj0oWtsPeTyso1+WeqseoebtS2lMVornH&lt;br /&gt;1pNCrmrXJhv5eAx/0XkBqRYM31swV2aoSdaAVTLCwLxFduWAkQH9p7nRMOz8IL+tWknxQZQO70Fi&lt;br /&gt;2ndgfoJRTXqDrNLvgJ6xJBhNC4y1PLer9XKMlNfafLkwWUn5bYDViKdtl3OnyMBXRwMmiTOGSv5x&lt;br /&gt;p/ZWQZlJ2lpQZpa9TqxrO2jSXI9RuAWTM9DASUWpmVTkM4SLRzicPrP6yyuFoTDLGQNEzPOZIrPD&lt;br /&gt;KwyrvG8AV4f6S2hy8FCSi1Yi2axOm0gCN0esl1K9oQwrizCnLmUeoYaV0R1q7tfeLGg2K6VWyWj7&lt;br /&gt;rZSq2E22jou49ibM5DrMkaBJQ1NnqNlq+cYSPIe33xReepBWl0I8gVLgvvSg9wjH7ImxtGhaWo/T&lt;br /&gt;inulsvSYEngjZO+xtL5CBRVGS+t+njFZWvfwjNnS+lPS13d2v0fBXn6b8uuRL8uXK0u7aIQHhbl9&lt;br /&gt;Wl/OWqnlocnkEeQfVo6O/B3m751H0uUGnh+Zf7iooLRf2hQq7Vdezz+MolFKqSlYoMkrlbXW0GgU&lt;br /&gt;7ZdS8ttGHpMXKkuPcAHPg2TfnYi5SWANAAsTjVb5yjvB9ww6NqMLlvbIZmVpL1bHAiw5jdfHGGVp&lt;br /&gt;XQXZ+9zdS3BTlvagQZfoeVh5nVDS5qhHZ3A/4ohyKNiZxFEYUbDyjLSX8LC0niBbcOcJg/x08HTu&lt;br /&gt;yB75CdhtamRpPcBrepP8D3T/gtOtd7e0/inGBgOjx3rMFqotpIdN/GHyLjShRyc9untaX7O0lOjN&lt;br /&gt;DMBgtDZXvZHjZWmZg/LIOsLBcnce8sAjvy1yc/DOKLO0jKWCO/uZ/BXIOLS0PzKbQFgEHn0X+Fg9&lt;br /&gt;mhjrfXq09+w+rWkfaCMh8zfJ3mzpZJrdSo5eh8NmN1vu+iUMOObRhopy8tgGVG6kd7qRDXg4kU7f&lt;br /&gt;tsjHpTnM8KGe3pkYT7GycuSbJvKpFzwzxfn2h8pE6v52mep++8N87WTZMah6T6j5jPY6EICGXz5I&lt;br /&gt;w19XD2bQSte9bQRjLqXBbPtEKTTB8FhaHCixdYBpuCvFM5QVpuCn6cpOK5ZUpTgzZO9SiudAU5Ti&lt;br /&gt;KchLm4LNZibfrnQEO635r408IK8qWGuSpnFHUeiuNJGvviZvBK6rmjENau1LUk+MI3/EGhk3gFaq&lt;br /&gt;4MLr6jRgJpbN17vfRBEWUiaPUTom81lCY1i7n6LynXlMGhn8NE1KUYrzQnZTuEiDXlvu/ieCk9d6&lt;br /&gt;ZBJ0u8wMF28BobeIK+BcOMm+dHXNBKEB/5kMHU72HuMz+AUyUcdCZeYEHecOc0x7a1uPyybyU4pQ&lt;br /&gt;jKVQ7nKqT07iDvmqArtJmpVI9lWCbKf3T0T3uKlEd7LalUV0Z3YfTibHJOr0nqHa6BTBlUO8FuSh&lt;br /&gt;Fng/qEwkYCCdlJqjUEQ+yOsY8EYacBwNiCdplM7jDwEg8iwevB8R3Ec4XINax+Gau53JghwDh3WT&lt;br /&gt;0mTdfZo2gjAhe6TxtAQRVWZM3RPX8UXB0jqK5g7KmShPxtTplmD9Ckp7pfkcGZu9d8ccEpI0IYbO&lt;br /&gt;GEzlEooWvL0YuTuHw0CJ92N69OBx9/vc5rSNjEpXcChKdGnYeLNDrbUIyYzHGKHiGZEUDK4097rR&lt;br /&gt;yKHuH4PuX6fJVmaGm/ZpkuXBttbj0EZLiwelPuZUfzZK9Of+v9zrS3eqplxR9C0U0TO7gpSq1yCP&lt;br /&gt;gH2OJMNVDb5v4KjcPsAR8GMKtcHo5PT1gPRKhCORdLinyNfP0dnzIaZ0rJ1FtHNMB5JkHEXTb9Lj&lt;br /&gt;IoMYkpqlY0kPmbp/Tt5c6ZlIb/B9Kx98LNak4HajJqVDxUKG7hPoQ0KemKhVVl3Q7xIjDwIEybqH&lt;br /&gt;HiyCLa3HLS3rUQ4yJ3LNvBnwAT1Nhy7/cFiY7xGYBh3mWXp4kajbaUp1IkQ8cTljMC8Rk/oacjAw&lt;br /&gt;OtMsLeS1K8XWyVyTSLHmUB+Qukq2vG1X387JAxvcs8G9jJP2Y6tO8ufK2ToHn+4XY1zU/t+mDW7f&lt;br /&gt;NU1vv4N8pIEJ+izJ1CRsZzd5TARKHqXYVaW0H0xcgdYAAuAns7uLqKts1ZpuFJ685ro+sp0MmHQL&lt;br /&gt;198huXKOGHFbwqCD7LW6Iy1mrfhz5Fry47hz1P3aeUiEm+WLbG9JGk258ooNtAxMvRJu1FUi7bgy&lt;br /&gt;nrKvFskGM7Z8knCyBDQXOTLa6wXNJkvLI8R7Gebb0vIQeRVwVVru46pvVd/5i6aBkNvQMNRsblod&lt;br /&gt;PJQLF04LF3ei9FaluGcybTaTxOTkfG2pkoLiKwd8jp2ZWDjc2g3BNoSPB2jKRA3SbM1uhr8VPIQF&lt;br /&gt;zeT/T+/9YERk+qU2vNpEFEbGkW82ejD1wZc17pzxWHcIivZyMsywzTF6/p3TmEk0/gBZN1xKWB5r&lt;br /&gt;aGFop1E9YSajDaC2Y5aWfxaUCxKUKNyzxSMcPjb9vM+0Ut3It05CKdI4ctuo3Jem3ioKi41y5gCa&lt;br /&gt;t8YUKlIUXoxwFgBvUIuxKrVqZNmsS93hJeuSHFqTUZ2DUu0GPS68DTNwOGqtgtoyU+txl/RVSKy1&lt;br /&gt;T/KJpnB41f9I4XM1zZeqBkeCpWYgB8udqj6VyfHDlL2p9XjT1cFDM4ILmZSpFHfpThv5dS7VkEFu&lt;br /&gt;seNW+U+EyL0pjJvr2J4JOe7CH4Z3b3LmHydRvehmqbsi17vctHdBuyh0DzdoKMgqpCDnoLW1bYfJ&lt;br /&gt;dihglM2RES9+Dc2rg3kBVlGutG8QBO1uNmNe3NmUuoeAlbWH7ZmcXYIf30RdWTv3ULKdLuF9R7lX&lt;br /&gt;0h9q7iXfhCO4z2ggZQnJ0U+OTWjzGSYdMtgx86JukP/0WJKu7Y+WlvcNYsEEdk+iE3kop8nzLI0u&lt;br /&gt;s+1v/JXbqTqnk+MCH0a+SplHjNXeJAvRRh157jnhsP6YbHFbugMt1Qsm0QcLyMMGcrgxrFNNns6l&lt;br /&gt;kZrf1/0DvlvSg4jzjMO7ZAyAyr3qyWncr+2EIhYSliljKV7/xN5DVgIeRHN/00EElGHjs5ZflCRZ&lt;br /&gt;fsFWObxRsNRX6FQP8Ug0k3ZgaEvBSfDCHJ6cAReyeL+aZCMO+fcVNPdbWrYDopv2Lv6QQjPQGLgq&lt;br /&gt;bO91qKPNjMWN4EmoPZ953b8R8+PFM6NprwndjqZzs6nMoxlBSy3CH2fIrmpvKqVqtZK1DSRNfxk2&lt;br /&gt;qzqUWYL5Jy3gTSA+5Zj2JibKkuSRDtBIzLpyDMVrtk+ktTz66vd2UiAqR13q2b9yoiK5wJkr8T4T&lt;br /&gt;KbGbMMfT6dF6xxxXCNCzjllpZ8oHuCPVV/Q6+UpO2I0j44TJpthEhCnJowE/IKfm11eSU+NwqV/n&lt;br /&gt;o1p5PzaSAgO+n2gUUV9eYkgaKovm94m41IW4VFpVUJYpLS8oy5aWFpTlyIvUUiMXwXjvnTSEl4ZQ&lt;br /&gt;F8Nb8u4kg/ZWZKrqtnKhTyB/HtHyfJs9c0fO4LBTrU/Wd/IOH8iGamaHjbuc+zuxpJty1bd6xOaT&lt;br /&gt;9LZLVfvFzluOdESTs8Ok7pkOdeVZbq+fx4zFGh0qo10syzeugwZGkskLKjWHzbuV8b6kQhjf8pBs&lt;br /&gt;bRyhbDeSSYeoswFCPfYpOAJg15O6xgof+kwUwnRFaQVtyaF5cz7/OHyrsjNKc0+H3UrrVfj6XftP&lt;br /&gt;G5PlbEvLZQZu7JYFm61J8mKtyaSe+gihy+Ei2355tluHe4c+WBYNFiucIgaTMnSgcK9Krfnw/hA/&lt;br /&gt;nKCdDnunYs9B5ECbOm5nSFbVgnNEtlJ6AmE1YVacTbvLtuIcS8tPyJ4X5wivjEJf8lNTO+y9fNsB&lt;br /&gt;sa69H6yw3PUO+T66rAvKeuW5+X0QcNN0iMD2a0sL+QVKERwUZuIBhJRWsD5HLCbFwf0Om5zpP+ak&lt;br /&gt;XYPC7sIL5CLkOL3vkx5shAsFRZudLtzyHpY46zLQNMET6L4AdYTTPsOZGALkaE3ZTu8pAjZ2oggB&lt;br /&gt;/pQmQoAf8sWKGnj/TG57w4AyfUWAfSsySynKtbXLYwXyIvqRjinb8yLTlWV5tl/LVzsd6s4PQXy0&lt;br /&gt;VZMnqB9xkFwQYUiHO3PKp5DkVe4BpBAz5Li9FIeou3N42NE9QeNEe1UqrM0RMcN8jqZZB7cQ4BLc&lt;br /&gt;nO5xgPzonI0cYrZDPZ3DJ0cGwoR5VKrmICxq37MD1qXdJayxW3szuCPPzJSonE72WJ7rc0emqIz7&lt;br /&gt;69Jk9JTyrAP9HxVh1RjeMtEOpA8cHhTynS3aoHXGhsAS4yarKrZ5HG4vG0viuZ9TLlwNKQc2Cn4M&lt;br /&gt;bONmTna/0qNlPU7+wqFIHtWNJQvIS/jgRgz+ejwnpne72qLxyZql0laAA7ib1JcRP9IS9skxwiv8&lt;br /&gt;dN5GCnTO5EJZH6XTJLdvaaj1uxDR+vy2cPOuc089akSpDwFIy6MmyiWF7PdUP3o9ZbH8d9h30Uyt&lt;br /&gt;DrXSXpD6/ckUqvoMqx3qt0Q2F9l7kF0NrQrbd8Fzu4/ICNMQFerRPMZ2/4r8w/guNg+lxyXY1wFm&lt;br /&gt;RrZj3Sfvdznt1va4tKwSykSDmrZ+vQTQS8gluDFNsrvj5w9FyqGgyqSMEim1RL7e1xtJ8f0lkuTr&lt;br /&gt;E+cV4E4umYIJ4dL+VYDwCMoEeyLpvpT4ERBZbH6mIxtJvmClUSirvn9Hnnk+99JnKvbM/MMwSgbL&lt;br /&gt;g/uBfzK8K9qUp0hzlZb1sJUOH7K+i1tJSSRzKDJ1R+xLw3zwi2HmtxXYzbLwhCLXKGtNLkW23pvR&lt;br /&gt;clhKuyd9UbFWapbP0ojlcsote8iZOpTEdC94UNeZetdqJaO69bBkrg6lL1pUzPufEf1TbxEAqoNX&lt;br /&gt;cwiCefE902sxsSZqWbuEDMYTQ320l9giqhOYD877rN5dmKXq+m4KZE0sEKdxW4zGSN0AtCpSI7DG&lt;br /&gt;BwZl7bCS99pJ2+GRUtpBZwqDacfUpL3z3c1dmBBYMZEZgYw8xtswYiBuWkLnGmMuXeoJWH6bOgLo&lt;br /&gt;0L61gonV2pfgnF8xgFSmS00SkzA9hp48AtKLpLs4udtQVK7DMOe32XqUV+G+r8kzVRckSSMWLVoh&lt;br /&gt;99l6Ylw3o8JqOyoZp78aSi+PHcSZgwum0FkFn74u9777wKlwc+8T1U9gaX5ccvqSdXP1Gmw7VqKm&lt;br /&gt;ImJNrNCQy03bzMSyaXR40wPn/zLagSfXxaXeQQsHcFeKzeSpI3CtKFdHX4WJK+wbtIF4EBfwUgh4&lt;br /&gt;AR2Y/qqf0z9DKc20vdw4mbQYqhs2rnDQVN5LXIKs9wjRpUw/9LtoJIPHbDqvX9bKSXt378gzcT/e&lt;br /&gt;xJkB6runA6chileiWA9kXPl9tnfckktpNtsuSCtdbvUr5NUcolhlvsupThW4zUaWDswK7JmNkwpk&lt;br /&gt;UxN80Ew6gjAGECk4nCotPuRGXF1sk03+d0VIab50osUjKXLsduRZsaxtUG7Py8Sa6/Qxt7rnPN8B&lt;br /&gt;UnrUZ87zoW8Am+cqy/NybK82Tpt+1tbjz8NUyTaEjSudnEEHdQa1xRjUAQblfAEGCRZkGrcgeWA7&lt;br /&gt;28l3sSj0Mak/uUDDN4+ZTK/mOeJmwkxnnJFPvqD3N76wdyzqShNRFxAq6570sabFJsvQBn49Akd5&lt;br /&gt;BMFY6RTzhY6/uc1dgPj2gX4hhlHe5EIW28x4z60sVF5Wfre/G3p57inlleCfks/9u3aDj063vcSS&lt;br /&gt;a1jFhnJhRh4mMzLmFDwO2ZSvUbT+Y/K7UihU+4EI6uWRLtUF3PlODRxsLic5NbSw+37uWhFW1Jze&lt;br /&gt;NaMlHEy5gVuaKmFpbB1SYShFmIjCSOWXNDm/+2R4kzOofIBp6s4umCGTPgnNbqXZFLabHdD1H3HU&lt;br /&gt;d4yB0BS7eXqPK2xc6lDnwPutKNetOiZIgWweRho+vhSPojOsE338VCDiRuC2+xBtHcF++Uaoz9Le&lt;br /&gt;c5Sct7DdSksShiUfcwHZful16MgVQkcG6WrcU0pxq7v7OD58/dcN0E1j+U6O7B8wSePGczPldroQ&lt;br /&gt;/SvHXAMVRRMYW0C7DPK8eGHNeLEh0Y/Fvc3sUO8GRvzofCcy8WYPZDO24lb5Z+UbvPzZTsMumIGs&lt;br /&gt;QcaMi3IUCw+3u8jrIwPtMyAHk24+L/SQ9DI5bCwmW3xJo+1DNBJHfdxSw0Dsoy19MtX5x6ufgELa&lt;br /&gt;zgHlUNmZUFmPpeUw1MvpUu/+hGQoXiOhoHCUk8TxVV4qp4TpLQKz0mwNasnKRLKh0oigZpAnKXZT&lt;br /&gt;dfBGJl3GD1Id+oa8ZCourqYp1h3COq0lU+MkuZD+JNOEoLbVaDZroMPIYHMPk9NCck/EGPT0MPTn&lt;br /&gt;TeSTip2O04zVwVwGFad1JQsrmvoWpFnooF1lmInnaHPRboqM4E42XzM28D1a2lMcwnIXCMv9eZbn&lt;br /&gt;kPb5lgcebQn3aG+MebRgtG/Ebb6lyiv7jtDS+BK5m+eeWJ9/fLEzvw/+bOvPGUXErnBzy7mnXB12&lt;br /&gt;HnuG1t4Tku+rDv3Xw+TXHgLOTidc2ZcuH/Bqf3Z5zKtt0b1aREEWEYtztJT2iPeXIwDLSS8wuVxq&lt;br /&gt;EHlae3ZJN7nRZQ11OSQtsnU0jdqtUUPJEd4GalB4xPss38fZ5X18DDndqqOf7yOA8wuGmkhKmIgg&lt;br /&gt;9jaPJ5eaTm9pZR5oe4KHa5HfqpGPKRTIWkcIRrEotodbiSEIjrNuFwila//VRpbuqHIOhRutPOr4&lt;br /&gt;PuKWpQXc05DH6vPnIX4MIo1SOiragwuoiEnZ8diTzKXY8dlFPNyJ1o7HeMfbRceNPuYlxdDBLR/D&lt;br /&gt;w6lbBubne2Np40suiHsw3C4kwXmMlbTxkmQZuhfiyKmfQYeEB1/RPhSnKsRmn5XUa2iXSU4hpZPS&lt;br /&gt;1DRNmP78tu75JEZfcoVbH/cb9FpAmYn2SgJTYoXf5fug0mjl19NfLVrlUP+FI6dxAFGazrGG943j&lt;br /&gt;Da8bKNiTqXtcv497XJ/yLQe5Hb4L4uZlSpk1stJnVXt6aYumtQ9TUvpRsNrEgtVm5ksVfVKjsG8D&lt;br /&gt;UB8T7+E9TXuDKhDRuhs1cj/c6nXnaA9wsVJssh0LWHafJ4PeNDNsngAP7ZrWtrBxAr1w14qhQvD3&lt;br /&gt;0sLFMKL7osISzQaMULlJcZnp2Poq4pEmpTvdq9UOWrssweZMg5ym/BpK+Vk11uNi8wbhLb43jnSS&lt;br /&gt;eyar6AVA2vHvT/Caxw54zWnqPwl3M50bju73Ga03MT1JH8t342Rz4OaBsqu4qsB1LjUL3k8YI3if&lt;br /&gt;c6kOCJgPAOY+Ukynz5DcBxthVN+jnYhjtj9Kd7ro3Q9gc4Kv9fI0AWTBuFTGZEkP36mFl42Mxe4Y&lt;br /&gt;/TalrD+8QrPtb3yaXkgzD2BXKhRjCkXu5oHIXTgPA43eA8YbyivoXcNhcI50Jq4ftItkckFh3Xy9&lt;br /&gt;+CZpKFnItWeFnHaiQC3uFw9kehLU/HF1pl6RTfvNcb1+Rux0ngtMjZV0jKYXXiwttG2Tf7ho+qtg&lt;br /&gt;7j6rOOdq+UOiVj83llO5aaDgXR2YpeVngs9CSXMFgq3fYzrGj9GuYxTKuNQWhTZqXBt9YfPN0MbN&lt;br /&gt;tnY6cpVvVT85y7XR1h65BdOg+6zYqcRCJrmF+kMpXaFys5r0l8RJ8H1hVXbTBqC6E1WRKVydPxIH&lt;br /&gt;TxNCO00KQZVGk0QdvLfSZLadS4hlSnymyEKaRS4ty4E1+2RZ7/r1se2Gq6XLCsp6+MLcox77SIRJ&lt;br /&gt;J+29kewEMeqafXJEZ3whfH2sbqMR+6pXw6M+eUz0IPNVGNsiHpA2DFbSgLjv+i86IGg251nufspA&lt;br /&gt;noHJ0vJDEvjaz4Rcf3SxwG/6bEiBv2S5WOBvWi4V+G8yhhL4r0ZfJPCzliEFPvujiwT+sw//FoGn&lt;br /&gt;9CQKPPrRsAIffS5R4D+xJgg8fG5A4BfODS1w6n2xwGsh8E2+ZPhft8CfwY19yDsvgvc0k6JX0gWK&lt;br /&gt;ztaNFtHZGn4YZaZtuphWjItrxYEPuFYYsY4OuTujK8SB0aQQps+V+wsDcn82JvdLRL0qOqSoXxt1&lt;br /&gt;sagjoy4V9bvmoUT9B8tFok7JGFLUSz64SNQdZ/4WUU/4MFHUoz4cVtTXnE0U9YGMBFH/8OyAqMd+&lt;br /&gt;PLSoqffFot4JUUtc1BW9XNRZZ3jn6oIyq1xA8pY2xCQ+IOe4lG+OS/lEhEt5Jjmi02ibQ+6Id+SK&lt;br /&gt;8qvPEf6vLMItXsvfkRfG3Q3hCr/f0vJ9wVGzKkeIoz5DsMPodjrVWZ+IY5qolMsZ7qLqHlQfMrog&lt;br /&gt;FjXjk9gL1HGat4DmMsB6UYXWgJtyVH39Xd2/3JEJKE4X7T3/MlbWbNKDuCk+fnSNFQxdxvPjFtKV&lt;br /&gt;h/Yr+4fWbH7MFH9jnIKM47Zz7g57dDLosbRMMOjkjTHwcOfhPxNxtvOh5l7J4hSvgP/wY+GGKYe6&lt;br /&gt;k8nE+f8i1PssIPiSdFXIpbO1Y63H+VpIvrBWanaqD9J7YnZzYDQC4+k9xS6nmpxOPri8DQp7+81J&lt;br /&gt;TtrDViNk8qP5ffCGNxbIvSG5v6noVoVObkxhY0nIfsbyCzrpJmzUHnH+lVrdYQxMZsUIfaoVVh0y&lt;br /&gt;Bopt56SRml0c9/T62/gxNHwtHrr0qPJIcXw6wKQbIIMZeuW30nnllIHK8cJbH2J/hzsC+k8SYlyl&lt;br /&gt;kB9sPR8q67e0jEsSL1tgZtIr1G71cZXiUIOltRNc4e9vh0tybZ/KRt9fIqOCbYW2qKWVzrB8+iv8&lt;br /&gt;ThgbE0Cp5m46sJKoiO+O0/usIXuv9hYFkoq914b4epPAMBg1yRUQ39uqULbeUFm0qRgu6j7+aw57&lt;br /&gt;73R7NASkDgWSEa86B95T76HtfIJ3tWI3A558uUGOKvbobnsPo1NvMPIAnXitNeioA99uevMyHmVQ&lt;br /&gt;nCeijClk7gwu9Zv0ZpEDYlNvUelF5V5f4b7CjaSNBVi3lQvnniLsngRWSmn0l9BrNn2/rYN+xdBs&lt;br /&gt;5vjxY3HIvceJS+Dp1LLoZwQInO4hX4/mkzQPgdvyEQa+NZjclPo7dardHEmG3kGhAU3ePyC9xJdx&lt;br /&gt;4j8dKTutaWoKJhG9sO4gsHZzI43vK1zvdHoJMViHCy740M1m9zBIPGtojvIXjbM28oNuZG6nQxF7&lt;br /&gt;L8yUzR613J1Je1m/uJDwbtDF89OUYHQyYXP6mL6yfCCMDx2kZ3bv5g9WSyv9SidYGtXC9mxgkN8W&lt;br /&gt;bI6CBMtDbSWTSWgj6E/yMZpayer9H4tzP/FiG8k9vFhzuGnaAaaXGeNHX/RSxMArzlJuTLG+Ju8Q&lt;br /&gt;p0JRJoXJjKsjIN9IDVnZKp9hdzsN56RfAWXTKVW/OlEfUsrjdirT6VZrYRMJiNiVegUG7TndoMXf&lt;br /&gt;OB2H+TjEfAOLNhxu10bctJFEhz++9PX5r31yNnjAuJofqM06l3gIINX2LcnLsEgeuhmkEaqhS9Pu&lt;br /&gt;XZJnBnMXt7RLqd4QvL7IlU8akb2XsplPJiFLv4uJpD1pkiZ4FWRVBeJyeHvJPGNalYn3MdTZ76HU&lt;br /&gt;pRrptx3tG4a2uOXiDRojHTkEb0wTu6lJ+jGK+rPTZLNt9DJVW3uoxBgqMYVKzB38J33t+ja+S90r&lt;br /&gt;jizysWyL93omupVtVoca5TLEQnrDnynqUzpQJ5+qCFYbWSwSLS+LMUPJWKU2CkDmVeojyLnUCzAp&lt;br /&gt;tBOrLM8zrlLXitpkpcg4UFYkytLoDKRglTFAu2dXKEW0kx/8zOA33aL0KIVWGInledbWw1JS6Dq+&lt;br /&gt;+UYDgjGi8+jgTqMmjfRlqu2nhDtOJy7z0cUc3GhlIJt6g3TcMjn59DtkrdgY3Gli8ohQsSmSoqww&lt;br /&gt;h4qs8EmUYmNJOaJWQg8DeoHsC4ylMtuBwLVS0QI68ZfmL6DfVEj5C+j8W5qxgCaBNBm3FCZdEZm3&lt;br /&gt;gM70pVzc0piUgVs6k1JxG8nk8cH9YM77sFORDFf4q2aX2kayvobpx8Z0iOFUZ/DtdtkEMrppcyr/&lt;br /&gt;tQKnEWb/66bQWpPlG/RuksL3eAuWGi2tp0DM8xzF/YFaqUKgeBNH0dLyIuP7pUZknxXZFGZpJR9O&lt;br /&gt;WWp+O+Vt9ofuP3b2HVxiuZccDuVAN73YJs7XXVrArFreE4vvd6h2rSnydXQ7mXIS3SIdgsDbBYHZ&lt;br /&gt;gsANqFdWGG0lRtmhZNhMkSUoqFZWpFTbSlLkBchlIJch5yOXjly6PBW5JOSS5CuRMyNnlrPooBGd&lt;br /&gt;Uwkas6VYWviL9HdaF9mcRuLBXRqxTT99yWS06djLN5TBNEx89c/9cUUgN8Ta2ieP5K+fPW2ls2R3&lt;br /&gt;cfimG9zqtzh1ZFenuvjLvL2n+fE7An0wkYzPA38Vu7pmvp8863191JjnFhvva+JgKd9nVG8egDlZ&lt;br /&gt;KTWH6KUkn5H/CIfgLRoE753THF7MJMegzYhDO/vu0NCMHFpvfyK0+4eG9s75AWiPDQMthUP7t0HQ&lt;br /&gt;Fg0N7f4YNJO6Ng7tpN18MpugmbykiQRt3SBovad0aIJvtITl98HzUgsFPJe6AhkHGfRZomQJ/9Go&lt;br /&gt;uWmcy8W9U5OAJ6UstTWb/X/Gnwr5shgBJj7kqfOJQ1af50OW8x0Wirl//1lcKa4l6DvyzE0TaG3i&lt;br /&gt;L3pkqk+I/lLqUhuq/KeUjorYYsnXJE+UkcEkx5COPtSC8zEGzINrAWsxErYKZoR+XpqiOKwhl8lW&lt;br /&gt;bJaTQyvM2gqjQ33yvH4ucbqLH69w1PjYZkpqN0dQumz3NiORBO+RahrMKr1xx426ObH5C6L52Fjz&lt;br /&gt;dGr6z5/pTQdB/qbeVCkx7v6U0catme4wU/y4Qik0D25fIdqncdBJw7UqGA7fu4bEN3245sF4c7Ls&lt;br /&gt;mKzSJPHuDSX1tU95PyuQf4Fwt70imcBsE3Aa1XoY7HUYQw1m4qd+yMXf3BXve377Ux5bfsKPZe6E&lt;br /&gt;cXe+SAQhRjTZOjhZNQXNmeK4gduGkD1TsWcWFuw0Iidnh2+CS137Ry7nYrP021C5EVFmZFI4hxWU&lt;br /&gt;mxonhHea3eplmPLBa5lTXSwapko/QgALE8pf7Dar33839hsbOhhN4EiUR+7ShBhHxsRoJq6cvaBz&lt;br /&gt;hW+hih87gKKDok9OrM9YYa1pKHT6q96JrGKi/KP60ltoHCzCpugwMvllogjhbi3JszqEFaOZsupT&lt;br /&gt;fgaZWGMUNV+5tCZF1Ey8tCZV1CRTjXlA4JSEAabK08AQLDiiTT5jpd8Y9vC/qlX/nZGV75tQiLZg&lt;br /&gt;xenCF+U6F5+eWTeSnZf78+WollVLnlKPllWo35fwO0XqWlaJlXvP+fae/J7QPIIlp3eMoDuB82aP&lt;br /&gt;pTfll3O3q1wa7e0fwx1yOjp5bEklMxxut43inQzt3Vgi+StW6+g9hTNTkvUDqVDr4wjMHi2s5Ggm&lt;br /&gt;aUeDC6gnkxa689uush/zjV3Pj6Kep1U53Hzi3FNh+66Q/WgYVfTCVZqRwca8oWXNsNKvTY/Si0/o&lt;br /&gt;X+FN4sfIc0SIcD3REaaRVB8diP3qySR6y0qb/CwqjuAqWcP4txDoWueCsK2MFa6Nl13vxvCjUZbQ&lt;br /&gt;rpzK0M6c0O4oyo6g7MaEsi6URVE2JaFs7jqggrJoAjwfyvYkftwm4VrhFveDgPEa0rtIHyMx4JqB&lt;br /&gt;lIc0H6kE6fHbGLsfaQfSJqQ9aHcD7tcgmZGi6xn7M9IbSAeRfob0ONK3ke5FWo42T6LP15CvQ9qE&lt;br /&gt;5EAqRJqG9BzwfBwpG/kUpF7k30V6GOkupCakI+sEvgtxL0Fag1Sul+0ELQ8gPY70c6QDSLU6fdlo&lt;br /&gt;04N8kt5W4t8Awtgoy0XKoHZIPaCzE+kIUhvSM0iPID2M9E9Iu5C2IdUhVSMdAE1Hkf6AdAapD4lt&lt;br /&gt;gG+GlIl0xQYx3sRkp0daXtko2f3+ej9jTyWt9lRWFdfUehj7i2Fpbf2mytpivwdPNYalg1qyJFG7&lt;br /&gt;tq62fvMdjH2qt17Onz7Un4pqUcvuSCqVa6WaRdslz5p6d02VZ7G30s9mEsTF9XWN9bWelbLUIEuL&lt;br /&gt;HeAalRICa7Y3eNh/0JNTqirhX9S46Ds+bImhoqZ+E2OvsIrNFZ5tNRI7z8R9BatYt7lB0j+88RvU&lt;br /&gt;82L2nSRx/zGrqAjU1NVInrom+gISnrZ4pK2VNXWV/i2N4D8goxadt7Lvo7bRI8mNeKiUvB6/nz5U&lt;br /&gt;UVFZ5ZMbpYrqqhpACKJNQ0XF5vqt9CUqxu4Rz9Xi6bsCQkVlQ0OFRGSxjwlP+jpIhfhWiD+fJX6M&lt;br /&gt;iB0HxvV1kr++troBkbdhWeMazzZpbV3NZgI46FtFbBFbXFvf6FlcW9Owqb7SX8XYsiRIdeB5Cf8k&lt;br /&gt;035m39ogbU9o9RfDygZPXbzgK4zEsrahweOHxv3asLy+ssop+WvqtrgTP4jESh2rL/4yEhvFXB7/&lt;br /&gt;Ktnj3+6qrJU9blobdDmiorGmvm5ZXXW9G2b80lJnzdfQIfHjSscZxl3sBRrH9NwyQEwxII//bpas&lt;br /&gt;56g08UNMbcm1jZK/1lOH8ibSnNL6KrnWQ+OtqNxKWK1Ogn7qKh1hxfUk0VJPY2PlFqqVkoFWTfX2&lt;br /&gt;QSizr1Kpk6tqVQ19zqW0svEONj1Be0u5lOexxfVbGyr9nhjT2FFqI74dw4f1sOsHtyliLJQcmxBr&lt;br /&gt;6gdmCRuXVOKpbAAva6oq8cj+D0Fy+Os3A1eqATd4CzG/xvA88RFWLdnth1rrmLmZmdeJOWzl+dUe&lt;br /&gt;0esjRqXLazb5K/3b2cOxEYqqqvwYBXMtiTRArwc1L/C5uL1R8mxdUuP3bJbqqfinzI4ZpaPGAnGu&lt;br /&gt;iykLCv81iSuGw+OvJn7XbQZych3Ny99z/tRsvoMXwHpynsp+v6dOZ9sy6KktoVQfB8VtcWzW1Gz1&lt;br /&gt;FDVym4EcW5W8BjMVM1nyxNBi8y+FwRaQ7Rv2Yz1TkyqaGusCDRCTVM16MF/9/rp6xiYZKmApKuob&lt;br /&gt;q726TUoxVFRjbFTenBzY3CjVA+fFIifXsiKRwxx5JKm6ulZuhDPz46RqHe7/1MvAaBtE3Ml1+oLm&lt;br /&gt;/3v9j76S4PXTt8PYLnL3GnQfJ36Z4PvTmsl2mRj/vuEu+p7IHtwLoEBHcafvCaq4ryeFMrBdFbhn&lt;br /&gt;474R9zmGi+EZuN6VDFEO95lRn6HKG4Yp3zVM+f3DlD8yTPmzw5S3DVN+dJjyTpSX7KLjr3jNnrvA&lt;br /&gt;v4T2hS3wQRN6qnfS99Ti1/0yfOiE9nvgwzyQUO8IQGop8ed1zeiTMF7PV+HVJMefv5t8PSPn3Mkq&lt;br /&gt;8NfOViO3jK0kPwz3FawYebpeMn50gehI4tbh1YzY/WYdjhH/Lib7syTq8XnflWPsTd6Gvik3hxXw&lt;br /&gt;+yJGH0RbzsahfDHabIXe0Tfjtid8YQ6+DCBtBtx61ohUjTFyeWs/Wtfzr8zFvy4nsWsAKzb2EqRG&lt;br /&gt;3rcGbRO/QbcY9VSWy2YibUZ5A549/OtwEvMil8uqOORK5Gr49+/qeUvRbxOe6Lt3WEaA0aSEMV38&lt;br /&gt;K3WNCWPNY7P41+ry4b0R3bOQctkUtPGzJuTzwX8/4G/lNfk8zQV3ZuIvcelGNpXDmcvSMM7w3+KL&lt;br /&gt;4TYLT9t03u3CkwEc9kAi1Hoxp3Q758gW0EnfC/0xsPnbeTwLNUX8u3u5CVAa+RPxz8Op8oAzswB7&lt;br /&gt;Psd5pd6yRsc5xqu6z8Xdxyajr4NjVcVktJG+QC+eARZuPkoVSgIop5KVgOsZoIF0Mxeauh21xMet&lt;br /&gt;HNZ8NvKSsS6W5FBypGsJI70e+juIdOXxj7AO/z3ENCO9pP1513j03s6piGsnzZRG/Atw+VShpJrn&lt;br /&gt;xBcf5wNTh94iRnOsp6xLKZdzjyTl4TpVw2UTh1OL+2a9bDPHlr69uDlBE9LBiTU6VInTvwV50p3G&lt;br /&gt;BP7mIsn8KRfzxsM1RebQYpgNllkuWwfcc3UsKvlcI42i8egqGBjTz+HX83H+u2PSXJvDZ+Zw437x&lt;br /&gt;tZDLvYnzrIbLhHCq47zZxmfOtVw61yInWskctxqOQR2nJJeX13K8PIPkGu9bn2DNZunfB00HX75o&lt;br /&gt;dCfXoc2orUZN7qC2dcBlK9cLmlWD8bsYg/iYRV9qzJpLRq3mlCbOTLI3wt7+rTjM+0IcSvnME/ac&lt;br /&gt;oGy/iIeJvBWy2MrvsbkTH6v4S0h48AifL+OtHK/Y/K4cwKmKQyIoJBtaM6YmYINI5xJ8xCwUsiS8&lt;br /&gt;Zl+Ex8wheTjnC+mitbQaTzJaSEOM88WcW85bbuEUEneqWdwmkX3Zin9CTrkcizpec+k4jehTz/Go&lt;br /&gt;SuAorRub8Vfwcy60Yh6H6+UQKrndEvaccFr2pen9x0tzxhfi5EqYD0SvmFnSMHYiDnnRP8QuVfLa&lt;br /&gt;qi/QizgWlyWsYlfrX+KdzW5GPo472exKvorMYtMG0fv5VjCXr1R1A7hu0nm0lbfZnoDFzCGhXkzF&lt;br /&gt;3wdbXDf9w+3wYGzj4y/5/26Nh8Nk4f8jLg81kyZzXC+d2fH5dPOXmklDjds4iE9C3wPICdv1RSux&lt;br /&gt;7b+tuX8f3X/rlcKjv9XwjFfDUzTBFypCbgWPApfyEidbC/9/Mdo58W8+IsBYhDifJSM3Gz0uvVKB&lt;br /&gt;w2LY+WXw39Lxb9QwEdh81NlBi/i3mvO3htNLNDVyDsnINfC/sbVi+DWCVvV6PDfq+fi6crGXd2n8&lt;br /&gt;NotrawwX8ixrdDhkYaVLcNmsS0OMUDcgMeGPx2yxmDP1vLdo6edtKL7YwqW3lYmViKRm5b66KPXo&lt;br /&gt;Us0FH2s4xPm8zbwBHMlm5v4N/5bw/g2M4o3tLBbZCuoIo1pG8e9WLqG41RUYkXy2cXyoP7WYz+dV&lt;br /&gt;HPYyyC2X7WC5AxIfCgcHH30zh0BrQyzWFh7YYA9ABtV+FlvlEzVC+Gwx/V4w5Eif969W52TMqsWl&lt;br /&gt;8+X0hFbSGMw41Tcx0mE7ZsQSeJp2tFyDCGYN+7IciGtcNdcTimKIA5UYfSuXjcTr0xN04W/9V6/r&lt;br /&gt;7Jen+e+7Lh+01sd59Xnr/d871v9ef9/1fwFQSwECFAAUAAAACAAAcIMup4R1DJwzAAAAaAAACAAA&lt;br /&gt;AAAAAAAAACAAAAAAAAAAY2xpcC5leGVQSwUGAAAAAAEAAQA2AAAAwjMAAAAA&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5792117168621552270?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5792117168621552270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/command-line-output-sent-to-clipboard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5792117168621552270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5792117168621552270'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/command-line-output-sent-to-clipboard.html' title='Command line Output sent to clipboard'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-1229619172825627966</id><published>2010-01-06T12:31:00.003-03:00</published><updated>2010-01-24T19:17:56.191-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Script'/><title type='text'>Find out Disk Space Remotely thanks to DIR / Borrowing code</title><content type='html'>I just came across a really handy script to find out Total Disk sapce and free space and it works remotely just by using the dir command, this is awesome. &lt;br /&gt;&lt;br /&gt;Source &lt;a href="http://www.computing.net/answers/programming/batch-file-reporting-hdd-space/15057.html"&gt;http://www.computing.net/answers/programming/batch-file-reporting-hdd-space/15057.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thank you Douglas for sharing this with the rest of the world. &lt;br /&gt;-----------------------------------&lt;br /&gt;:: tester.bat&lt;br /&gt;:: 2007 Douglas Craig with massive assistance by Mechanix2Go&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;&lt;br /&gt;setLocal EnableDelayedExpansion&lt;br /&gt;&lt;br /&gt;:: check for path&lt;br /&gt;if ()==(%1%) goto syntax&lt;br /&gt;&lt;br /&gt;:: check existence of path&lt;br /&gt;if not exist %1 goto badpath&lt;br /&gt;&lt;br /&gt;:: find total used space&lt;br /&gt;for /f "tokens=3 delims= " %%A in ('dir /s/-c %1 ^|find "File(s)"') do (&lt;br /&gt;set totalused=%%A&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;:: find total free space&lt;br /&gt;for /f "tokens=3 delims= " %%A in ('dir /-c %1 ^|find "Dir(s)"') do (&lt;br /&gt;set freespace=%%A&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;:: output truncated totals in temp file for use later&lt;br /&gt;echo.Used !totalused:~0,-9! &gt;"testtemp.txt"&lt;br /&gt;echo.Free !freespace:~0,-9! &gt;&gt;"testtemp.txt"&lt;br /&gt;&lt;br /&gt;:: input truncated total used space from temp file&lt;br /&gt;for /f "tokens=2 delims= " %%A in ('type testtemp.txt ^|find "Used"') do (&lt;br /&gt;set totalused=%%A&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;:: input truncated free space&lt;br /&gt;for /f "tokens=2 delims= " %%A in ('type testtemp.txt ^|find "Free"') do (&lt;br /&gt;set freespace=%%A&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;:: calculate total drive space, percentage used, and percentage free&lt;br /&gt;set /a totalspace=!totalused!+!freespace!&lt;br /&gt;set /a percentused=(!totalused!*100)/!totalspace!&lt;br /&gt;set /a percentfree=100-!percentused!&lt;br /&gt;&lt;br /&gt;:: output results&lt;br /&gt;echo.&lt;br /&gt;echo Total space: %totalspace% GB&lt;br /&gt;echo Free space: %freespace% GB (%percentfree%%%)&lt;br /&gt;echo Used space: %totalused% GB (%percentused%%%)&lt;br /&gt;&lt;br /&gt;:: clean up temp file&lt;br /&gt;del testtemp.txt&lt;br /&gt;&lt;br /&gt;goto end&lt;br /&gt;&lt;br /&gt;:: syntax info&lt;br /&gt;:syntax&lt;br /&gt;echo.&lt;br /&gt;echo.Usage: TESTER [path]&lt;br /&gt;echo.&lt;br /&gt;echo. where [path] is a directory on drive or network path&lt;br /&gt;echo.&lt;br /&gt;echo. example: TESTER \&lt;br /&gt;echo. TESTER \\mynetwork\sharedfolder&lt;br /&gt;goto end&lt;br /&gt;&lt;br /&gt;:: invalid path&lt;br /&gt;:badpath&lt;br /&gt;echo.&lt;br /&gt;echo.The path %1 is not accessible.&lt;br /&gt;echo.&lt;br /&gt;&lt;br /&gt;:end&lt;br /&gt;-----------------------------------&lt;br /&gt;What I would do is : &lt;br /&gt;for /f %%i in (serverlist.txt) do TESTER.cmd \\%%i\c$ &gt;&gt;%%i.txt&lt;br /&gt;&lt;br /&gt;et voilà&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-1229619172825627966?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/1229619172825627966/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2010/01/find-out-disk-space-remotely-thanks-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1229619172825627966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1229619172825627966'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2010/01/find-out-disk-space-remotely-thanks-to.html' title='Find out Disk Space Remotely thanks to DIR / Borrowing code'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5119721528962914330</id><published>2009-12-30T11:52:00.005-03:00</published><updated>2009-12-30T12:04:53.816-03:00</updated><title type='text'>Microsoft SharedView - many people on the same screen</title><content type='html'>While browsing msmvp site, found this utility which is pretty neat and cool, above all it's free.&lt;br /&gt;&lt;br /&gt;Yes you can still use VNC and LogMe In but the best of this tool is that it's really easy to setup, and the main feature you can share your desktop with other 15 people.&lt;br /&gt;&lt;a href="http://connect.microsoft.com/site94"&gt;http://connect.microsoft.com/site94&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here's glance of this tool : &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/2008.07.utilityspotlight.aspx"&gt;http://technet.microsoft.com/en-us/magazine/2008.07.utilityspotlight.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Requisite : Live Account&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5119721528962914330?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5119721528962914330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2009/12/microsoft-sharedview-many-people-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5119721528962914330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5119721528962914330'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2009/12/microsoft-sharedview-many-people-on.html' title='Microsoft SharedView - many people on the same screen'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5946345645801368532</id><published>2009-11-24T10:34:00.008-03:00</published><updated>2010-01-24T19:19:45.486-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Script'/><title type='text'>The Pig Ping Script</title><content type='html'>This is my own personal ping script, feel free to use but please include the credits to the Pig&lt;a href="http://3.bp.blogspot.com/_R3zzdta8Owo/SwvnMHYxnxI/AAAAAAAAAIc/IqudQn_5WE8/s1600/cerdito.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5407669972915822354" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 42px; CURSOR: hand; HEIGHT: 25px" alt="" src="http://3.bp.blogspot.com/_R3zzdta8Owo/SwvnMHYxnxI/AAAAAAAAAIc/IqudQn_5WE8/s320/cerdito.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PigPing.cmd&lt;br /&gt;&lt;br /&gt;del falla.txt &gt;nul&lt;br /&gt;del falluto.txt &gt;nul&lt;br /&gt;del timedout.txt &gt; nul&lt;br /&gt;del notresolving.txt &gt;nul&lt;br /&gt;del ok1.txt &gt;nul&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for /f %%i in (serverlist.txt) do call :set %%i &lt;br /&gt;type ok1.txt | find /i "problem" &gt;&gt;falla.txt&lt;br /&gt;for /f "tokens=1 delims=;" %%b in (falla.txt) do echo %%b &gt;&gt;falluto.txt&lt;br /&gt;for /f %%y in (falluto.txt) do ping %%y -n 1 | find "timed out"&amp;&amp;echo %%y &gt;&gt;timedout.txt || echo %%y &gt;&gt;notresolving.txt &lt;br /&gt;ren ok1.txt results.csv&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;:set&lt;br /&gt;set serv=%1&lt;br /&gt;IF [%1]==[] goto :fin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;goto :next&lt;br /&gt;&lt;br /&gt;:next&lt;br /&gt;for /f "tokens=*" %%z in ('ping %serv% -n 1 ^| find /i "replY" ^|^| echo Problem found Check timedout.txt and notresolving.txt logs') do echo %serv%;"%%z" &gt;&gt;ok1.txt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;:eof&lt;br /&gt;&lt;br /&gt;:fin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;All you need to do is to fill a list of servers (no space after the server names or IP Addresses), one per line.&lt;br /&gt;Then you execute this script. It will create 3 useful files :&lt;br /&gt;Results.csv Open this with excel, this should display a summary of the pinged servers.&lt;br /&gt;Timedout.txt : servers that did not respond correctly (ping request timed out).&lt;br /&gt;notresolving.txt : servers that are not resolving correctly to its IP Address.&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5946345645801368532?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5946345645801368532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2009/11/this-is-my-own-personal-ping-script.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5946345645801368532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5946345645801368532'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2009/11/this-is-my-own-personal-ping-script.html' title='The Pig Ping Script'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_R3zzdta8Owo/SwvnMHYxnxI/AAAAAAAAAIc/IqudQn_5WE8/s72-c/cerdito.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-1965203641735588042</id><published>2009-09-29T12:28:00.000-03:00</published><updated>2009-09-29T13:08:41.375-03:00</updated><title type='text'>Excel formula - FIND MATCHES</title><content type='html'>Find matches from COLUMN 'A' with COLUMN 'B' &lt;br /&gt;Pretty simple, yet hard to remember or easy to forget &lt;br /&gt;=VLOOKUP(B:B;C:C;1;FALSE)&lt;br /&gt;&lt;br /&gt;Fill up COLUMN 'C' with the formula, the expected results: &lt;br /&gt;All the matches found from A with B will display 'A' data on 'C' &lt;br /&gt;If it's not found it will display NA (not available) message, which you can easily filter and work with. &lt;br /&gt;&lt;br /&gt;Drink a coke while you do this as a reward.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-1965203641735588042?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/1965203641735588042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2009/09/excel-formula-find-matches.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1965203641735588042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/1965203641735588042'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2009/09/excel-formula-find-matches.html' title='Excel formula - FIND MATCHES'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-6760379593490643750</id><published>2009-08-28T12:11:00.004-03:00</published><updated>2010-01-24T19:16:52.808-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iLO'/><title type='text'>Track iLO or DRAC IP address</title><content type='html'>Back in the good old days when I could work and research how to get information with my friend colleagues we managed to get the SNMP OID for the iLOs and the DRACs.&lt;br /&gt;&lt;br /&gt;Remember you'll need to have the Remote Card drivers installed on the server and the agents.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;iLO (snmputil get Servername NetIQSNMP .1.3.6.1.4.1.232.9.2.5.1.1.5.2)&lt;br /&gt;&lt;br /&gt;C:\temp&gt;snmputil get Servername NetIQSNMP .1.3.6.1.4.1.232.9.2.5.1.1.5.2&lt;br /&gt;Variable = .iso.org.dod.internet.private.enterprises.232.9.2.5.1.1.5.2&lt;br /&gt;Value = IpAddress 157.206.94.205&lt;br /&gt;&lt;br /&gt;Drac (snmputil get servername NetIQSNMP .iso.org.dod.internet.private.enterprises.674.10892.1.1700.10.1.30.1.1)&lt;br /&gt;&lt;br /&gt;Replace NETIQSNMP for the right SNMP Community name which has read access.&lt;br /&gt;&lt;br /&gt;And have fun.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-6760379593490643750?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/6760379593490643750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2009/08/track-ilo-or-drac-ip-address.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6760379593490643750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/6760379593490643750'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2009/08/track-ilo-or-drac-ip-address.html' title='Track iLO or DRAC IP address'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-2805876517076898138</id><published>2008-07-16T18:58:00.003-03:00</published><updated>2008-07-16T19:08:25.299-03:00</updated><title type='text'>Taking the best of Google search engine</title><content type='html'>Google is probably the best web search engine and it will continue to evolve (new products and all that like blogspot). If you are not an advanced Internet user or you don't know a few tips you might be missing a gold mine. Google is special useful when you set more parameters, e.g. when I need to search for a specific error on Microsoft's website I just search in this way "error name" "event id" site:microsoft.com, by adding the site: you are specifiying that the results should only belong to the site you are specifying.&lt;br /&gt;&lt;br /&gt;There are much more intresting type of searches and guess what it's explained on another Google site, as it is Youtube.&lt;br /&gt;&lt;br /&gt;&lt;embed src="http://www.youtube.com/v/YF024HYU36I&amp;amp;hl=" width="425" height="344" type="application/x-shockwave-flash" fs="1" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;As I like Tokyo Jihen I just searched [ "intitle:index of" "Tokyo Jihen" mp3 -xxx ] et voila, downloaded Toumei Ningen good song, although I prefer the Live version which is available on youtube.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-2805876517076898138?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/2805876517076898138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/07/taking-best-of-google-search-engine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/2805876517076898138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/2805876517076898138'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/07/taking-best-of-google-search-engine.html' title='Taking the best of Google search engine'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-4495295917425624469</id><published>2008-07-14T15:01:00.003-03:00</published><updated>2008-07-14T15:21:16.214-03:00</updated><title type='text'>SAVRT Errors</title><content type='html'>This has been happening to a few servers after NAVCE was upgraded :&lt;br /&gt;Event Type: Error Event Source: SAVRT Event Category: None Event ID: 20 Date: 7/12/2008 Time: 12:08:35 PMUser: N/AComputer: RESSSQL06&lt;br /&gt;Description:Unable to initialize the virus scanning engine database files&lt;br /&gt;&lt;br /&gt;Resolotion : Remove and re-install NAV CE.&lt;br /&gt;You can remove it using NoNav utility if it fails from ADD/REMOVE wizard.&lt;br /&gt;Download : &lt;a href="http://swiftnet.us/downloads/NoNav2.49.exe"&gt;http://swiftnet.us/downloads/NoNav2.49.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;TIP : &lt;a href="http://it.toolbox.com/blogs/locutus/how-to-silently-and-remotely-remove-symantec-antivirus-14625"&gt;http://it.toolbox.com/blogs/locutus/how-to-silently-and-remotely-remove-symantec-antivirus-14625&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The corporate edition of Symantec's antivirus can require a password to be uninstalled. Actually it should require a password to be uninstalled or you haven't done your job properly.This can all be fixed from the comfort of our well worn chair. First, to fix the password issue, we can start up regedit and from the file menu connect via the network to the remote machines registry. Then navigate to the following key."[HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\ VirusProtect6\CurrentVersion\AdministratorOnly\Security]"In that key make sure the two following values "LockUnloadServices" and "UseVPUninstallPassword" are zero. That takes care of the password asking problem.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-4495295917425624469?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/4495295917425624469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/07/savrt-errors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4495295917425624469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4495295917425624469'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/07/savrt-errors.html' title='SAVRT Errors'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-4363354315368108666</id><published>2008-06-26T15:59:00.001-03:00</published><updated>2010-01-24T19:16:17.408-03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iLO'/><title type='text'>Resetting HP iLO Password</title><content type='html'>If you use Hewlett-Packard servers (including what used to be Compaq servers) you know what that the iLO is a remote controller card that allows you to administer remotely the server, powering on/off, using virtual media and remote control (java or new ActiveX based).&lt;br /&gt;&lt;br /&gt;If you have a bunch of servers and you do not know the iLO password you can reset it by using an iLO Script.&lt;br /&gt;&lt;br /&gt;Requirements :&lt;br /&gt;-A minimum updated HP Support Pack installed on your server.&lt;br /&gt;-HPONCFG.exe Tool&lt;br /&gt;&lt;br /&gt;And the script, first time I used it from here :&lt;br /&gt;&lt;a href="http://blog.netnerds.net/2006/04/ribcl-reset-administrator-password-on-ilo/"&gt;http://blog.netnerds.net/2006/04/ribcl-reset-administrator-password-on-ilo/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-4363354315368108666?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/4363354315368108666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/resetting-hp-ilo-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4363354315368108666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4363354315368108666'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/resetting-hp-ilo-password.html' title='Resetting HP iLO Password'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-5970255974902051920</id><published>2008-06-23T17:24:00.002-03:00</published><updated>2010-08-14T04:54:48.698-03:00</updated><title type='text'>OpenSSH over Windows</title><content type='html'>I've used it a long time ago, although it's not very common it's still a cool tool to use.&lt;br /&gt;OpenSSH same as Telnet but secure.&lt;br /&gt;&lt;br /&gt;As Secure Shell connections can be encrypted the information sent could be secured if properlly configured.&lt;br /&gt;There are many flavours,&lt;br /&gt;Vshell &lt;a href="http://www.vandyke.com/download/index.html"&gt;http://www.vandyke.com/download/index.html&lt;/a&gt; (paid)&lt;br /&gt;Cygwin &lt;a href="http://www.cygwin.com/"&gt;http://www.cygwin.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;OpenSSH only &lt;a href="http://sshwindows.sourceforge.net/"&gt;http://sshwindows.sourceforge.net&lt;/a&gt;&lt;br /&gt;As this only uses port 22, only text it can work with slow speed connections and still having fun.&lt;br /&gt;So many times I had use it just to access a machine  with an MSN text based client because no other ports were opened at work.&lt;br /&gt;&lt;br /&gt;You can also try to use it along with VNC to encrypt VNC password and have a securer Remote Controller free of charge.&lt;br /&gt;&lt;br /&gt;Update: I've been using RemotelyAnywhere at work and it's really a good tool (not always, but it works). The good thing is taht it's all included in one. &lt;br /&gt;You probably know logmein.com, it's the same company. &lt;br /&gt;SFTP, Remote Control, SSH among other things in one tool. I suggest you to take &lt;a href="http://remotelyanywhere.com/template.asp?page=home"&gt;a look&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-5970255974902051920?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/5970255974902051920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/openssh-over-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5970255974902051920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/5970255974902051920'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/openssh-over-windows.html' title='OpenSSH over Windows'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-811480646081444993</id><published>2008-06-20T16:29:00.000-03:00</published><updated>2008-06-20T17:12:41.734-03:00</updated><title type='text'>Unattended / Customized Windows Installation</title><content type='html'>If you have been working around with SCSI devices /Storage controllers and their Hard Disks you may have encountered with a few issues about how to handle Windows Installation.&lt;br /&gt;Most of the cases you can just use a Floppy disk with the right drivers.&lt;br /&gt;Sometimes you may have not, like on HP Proliant ML110 where those piece of crap didn't come with a Floppy drive and you had to Buy one. On those cases you could also use USB Floppy drives, a few where compatible others not, it depends on which chips were used on them (making them being capable of be detected during Windows Installation by pressing F6 to add a driver).&lt;br /&gt;A better way would be to bunddle the drivers on I386 folder of your Windows installation.&lt;br /&gt;A technique I know since NT4.0, but nowadays easier to compile.&lt;br /&gt;&lt;br /&gt;I've got the lucky to use this tool : &lt;a href="http://www.nliteos.com/index.html"&gt;http://www.nliteos.com/index.html&lt;/a&gt; (definitely 'a must have')&lt;br /&gt;It let's you configure an unatteneded installation, which saves you a lot of time.&lt;br /&gt;&lt;br /&gt;There's plenty of information, my bible in this case is &lt;a href="http://unattended.msfn.org/unattended.xp"&gt;http://unattended.msfn.org/unattended.xp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A los que les gusta el Windows XP en castellano (que no es mi caso) pueden utilizar esta versión de instalación desasistida que me recomendo mi amigo Simkin: Colossus XP&lt;br /&gt;&lt;a href="http://www.windowsce.com.ar/showthread.php?t=142"&gt;http://www.windowsce.com.ar/showthread.php?t=142&lt;/a&gt;&lt;br /&gt;Realmente muy bueno, el único problema es que prefiero todos los OS en inglés.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-811480646081444993?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/811480646081444993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/generate-custom-windows-iso-cd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/811480646081444993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/811480646081444993'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/generate-custom-windows-iso-cd.html' title='Unattended / Customized Windows Installation'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-789968050326862625</id><published>2008-06-19T12:38:00.000-03:00</published><updated>2008-06-19T12:59:06.557-03:00</updated><title type='text'>Hiren Boot CD, Sysadmin Swiss Knife tool</title><content type='html'>Being a sysadmin is easy if you have the right tools and knowledge.&lt;br /&gt;Knowledge comes with time and dedication.&lt;br /&gt;Tools comes across when you need them but it's always better to have them in your bag ready for action.&lt;br /&gt;&lt;br /&gt;Hiren Boot CD is one of the best tools as it's a "All in One".&lt;br /&gt;I have used it to recover dead systems, forgotten passwords and similar, although not always succesful because of the SCSI / Array Controller drivers could not be found or detected but anyway it's better to have it than never tried it.&lt;br /&gt;&lt;br /&gt;When I need to find it I always go here : &lt;a href="http://maxt.dk/"&gt;http://maxt.dk/&lt;/a&gt;&lt;br /&gt;This guy always get an updated copy of this tool, lucky for us.&lt;br /&gt;&lt;br /&gt;CD Contents : &lt;a href="http://www.hiren.info/pages/bootcd"&gt;http://www.hiren.info/pages/bootcd&lt;/a&gt;&lt;br /&gt;I love it for Winternals tools&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-789968050326862625?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/789968050326862625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/hiren-boot-cd-sysadmin-swiss-knife-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/789968050326862625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/789968050326862625'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/hiren-boot-cd-sysadmin-swiss-knife-tool.html' title='Hiren Boot CD, Sysadmin Swiss Knife tool'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-743931780592949482</id><published>2008-06-18T13:06:00.000-03:00</published><updated>2008-06-18T13:12:03.122-03:00</updated><title type='text'>Find your Windows License / Necesito encontrar mi Key Licencia de Windows</title><content type='html'>If you ever needed to find your own Window's computer license or Key you can do it on many ways.  The easy way&lt;br /&gt;&lt;br /&gt;1. go &lt;a href="http://magicaljellybean.com/keyfinder/"&gt;http://magicaljellybean.com/keyfinder/&lt;/a&gt;&lt;br /&gt;2. downloader keyfinder&lt;br /&gt;3. run keyfinder&lt;br /&gt;&lt;br /&gt;You have it there.&lt;br /&gt;It seems that the Product ID is a coded form randomly coded but easy to decode. This utility decodes it.&lt;br /&gt;&lt;br /&gt;Why would you need your license key?&lt;br /&gt;You may want to re-install your windows and lost your key or like me when you have to do a virtualization using VMConverter, and need to do a customized version of the server and you are required to put a license, just take it from it. You can have all your windows with the same code until you have already paid your Licenses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-743931780592949482?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/743931780592949482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/find-your-windows-license-necesito.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/743931780592949482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/743931780592949482'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/find-your-windows-license-necesito.html' title='Find your Windows License / Necesito encontrar mi Key Licencia de Windows'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-2197814842657806357</id><published>2008-06-18T12:52:00.000-03:00</published><updated>2008-06-18T12:56:31.670-03:00</updated><title type='text'>"No mapping between account names and security IDs was done"</title><content type='html'>"No mapping between account names and security IDs was done"&lt;br /&gt;This error happened to me yesterday.&lt;br /&gt;&lt;br /&gt;I've the rights to add a server into the domain, but basically because of some policies I couldn't add a server through the server to be added itself.&lt;br /&gt;&lt;br /&gt;Solution :&lt;br /&gt;&lt;br /&gt;1. Add the server computer account to the AD using dsa.msc (authorize yourself to manage that computer account)&lt;br /&gt;2. Try again to add the server to the domain through My Computer settings or using netdom.exe command line. &lt;br /&gt;&lt;br /&gt;It should work.&lt;br /&gt;&lt;br /&gt;If it doesn't please check this :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/890737"&gt;http://support.microsoft.com/kb/890737&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-2197814842657806357?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/2197814842657806357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/no-mapping-between-account-names-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/2197814842657806357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/2197814842657806357'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/no-mapping-between-account-names-and.html' title='&quot;No mapping between account names and security IDs was done&quot;'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5018158998181662660.post-4163520635085165097</id><published>2008-06-18T12:31:00.003-03:00</published><updated>2010-08-13T06:08:40.561-03:00</updated><title type='text'>Personal Blog</title><content type='html'>My major effort to do any good in this rotten world is this.&lt;br /&gt;Don't mess with the PIGs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5018158998181662660-4163520635085165097?l=edu-naka.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://edu-naka.blogspot.com/feeds/4163520635085165097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://edu-naka.blogspot.com/2008/06/edu-naka-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4163520635085165097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5018158998181662660/posts/default/4163520635085165097'/><link rel='alternate' type='text/html' href='http://edu-naka.blogspot.com/2008/06/edu-naka-blog.html' title='Personal Blog'/><author><name>Pig Bastard</name><uri>http://www.blogger.com/profile/16097302372973106013</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='24' src='http://2.bp.blogspot.com/_R3zzdta8Owo/S1zIzyAMf2I/AAAAAAAAAJo/Yz0R6beeOfo/S220/cerdito.png'/></author><thr:total>0</thr:total></entry></feed>
