<?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>AdminPost.com</title>
	<atom:link href="http://adminpost.com/home/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminpost.com/home</link>
	<description>Notes from a Network/Sys Admin</description>
	<lastBuildDate>Mon, 30 Apr 2012 20:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MS Outlook authentication fails after Ubuntu 12.04 upgrade</title>
		<link>http://adminpost.com/home/linuxunix/ms-outlook-authentication-fails-after-ubuntu-12-04-upgrade/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/linuxunix/ms-outlook-authentication-fails-after-ubuntu-12-04-upgrade/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 20:30:23 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[failing]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142167</guid>
		<description><![CDATA[After upgrading to Ubuntu 12.04 my MS Outlook 2007 (installed in wine) started failing to log in and kept prompting me for credentials and eventually after being entered in too many times locking my Active Directory account. After looking at the logs I saw that the issue stemmed from NTLM which was upgraded during the [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Ubuntu 12.04 my MS Outlook 2007 (installed in wine) started failing to log in and kept prompting me for credentials and eventually after being entered in too many times locking my Active Directory account. After looking at the logs I saw that the issue stemmed from NTLM which was upgraded during the distro upgrade and started defaulting to NTLMv2 instead of NTLM. </p>
<p>To correct this issue I did the following:</p>
<p>1) Open smb.conf (in Ubuntu it is located in /etc/samba/)<br />
2) Add &#8220;client ntlmv2 auth = no&#8221; to the networking section.<br />
3) restart winbind. ($ sudo service winbind restart)</p>
<p>That&#8217;s all, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/linuxunix/ms-outlook-authentication-fails-after-ubuntu-12-04-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove &#8220;Safely remove hardware&#8221; icon from 2008R2 server on vSphere5</title>
		<link>http://adminpost.com/home/vmware/remove-safely-remove-hardware-icon-from-2008r2-server-on-vsphere5/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/vmware/remove-safely-remove-hardware-icon-from-2008r2-server-on-vsphere5/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:39:01 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[remove notification icon]]></category>
		<category><![CDATA[Safely remove hardware]]></category>
		<category><![CDATA[vsphere5]]></category>
		<category><![CDATA[windows server 2008R2]]></category>
		<category><![CDATA[xenapp]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142160</guid>
		<description><![CDATA[I have 3 identical Windows 2008R2 server VMs hosted on an vSphere5 server for testing a Citrix XenApp 6.5 deployment. After a few weeks I noticed that one server had the &#8220;safely remove hardware&#8221; notification icon. Anyone could see the possible problems that something like this could have. The other 2 servers did not have [...]]]></description>
			<content:encoded><![CDATA[<p>I have 3 identical Windows 2008R2 server VMs hosted on an vSphere5 server for testing a Citrix XenApp 6.5 deployment. After a few weeks I noticed that one server had the &#8220;safely remove hardware&#8221; notification icon. Anyone could see the possible problems that something like this could have. The other 2 servers did not have this icon which was odd seeing they all came from the same template. After much time spent on google and many forums and trying many things (mostly registry editing) nothing worked on removing this icon. I eventually found a work around that did remove that pesky notification Icon. What I did that actually worked in removing the icon was I had to manually edit the VMs config file (&#8220;servername&#8221;.vmx). At the end of the config file I added:</p>
<p> <em>devices.hotplug = “false”</em></p>
<p>After booting the VM backup the icon was gone. </p>
<p>Here is the VMWare KB article:<br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1012225" target="_blank">Disabling the HotAddHotPlug capability in ESX/ESXi 4.x and ESXi 5.0 virtual machines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/vmware/remove-safely-remove-hardware-icon-from-2008r2-server-on-vsphere5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citrix ChangeUser Mode Batch Script</title>
		<link>http://adminpost.com/home/citrix/citrix-changeuser-mode-batch-script/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/citrix/citrix-changeuser-mode-batch-script/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 15:20:35 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Misc. Scripts]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[bat file]]></category>
		<category><![CDATA[changeuser]]></category>
		<category><![CDATA[choice]]></category>
		<category><![CDATA[software install]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142154</guid>
		<description><![CDATA[I wrote this to assist the helpdesk at my work for when they install something or make changes to our Citrix enviroment. We have been using it for a long time and thought I would share, plus its always a good reference of how to use &#8220;choice&#8221; in bat files. What this does is first [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this to assist the helpdesk at my work for when they install something or make changes to our Citrix enviroment. We have been using it for a long time and thought I would share, plus its always a good reference of how to use &#8220;choice&#8221; in bat files.</p>
<p>What this does is first check for admin rights and if admin rights are found then queries the current mode. It then offers 4 choices, 1 &#8211; Install mode, 2 &#8211; Execute mode, 3 &#8211; Cancel and Exit, and 4 &#8211; Query Current Mode. If install mode is chosen the mode will be set to install until enter is hit which places the server back into execute which works well if installing many software packages.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">:: Change Citrix User Mode <br />
@echo off<br />
<br />
<br />
:: check if run under local admin account<br />
&nbsp; &nbsp; IF NOT EXIST C:\Users\Administrator\*.* echo Must be run under local admin account.<br />
&nbsp; &nbsp; IF NOT EXIST C:\Users\Administrator\*.* echo If available right-click and select &quot;Run as administrator&quot;<br />
&nbsp; &nbsp; IF NOT EXIST C:\Users\Administrator\*.* echo Script will now exit.<br />
&nbsp; &nbsp; IF NOT EXIST C:\Users\Administrator\*.* pause<br />
&nbsp; &nbsp; IF NOT EXIST C:\Users\Administrator\*.* exit<br />
<br />
C:<br />
echo.<br />
echo ******************************************************<br />
echo ** ATTENTION!!! &nbsp;Must be ran with Admin credentials **<br />
echo ******************************************************<br />
echo.<br />
echo.<br />
echo Current Citrix User Mode is:<br />
<br />
change user /query<br />
<br />
echo.<br />
<br />
echo Choose a Mode:<br />
echo.<br />
echo 1 - INSTALL Mode<br />
echo 2 - EXECUTE Mode<br />
echo 3 - Cancel and Exit<br />
echo 4 - Query Current Mode<br />
<br />
choice /C:1234<br />
<br />
IF errorlevel 4 goto QRY<br />
IF errorlevel 3 goto CNL<br />
IF errorlevel 2 goto EXE<br />
IF errorlevel 1 goto INS<br />
<br />
#------------------------------------------<br />
<br />
:EXE<br />
change user /execute<br />
echo **********************************<br />
echo **** SERVER IS NOW IN EXECUTE ****<br />
echo **********************************<br />
echo.<br />
PAUSE<br />
CLS<br />
echo Current Citrix User Mode is:<br />
<br />
change user /query<br />
<br />
echo.<br />
<br />
echo Choose a Mode:<br />
echo.<br />
echo 1 - INSTALL Mode<br />
echo 2 - EXECUTE Mode<br />
echo 3 - Cancel and Exit<br />
echo 4 - Query Current Mode<br />
<br />
choice /C:1234<br />
<br />
IF errorlevel 4 goto QRY<br />
IF errorlevel 3 goto CNL<br />
IF errorlevel 2 goto EXE<br />
IF errorlevel 1 goto INS<br />
<br />
#-----------------------------------------------<br />
<br />
<br />
:CNL<br />
exit<br />
<br />
#----------------------------------------------<br />
<br />
:INS<br />
change user /install<br />
echo **********************************<br />
echo **** SERVER IS NOW IN INSTALL ****<br />
echo **********************************<br />
echo **** When finished making &nbsp; &nbsp; ****<br />
echo **** changes press &quot;Enter&quot; &nbsp; &nbsp;****<br />
echo **********************************<br />
echo.<br />
echo Press enter to return to Execute Mode<br />
pause<br />
change user /execute<br />
<br />
echo.<br />
echo **********************************<br />
echo **** SERVER IS NOW IN EXECUTE ****<br />
echo **********************************<br />
echo.<br />
pause<br />
cls<br />
<br />
echo Current Citrix User Mode is:<br />
<br />
change user /query<br />
<br />
echo.<br />
<br />
echo Choose a Mode:<br />
echo.<br />
echo 1 - INSTALL Mode<br />
echo 2 - EXECUTE Mode<br />
echo 3 - Cancel and Exit<br />
echo 4 - Query Current Mode<br />
<br />
choice /C:1234<br />
<br />
IF errorlevel 4 goto QRY<br />
IF errorlevel 3 goto CNL<br />
IF errorlevel 2 goto EXE<br />
IF errorlevel 1 goto INS<br />
<br />
#--------------------------------------------<br />
<br />
:QRY<br />
CLS<br />
echo Current Citrix User Mode is:<br />
<br />
change user /query<br />
<br />
echo.<br />
<br />
echo Choose a Mode:<br />
echo.<br />
echo 1 - INSTALL Mode<br />
echo 2 - EXECUTE Mode<br />
echo 3 - Cancel and Exit<br />
echo 4 - Query Current Mode<br />
<br />
choice /C:1234<br />
<br />
IF errorlevel 4 goto QRY<br />
IF errorlevel 3 goto CNL<br />
IF errorlevel 2 goto EXE<br />
IF errorlevel 1 goto INS</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/citrix/citrix-changeuser-mode-batch-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Linux doesn&#8217;t come with a defrag utility</title>
		<link>http://adminpost.com/home/linuxunix/why-linux-doesnt-come-with-a-defrag-untility/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/linuxunix/why-linux-doesnt-come-with-a-defrag-untility/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 18:02:59 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[defragment]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142139</guid>
		<description><![CDATA[A while back I tried to explain to someone why I am never really concerned about the need to defrag my linux systems, well at least not nearly as much as any windows system. This site is one of the simplest explanations I have seen so far. Why doesn&#8217;t Linux need defragmenting?]]></description>
			<content:encoded><![CDATA[<p>A while back I tried to explain to someone why I am never really concerned about the need to defrag my linux systems, well at least not nearly as much as any windows system. This site is one of the simplest explanations I have seen so far.</p>
<p><a href="http://geekblog.oneandoneis2.org/index.php/2006/08/17/why_doesn_t_linux_need_defragmenting" target="_blank">Why doesn&#8217;t Linux need defragmenting?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/linuxunix/why-linux-doesnt-come-with-a-defrag-untility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSN Backup and Running&#8230; for the most part&#8230;</title>
		<link>http://adminpost.com/home/tech-news/psn-backup-and-running-for-the-most-part/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/tech-news/psn-backup-and-running-for-the-most-part/#comments</comments>
		<pubDate>Sun, 15 May 2011 23:57:26 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[80710D36]]></category>
		<category><![CDATA[change password]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[psn]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142129</guid>
		<description><![CDATA[As most know by now the Sony PlayStation Network started being restored last night. As of now it appears that most of the US is up but there are reports that some users are still having problems changing their password, for example me. I updated my system but then when I tried to change my [...]]]></description>
			<content:encoded><![CDATA[<p>As most know by now the Sony PlayStation Network started being restored last night. As of now it appears that most of the US is up but there are reports that some users are still having problems changing their password, for example me. I updated my system but then when I tried to change my password I received the error &#8220;80710D36&#8243;. I tried several times and just kept getting the same error. After I did a bit of googling I returned back to my PS3 and tried it again and it allowed me to change my password. So it appears, I am guessing, that the servers are just being overloaded so my advice is to just keep trying. There was mention of an email being sent out but I never received one nor needed it to change my password. Another explanation being floated around is that PSN is being attacked again. Hopefully it is just a simple DDOS attack and not something more sinister. If that is the case then something further may need to be done to secure the network or at least catch the &#8220;hackers&#8221; causing all the headaches. But once again I hope that is not the case and the errors are just caused by the load of users trying to access the network at one time. Keep your fingers crossed I guess.</p>
<p>For more info checkout <a href="http://blog.us.playstation.com/2011/05/14/play-on-%E2%80%93-psn-restoration-begins-now/" target="_blank">PlayStation Blog &#8211; May14th</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/tech-news/psn-backup-and-running-for-the-most-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSN Timeline update</title>
		<link>http://adminpost.com/home/tech-news/psn-timeline-update/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/tech-news/psn-timeline-update/#comments</comments>
		<pubDate>Tue, 10 May 2011 18:43:29 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[psn]]></category>
		<category><![CDATA[restoration]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[time line]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://adminpost.com/home/?p=142094</guid>
		<description><![CDATA[Patrick Seybold, a Sony spokesperson has cleared up a “rumor” that PSN would not be up until May 31st as reported first by Bloomberg. Seybold is stating that no such date has been announced and that they are trying to restore functionality as quickly as possible. Today, May 10th, Seybold released a statement on the [...]]]></description>
			<content:encoded><![CDATA[<p>Patrick Seybold, a Sony spokesperson has cleared up a “rumor” that PSN would not be up until May 31st as reported first by Bloomberg. Seybold is stating that no such date has been announced and that they are trying to restore functionality as quickly as possible. Today, May 10th, Seybold released a statement on the PlayStation Blog saying “At this time, I can’t give you an exact date, as it will likely be at least a few more days.” A few days compared to 20 days is a big difference. Hopefully by next weekend at least basic functionality will be up but as most have learned by… don’t hold your breath.</p>
<p><a href="http://bit.ly/inHce4 " target="_blank">PlayStation Blog &#8211; PSN Restoration Timeline Update</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/tech-news/psn-timeline-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony is not the only company with problems&#8230;</title>
		<link>http://adminpost.com/home/tech-news/sony-is-not-the-only-company-with-problems/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/tech-news/sony-is-not-the-only-company-with-problems/#comments</comments>
		<pubDate>Tue, 03 May 2011 17:50:14 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[breach]]></category>
		<category><![CDATA[psn]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[soe]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=142005</guid>
		<description><![CDATA[Sony&#8217;s press release today notified users that along with PSN being compromised their SOE services were compromised as well. They are unclear if they stem from the same incident or the SOE findings were just a byproduct of researching the PSN incident. To keep this whole &#8220;Sony fiasco&#8221; in perspective a good place to look [...]]]></description>
			<content:encoded><![CDATA[<p>Sony&#8217;s press release today notified users that along with PSN being compromised their SOE services were compromised as well. They are unclear if they stem from the same incident or the SOE findings were just a byproduct of researching the PSN incident. </p>
<p>To keep this whole &#8220;Sony fiasco&#8221; in perspective a good place to look is <a href="http://bit.ly/iofFoB" target="_blank">DataLossDB</a>. One example, and the largest data breach known, shows that Heartland Payment Systems, a credit card processor had 130,000,000 (yes that is 130 MILLION) records stolen in 2008. If you look long enough at <a href="http://bit.ly/iofFoB" target="_blank">DataLossDB</a> you soon come to realize that no company, industry or organization is safe. Hell, even the New York Yankees had a breach on April 27th.</p>
<p><a href="http://bit.ly/iofFoB" target="_blank">Check out DataLossDB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/tech-news/sony-is-not-the-only-company-with-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSN Outage &#8211; Day 12</title>
		<link>http://adminpost.com/home/tech-news/psn-outage-day-12/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/tech-news/psn-outage-day-12/#comments</comments>
		<pubDate>Mon, 02 May 2011 20:13:43 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[press release]]></category>
		<category><![CDATA[psn]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=141998</guid>
		<description><![CDATA[Sony has been trickling out information bit by bit but mostly to combat all the rumors swarming on the web and twitter. The newest press release from Sony released today (5/2/2011) talks mostly about the rumors of a database containing credit card information being up for sale. Sony says that this is false, at least [...]]]></description>
			<content:encoded><![CDATA[<p>Sony has been trickling out information bit by bit but mostly to combat all the rumors swarming on the web and twitter. The newest press release from Sony released today (5/2/2011) talks mostly about the rumors of a database containing credit card information being up for sale. Sony says that this is false, at least to the best of their knowledge. Another point/clarification made in the press release was in regards of the psn user passwords. It turns out that the passwords were not stored in &#8220;plain text&#8221; but stored as hash values. I personally think if they would have mentioned this in the initial press release it would have saved many of us some headaches. Granted, using hash is not &#8220;hacker&#8221; proof but at least its something.</p>
<p>Unfortunately Sony still has not come out with a firm date when PSN will be back except saying it would be back sometime this week.</p>
<p><a href="http://bit.ly/ikdCgM /" target="_blank">Sony Playstation Blog &#8211; Press release 5/2/2011</a><br />
</br></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/tech-news/psn-outage-day-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSN Outage &#8211; Day 7</title>
		<link>http://adminpost.com/home/tech-news/psn-outage-day-7/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/tech-news/psn-outage-day-7/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:33:17 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[april 26]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[day 7]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[psn]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=141976</guid>
		<description><![CDATA[Even though the PSN network has been down for 7 days it was only yesterday that Sony admitted that the worst case scenario has happened, user information was obtained during the breach. The breach took places between the 17th and 19th of april allowing the attackers almost two days to obtain what they wanted before [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://adminpost.com/home/wp-content/uploads/2011/04/psn-network.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://adminpost.com/home/wp-content/uploads/2011/04/psn-network-284x300.jpg" alt="" title="psn-network" width="284" height="300" class="aligncenter size-medium wp-image-141977" /></a></p>
<p>Even though the PSN network has been down for 7 days it was only yesterday that Sony admitted that the worst case scenario has happened, user information was obtained during the breach. The breach took places between the 17th and 19th of april allowing the attackers almost two days to obtain what they wanted before Sony shutdown PSN. As an Admin I can understand why they had to shutdown but as a PSN user I am frustrated and now hearing that possible credit card info could have been obtained makes me (and many others) mad as hell. I mean come on&#8230; it&#8217;s Sony, out of most company&#8217;s you would think that this one would have had the proper security in place but apparently not.</p>
<p>So now me along with 75 million other users sit and wait, wait for the outage to be over with, wait for another SLOW response from Sony, wait for another vague update, wait for Sony to rebuild PSN (what ever the hell that means), and most importantly wait to see if my credit card info is at risk. </p>
<p>For more info&#8230;<br />
<a href="http://blog.us.playstation.com/2011/04/26/update-on-playstation-network-and-qriocity/" target="_blank">Sony Blog Update &#8211; 4/26</a><br />
<a href="http://us.playstation.com/support/answer/index.htm?a_id=2356" target="_blank">Sony PSN Q &#038; A</a><br />
<a href="http://us.playstation.com/support/answer/index.htm?a_id=2185" target="_blank">Sony PSN Outage Update 4/26</a></p>
<p><a href="http://www.geek.com/articles/games/i-have-a-psn-account-what-should-i-do-20110427/" target="_blank">Geek.com &#8211; What to do&#8230;.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/tech-news/psn-outage-day-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDR 550 5.4.4 from Exchange</title>
		<link>http://adminpost.com/home/microsoft/ms-office/ndr-550-5-4-4-from-exchange/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/microsoft/ms-office/ndr-550-5-4-4-from-exchange/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 21:12:16 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[550 5.4.4]]></category>
		<category><![CDATA[IMCEAMAIL]]></category>
		<category><![CDATA[NoNextHop; unable to route]]></category>
		<category><![CDATA[outook ndr]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=141938</guid>
		<description><![CDATA[A few users at my company randomly receive NDR&#8217;s Containing the information below when they send to a recipient not on our domain&#8230; Generating server: YOURSERVER.YOURCOMPANY.COM IMCEAMAILTO-someone+40remotedomain+2Ecom@YOURCOMPANY.COM #550 5.4.4 ROUTING.NoNextHop; unable to route ## Although I do not know why and it happen&#8217;s so rarely that I am not worried about it I thought I [...]]]></description>
			<content:encoded><![CDATA[<p></br><br />
A few users at my company randomly receive NDR&#8217;s Containing the information below when they send to a recipient not on our domain&#8230;</p>
<p>Generating server: YOURSERVER.YOURCOMPANY.COM</p>
<p>IMCEAMAILTO-someone+40remotedomain+2Ecom@YOURCOMPANY.COM<br />
#550 5.4.4 ROUTING.NoNextHop; unable to route ##</p>
<p>Although I do not know why and it happen&#8217;s so rarely that I am not worried about it I thought I would at least post the fix in case I forget, like I said, it rarely happens.</p>
<p>To change/fix it do the following&#8230;</p>
<p>Open Contact Email Setting:</p>
<p><img class= title="Email Box Within Contact Information" src="http://adminpost.com/home/wp-content/uploads/2011/04/contactemail.jpg" alt="Email Box Within Contact Information" width="500" height="120" /></p>
<p>Next you will see a box similar to the one below. The email type must be set to SMTP.</p>
<p><img class=title="Email Properties" src="http://adminpost.com/home/wp-content/uploads/2011/04/emailprop.jpg" alt="Email Properties - change type to SMTP" width="419" height="234" /></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/microsoft/ms-office/ndr-550-5-4-4-from-exchange/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VMware: Can not add ESX 4.1 host to vCenter 4.0</title>
		<link>http://adminpost.com/home/vmware/vmware-can-not-add-esx-4-1-host-to-vcenter-4-0/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/vmware/vmware-can-not-add-esx-4-1-host-to-vcenter-4-0/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 18:43:33 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX 4.1]]></category>
		<category><![CDATA[vCenter 4.0]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=130122</guid>
		<description><![CDATA[If you try to add an ESX 4.1 server to a vCenter 4.0 server one of two things will happen. First the initial connect will succeed but shortly after being connected the host will disconnect with no visible errors. If your lucky the second thing you may see is the actual error &#8220;A general system [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to add an ESX 4.1 server to a vCenter 4.0 server one of two things will happen. First the initial connect will succeed but shortly after being connected the host will disconnect with no visible errors. If your lucky the second thing you may see is the actual error &#8220;A general system error occured: internal server error: vmodl.fault.HostCommunication&#8221;. </p>
<p>Unfortunately the only way to solve the problem (that I know of) is to upgrade the vCenter to 4.1, but beware&#8230; 4.1 is x64 only and as far as I know there is no 32bit version. If you do decide to upgrade remove host and then re-add as you normally would.</p>
<p>Personally, I am just going to reformat the server and install ESX 4.0 and perform the vCenter upgrade at later date then upgrade all the ESX servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/vmware/vmware-can-not-add-esx-4-1-host-to-vcenter-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutting down ESX guest from command-line/ssh</title>
		<link>http://adminpost.com/home/vmware/shutting-down-esx-guest-from-command-linessh/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/vmware/shutting-down-esx-guest-from-command-linessh/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 20:00:19 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=3327</guid>
		<description><![CDATA[This can be done through the Service console or through SSH. The path to the configuration file will referred as . This get be obtained by using the command &#8221; vmware-cmd -s listvms&#8221; 1) log into the esx server that the guest is located. (I use SSH personally) 2)Run the following command to get a [...]]]></description>
			<content:encoded><![CDATA[<p>This can be done through the Service console or through SSH. </p>
<p>The path to the configuration file will referred as
<path.vmx>. This get be obtained by using the command &#8221; vmware-cmd -s listvms&#8221;</p>
<p>1) log into the esx server that the guest is located. (I use SSH personally)</p>
<p>2)Run the following command to get a list of the register guests config files on the esx server<br />
	vmware-cmd -s listvms</p>
<p>        Output would look like:</p>
<p>     [root@ESXHOST ~]# vmware-cmd -s listvms<br />
     /vmfs/volumes/4ba33211-381fb8d0-bc97-0010186458a2/GUSET1/GUEST1.vmx<br />
     /vmfs/volumes/4ba33211-381fb8d0-bc97-0010186458a2/GUSET2/GUSET2.vmx<br />
     /vmfs/volumes/4ba33211-381fb8d0-bc97-0010186458a2/GUSET3/GUSET3.vmx<br />
     /vmfs/volumes/4ba33211-381fb8d0-bc97-0010186458a2/GUSET4/GUSET4.vmx<br />
     /vmfs/volumes/4ba33211-381fb8d0-bc97-0010186458a2/GUSET5/GUSET5.vmx</p>
<p>3) Verify the state of the guest before attempting to shutdown.<br />
	vmware-cmd
<path.vmx> getstate</p>
<p>        Output would look something like &#8220;getstate() = on&#8221; if the guest was on.</p>
<p>4) To perform a &#8220;soft&#8221; shutdown use the following:<br />
	vmware-cmd
<path.vmx> stop<br />
    To perform a &#8220;hard&#8221; shut down use:<br />
	vmware-cmd
<path.vmx> stop hard</p>
<p>If the virtual machine does not power off, it has likely lost control of its process. You need to manually kill the process.</p>
<p>Caution:  The following is to be used only as a last resort option. This could cause issues with either the guest or even the host. </p>
<p>To determine if the virtual machine process is running on the ESX host, run the command:</p>
<p># ps auxwww | grep -i <VMNAME>.vmx</p>
<p>The output of this command appears similar to the following if the .vmx process is running:</p>
<p>[root@ESXHOST ~]# ps auxwww | grep -i GUEST1.vmx<br />
root     16035  0.0  0.1  58648   728 pts/0    R+   14:52   0:00 grep -i GUEST1.vmx<br />
root     <strong>24502</strong>  0.0  0.2   3152  1228 ?        S s  May03   0:18 /usr/lib/vmware/bin/vmkload_app &#8211;sched.group=host/user /usr/lib/vmware/bin/vmware-vmx -ssched.group=host/user -# name=VMware ESX;version=4.0.0;buildnumber=208167;licensename=VMware ESX Server;licenseversion=4.0 build-208167; -@ pipe=/tmp/vmhsdaemon-0/vmx363998c9947311ce; /vmfs/volumes/4ba38321-381fb7d0-bc97-1010186458a2/GUEST1/GUEST1.vmx</p>
<p>The first output line can be ignored because this is the process info from the actual command ran.<br />
The process ID (PID) that we are looking for in this example is 24502 (in bold). Take note of this number for use in the following steps. </p>
<p>Caution: Ensure that you identify the line specific only to the virtual machine you are attempting to repair. If you continue this process for another virtual machine the one in question, you can cause downtime for the other virtual machine.</p>
<p>If the .vmx process is listed, it is possible that the virtual machine has lost control of the process and that it must be stopped manually.<br />
1.	To kill the process, run the command:<br />
         # kill <PID><br />
2.	Wait 30 seconds and check for the process again.<br />
3.	If it is not terminated, run the command:<br />
         # kill -9 <PID><br />
4.	Wait 30 seconds and check for the process again.<br />
5.	If it is not terminated, the ESX host may need to be rebooted to clear the process. </p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/vmware/shutting-down-esx-guest-from-command-linessh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List all DB&#8217;s along with size for SQL Server 2000/2005</title>
		<link>http://adminpost.com/home/microsoft/list-all-dbs-along-with-size-for-sql-server-20002005/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/microsoft/list-all-dbs-along-with-size-for-sql-server-20002005/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 18:53:26 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[List databases]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=63775</guid>
		<description><![CDATA[For backup reasons I needed a list of all the MS SQL databases along with the size of each DB on our MS SQL servers. To do this log into the SQL server and go to SQL Enterprise Manager and select the server you need to query under &#8220;SQL Server Group&#8221;. Once highlighted goto &#8220;Tools&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>For backup reasons I needed a list of all the MS SQL databases along with the size of each DB on our MS SQL servers. To do this log into the SQL server and go to SQL Enterprise Manager and select the server you need to query under &#8220;SQL Server Group&#8221;. Once highlighted goto &#8220;Tools&#8221; then select &#8220;SQL Query Analyzer&#8221;. In the query window type the following:</p>
<p>EXEC sp_helpdb;<br />
GO</p>
<p>Once entered press the F5 key to submit the query. After completed you can either manually select the data you would like to copy or save as.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/microsoft/list-all-dbs-along-with-size-for-sql-server-20002005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Format and Partition a Second Hard Drive in Linux &#8211; (ext3)</title>
		<link>http://adminpost.com/home/linuxunix/format-and-partition-a-second-hard-drive-in-linux-ext3/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/linuxunix/format-and-partition-a-second-hard-drive-in-linux-ext3/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:10:36 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[format harddrive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=29651</guid>
		<description><![CDATA[For the purpose of this example, a second hard drive was installed into a Linux system where the drive is recognized as /dev/hdb. Only one partition will be made in the following example./dev/hdb1. fdisk First, you will need to run the fdisk command in order to partition the disk. For this example, I only want [...]]]></description>
			<content:encoded><![CDATA[<p> For the purpose of this example, a second hard drive was installed into a Linux system where the drive is recognized as <tt>/dev/hdb</tt>. Only one partition will be made in the following example.<tt>/dev/hdb1</tt>.</p>
<p>  <!--<br />
   | *****************************************<br />
   |   fdisk<br />
   | *****************************************<br />
   +--><br />
  <font color="#000099"><b>fdisk</b></font></p>
<p>    First, you will need to run the <tt><b>fdisk</b></tt> command in order to partition the disk. For this<br />
    example, I only want to create one ext3 partition. Here is an example session:</p>
<pre>[root@linux2 etc]# <b>fdisk /dev/hdb</b>
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.

The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): <b>n</b>
Command action
   e   extended
   p   primary partition (1-4)
<b>p</b>
Partition number (1-4): <b>1</b>
First cylinder (1-4865, default 1): <b>1</b>
Last cylinder or +size or +sizeM or +sizeK (1-4865, default 4865): <b>4865</b>

Command (m for help): <b>t</b>
Partition number (1-4): <b>1</b>
Hex code (type L to list codes): <b>83</b>

Command (m for help): <b>w</b>
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.</pre>
<p>  <!--<br />
   | *****************************************<br />
   |   Create ext3 File System<br />
   | *****************************************<br />
   +--><br />
  <font color="#000099"><b>Create ext3 File System</b></font></p>
<p>    The next step is to create an ext3 file system on the new partition. Provided with the<br />
    distribution is a script named <tt><b>/sbin/mkfs.ext3</b></tt>. Here is an example<br />
    session of using the <tt>mkfs.ext3</tt> script:</p>
<pre>[root@linux root]# <b>mkfs.ext3 -b 4096 /dev/hdb1</b>
mke2fs 1.27 (8-Mar-2002)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
4889248 inodes, 9769520 blocks
488476 blocks (5.00%) reserved for the super user
First data block=0
299 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624

Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.</pre>
<p>  <!--<br />
   | *****************************************<br />
   |   Mounting the File System<br />
   | *****************************************<br />
   +--><br />
  <font color="#000099"><b>Mounting the File System</b></font><br />
    Now that the new hard drive is partition and formated, the last step is to mount<br />
    the new drive. For this example, I will be mounting the new hard drive on<br />
    the directory <tt>/db</tt>.</p>
<p>
    <b><font color="#990000">NOTE</font>:</b> You will first need to create<br />
    the <tt>/db</tt> directory before mouting the disk! (e.g. <tt><b>mkdir /db</b></tt>)</p>
<p>
    What I typically do is to edit the <tt>/etc/fstab</tt> file and add an entry for the<br />
    new drive. For my example, I will create the <tt>/dev/hdb1</tt> entry as follows:</p>
<pre>LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
<b><font color="#ff0000">/dev/hdb1               /db                     ext3    defaults        1 1</font></b>
/dev/hda2               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0</pre>
<p>    After making the entry in the <tt>/etc/fstab</tt> file, it is now just a matter of<br />
    mounting the disk:</p>
<pre>[root@linux2 /]# <b>mount /db</b>

[root@linux2 /]# <b>df -k</b>
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3             37191660  11016692  24285724  32% /
/dev/hda1               101089     12130     83740  13% /boot
none                    515524         0    515524   0% /dev/shm
<b><font color="#ff0000">/dev/hdb1             38464340     32828  36477608   1% /db</font></b></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/linuxunix/format-and-partition-a-second-hard-drive-in-linux-ext3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 1606 when upgrade to Backup Exec 13 (2010)</title>
		<link>http://adminpost.com/home/other-tech/error-1606-when-upgrade-to-backup-exec-13-2010/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/other-tech/error-1606-when-upgrade-to-backup-exec-13-2010/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 19:46:04 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Other Tech]]></category>
		<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[Error 1606]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=25879</guid>
		<description><![CDATA[When attempting to upgrade to Symantec Backup Exec 2010 from Backup Exec 12 error 1606 is given and &#8220;barks&#8221; about access to a network location. This occurs when Backup exec has previously been upgraded, for example from 11 to 12. For some reason the install is looking at the an older upgrade version which causes [...]]]></description>
			<content:encoded><![CDATA[<p>When attempting to upgrade to Symantec Backup Exec 2010 from Backup Exec 12 error 1606 is given and &#8220;barks&#8221; about access to a network location. This occurs when Backup exec has previously been upgraded, for example from 11 to 12. For some reason the install is looking at the an older upgrade version which causes it to fail. The fix for this can be found on Symantec&#8217;s website but they provide a link to the &#8220;Windows Installer Cleanup Utility&#8221; that has been discontinued and is no longer available from Microsoft. Also&#8230; don&#8217;t let the &#8220;Network Location&#8221; fool you, it seems that the location can be pointing to several different places which caused some un-necessary reading on symantec&#8217;s (garbage) knowledge base site.</p>
<p>Symantec Knowledge base article &#8211; <a href="http://seer.entsupport.symantec.com/docs/346798.htm" target="_blank">http://seer.entsupport.symantec.com/docs/346798.htm</a><br />
<em>(Also posted below)</em></p>
<p>Windows Installer CleanUp Utility &#8211; <a href="http://majorgeeks.com/Windows_Installer_CleanUp_Utility_d4459.html" target="_blank">http://majorgeeks.com/Windows_Installer_CleanUp_Utility_d4459.html</a><br />
<br />
<img src="http://adminpost.com/home/wp-content/uploads/2010/07/error1606_upgrade_to_2010.jpg" alt="" title="error1606_upgrade_to_2010" width="590" height="443" class="aligncenter size-full wp-image-25895" /></p>
<p><em></p>
<p>  Document ID: 346798</p>
<p>http://support.veritas.com/docs/346798</p>
<p>Upgrades to Backup Exec 2010 fail with &#8220;FATAL ERROR: Error 1606.Could not access network location \IDR\Data.&#8221;<br />
Details:</p>
<p>The above failure occurs on systems that were previously upgraded from another version of Backup Exec. The issue is caused by the Microsoft&#8217;s Installer (MSI) database listing multiple installations of Backup Exec, which causes the 2010 installer to default to the older version of Backup Exec when looking for the upgrade files.</p>
<p>For Example, a user who upgraded from Backup Exec 12.0 to 12.5 may see this if both versions of Backup Exec are listed in the MSI database.</p>
<p>The issue can be resolved by performing two steps:</p>
<p>1. Download the Microsoft Uninstall tool and remove the older version of Backup Exec from the MSI database &#8211;  http://support.microsoft.com/kb/290301</p>
<p>2. Change the following registry key to match the version of Backup Exec which you are currently upgrading from:</p>
<p>Warning: Incorrect use of the Windows registry editor may prevent the operating system from functioning properly. Great care should be taken when making changes to a Windows registry. Registry modifications should only be carried-out by persons experienced in the use of the registry editor application. It is recommended that a complete backup of the registry and workstation be made prior to making any registry changes.</p>
<p>HKLM\SOFTWARE\Symantec\Backup Exec For Windows\Backup Exec\13.0\Install\Upgrade Version</p>
<p>Possible Values:</p>
<table border="1">
<tr>
<td> Backup Exec Release </td>
<td> Product Version </td>
</tr>
<tr>
<td>BEWS 11d 6235</td>
<td>11.0.6235.0</td>
</tr>
<tr>
<td>BEWS 11d 7170</td>
<td>11.0.7170.0</td>
</tr>
<tr>
<td>BEWS 12.0</td>
<td>12.0.1364.0</td>
</tr>
<tr>
<td>BEWS 12.5</td>
<td>12.5.2213.0</td>
</tr>
</table>
<p>After performing these two steps, the upgrade should complete as expected.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/other-tech/error-1606-when-upgrade-to-backup-exec-13-2010/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Excel opens blank spread sheet</title>
		<link>http://adminpost.com/home/microsoft/excel-opens-blank-spread-sheet/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/microsoft/excel-opens-blank-spread-sheet/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:45:50 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[opens blank spread sheet]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=14017</guid>
		<description><![CDATA[This happens when something dealing with the file associations with excel stop working correctly. I am not sure what the exact cause is but I have only seen this in Citrix environments with Office 2007 installed. Opening spreadsheets through the excel program itself works correctly but trying to open a spreadsheet by opening the file [...]]]></description>
			<content:encoded><![CDATA[<p>This happens when something dealing with the file associations with excel stop working correctly. I am not sure what the exact cause is but I have only seen this in Citrix environments with Office 2007 installed. Opening spreadsheets through the excel program itself works correctly but trying to open a spreadsheet by opening the file through explorer or though a shortcut wont work. </p>
<p>To fix the problem&#8230;</p>
<p>1. Go to the folder options in control panel and select the &#8220;File Types&#8221; tab.  </p>
<p>2. Navigate to the &#8220;xlsx&#8221; extension and click advanced. Under actions highlight &#8220;Open&#8221; and click &#8220;Edit&#8221;. </p>
<p>3. In the &#8220;Application used to perform action&#8221; box verify that the path to the excel executable is correct and then remove any switches that come after it. You will probably have to remove something like &#8220;/dde&#8221; or &#8220;/n&#8221; for example. </p>
<p>4. Once removed add /e &#8220;%1&#8243; so that the box should read something like what you see below:<br />
&#8220;C:\Program Files\Microsoft Office\Office12\EXCEL.EXE&#8221; /e &#8220;%1&#8243;<br />
NOTE: the &#8220;&#8221; around %1 are important.<br />
<img src="http://adminpost.com/home/wp-content/uploads/2010/06/Correct_Ext_Action.jpg" alt="" title="Correct_Ext_Action" width="345" height="350" class="aligncenter size-full wp-image-14024" /></p>
<p>5. Now uncheck &#8220;Use DDE&#8221;. Click OK and close out of all windows.<br />
NOTE: if you reopen the advanced settings for the &#8220;open&#8221; action you will see that the DDE option has been re-checked off even though you un-checked it. This is ok. </p>
<p>If this works you will need to repeat this process for all of excels extensions that are affected like &#8220;csv&#8221; and &#8220;xls&#8221;. </p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/microsoft/excel-opens-blank-spread-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon&#8217;s Worry Free Guarantee.. not so free &#8211; UPDATED</title>
		<link>http://adminpost.com/home/personal/verizons-worry-free-guarantee-not-so-free/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/personal/verizons-worry-free-guarantee-not-so-free/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:19:07 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[guarantee]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=9276</guid>
		<description><![CDATA[I finally received the HTC Incredible from Verizon and at first sight the phone is great. Besides having to get used to a new interface I really have no major complaints, only minor ones, except for the fact that they shipped me a defective phone. I noticed the first when talking it the persons voice [...]]]></description>
			<content:encoded><![CDATA[<p>I finally received the HTC Incredible from Verizon and at first sight the phone is great. Besides having to get used to a new interface I really have no major complaints, only minor ones, except for the fact that they shipped me a defective phone. I noticed the first when talking it the persons voice on the other end sounded like they were talking into a tin can. I tried it on speaker phone and it worked and sounded perfect. I updated the tower information by dialing *228 but that dint help. Over the past few days it has just gotten worse so I finally called Verizon to have it returned for a new one. The first tech support person I spoke to said that swapping the phone should not be a problem seeing that it is with in the first 30 days and still falls under the &#8220;worry free guarantee&#8221; and it should be free. She then transferred me to the next level tech support person who said the same thing, that is until he went to enter it into the computer. After about 30 minutes of &#8220;can you please hold&#8221; he finally came back and told me that it was NOT free. That I had to pay a restocking fee of 35 dollars. He thought it was a mistake in the system and checked with his supervisor who said that it was not a mistake. I was not happy about this to say the least and he offered a few other alternatives all boiling down to returning the phone and waiting again to get a new one. I told him I just wanted a phone to actually work and to just charge me then. Because he felt bad, I guess, he put 150 minutes on my account. </p>
<p>Give it to Verizon to find a way to screw me over&#8230; again. After all the delays with the incredible then to send to a defective one is crap but then to throw salt on the wound and charge me a restocking fee&#8230; Verizon is a joke. To bad AT&#038;T&#8217;s network is crap or I would have ditched this company along time ago. </p>
<p><strong>UPDATE</strong> &#8211; 6/8/2010</p>
<p>Well its been over a week now since I called about getting a replacement and still no fedex guy. When I spoke with the verizon rep last week he said I should have it by last Thursday&#8230; well its now Tuesday and nothing. I guess I will have to call AGAIN!</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/personal/verizons-worry-free-guarantee-not-so-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Infected with net.net virus</title>
		<link>http://adminpost.com/home/other-tech/infected-with-net-net-virus/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/other-tech/infected-with-net-net-virus/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:12:16 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Other Tech]]></category>
		<category><![CDATA[net.net]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=6731</guid>
		<description><![CDATA[It has finally happened, last night I was infected with the net.net virus. I was searching some forums, not sure which ones, and out of no where java errors started exploding on my screen while images were loading. That is usually never a good sign and I knew something was up. I closed my browsers [...]]]></description>
			<content:encoded><![CDATA[<p>It has finally happened, last night I was infected with the net.net virus. I was searching some forums, not sure which ones, and out of no where java errors started exploding on my screen while images were loading. That is usually never a good sign and I knew something was up. I closed my browsers and opened task manager and saw some oddly named processes. Then a popup notice appeared saying &#8220;Windows defender&#8221; was deactivated&#8230; also not a good sign. I then turned to &#8220;msconfig&#8221; to see if any new items have been added to my startup. I saw &#8220;net&#8221; was now in my startup programs. I than went into my &#8220;system32&#8243; folder and sorted by date to look for any files that have been created with the past few minutes. I saw a program by the name of &#8220;net.net&#8221; along with a dll file named &#8220;ernal32.dll&#8221; (notice the missing &#8220;k&#8221;) plus an executable file that&#8217;s name appeared to be random generated and all were created with in the same time frame, a minute apart, and very recently. I immediately moved the files to a different location and renamed them, just in case by some chance they were system files I didnt just want to delete them. I then removed the &#8220;net&#8221; from startup and rebooted. After reboot no new files were created. </p>
<p>Now before I go any further let me explain that I did not have a anti virus installed&#8230; I know&#8230; I know. Even my wife gave me crap about it. I did have trend installed at one point but then it expired and I upgraded my laptop to win7 and just never got around to it, and again I know, not an excuse. Well so I then proceeded to attempt to go and download <a href="http://www.microsoft.com/security_essentials/" target="_blank">&#8220;Microsoft Security Essentials&#8221;</a>, I have heard actually some pretty decent things about it and thought I would give it a try but when going to the down load page I would get an II7 error saying the file did not exist. Umm&#8230; ok, that wouldnt be the first time I had problems downloading something from Microsoft so I went to Trend Micro and tried to use there online scan tool called <a href="http://housecall.trendmicro.com/" target="_blank">Housecall</a>. After downloading I tried to install it but then received some odd errors. I tried to then install spybot and that to failed saying that the site could not be contacted. At this point I knew something was very wrong and even though I removed the virus, at least I thought so, something was still not right. I checked my host file to see if any changes were made and found that in tact but saw a new ICS file has been created. Because I was short on time and didn&#8217;t want to deal with it all that point I did a system restore because I had no idea what else could have been changed in my system files. Luckily I had a restore point from the night before and I made no changes since then so I knew it would be ok to restore to that point. After the restore I was &#8220;mgically&#8221; able to download and install <a href="http://www.microsoft.com/security_essentials/" target="_blank">&#8220;Microsoft Security Essentials&#8221;</a>. I scanned my laptop and found one virus and cleaned it out. I did also run <a href="http://housecall.trendmicro.com/" target="_blank">&#8220;Housecall&#8221;</a> from Trendmicro which showed no infections.</p>
<p>What was probably the most disturbing about this was that besides going to a webpage (a legit web dev forum) there was no other interaction needed for this virus to do its work. Most of the time I see people with popups or some other request for interaction. This required none of that. Even though I have seen it before his is the first time I have had this happen to me so my lesson has been learned. It doesnt matter if your vigilant and careful when surfing the web or not, if you dont have an antivirus installed your at risk.</p>
<p>If you need more detail then what I provide on removing &#8220;net.net&#8221; you can find them every where&#8230; just Google it. But if you have a restore point then use that followed by a full system scan with a reputable antivirus. I chose  <a href="http://www.microsoft.com/security_essentials/" target="_blank">&#8220;Microsoft Security Essentials&#8221;</a> simply because it is free and even MS critics have nothing bad to say about it. Additionally you may want to use a free scanning service like Trends <a href="http://housecall.trendmicro.com/" target="_blank">&#8220;Housecall&#8221;</a> for a second opinion. I have always been a big fan of <a href="http://www.safer-networking.org/en/index.html" target="_blank">Spybot </a>as well, for spyware though, not viruses.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/other-tech/infected-with-net-net-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Waiting HTC Incredible!!! &#8211; UPDATED</title>
		<link>http://adminpost.com/home/personal/still-waiting-htc-incredible/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/personal/still-waiting-htc-incredible/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:55:01 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[HTC Incredible]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=6317</guid>
		<description><![CDATA[I ordered the HTC Incredible on May 10th from Verizon online. When I ordered it through the Verizon website it said that it would be shipped out on the 21st. The 21st and no email from Verizon with a tracking number so I called to speak to a rep and they were unable to give [...]]]></description>
			<content:encoded><![CDATA[<p>I ordered the HTC Incredible on May 10th from Verizon online. When I ordered it through the Verizon website it said that it would be shipped out on the 21st. The 21st and no email from Verizon with a tracking number so I called to speak to a rep and they were unable to give me a ship date. The rep&#8217;s best guess was that it could possibly be shipped on June 1st, 11 days after the original ship date and a month after I actually ordered the phone. When I checked the order status on the site before today I would see a message stating &#8220;will be shipped in 2 to 3 business days&#8221;&#8230; well this has changed. The message now states  &#8220;will be shipped based on inventory availability&#8221;</p>
<p>So I paid for a product that has NO ship date. I dont understand what Verizon&#8217;s thinking is behind this. If you don&#8217;t have product in stock then don&#8217;t sell the product or at the very least provide an accurate date on when the product will be shipped. Don&#8217;t provide me a date then just not ship it with out any notice or consideration.  I hate paying for something that I cant see, cant touch, cant use.</p>
<p>UPDATE &#8211; 5/26/2010</p>
<p>Well it finally arrived today. 5 days after the original ship date. Now bare in mind that I had it Fedex &#8220;over night&#8221; so if I did have it shipped the normal ground shipping it probably would have been another 5 days. But when all is said and done&#8230; the phone is awesome. In the little time that I have used I already was able to setup my accounts for email and IM, find and download the apps that I needed to replace the ones I used on my iTouch. Now its time to just play with it. I might write a post in few days about what I think about it if people ask me too. </p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/personal/still-waiting-htc-incredible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Exec 12 Stays Queued</title>
		<link>http://adminpost.com/home/other-tech/backup-exec-stays-queued/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://adminpost.com/home/other-tech/backup-exec-stays-queued/#comments</comments>
		<pubDate>Thu, 06 May 2010 13:42:49 +0000</pubDate>
		<dc:creator>John Sorensen</dc:creator>
				<category><![CDATA[Other Tech]]></category>
		<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[Queue]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1624</guid>
		<description><![CDATA[Now there are MANY reasons why Backup Exec will go into a &#8220;queued&#8221; status but in this case I was running a SQL backup job that was backing up to a &#8220;Backup-to-Disk&#8221; folder located on a external (My World) WD harddrive. In an attempt to resolve the issue I tried restarting the services, reinstalling the [...]]]></description>
			<content:encoded><![CDATA[<p></br><br />
Now there are MANY reasons why Backup Exec will go into a &#8220;queued&#8221; status but in this case I was running a SQL backup job that was backing up to a &#8220;Backup-to-Disk&#8221; folder located on a external (My World) WD harddrive. In an attempt to resolve the issue I tried restarting the services, reinstalling the agents, and rebooting the server itself, formatting the external drive. One if not all of these normally does help but sometimes they will not and the job will go back (and stay in) a queued state when the job is ran. For some reason from time to time this will happen when ever attempting to backup to external drives using &#8220;Backup-to-Disk&#8221; folder.<br />
<!-- Google Ad Starts--></p>
<div style="float: left; margin: 5px; padding: 5px;">
<script type="text/javascript"><!--
google_ad_client = "pub-0907602254604332";
/* In Post - 200x200, created 6/11/10 */
google_ad_slot = "7050787689";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><!-- Google Ad Ends--><br />
<strong>The only fix I have been able to find that actually works is creating a new  &#8220;Backup-to-Disk&#8221; folder and then reconfiguring the job to use the new folder.</strong></p>
<p>I still have not figured out why this happens (yes I looked at events) and if anyone has any insight on possible reason please share them with me because, to put it bluntly, its annoying. </p>
<p>When I have time to look further into this I will update the post with my findings.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminpost.com/home/other-tech/backup-exec-stays-queued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

