<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jason Thomasser's Blog</title>
	<atom:link href="http://jthomasser.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jthomasser.wordpress.com</link>
	<description>miscellaneous ramblings</description>
	<lastBuildDate>Thu, 13 Oct 2011 22:07:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jthomasser.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jason Thomasser's Blog</title>
		<link>http://jthomasser.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jthomasser.wordpress.com/osd.xml" title="Jason Thomasser&#039;s Blog" />
	<atom:link rel='hub' href='http://jthomasser.wordpress.com/?pushpress=hub'/>
		<item>
		<title>easy port test using python</title>
		<link>http://jthomasser.wordpress.com/2010/12/16/easy-port-test-using-python/</link>
		<comments>http://jthomasser.wordpress.com/2010/12/16/easy-port-test-using-python/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 16:32:35 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=81</guid>
		<description><![CDATA[if you are configuring a load balancer and need to quickly open a port to ensure the load balancer can &#8220;connect&#8221; you can use python if its on your system to set up a quick and dirty http server. by default it listens on port 8000. Please note that if port is less than 1024 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=81&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>if you are configuring a load balancer and need to quickly open a port to ensure the load balancer can &#8220;connect&#8221; you can use python if its on your system to set up a quick and dirty http server. by default it listens on port 8000. Please note that if port is less than 1024 you will need root privileges.</p>
<p>[jthomasser ~]$ python -m SimpleHTTPServer<br />
Serving HTTP on 0.0.0.0 port 8000 &#8230;</p>
<p>[jthomasser ~]$ python -m SimpleHTTPServer 2000<br />
Serving HTTP on 0.0.0.0 port 2000 &#8230;</p>
<p>[jthomasser ~]$ sudo python -m SimpleHTTPServer 500<br />
Password:<br />
Serving HTTP on 0.0.0.0 port 500 &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=81&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2010/12/16/easy-port-test-using-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>solaris container information</title>
		<link>http://jthomasser.wordpress.com/2010/03/08/solaris-container-information/</link>
		<comments>http://jthomasser.wordpress.com/2010/03/08/solaris-container-information/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:18:49 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[trick solaris virtualization]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/2010/03/08/solaris-container-information/</guid>
		<description><![CDATA[to list all containers: zoneadm list to get attributes of each container zonecfg -z info specifically to get resource control information zonecfg -z info rctl<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=79&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>to list all containers:<br />
     zoneadm list<br />
to get attributes of each container<br />
     zonecfg -z  info</p>
<p>specifically to get resource control information<br />
      zonecfg -z  info rctl</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=79&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2010/03/08/solaris-container-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>reliable consistent repeatable measurable</title>
		<link>http://jthomasser.wordpress.com/2010/03/02/reliable-consistent-repeatable-measurable/</link>
		<comments>http://jthomasser.wordpress.com/2010/03/02/reliable-consistent-repeatable-measurable/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 21:05:46 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/2010/03/02/reliable-consistent-repeatable-measurable/</guid>
		<description><![CDATA[what every process should strive for&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=78&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>what every process should strive for&#8230; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=78&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2010/03/02/reliable-consistent-repeatable-measurable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>put windows7 to sleep</title>
		<link>http://jthomasser.wordpress.com/2010/01/01/put-windows7-to-sleep/</link>
		<comments>http://jthomasser.wordpress.com/2010/01/01/put-windows7-to-sleep/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 22:22:04 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=75</guid>
		<description><![CDATA[heres a trick i just put together. i&#8217;ve upgraded  a couple of my systems to windows7, i like it. The sleep mode seems to work pretty well. Unfortunately i&#8217;ve installed something that keeps it awake. To force it to sleep automatically  i&#8217;ve created a simple script sleep.bat: powercfg -h off rundll32 powrprof.dll,SetSuspendState this will turn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=75&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>heres a trick i just put together.</p>
<p>i&#8217;ve upgraded  a couple of my systems to windows7, i like it. The sleep mode seems to work pretty well. Unfortunately i&#8217;ve installed something that keeps it awake. To force it to sleep automatically  i&#8217;ve created a simple script sleep.bat:</p>
<p>powercfg -h off<br />
rundll32 powrprof.dll,SetSuspendState</p>
<p>this will turn off hibernation and make your system sleep (otherwise it would hibernate, taking longer). i set up a scheduled task to call this daily at midnight (pick your own time) so if anyone else has been using the computer its forced into a sleep mode on a daily basis.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=75&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2010/01/01/put-windows7-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware and Oracle/Weblogic support policy remediation</title>
		<link>http://jthomasser.wordpress.com/2009/09/30/vmware-and-oracle_weblogic-support-policy-remediation/</link>
		<comments>http://jthomasser.wordpress.com/2009/09/30/vmware-and-oracle_weblogic-support-policy-remediation/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:44:50 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[vmware]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=70</guid>
		<description><![CDATA[This post it to provide a brief overview of approaches to address Oracles Support policy for VMware with a focus on V2P as a compromise solution. Oracle&#8217;s suppport  policy related to VMware virtualization is frustrating to say the least. It is purposely vague and sows alot of uncertainty to those who understandably want a clear concise position [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=70&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post it to provide a brief overview of approaches to address Oracles Support policy for VMware with a focus on V2P as a compromise solution.</p>
<p>Oracle&#8217;s suppport  policy related to VMware virtualization is frustrating to say the least. It is purposely vague and sows alot of uncertainty to those who understandably want a clear concise position of support for applications that may be critical to their business.</p>
<p>The interpetation I have come to accept is that Oracle will support their applications (and databases) that run in a VMware environment however the Oracle <strong><em>customer</em></strong> must be prepared to reproduce the problem in a physical environemnt if Oracle cannot address using their knowledge base or in collaboration with operating systems vendors, etc.  With a background in techncial support and servcies I can&#8217;t say I  like this too much however that said I understand Oracle&#8217;s motiviation, namely more sales, push people to Oracle&#8217;s virtualization, etc.  Lest anyone think they can ride Oracles coat tails, they can&#8217;t.  Oracle only gets away with it because they are one of the 800 pound gorillas in the industry.  Microsoft, Redhat, Sun, IBM, SAP have certified their operating systems and applications on VMware (like it was hardware).</p>
<p>I believe that issues that arise outside of Oracles and their partners understanding  may represent an edge case which may happen no more than 1% of the time. For some companies this is too much risk , consequently adoption of VMware virtualiization is stalled where Oracle products are concerned leaving them having to evalaute options moving ahead.  Below are several approaches an organization can take to address:</p>
<ol>
<li>not use VMware for Oracle prodcucts in production.</li>
<li>change application vendors</li>
<li>change virtualization platform</li>
<li>create service to convert virtual machine to physical server (V2P)</li>
</ol>
<p>the first option is where may people start and virtualization adoption slows, option 2 and 3 quickly come up as albeit drastic alternatives with much heated debate, lastly option 4, V2P i think presents itself as a reasonable compromise. </p>
<p>V2P is not entirely straight forward however I believe a viable option to the drastic alternatives; services need to ensure that a virtual machine can be quickly turned into a physical mahine with the same name, ip address, network access, etc.  With a well designed, tested and supported V2P service an organziation can succesfully remediate Oracle&#8217;s suport policy for VMware virtualization.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=70&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2009/09/30/vmware-and-oracle_weblogic-support-policy-remediation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>configure ssh on cisco ios device</title>
		<link>http://jthomasser.wordpress.com/2009/09/17/configure-ssh-on-cisco-ios-device/</link>
		<comments>http://jthomasser.wordpress.com/2009/09/17/configure-ssh-on-cisco-ios-device/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:26:35 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=67</guid>
		<description><![CDATA[use the directives below to configure ssh on your device running ios 12.1 or better  (in addtion to the default telnet). this does the follwoing: specify hostname specify domainname create a key pair (this requires the name and domain) create a user to access device with e.g. establishs a &#8220;user&#8221; cisco with the passowrd cisco (change it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=67&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>use the directives below to configure ssh on your device running ios 12.1 or better  (in addtion to the default telnet). this does the follwoing:</p>
<ul>
<li>specify hostname</li>
<li>specify domainname</li>
<li>create a key pair (this requires the name and domain)</li>
<li>create a user to access device with e.g. establishs a &#8220;user&#8221; cisco with the passowrd cisco (change it to whatever you want).</li>
<li>enables ssh as a service on your device</li>
<li>enable remote access to sessions 0 through 4</li>
</ul>
<pre><strong>at enable level enter configuration state</strong>
 </pre>
<p><strong>hostname somehost<br />
</strong><strong>domain somedomain.com<br />
</strong><strong>username cisco password 0 cisco<br />
</strong><strong>ip ssh time-out 120<br />
ip ssh authentication-retries 3<br />
ip ssh version 2</strong></p>
<p><strong>cry key generate rsa<br />
</strong>! this will prompt you for a 512 bit key, specify 1024 or else your ssh client will complain.</p>
<p><strong>line vty 0 4<br />
 login local<br />
 transport input telnet ssh</strong><strong><br />
</strong></p>
<p>for more details see:<br />
<a href="http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml">http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml</a></p>
<p>ios feature support<br />
<a href="http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp">http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=67&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2009/09/17/configure-ssh-on-cisco-ios-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>cisco ios clock configuration for PDT/PST</title>
		<link>http://jthomasser.wordpress.com/2009/09/17/cisco-ios-clock-configuration-for-pdtpst/</link>
		<comments>http://jthomasser.wordpress.com/2009/09/17/cisco-ios-clock-configuration-for-pdtpst/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:03:16 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=65</guid>
		<description><![CDATA[  use this to set your clock on you ios device clock timezone PST -8 clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00 this is best if used with the ntp server configuration, e.g. ntp server [ip address]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=65&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>use this to set your clock on you ios device</p>
<p>clock timezone PST -8<br />
clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00</p>
<p>this is best if used with the ntp server configuration, e.g.</p>
<p>ntp server [ip address]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=65&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2009/09/17/cisco-ios-clock-configuration-for-pdtpst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>browser stops working</title>
		<link>http://jthomasser.wordpress.com/2009/09/01/browser-stops-working/</link>
		<comments>http://jthomasser.wordpress.com/2009/09/01/browser-stops-working/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:30:27 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=63</guid>
		<description><![CDATA[recently i was working on my windows xp system and my browser stopped responding to http requests.  this was very frustrating because it happened after working for a couple minutes right after a reboot (which i did a bunch of times trying to figure out what happened). everything else worked fine on network, ping, telnet, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=63&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>recently i was working on my windows xp system and my browser stopped responding to http requests.  this was very frustrating because it happened after working for a couple minutes right after a reboot (which i did a bunch of times trying to figure out what happened).</p>
<p>everything else worked fine on network, ping, telnet, nslookup, etc. browser access by name address failed for ie, firefox, chrome. after some digging and experimentation it turned out because i had turned off cisco vpn service (changed to manual start) this caused http traffic to fail. strangely https connections continued to work.</p>
<p>the fix was to make sure if you have cisco vpn service, leave it on automatic at the very least.</p>
<p>i didn&#8217;t get to root cause, tghough thought it may be of use to anyone looking for a fix.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=63&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2009/09/01/browser-stops-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
		<item>
		<title>install ESX4 from USB using unetbootin</title>
		<link>http://jthomasser.wordpress.com/2009/08/10/install-esx-4-from-usb-using-unetbootin/</link>
		<comments>http://jthomasser.wordpress.com/2009/08/10/install-esx-4-from-usb-using-unetbootin/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:41:13 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=38</guid>
		<description><![CDATA[i recently needed to install esx 4.0 onto an older server which did not have a dvd drive.  after looking at many different methods for creating usb bootable drives , tricks, etc. nothing was particularly straight forward, with fat16, vs fat32, master boot records, dos bootable, etc&#8230;.. i came across unetbootin (http://unetbootin.sourceforge.net/ ) which is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=38&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i recently needed to install esx 4.0 onto an older server which did not have a dvd drive.  after looking at many different methods for creating usb bootable drives , tricks, etc. nothing was particularly straight forward, with fat16, vs fat32, master boot records, dos bootable, etc&#8230;..</p>
<p>i came across unetbootin (<a href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a> ) which is available as a windows or linux installable. i downloaded the windows version, plugged in my 4GB USB stick  and ran it (it&#8217;s just an executable) on my laptop. I specified the ESX 4.0 image as the iso diskimage.</p>
<p><img class="alignnone size-full wp-image-45" title="image003" src="http://jthomasser.files.wordpress.com/2009/08/image0031.png?w=500&#038;h=363" alt="image003" width="500" height="363" /></p>
<p>this created a perfectly bootable usb stick on a 4GB device. The creation took about 5-6 minutes on a USB 2.0 port on my laptop.</p>
<p><img class="alignnone size-full wp-image-47" title="image007" src="http://jthomasser.files.wordpress.com/2009/08/image0071.png?w=500&#038;h=363" alt="image007" width="500" height="363" /></p>
<p><img class="alignnone size-full wp-image-48" title="image009" src="http://jthomasser.files.wordpress.com/2009/08/image009.png?w=500&#038;h=363" alt="image009" width="500" height="363" /></p>
<p>once completed I added askmedia to the boot options in the syslinux.cfg file because the default wants to boot from cdrom only. <img class="alignnone size-full wp-image-49" title="image011" src="http://jthomasser.files.wordpress.com/2009/08/image011.png?w=500&#038;h=245" alt="image011" width="500" height="245" /></p>
<p>edit syslinux.cfg</p>
<p><img class="alignnone size-full wp-image-50" title="image013" src="http://jthomasser.files.wordpress.com/2009/08/image013.png?w=500&#038;h=284" alt="image013" width="500" height="284" /></p>
<p>If you don&#8217;t want to do this you can select you install option for ESX and then add askmedia to the kernel parameters.</p>
<p>to install from USB make sure you can boot from &#8220;removable devices&#8221;, then  go through the install questions. when it  asks if you want to install from cdrom/usb, nfs, localdisk, etc.  select cdrom/USB  and install will proceed like from a DVD.</p>
<p>the upside of this approach is if you attempt to boot on an older server with only USB 1.1 which is all i had,  you can use an alternate method for installing.  i ended up specifying an NFS server and path which made considerably quicker work of getting data to the disk.</p>
<p>hopefully this was a useful trick for you to use.</p>
<p>Cheers &#8211; Jase</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=38&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2009/08/10/install-esx-4-from-usb-using-unetbootin/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>

		<media:content url="http://jthomasser.files.wordpress.com/2009/08/image0031.png" medium="image">
			<media:title type="html">image003</media:title>
		</media:content>

		<media:content url="http://jthomasser.files.wordpress.com/2009/08/image0071.png" medium="image">
			<media:title type="html">image007</media:title>
		</media:content>

		<media:content url="http://jthomasser.files.wordpress.com/2009/08/image009.png" medium="image">
			<media:title type="html">image009</media:title>
		</media:content>

		<media:content url="http://jthomasser.files.wordpress.com/2009/08/image011.png" medium="image">
			<media:title type="html">image011</media:title>
		</media:content>

		<media:content url="http://jthomasser.files.wordpress.com/2009/08/image013.png" medium="image">
			<media:title type="html">image013</media:title>
		</media:content>
	</item>
		<item>
		<title>extend windows 2008 (and vista) trial period</title>
		<link>http://jthomasser.wordpress.com/2008/08/14/extend-windows-2008-and-vista-trial-period/</link>
		<comments>http://jthomasser.wordpress.com/2008/08/14/extend-windows-2008-and-vista-trial-period/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:46:11 +0000</pubDate>
		<dc:creator>jthomasser</dc:creator>
				<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://jthomasser.wordpress.com/?p=35</guid>
		<description><![CDATA[you can extend windows trial software using the slmgr -rearm command. see: http://support.microsoft.com/kb/948472<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=35&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>you can extend windows trial software using the slmgr -rearm command. see:</p>
<p>http://support.microsoft.com/kb/948472</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jthomasser.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jthomasser.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthomasser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthomasser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthomasser.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthomasser.wordpress.com&amp;blog=522330&amp;post=35&amp;subd=jthomasser&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthomasser.wordpress.com/2008/08/14/extend-windows-2008-and-vista-trial-period/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d578ad80c65a3bbb901d31b60ffa538?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jthomasser</media:title>
		</media:content>
	</item>
	</channel>
</rss>
