<?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>1EyeTech.com - Your Technical Resource</title>
	<atom:link href="http://1eyetech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://1eyetech.com</link>
	<description>Technical Solutions Not Found Everywhere Else</description>
	<lastBuildDate>Sat, 04 Jul 2009 18:08:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symantec Backup Exec Error id 34113</title>
		<link>http://1eyetech.com/symantec-backup-exec-error-id-34113/</link>
		<comments>http://1eyetech.com/symantec-backup-exec-error-id-34113/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:07:48 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[Backup Software]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=73</guid>
		<description><![CDATA[The Backup Exec error id 34113 was being displayed on my Windows 2003 server with Backup Exec 12 installed.  This error corresponds to &#8220;out of memory.&#8221;  The error apparently stems from one the following two issues withe the volume shadow copy service:
The VSS simply lacks a required windows update, which is KB940349.
The VSS has a [...]]]></description>
			<content:encoded><![CDATA[<p>The Backup Exec error id 34113 was being displayed on my Windows 2003 server with Backup Exec 12 installed.  This error corresponds to &#8220;out of memory.&#8221;  The error apparently stems from one the following two issues withe the volume shadow copy service:</p>
<p>The VSS simply lacks a required windows update, which is KB940349.<br />
The VSS has a memory leak and needs to be patched with KB870973.</p>
<p>My problem was resolved after installing KB940349.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=73&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fsymantec-backup-exec-error-id-34113%2F&amp;linkname=Symantec%20Backup%20Exec%20Error%20id%2034113"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/symantec-backup-exec-error-id-34113/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11 PDC using Samba and LDAP</title>
		<link>http://1eyetech.com/opensuse-11-pdc-using-samba-and-ldap/</link>
		<comments>http://1eyetech.com/opensuse-11-pdc-using-samba-and-ldap/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:11:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=66</guid>
		<description><![CDATA[Encountered an issue today while playing around with openSUSE 11 and setting it up as a primary domain controller using Samba and LDAP.  After installing and configuring the required software on the openSUSE box I joined an XP workstation to the domain.  I thought that success was mine at this point given it joined correctly, [...]]]></description>
			<content:encoded><![CDATA[<p>Encountered an issue today while playing around with openSUSE 11 and setting it up as a primary domain controller using Samba and LDAP.  After installing and configuring the required software on the openSUSE box I joined an XP workstation to the domain.  I thought that success was mine at this point given it joined correctly, but alas as I tried the initial login to the domain I received the &#8220;Domain is not available&#8221; error.  I logged in locally and just for kicks tried to add a domain user to the local security group, I received the error &#8220;Trust relationship failed.&#8221;    As it turn out this issue has to do with the version of Samba that comes installed on openSUSE 11.  The issue can be resolved through either running<br />
zypper ar <a rel="nofollow" href="http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/network:samba:STABLE.repo" target="_blank">http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/network:samba:STABLE.repo</a><br />
zypper ref<br />
zypper up -t package</p>
<p>or through updating Samba to the newest version using online update.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=66&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fopensuse-11-pdc-using-samba-and-ldap%2F&amp;linkname=openSUSE%2011%20PDC%20using%20Samba%20and%20LDAP"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/opensuse-11-pdc-using-samba-and-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Adapter Priority Server 2008 Core</title>
		<link>http://1eyetech.com/network-adapter-priority-server-2008-core/</link>
		<comments>http://1eyetech.com/network-adapter-priority-server-2008-core/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 03:02:38 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Core Install]]></category>
		<category><![CDATA[Network Priority]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=57</guid>
		<description><![CDATA[Ran into another issue with Server 2008 Core install.&#160; I wanted to change the network card priority&#8230; normally an easy task (advance settings in network connections,) but of course this doesn&#8217;t exist in the core install.
The solution for this is to run a command to get the adapter id list, then to edit the registry.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into another issue with Server 2008 Core install.&nbsp; I wanted to change the network card priority&#8230; normally an easy task (advance settings in network connections,) but of course this doesn&#8217;t exist in the core install.</p>
<p>The solution for this is to run a command to get the adapter id list, then to edit the registry.&nbsp; Run the following in an elevated command prompt: wmic nicconfig get Description,SettingID<br />
There should be two columns of output from the command.&nbsp; The setting ID will give you the information you need to edit the registry.</p>
<p>Open regedit and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage<br />
In this path there should be three strings.&nbsp; The value of each of the strings contains the network device ID&#8217;s in the opposite order of their priority [the last (furthest right) ID is the one with the highest priority] change these settings to suite your needs and reboot to put them into effect.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=57&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fnetwork-adapter-priority-server-2008-core%2F&amp;linkname=Network%20Adapter%20Priority%20Server%202008%20Core"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/network-adapter-priority-server-2008-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.4 VPN Service Wont Stop</title>
		<link>http://1eyetech.com/os-x-10-4-vpn-service-wont-stop/</link>
		<comments>http://1eyetech.com/os-x-10-4-vpn-service-wont-stop/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:00:04 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[OS X Server]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=54</guid>
		<description><![CDATA[Had a friend call me with an issue on his Mac OS X 10.4 server.  It seems after enabling the VPN server it started to take up 50-80 percent of the CPU load.   Now I would have prefered to troubleshoot this issue but he just wanted to disable the service and use a different peice [...]]]></description>
			<content:encoded><![CDATA[<p>Had a friend call me with an issue on his Mac OS X 10.4 server.  It seems after enabling the VPN server it started to take up 50-80 percent of the CPU load.   Now I would have prefered to troubleshoot this issue but he just wanted to disable the service and use a different peice of software for the VPN server (I would reccomend VPN-X Server.)  Howerver, upon going into server preferences and clicking on &#8220;ofF&#8221; it would slide itself right back to &#8220;on.&#8221;  The VPN server not wanting to stop under 10.4 is actually a pretty common problem, a lot more common then it overworking the CPU.  To fix this we need to figure out the name of the plist that launchd uses.  Look under /System/Library/LaunchDaemon (or LaunchAgents) for the file  name, it will be called something along the lines of vpnd.plist  After determing its name run the following command in terminal:  sudo launchctl unload -w /full/path/to/plist</p>
<p>This will tell launchd to stop automatically relaunching the process after you turn it off or kill the pid.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=54&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fos-x-10-4-vpn-service-wont-stop%2F&amp;linkname=OS%20X%2010.4%20VPN%20Service%20Wont%20Stop"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/os-x-10-4-vpn-service-wont-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring SNMP on Windows Server 2008 Core Installation</title>
		<link>http://1eyetech.com/configuring-snmp-on-windows-server-2008-core-installation/</link>
		<comments>http://1eyetech.com/configuring-snmp-on-windows-server-2008-core-installation/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:50:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Core Install]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=51</guid>
		<description><![CDATA[I&#8217;ve been messing around with Server Core for a little bit now. I&#8217;ve got a core installation running Hyper-V, and I would like to monitor the server via SNMP.
I&#8217;ve already enabled SNMP via start /w ocsetup SNMP-SC&#8230;. but I can&#8217;t for the life of me figure out how to set the community strings, etc..
I&#8217;ve got [...]]]></description>
			<content:encoded><![CDATA[<p><span>I&#8217;ve been messing around with Server Core for a little bit now. I&#8217;ve got a core installation running Hyper-V, and I would like to monitor the server via SNMP.<br />
I&#8217;ve already enabled SNMP via start /w ocsetup SNMP-SC&#8230;. but I can&#8217;t for the life of me figure out how to set the community strings, etc..<br />
I&#8217;ve got remote administration enabled, and can add and see the services add in via the MMC. I do not get the extra tabs that are usually included on the SNMP service though.</span></p>
<p><span>Encountered an issue with configuring SNMP on a Server 2008 core installation today.  I enabled SNMP but could not figure out how to actually configure it.  With Server 2008 Core you can not run the Microsoft Management Console, so no serverices.msc to configure it.  And when connecting to the server remotly through the services management console you do not get the extra tabs on the SMNP service. </span></p>
<p><span>The only way I could find around this was to use one of my other full gui Server 2008 installs to configure SMNP and then export the registry key (</span>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP) and import it into the Core installation.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=51&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fconfiguring-snmp-on-windows-server-2008-core-installation%2F&amp;linkname=Configuring%20SNMP%20on%20Windows%20Server%202008%20Core%20Installation"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/configuring-snmp-on-windows-server-2008-core-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KMS vs. MAK Vista/Server 2008 Activation</title>
		<link>http://1eyetech.com/kms-vs-mak-vistaserver-2008-activation/</link>
		<comments>http://1eyetech.com/kms-vs-mak-vistaserver-2008-activation/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:35:58 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[MAK]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=41</guid>
		<description><![CDATA[Key Management System vs Multiple Key Management
There seems to still be some confusion regarding the activation methods for of Microsoft Windows Vista and Server 2008.  The two methods are Key Management System and Multiple Key Management.  Microsoft recommends KMS for environments with more than 25 computers.
Pros for KMS include the fact that there is no [...]]]></description>
			<content:encoded><![CDATA[<p>Key Management System vs Multiple Key Management</p>
<p>There seems to still be some confusion regarding the activation methods for of Microsoft Windows Vista and Server 2008.  The two methods are Key Management System and Multiple Key Management.  Microsoft recommends KMS for environments with more than 25 computers.</p>
<p>Pros for KMS include the fact that there is no client configuration necessary and the method only requires the client to have access to the KMS host to activate, not necessarily the Internet.  Another plus is that KMS adds a DNS SRV record, this allows new servers to discover and activate automatically.  The downside to using KMS is that the machine must reactivated every 180 days and that a minimum of 5 KMS clients are required to activate KMS.  The main draw to MAK is that you only need to activate once and no additional infrastructure is required to activate.</p>
<p>The only downsides to using MAK are that you must manually activate each host and that once a key has reached its maximum product activation count you will be forced to call Microsoft each time you activate beyond that point.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=41&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fkms-vs-mak-vistaserver-2008-activation%2F&amp;linkname=KMS%20vs.%20MAK%20Vista%2FServer%202008%20Activation"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/kms-vs-mak-vistaserver-2008-activation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Screen &#8211; Page Fault in Non Paged Area</title>
		<link>http://1eyetech.com/blue-screen-page-fault-in-non-paged-area/</link>
		<comments>http://1eyetech.com/blue-screen-page-fault-in-non-paged-area/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:10:41 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Hardware Issues]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[Page Fault]]></category>
		<category><![CDATA[RAM]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=37</guid>
		<description><![CDATA[Encountered an error on a server today that I haven&#8217;t seen in awhile.  The system was BSOD&#8217;ing during windows loading.  Almost always this issue is related to a bad stick of memory.  Simple troubleshooting technique of trying one stick at a time showed that the second stick of memory was in fact bad.  After replacing [...]]]></description>
			<content:encoded><![CDATA[<p>Encountered an error on a server today that I haven&#8217;t seen in awhile.  The system was BSOD&#8217;ing during windows loading.  Almost always this issue is related to a bad stick of memory.  Simple troubleshooting technique of trying one stick at a time showed that the second stick of memory was in fact bad.  After replacing the stick with a new one and running <a href="http://www.memtest.org/" target="_blank">Memtest 86+</a> the issue was resolved.  Also note that you may want to run a chkdsk on the system after having any issue causing perpetual reboots as it can cause issues with the file system.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=37&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fblue-screen-page-fault-in-non-paged-area%2F&amp;linkname=Blue%20Screen%20%26%238211%3B%20Page%20Fault%20in%20Non%20Paged%20Area"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/blue-screen-page-fault-in-non-paged-area/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SLES 10 YAST Network Configuration</title>
		<link>http://1eyetech.com/sles-10-yast-network-configuration/</link>
		<comments>http://1eyetech.com/sles-10-yast-network-configuration/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:16:45 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[YAST]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=34</guid>
		<description><![CDATA[Noticed an issue with the latest release of SLES as I was configuring network options in YAST.  The spot where the option for gateway would be was no longer there, and the server was grabbing the wrong gateway.  In case anyone else encounters this and didn&#8217;t know, you need to use the route command to [...]]]></description>
			<content:encoded><![CDATA[<p>Noticed an issue with the latest release of SLES as I was configuring network options in YAST.  The spot where the option for gateway would be was no longer there, and the server was grabbing the wrong gateway.  In case anyone else encounters this and didn&#8217;t know, you need to use the route command to add the gateway.</p>
<p>route add default gw mango-gw</p>
<p>adds a default route (which will be  used  if  no  other  route matches).   All  packets  using  this  route  will be gatewayed through &#8220;mango-gw&#8221;. The device which will actually be used  for that  route depends on how we can reach &#8220;mango-gw&#8221; &#8211; the static route to &#8220;mango-gw&#8221; will have to be set up before.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=34&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fsles-10-yast-network-configuration%2F&amp;linkname=SLES%2010%20YAST%20Network%20Configuration"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/sles-10-yast-network-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Domain Administrator Password</title>
		<link>http://1eyetech.com/reset-domain-administrator-password/</link>
		<comments>http://1eyetech.com/reset-domain-administrator-password/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 23:41:36 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[Domain Administrator]]></category>
		<category><![CDATA[Reset Password]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=31</guid>
		<description><![CDATA[Today I encountered the situation where I had to do some administrative work on a server that no one knew the domain administrator password for.  The following are the steps I used to reset the domain administrator password, I have tried to make it as foolproof as possible.  This was performed on Microsoft Windows Server [...]]]></description>
			<content:encoded><![CDATA[<p>Today I encountered the situation where I had to do some administrative work on a server that no one knew the domain administrator password for.  The following are the steps I used to reset the domain administrator password, I have tried to make it as foolproof as possible.  This was performed on Microsoft Windows Server 2003 but will also work on server 2008.</p>
<p>The only two things you need to reset the domain admin password is the local administrator password (which can also easily be reset, but that is another post) and two files that are part of the Microsoft Windows Server 2003 Resource Kit Tools.</p>
<p>First off you should prepare the two files you will need from the resource kit.  <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en" target="_blank">Download the resource kit</a>, install the toolkit, and copy the files srvany.exe and instsrv.exe to a folder named &#8220;temp&#8221; on a thumbdrive or cd.  Then boot the domain controller into directory services restore mode.  This can be done through pressing F8 at bootup the same as if you were entering safe mode.  After this you will need to copy the temp folder that you placed the files srvany.exe and instsrv.exe in to the root of the c:.  After this you will go to run and type CMD and hit enter.  (Note: I will use put command in between dashes &#8211; example command &#8211; so you know what exactly to type, do not include the dashes when typing.)  Type &#8211; cd.. &#8211; and hit enter, repeat this until the prompt shows c:\.  Type &#8211; cd temp &#8211; hit enter, then &#8211; instsrv PassRecovery &#8220;C:\temp\srvany.exe&#8221; -</p>
<p>After receiving the notice that the previous task completed you can close the command prompt.  Go to run and type regedit and hit enter.  Go to HKLM&gt;System&gt;CurrentControlSet&gt;Services&gt;PassRecovery.  Create a new subkey called Parameters.  Do this by right clicking on PassRecovery and selecting new key.  Add two new strings to this new subkey.  The first of which will be called Application and the value will be c:\temp\cmd.exe  The second will be called AppParameters and the value will be &#8211; /k net user administrator yourP@ssword1 /domain -  Remember to not include the dashes&#8230;  Replace yourP@ssword1 with a password that will be complaint with your domain policy.  The next step will be to copy cmd.exe from C:\windows\system32 to C:\temp.  The final step will be to go to run, type services.msc hit enter.  Look for PassRecovery and go to its properties.  Ensure that the service is set to automatic.</p>
<p>Restart the computer normally and login with your new credentials.  The only step left is to clean up the new service.  Go to run, type cmd, hit enter.  type &#8211; net stop PassRecovery &#8211; hit enter.  Then type &#8211; sc delete PassRecovery &#8211; The only thing left is to delete the c:\temp folder that you copied onto the drive.</p>
<p>For those that like to understand what exactly we did I will give a brief explanation.  The instsrv.exe utility installs a service.  The srvany.exe allows you to run an application as a service.  Running srvany.exe as a service  running on startup allows you to execute the&#8221; net user&#8221; command with the system credentials.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=31&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Freset-domain-administrator-password%2F&amp;linkname=Reset%20Domain%20Administrator%20Password"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/reset-domain-administrator-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSuse 11.1 Install cd:/content:invalid signature Error</title>
		<link>http://1eyetech.com/opensuse-11-1-install-cdcontentinvalid-signature-error/</link>
		<comments>http://1eyetech.com/opensuse-11-1-install-cdcontentinvalid-signature-error/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 22:58:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[invalid signature]]></category>

		<guid isPermaLink="false">http://1eyetech.com/?p=24</guid>
		<description><![CDATA[Encountered the &#8220;cd:/content:invalid signature&#8221; error today installing OpenSuse.  The error presented itself selecting installation from the boot menu on the dvd.  All of the following failed to help &#8211; re burning the ISO, downloading the ISO over, verified the MD5 checksum, burnt the ISO again, and still the same issue.  The cause of the issue [...]]]></description>
			<content:encoded><![CDATA[<p>Encountered the &#8220;cd:/content:invalid signature&#8221; error today installing OpenSuse.  The error presented itself selecting installation from the boot menu on the dvd.  All of the following failed to help &#8211; re burning the ISO, downloading the ISO over, verified the MD5 checksum, burnt the ISO again, and still the same issue.  The cause of the issue ended up being incorrect date settings in the bios.  After changing the time and date settings to the correct ones (it was off by several years) the installation continued as normal.</p>
<img src="http://1eyetech.com/?ak_action=api_record_view&id=24&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F1eyetech.com%2Fopensuse-11-1-install-cdcontentinvalid-signature-error%2F&amp;linkname=OpenSuse%2011.1%20Install%20cd%3A%2Fcontent%3Ainvalid%20signature%20Error"><img src="http://1eyetech.com/wp-content/plugins//home/nick/public_html/wp-content/plugins/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://1eyetech.com/opensuse-11-1-install-cdcontentinvalid-signature-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
