<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Netexceed IT by Jason Mohan» Netexceed by Jason Mohan</title>
	
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Fri, 06 May 2011 19:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NetexceedByJasonMohan" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="netexceedbyjasonmohan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to kill a VM through ESX CLI</title>
		<link>http://www.jasonmohan.com/vmware/how-to-kill-a-vm-through-esx-cli/</link>
		<comments>http://www.jasonmohan.com/vmware/how-to-kill-a-vm-through-esx-cli/#comments</comments>
		<pubDate>Fri, 06 May 2011 18:07:34 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=438</guid>
		<description><![CDATA[If you got an ESX that has a VM that&#8217;s stuck which means you can&#8217;t shut it down, and it&#8217;s non-responsive but it&#8217;s running like a phantom vm on the ESX host then follow these instructions. First off understand this will kill the vm process for that VM. Note this is not considered a graceful [...]]]></description>
			<content:encoded><![CDATA[<p>If you got an ESX that has a VM that&#8217;s stuck which means you can&#8217;t shut it down, and it&#8217;s non-responsive but it&#8217;s running like a phantom vm on the ESX host then follow these instructions. First off understand this will kill the vm process for that VM. Note this is not considered a graceful shutdown, it&#8217;s what I call a &#8220;Fat finger&#8221; the server.</p>
<p>1. Find the virtual machines process id: ps auxwww | grep -i VMNAMEHERE.vmx</p>
<p>2. Now you should see something like: root 2315 0.0 0.2 etc&#8230;.</p>
<p>3. The &#8220;2315&#8243; is the process id of the VM.</p>
<p>4. To kill it issue the command &#8220;kill -9 2315&#8243;.</p>
<p>This should kill the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/vmware/how-to-kill-a-vm-through-esx-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010: The Active Directory Schema is not up-to-date</title>
		<link>http://www.jasonmohan.com/exchange/exchange-2010-the-active-directory-schema-is-not-up-to-date/</link>
		<comments>http://www.jasonmohan.com/exchange/exchange-2010-the-active-directory-schema-is-not-up-to-date/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 20:36:21 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=434</guid>
		<description><![CDATA[If you get this error,  &#8221;The Active Directory Schema is not up-to-date and Ldifde.exe is not installed on this computer.&#8221;. Just run ServerManagerCmd -i RSAT-ADDS in windows powershell.]]></description>
			<content:encoded><![CDATA[<p>If you get this error,  &#8221;The Active Directory Schema is not up-to-date and Ldifde.exe is not installed on this computer.&#8221;. Just run <strong><em>ServerManagerCmd -i RSAT-ADDS </em></strong>in windows powershell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/exchange/exchange-2010-the-active-directory-schema-is-not-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Installation: Unable to read from the metabase</title>
		<link>http://www.jasonmohan.com/other/exchange-2010-installation-unable-to-read-from-the-metabase/</link>
		<comments>http://www.jasonmohan.com/other/exchange-2010-installation-unable-to-read-from-the-metabase/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 20:19:03 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=432</guid>
		<description><![CDATA[Let me guess you are installing Exchange 2010 and you landed here because you keep getting this error, &#8220;Unable to read from the Metabase. Ensure that Microsoft Internet Information Services is installed&#8221;. However you&#8217;ve installed IIS on your Windows 2008 box, so what gives? You are missing just missing the IIS 6 compatibility feature. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Let me guess you are installing Exchange 2010 and you landed here because you keep getting this error, &#8220;Unable to read from the Metabase. Ensure that Microsoft Internet Information Services is installed&#8221;. However you&#8217;ve installed IIS on your Windows 2008 box, so what gives? You are missing just missing the IIS 6 compatibility feature. It&#8217;s a simple fix, go to your web roles and just add it. Normally it&#8217;s not checked off when you install the IIS role. Hit retry on your Exchange 2010 installation and it should go past the error this time. Annoying, but then again that&#8217;s Microsoft!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/exchange-2010-installation-unable-to-read-from-the-metabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop some vm’s from turning on during an HA event in vmware</title>
		<link>http://www.jasonmohan.com/vmware/how-to-stop-some-vms-from-turning-on-during-an-ha-event-in-vmware/</link>
		<comments>http://www.jasonmohan.com/vmware/how-to-stop-some-vms-from-turning-on-during-an-ha-event-in-vmware/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:13:10 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=427</guid>
		<description><![CDATA[Okay let&#8217;s say you have 2 ESX servers running both at 70% utilization. If one server goes out, and VMware HA turns up the vm&#8217;s on the surviving ESX server you&#8217;ll get a major performace degradation on your critical servers. However you realize some of those vm&#8217;s are test machines or non-critical servers and you [...]]]></description>
			<content:encoded><![CDATA[<p>Okay let&#8217;s say you have 2 ESX servers running both at 70% utilization. If one server goes out, and VMware HA turns up the vm&#8217;s on the surviving ESX server you&#8217;ll get a major performace degradation on your critical servers. However you realize some of those vm&#8217;s are test machines or non-critical servers and you don&#8217;t care to have VMware HA turn on those machines. How do you do it?</p>
<p>1. Right click on the cluster.</p>
<p>2. Select edit settings.</p>
<p>3. Select VM options. You will see all your VMs in the cluster here.</p>
<p>4. For the machines that you don&#8217;t want turned on during an HA event, go to &#8220;VM restart priority&#8221; and select disabled for those machines.</p>
<p>5. For the &#8220;Host isolation response&#8221; select &#8220;Leave powered on&#8221;.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/vmware/how-to-stop-some-vms-from-turning-on-during-an-ha-event-in-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable root access in ESX 4.1</title>
		<link>http://www.jasonmohan.com/other/how-to-enable-root-access-in-esx-4-1/</link>
		<comments>http://www.jasonmohan.com/other/how-to-enable-root-access-in-esx-4-1/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:24:15 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=419</guid>
		<description><![CDATA[You have to love vmware if you are into virtualization as much as I am. ESX comes with high security and most user accessible ports either blocked or the port is closed on the firewall side. If you need to SSH into your ESX box you will need to open a port on your firewall. [...]]]></description>
			<content:encoded><![CDATA[<p>You have to love vmware if you are into virtualization as much as I am. ESX comes with high security and most user accessible ports either blocked or the port is closed on the firewall side. If you need to SSH into your ESX box you will need to open a port on your firewall. We are not talking about the firewall on your router, or ASA. ESX comes with a built-in firewall, you need to open a port on the built-in firewall. Below are the steps, enjoy.</p>
<p>01.) First you must login as a root at the console of your ESX 4 Server.</p>
<p>02.) Then you must navigate to the /etc/ssh directory. Just type in:  cd /etc/ssh</p>
<p>03.) Open nano (text editor, easy to use…) type: nano sshd_config</p>
<p>Navigate to the line saying PermitRootLogin no and change it to Yes.</p>
<p>04.) Type then CTRL+X to exit. On the prompt answer Y (as Yes to save the modified file).</p>
<p>05.) Then you’ll need to restart the sshd service typing: service sshd restart.</p>
<p>06.) While you are in the console just type in the following two commands to open firewall ports:</p>
<p>esxcfg-firewall -e sshServer<br />
esxcfg-firewall -e sshClient</p>
<p>07.) Now you should be able to access root functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-enable-root-access-in-esx-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save RDP connection with username and password for all users</title>
		<link>http://www.jasonmohan.com/citrix/save-rdp-connection-with-username-and-password-for-all-users/</link>
		<comments>http://www.jasonmohan.com/citrix/save-rdp-connection-with-username-and-password-for-all-users/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 14:51:18 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[citrix]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=421</guid>
		<description><![CDATA[I needed to create a citrix published application that would login using a RDP connection to another server with a saved username and password. Well I thought all you needed to do was create a RDP file, save the username and password and then run mstsc.exe with the RDP file. Yeah that only works for [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to create a citrix published application that would login using a RDP connection to another server with a saved username and password. Well I thought all you needed to do was create a RDP file, save the username and password and then run mstsc.exe with the RDP file. Yeah that only works for the person who created the file, but won&#8217;t work with all users, because the password is encrypted in hash against the logged users SID. Bascially in laman terms you are screwed, it will work for you, but you can&#8217;t just make that file public and make it work for anyone. After searching high and low for a solution I finally found one. Now I&#8217;m using this to publish a citrix application but this will work for anything. This guy, Remko Weijen created a command line RDP tool called LaunchRDP.exe. This will launch RDP, with a username and password. Note this isn&#8217;t encrypted. The link to the file is <a href="https://s3.amazonaws.com/jasonmohan_web/netexceed.com/downloads/LaunchRDP2.zip">here</a>, or you can find it in the downloads section of the website. Here&#8217;s the command line.</p>
<p>LanchRDP.exe SERVERNAME PORTNUMBER(TYPICALLY 3389) USERNAME DOMAIN PASSWORD  CONSOLE(0-false, 1-true) REDIRECTDRIVES(0-false, 1-true) REDIRECTPRINTERS(0-false, 1-true).</p>
<p>So if I wanted to launch RDP to 10.10.1.1 with a username demouser, and a password of demopass, but no domain heres the command I would use. No console, not redirecting drives or printers.</p>
<p>LaunchRDP.exe 10.10.1.1 3389 demouser demopass 10.10.1.1 0 0 0</p>
<p>Simple as that!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/citrix/save-rdp-connection-with-username-and-password-for-all-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ICA files with Citrix Quick Launch Tool</title>
		<link>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/</link>
		<comments>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:18:19 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[citrix]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=417</guid>
		<description><![CDATA[Creating ICA files is usually pretty easy, but not all the time. I had an instance where I couldn&#8217;t create an ICA file with the access management console. So I used the ICA file creator from citrix, however it kept throwing up errors, and generic errors at that. I was fed up trying to find [...]]]></description>
			<content:encoded><![CDATA[<p>Creating ICA files is usually pretty easy, but not all the time. I had an instance where I couldn&#8217;t create an ICA file with the access management console. So I used the ICA file creator from citrix, however it kept throwing up errors, and generic errors at that. I was fed up trying to find a solution. Then I found this Citrix Quick Launch tool, which allows you to directly connect to a published application on a citrix server, and creates and ICA file. So for my purposes bascially it did the same thing create an ICA file, but this one actually tells you what the error actually is instead of throwing something generic at you. Low and behold once I found out what the error was, the fix was to remove all my Citrix clients off of my machine and download the latest version (the one with the agent and the web). Then the ICA file creator worked and so did the Citrix Quick Launch tool.</p>
<p>Citrix Quick Launch Tool: <a href="http://support.citrix.com/article/CTX122536">http://support.citrix.com/article/CTX122536</a></p>
<p>Citrix ICA file Creator: <a href="http://support.citrix.com/article/CTX113472">http://support.citrix.com/article/CTX113472</a></p>
<p>Use the Quick Launch, it looks and works better at least in my opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup WSS 3.0 automatically</title>
		<link>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/</link>
		<comments>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 20:52:41 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=414</guid>
		<description><![CDATA[So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a [...]]]></description>
			<content:encoded><![CDATA[<p>So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a command line then you can create a batch file and backup however your want.</p>
<p><strong>Here&#8217;s the backup command:</strong> stsadm -o backup -directory c:\backup -backupmethod full</p>
<p>Here&#8217;s my batch file, I&#8217;m backing up to the local hard drive and then copying it to a share (my share is not a Windows computer, so I can&#8217;t backup directly to it, but if you want to backup to a share you can as long as it&#8217;s on the domain).</p>
<p>cd &#8220;c:\program files\common files\microsoft shared\web server extensions\12\bin&#8221;<br />
stsadm -o backup -directory c:\backup -backupmethod full<br />
net use s: <a href="file://\\192.168.0.21\backups">\\192.168.0.21\backups</a><br />
xcopy c:\backup s:\wss /e /h /y<br />
net use s: /delete</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start a full crawl on sharepoint</title>
		<link>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/</link>
		<comments>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 18:20:23 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=411</guid>
		<description><![CDATA[If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it&#8217;s full crawl interval. However with the below command you have it start immediately. Stsadm -o spsearch -action fullcrawlstart]]></description>
			<content:encoded><![CDATA[<p>If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it&#8217;s full crawl interval. However with the below command you have it start immediately.</p>
<p><strong>Stsadm -o spsearch -action fullcrawlstart</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access embedded SQL on WSS 3.0</title>
		<link>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/</link>
		<comments>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:54:32 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=407</guid>
		<description><![CDATA[I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn&#8217;t still access the databases. It kept saying it can&#8217;t make a remote connection to the server though I was trying to access it via [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn&#8217;t still access the databases. It kept saying it can&#8217;t make a remote connection to the server though I was trying to access it via local to the machine. Then I found this.  Type it in as the server name, and violia!</p>
<p><strong>Server Name:</strong> \\.\pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

