<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MMJP</title>
	<atom:link href="http://it.mmjp.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://it.mmjp.net</link>
	<description>IT Diray</description>
	<lastBuildDate>Sun, 22 Aug 2010 04:51:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recover Domain Admin Password</title>
		<link>http://it.mmjp.net/?p=422</link>
		<comments>http://it.mmjp.net/?p=422#comments</comments>
		<pubDate>Sun, 22 Aug 2010 04:50:48 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=422</guid>
		<description><![CDATA[http://mcpmag.com/articles/2006/06/20/lost-domain-admin-password-panic.aspx
Chris: I&#8217;m in a jam. I took over a contract with a new office and cannot log in to their domain controller. I contacted the previous contractor and the password he gave me doesn&#8217;t work. I can boot into Directory Services Restore Mode, but cannot login to the domain. Is there anything that I can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mcpmag.com/articles/2006/06/20/lost-domain-admin-password-panic.aspx">http://mcpmag.com/articles/2006/06/20/lost-domain-admin-password-panic.aspx</a><span id="more-422"></span></p>
<p><strong><em>Chris: </em></strong>I&#8217;m in a jam. I took over a contract with a new office and cannot log in to their domain controller. I contacted the previous contractor and the password he gave me doesn&#8217;t work. I can boot into Directory Services Restore Mode, but cannot login to the domain. Is there anything that I can do to reset the domain administrator password?</p>
<p>You do have a few choices here. Since you can get to Directory Services Restore Mode, resetting the domain administrator password can be accomplished in a few minutes. If you need to reset the Directory Services Restore Mode Password, you can do this using the <a href="http://home.eunet.no/~pnordahl/ntpasswd/">Offline NT Password &amp; Registry Editor Bootdisk/CD</a>. The Offline NT Password &amp; Registry Editor is a nice tool for resetting local account passwords, and since it&#8217;s free, it works for my budget.</p>
<p>On a domain controller, you can access Directory Services Restore Mode by pressing F5 when the system starts to boot and then selecting Directory Services Restore Mode from the Windows Advanced Options Menu.</p>
<p>Once you&#8217;re logged in to Directory Services Restore Mode, you&#8217;re ready to setup the password reset. My preferred method is to use the Windows Resource Kit tool AutoExNT. AutoExNT allows you to configure a batch script to run when the system starts, so it&#8217;s an easy way to use a script to change the domain administrator password. To use this method to reset the domain administrator password, you&#8217;ll first need to download the <a href="http://tinyurl.com/a32f">Windows Server 2003 Resource Kit Tools</a>. You can install the tools on any Windows XP or Windows 2003 system. Once the tools are installed, navigate to the Resource Kit Tools installation folder (default location = C:\Program Files\Windows Resource Kits\Tools). From the Tools folder, you&#8217;ll need these three files: Autoexnt.exe, Servmess.dll, and Instexnt.exe. All three files should be copied to the %systemroot%\system32 folder (default = C:\Windows\system32) on the domain controller.</p>
<p>With these files in place you now need to create a batch file to be used by the service. To do this, run the command:</p>
<p>notepad %systemroot%\system32\Autoexnt.bat</p>
<p>When prompted to create the file, click Yes. Now in Notepad, enter:</p>
<p>net user administrator P@ssw0rd /domain</p>
<p>In my example, I set the password to P@ssw0rd. Of course, you can set this to whatever you like. Once you have this line in the batch file, save the file and close Notepad.</p>
<p>You&#8217;re now ready to install the AutoExNT service. To do this, go to the command prompt and run the command instexnt install. When the command completes, you should see the message &#8220;CreateService AutoExNT SUCCESS with InterActive Flag turned OFF.&#8221; By default, the service will be set to Automatic, so you&#8217;re ready to go.</p>
<p>Now you can just reboot the domain controller. When it reboots, the password will be set to the password that you specified in the batch file. Log in as administrator with the new password and you&#8217;re all set. Of course, you&#8217;re not going to want the AutoExNT service to run anymore at bootup, so you&#8217;ll need to uninstall the service. To do this, go to the command prompt and run the command instexnt remove. You should now see the message &#8220;DeleteService SUCCESS&#8221; and you&#8217;re all done.</p>
<p>With this tool in your bag of tricks, try not to give away how easy the password reset really is. I prefer to build the drama like any good episode of <a href="http://www.fox.com/house/"><em>House</em></a> . &#8220;I can&#8217;t promise anything, but I&#8217;ll do the best I can to save her. I need to be alone for this, so please wait outside.&#8221; After resetting the password, you triumphantly leave the server room to the applause of your peers. Oh wait. I never actually did that. It was only one of my pathetic dreams. I know&#8230;pretty sad!</p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set / change the Console timeout</title>
		<link>http://it.mmjp.net/?p=417</link>
		<comments>http://it.mmjp.net/?p=417#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:32:38 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[Console]]></category>
		<category><![CDATA[GNS3]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=417</guid>
		<description><![CDATA[Original Post
conf t
line console 0
exec-timeout &#60;minutes&#62;
1440 would change the period to 1 day (24 x 60)
0 0 never timeout
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tek-tips.com/faqs.cfm?fid=6454">Original Post</a></p>
<p><a href="http://www.tek-tips.com/faqs.cfm?fid=6454"></a>conf t<br />
line console 0<br />
exec-timeout &lt;minutes&gt;</p>
<p>1440 would change the period to 1 day (24 x 60)</p>
<p>0 0 never timeout</p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=417</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring and Verifying EIGRP ( Lab 3, Video Mentor, Routing )</title>
		<link>http://it.mmjp.net/?p=415</link>
		<comments>http://it.mmjp.net/?p=415#comments</comments>
		<pubDate>Sun, 18 Jul 2010 08:19:29 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP V6]]></category>
		<category><![CDATA[CISCO]]></category>
		<category><![CDATA[LAB]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ROUTE]]></category>
		<category><![CDATA[Video Mentor Lab]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=415</guid>
		<description><![CDATA[
Config File
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Verify EIGRP" src="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM3/ROUTE_VM3.jpeg.jpeg" alt="" width="634" height="445" /></p>
<p><a href="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM3/">Config File</a></p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=415</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring and Verifying RIPv1 and RIPv2 ( Lab 2, Video Mentor, Routing )</title>
		<link>http://it.mmjp.net/?p=413</link>
		<comments>http://it.mmjp.net/?p=413#comments</comments>
		<pubDate>Sun, 18 Jul 2010 07:41:55 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP V6]]></category>
		<category><![CDATA[CISCO]]></category>
		<category><![CDATA[LAB]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ROUTE]]></category>
		<category><![CDATA[Video Mentor Lab]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=413</guid>
		<description><![CDATA[
Config file
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="RIPv1&amp;RIPv2" src="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM2/ROUTE_VM2.jpeg.jpeg" alt="" width="611" height="345" /></p>
<p><a href="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM2/">Config file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=413</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Static Routes ( Lab 1, Video Mentor, Routing )</title>
		<link>http://it.mmjp.net/?p=410</link>
		<comments>http://it.mmjp.net/?p=410#comments</comments>
		<pubDate>Sun, 18 Jul 2010 07:36:13 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP V6]]></category>
		<category><![CDATA[CISCO]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ROUTE]]></category>
		<category><![CDATA[Video Mentor Lab]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=410</guid>
		<description><![CDATA[Config File
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Configuratiog Static Routes" src="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM1/ROUTE_VM1.jpeg.jpeg" alt="" width="593" height="391" /><a href="http://it.mmjp.net/dl/ccnp-lab/ROUTE/VM1/">Config File</a></p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=410</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 certificate</title>
		<link>http://it.mmjp.net/?p=408</link>
		<comments>http://it.mmjp.net/?p=408#comments</comments>
		<pubDate>Thu, 10 Jun 2010 14:21:43 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=408</guid>
		<description><![CDATA[http://www.techpeoples.net/index.php/exchang/exchange-server-2010/configuration-a-administration/395-how-to-import-certificates-in-exchange-server-2010
http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010
We will perform these steps to assign Exchange Services with our New Certificate:-
1.       Create a Certificate Request (.req) file
2.       Submit Request to the Certificate Authority
3.       Attach Certificate the EMC
4.       Assign Services to the Certificate
How to generate a Certificate Request File
1.       Open the Exchange Management Console.
2.       Click on Server configuration.
3.       In the Action pane of right-side, click on New Exchange Certificate.
4.       Enter any meaningful and friendly name for this new certificate in Introduction window.
5.       In [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techpeoples.net/index.php/exchang/exchange-server-2010/configuration-a-administration/395-how-to-import-certificates-in-exchange-server-2010">http://www.techpeoples.net/index.php/exchang/exchange-server-2010/configuration-a-administration/395-how-to-import-certificates-in-exchange-server-2010</a></p>
<p><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010">http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010</a><span id="more-408"></span></p>
<p>We will perform these steps to assign Exchange Services with our New Certificate:-</p>
<p>1.       Create a Certificate Request (.req) file</p>
<p>2.       Submit Request to the Certificate Authority</p>
<p>3.       Attach Certificate the EMC</p>
<p>4.       Assign Services to the Certificate</p>
<p><strong>How to generate a Certificate Request File</strong></p>
<p>1.       Open the <strong>Exchange Management Console</strong>.</p>
<p>2.       Click on <strong>Server configuration</strong>.</p>
<p>3.       In the <strong>Action</strong> pane of right-side, click on <strong>New Exchange Certificate</strong>.</p>
<p>4.       Enter any meaningful and friendly name for this new certificate in <strong>Introduction</strong> window.</p>
<p>5.       In the <strong>Domain Scope</strong> window, select the <strong>Enable wildcard certificate</strong> checkbox, if required. This is the recommended practices in Exchange Server 2010 as it simplifies the certificate processing for sub-domains as well. You can enter wildcard in the form of <strong>*.techpeoples.net.</strong> The downside of using wildcard are:</p>
<ul>
<li>It is expensive</li>
<li>Security issues</li>
<li>Windows Mobile 5 and previous versions do not support wildcard certificates. Only Windows mobile 6 and later versions have the support of wildcards.</li>
</ul>
<p>For this article, we will not use the wildcards and click <strong>Next</strong>.</p>
<p>6.       In the <strong>Exchange Configuration</strong> page, you can select a number of options for which you want to create a certificate. Theseoptions are:-</p>
<ul>
<li>Federal Sharing</li>
<li>Client Access server (Outlook Web App)</li>
<li>Client Access server (Exchange ActiveSync)</li>
<li>Client Access server (Web Services, Outlook Anywhere, and Autodiscover)</li>
<li>Client Access server (POP/IMAP)</li>
<li>Unified Messaging</li>
<li>Hub   Transport server</li>
<li>Legacy Exchange Server</li>
</ul>
<p>Click <strong>Next</strong> once you have selected and configured the above requests.</p>
<p>7.       In the <strong>Certificate Domain</strong> page, you will be displayed the list of domains that will be added to the certificate. These domains will be generated from the previous window. You can also assign a common name to the domains; like in our case we will select mail.techpeoples.net as our common name. Click <strong>Next</strong> when done.</p>
<p>8.       In the <strong>Organization</strong> <strong>and</strong> <strong>Location</strong> page, enter Organization and Country details. Click on <strong>Browse</strong> to enter the location of the<strong>.req</strong> file and click <strong>Next</strong>.</p>
<p>9.        Once you are sure with the <strong>Configuration Summary</strong>, click on <strong>New</strong> to complete the Exchange Certificate process.</p>
<p>10.   Click <strong>Finish</strong> to close the window.</p>
<p><strong>How to Submit Request to the Certificate Authority</strong></p>
<p>Next step is sending the request to any Certificate Authority (Internal/.External).</p>
<p>1.       Open the <strong>.req</strong> file saved above and Copy all the contents.</p>
<p>2.       Open the <strong>Certificate Services</strong> page, by opening the <strong>Internet Explorer</strong> and enter the <a href="http://localhost/certsrv">http://localhost/certsrv</a> URL.</p>
<p>3.       Click on the <strong>Request a certificate</strong> task option.</p>
<p>4.       Click on the <strong>advanced certificate request</strong> on the next screen.</p>
<p>5.       On the <strong>Advanced Certificate Request</strong> page, click on the <strong>base-64 encoded</strong> link.</p>
<p>6.       Paste the contents of .<strong>cer</strong> file in the <strong>Saved Request</strong> box.</p>
<p>7.       In the <strong>Certificate Template</strong>, select the <strong>Web Server</strong> and click on Submit.</p>
<p>8.       Depending upon your Certificate type, you will be issued the certificate. Next step will be to download this certificate by clicking on the <strong>Download certificate</strong> link in <strong>Certificate Issued</strong> screen.</p>
<p>9.       Save the <strong>.cer </strong>file to any location.</p>
<p><strong>How to Attach Certificate in Exchange Management Console</strong></p>
<p>1.       Open the <strong>Exchange Management Console</strong>.</p>
<p>2.       Click on the <strong>Server Configuration</strong>. You will see your certificate as <strong>Self</strong> <strong>Signed=Yes</strong> in the detail pane, which is not ideal.</p>
<p>3.       Click on the <strong>Complete Pending Request</strong> option in the <strong>Action</strong> pane on the right-side.</p>
<p>4.       In the <strong>Introduction</strong> page, enter the location of <strong>.cer</strong> file saved above.</p>
<p>5.       Click on <strong>Complete</strong>.</p>
<p>6.       Once the wizard is completed successfully, click on <strong>Finish</strong> to close the window.</p>
<p>7.       Once done, you will see your certificate as <strong>Self Signed=False.</strong></p>
<p><strong>How to Sign the Certificate to the Services</strong></p>
<p>As you can see from the Exchange Certificate tab in Server Configuration detail pane, no service is associated with our new certificate.  To link services with our new certificate, perform below steps.</p>
<p>1.       Open the <strong>Exchange Management Console</strong>.</p>
<p>2.       Click on <strong>Server Configuration</strong> and in the <strong>Action</strong> pane, click in <strong>Assign Services to Certificate</strong>.</p>
<p>3.       In the <strong>Select Servers</strong> window, select you server and click on <strong>Next</strong>.</p>
<p>4.       Select the <strong>Services</strong> that you want to assign to your certificate. Followings are the services which you can select.</p>
<ul>
<li>Internet Message Access Protocol</li>
<li>Post Office Protocol</li>
<li>Simple Mail Transfer Protocol</li>
<li>Internet Information Services</li>
<li>Unified Messaging</li>
</ul>
<p>5.       Once you have selected the services, click on <strong>Assign</strong>.</p>
<p>6.       A pop window will appear to overwrite the existing default SMTP certificate. Click on <strong>Yes</strong>.</p>
<p>7.       On wizard is completed successfully, click on <strong>Finish</strong> to close the window.</p>
<p>8.       Once wizard is closed, you can confirm the services associated with your certificate from the <strong>Exchange Certificates</strong> in the detailed pane of <strong>Server Configuration</strong>.</p>
<p>Certificate has now been assigned to the Exchange Services; you can now enable Outlook Anywhere, Configure External Client Access Domain and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=408</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple way to customize 2010 OWA</title>
		<link>http://it.mmjp.net/?p=405</link>
		<comments>http://it.mmjp.net/?p=405#comments</comments>
		<pubDate>Thu, 10 Jun 2010 06:36:54 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=405</guid>
		<description><![CDATA[Simple way to customize 2010 OWA
Just Backup lgntopl.gif and logoowa.png under default themes folder and replace by your customize one.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://telnet25.wordpress.com/2010/01/23/simple-way-to-customize-owa-exchange-2010/">Simple way to customize 2010 OWA</a></p>
<p>Just Backup lgntopl.gif and logoowa.png under default themes folder and replace by your customize one.</p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=405</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2000/2003 to 2007</title>
		<link>http://it.mmjp.net/?p=402</link>
		<comments>http://it.mmjp.net/?p=402#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:59 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[2003/2000]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=402</guid>
		<description><![CDATA[http://www.msexchange.org/tutorials/Transitioning-Exchange-2000-2003-Exchange-Server-2007-Part1.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.msexchange.org/tutorials/Transitioning-Exchange-2000-2003-Exchange-Server-2007-Part1.html">http://www.msexchange.org/tutorials/Transitioning-Exchange-2000-2003-Exchange-Server-2007-Part1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=402</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recovery Cisco 2600 series router</title>
		<link>http://it.mmjp.net/?p=399</link>
		<comments>http://it.mmjp.net/?p=399#comments</comments>
		<pubDate>Wed, 26 May 2010 15:03:40 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[CISCO]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=399</guid>
		<description><![CDATA[Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMMON Command
Introduction
This document explains how to download a software image to a Cisco 2600/2800/3800 Series Router using Trivial File Transfer Protocol (TFTP) over the first LAN port using the ROMmon tftpdnldcommand.

Notes:

The ROMmon TFTP transfer works on the first LAN port only. However, for the [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://cisco.biz/en/US/products/hw/routers/ps259/products_tech_note09186a008015bf9e.shtml">Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMMON Command</a></h3>
<h2><a name="intro">Introduction</a></h2>
<p>This document explains how to download a software image to a Cisco 2600/2800/3800 Series Router using Trivial File Transfer Protocol (TFTP) over the <em>first LAN port</em> using the ROMmon <strong>tftpdnld</strong>command.</p>
<p><span id="more-399"></span></p>
<p><strong>Notes:</strong></p>
<ul>
<li>The ROMmon TFTP transfer works on the first LAN port only. However, for the Cisco 2612, you can choose the <a href="http://cisco.biz/en/US/products/hw/routers/ps259/products_tech_note09186a008015bf9e.shtml#tokenring">Token Ring</a> or <a href="http://cisco.biz/en/US/products/hw/routers/ps259/products_tech_note09186a008015bf9e.shtml#ethernet">Fast Ethernet</a> port.</li>
<li>You can only download files to the router. You cannot use ROMmon TFTP to get files from the router.</li>
<li>The transfer does not support route bridging on Token Ring ports.</li>
</ul>
<h2></h2>
<h3></h3>
<h3><a name="hw">Components Used</a></h3>
<p>This document is not restricted to specific software and hardware versions.</p>
<h3><a name="conv">Conventions</a></h3>
<p>Refer to <a href="http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a0080121ac5.shtml">Cisco Technical Tips Conventions</a> for more information on document conventions.</p>
<h2><a name="Operation">Operation</a></h2>
<p>First, you must set ROMmon environment variables prior to the TFTP download. All variable names are case sensitive.</p>
<p>You can view the ROMmon environment variables by using the <strong>set</strong> command, as shown here:</p>
<blockquote>
<pre>rommon 3 &gt; <strong>set</strong>
    PS1=rommon ! &gt;
    IP_ADDRESS=172.18.16.76
    IP_SUBNET_MASK=255.255.255.192
    DEFAULT_GATEWAY=172.18.16.65
    TFTP_SERVER=172.18.16.2
    TFTP_FILE=quake/rel22_Jan_16/c2600-i-mz</pre>
</blockquote>
<p>The variables to set for tftpdnld are shown here:</p>
<blockquote>
<pre>usage: tftpdnld [-ur]
  Use this command for disaster recovery only to recover an image via TFTP.
  Monitor variables are used to set up parameters for the transfer.
  (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
  "ctrl-c" or "break" stops the transfer before flash erase begins.

  The following variables are REQUIRED to be set for tftpdnld:
            IP_ADDRESS: The IP address for this unit
        IP_SUBNET_MASK: The subnet mask for this unit
       DEFAULT_GATEWAY: The default gateway for this unit
           TFTP_SERVER: The IP address of the server to fetch from
             TFTP_FILE: The filename to fetch

  The following variables are OPTIONAL:
          TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
      TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=7)
          TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
         TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)

  Command line options:
   -r: do not write flash, load to DRAM only and launch image
   -u: upgrade the rommon, system will reboot once upgrade is complete
rommon 14 &gt;</pre>
</blockquote>
<p><strong>Note: </strong>As detailed in Cisco bug ID <a href="http://www.cisco.com/pcgi-bin/Support/Bugtool/onebug.pl?bugid=CSCdk81077">CSCdk81077</a> (<span><a href="http://tools.cisco.com/RPF/register/register.do">registered</a> customers only</span>) , for Cisco 2600 and 1720 Series Routers running the ROM monitor command <strong>tftpdnld</strong>, the command might report a bad checksum comparison when it loads Cisco IOS software images of Cisco IOS Software Release 12.0(2.2)T or later.</p>
<p><strong>Note: </strong>As a workaround to this problem, set the ROM monitor variable TFTP_CHECKSUM to 0. This is done by defining the variable <tt>TFTP_CHECKSUM=0</tt> from the ROM monitor <strong>set</strong> command, and then proceeding with the <strong>tftpdnld</strong> procedure.</p>
<p>set 4 ( default auto )</p>
<pre>rommon 16 &gt; IP_ADDRESS=171.68.171.0
     rommon 17 &gt; IP_SUBNET_MASK=255.255.254.0
     rommon 18 &gt; DEFAULT_GATEWAY=171.68.170.3
     rommon 19 &gt; TFTP_SERVER=171.69.1.129
     rommon 20 &gt; TFTP_FILE=c2600-is-mz.113-2.0.3.Q
     rommon 21 &gt; tftpdnld

               IP_ADDRESS: 171.68.171.0
           IP_SUBNET_MASK: 255.255.254.0
          DEFAULT_GATEWAY: 171.68.170.3
              TFTP_SERVER: 171.69.1.129
                TFTP_FILE: c2600-is-mz.113-2.0.3.Q

     Invoke this command for disaster recovery only.
     WARNING: all existing data in all partitions on flash will be lost!
     Do you wish to continue? y/n:  [n]:  y

     Receiving c2600-is-mz.113-2.0.3.Q from 171.69.1.129 !!!!!.!!!!!!!!!!!!!!!!!!!.!!
     File reception completed.
     Copying file c2600-is-mz.113-2.0.3.Q to flash.
     Erasing flash at 0x607c0000
     program flash location 0x60440000
     rommon 22 &gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Prerequisites</title>
		<link>http://it.mmjp.net/?p=393</link>
		<comments>http://it.mmjp.net/?p=393#comments</comments>
		<pubDate>Mon, 24 May 2010 12:39:36 +0000</pubDate>
		<dc:creator>mmjp</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://it.mmjp.net/?p=393</guid>
		<description><![CDATA[Exchange 2010 Prerequisites
-For a server that will have the typical installation
Run this command on cmd ( need to point scripts folder under exchange installation CD )
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml -Restart

Run following command on PowerShell

Set-Service NetTcpPortSharing -StartupType Automatic

And Install the followings.

Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0)


2007 Office System [...]]]></description>
			<content:encoded><![CDATA[<p>Exchange 2010 Prerequisites</p>
<p>-For a server that will have the typical installation</p>
<p>Run this command on cmd ( need to point <strong>scripts</strong> folder under exchange installation CD )</p>
<pre id="ctl00_MTCS_main_ctl46_ctl00_ctl05_code">sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml -Restart</pre>
<pre id="ctl00_MTCS_main_ctl46_ctl00_ctl05_code"><span id="more-393"></span></pre>
<p>Run following command on PowerShell</p>
<h3>
<pre id="ctl00_MTCS_main_ctl47_ctl00_ctl11_code">Set-Service NetTcpPortSharing -StartupType Automatic</pre>
<pre id="ctl00_MTCS_main_ctl47_ctl00_ctl11_code"></pre>
<pre id="ctl00_MTCS_main_ctl47_ctl00_ctl11_code">And Install the followings.</pre>
<pre id="ctl00_MTCS_main_ctl47_ctl00_ctl11_code">
<h4><a href="http://support.microsoft.com/kb/968929">Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0)</a></h4>
</pre>
</h3>
<h4><a href="http://www.microsoft.com/downloads/details.aspx?familyid=60c92a37-719c-4077-b5c6-cac34f4227cc&amp;displaylang=en"><span style="font-weight: normal;">2007 Office System Converter: Microsoft Filter Pack</span></a></h4>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://it.mmjp.net/?feed=rss2&amp;p=393</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
