<?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>Jorink.nl &#187; Utils</title>
	<atom:link href="http://www.jorink.nl/tag/utils/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Scan a subnet for active IPs</title>
		<link>http://www.jorink.nl/2010/04/scan-a-subnet-for-active-ips/</link>
		<comments>http://www.jorink.nl/2010/04/scan-a-subnet-for-active-ips/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:27:07 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=286</guid>
		<description><![CDATA[With NMap it is quite easy to scan a subnet for active IPs. $ nmap -sP 192.168.10.0/24]]></description>
			<content:encoded><![CDATA[<p>With NMap it is quite easy to scan a subnet for active IPs.</p>
<blockquote><p>$ nmap -sP 192.168.10.0/24</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/04/scan-a-subnet-for-active-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and setup Minicom</title>
		<link>http://www.jorink.nl/2010/04/install-and-setup-minicom/</link>
		<comments>http://www.jorink.nl/2010/04/install-and-setup-minicom/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 06:59:33 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=280</guid>
		<description><![CDATA[Minicom is the hyperterminal for Linux. Minicom is by default not installed. Install Minicom with the following command sudo apt-get install minicom Find your serial port dmesg &#124; grep tty $ dmesg &#124; grep tty [    0.001251] console [tty0] enabled [   72.953237] usb 6-1: pl2303 converter now attached to ttyUSB0 I use a USB serial [...]]]></description>
			<content:encoded><![CDATA[<p>Minicom is the hyperterminal for Linux.</p>
<p>Minicom is by default not installed.</p>
<ol>
<li>Install Minicom with the following command<br />
<blockquote><p>sudo apt-get install minicom</p></blockquote>
</li>
<li>Find your serial port<br />
<blockquote><p>dmesg | grep tty</p></blockquote>
<p><code>$ dmesg | grep tty<br />
[    0.001251] console [tty0] enabled<br />
[   72.953237] usb 6-1: pl2303 converter now attached to ttyUSB0</code></p>
<p>I use a USB serial port, my laptop doesn&#8217;t have a build in serial port.<br />
So the name of the serial port is <strong>ttyUSB0</strong>.</li>
<li>Configure Minicom<br />
<blockquote><p>sudo minicom -s</p></blockquote>
<ul>
<li>Select &#8220;Serial Port setup&#8221;</li>
<li>Enter A to change the selected serial port, in my case change to /dev/ttyUSB0</li>
<li>Enter E to change the line speed to 9600 8N1</li>
<li>Select &#8220;Save setup as dfl&#8221;</li>
</ul>
</li>
<li>Exit Minicom</li>
<li>Start Minicom with<br />
<blockquote><p>sudo minicom</p></blockquote>
</li>
</ol>
<p>And you are  good to go.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/04/install-and-setup-minicom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualCenter Passthrough Authentication</title>
		<link>http://www.jorink.nl/2010/03/virtualcenter-passthrough-authentication/</link>
		<comments>http://www.jorink.nl/2010/03/virtualcenter-passthrough-authentication/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:40:52 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=259</guid>
		<description><![CDATA[Tired of login in into the Virtual Center Client?  Try this&#8230; A very useful, yet very undocumented feature of the Virtual Infrastructure Client is that it can be configured to automatically pass your Active Directory credentials without you typing them in. To use: create a shortcut to the Virtual Infrastructure Client, then right-click on it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Tired of login in into the Virtual Center Client?  Try this&#8230;</p>
<p style="text-align: left;">A very useful, yet very undocumented feature of the Virtual  Infrastructure Client is that it can be configured to automatically pass  your Active Directory credentials without you typing them in. To use:  create a shortcut to the Virtual Infrastructure Client, then right-click  on it and edit the shortcut properties. You’ll need to pass the program  two arguments when calling it like so:</p>
<p style="text-align: left;"><a href="http://www.jorink.nl/wp-content/uploads/2010/03/passthru.gif" rel="lightbox[259]" title="passthru"><img class="alignnone size-medium wp-image-260" title="passthru" src="http://www.jorink.nl/wp-content/uploads/2010/03/passthru-219x300.gif" alt="" width="219" height="300" /></a></p>
<blockquote style="text-align: left;"><p>C:\Program  Files\VMware\Infrastructure\Virtual Infrastructure  Client\Launcher\VpxClient.exe” -passthroughAuth -s vc.yourdomain.com</p></blockquote>
<p style="text-align: left;">Where “vc.yourdomain.com” is replaced with the DNS name for your  VirtualCenter server.</p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/virtualcenter-passthrough-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tightvnc and Ctrl-Alt-Delete</title>
		<link>http://www.jorink.nl/2010/03/tightvns-and-ctrl-alt-delete/</link>
		<comments>http://www.jorink.nl/2010/03/tightvns-and-ctrl-alt-delete/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:18:34 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=178</guid>
		<description><![CDATA[I used Tightvnc today but didn&#8217;t remember how to send Ctrl-Alt-Delete to the server. It was easy. Just hit F8 and click on Ctrl-Alt-Delete in the pop-up.]]></description>
			<content:encoded><![CDATA[<p>I used Tightvnc today but didn&#8217;t remember how to send Ctrl-Alt-Delete to the server.</p>
<p>It was easy. Just hit F8 and click on Ctrl-Alt-Delete in the pop-up.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/tightvns-and-ctrl-alt-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install OpenOffice 3.2 in Ubuntu 9.10</title>
		<link>http://www.jorink.nl/2010/02/install-openoffice-3-2-in-ubuntu-9-10/</link>
		<comments>http://www.jorink.nl/2010/02/install-openoffice-3-2-in-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:52:49 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=95</guid>
		<description><![CDATA[Download OpenOffice 3.2 in you desired lanquage from http://download.openoffice.org/other.html#tested-full Extract the OOo_3.2.0_LinuxIntel_install_nl_deb.tar.gz Open Terminal and remove OpenOffice 3.1 completely with this command sudo apt-get remove openoffice*.* Install OpenOffice with this command sudo dpkg -i Download/OOO320_m12_native_packed-1_nl.9483/DEBS/*.deb Integrate OpenOffice 3.2 in your desktop sudo dpkg -i Downloads/OOO320_m12_native_packed-1_nl.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb OpenOffice 3.2 is now available in your Ubuntu menu. Source [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download OpenOffice 3.2 in you desired lanquage from <a href="http://download.openoffice.org/other.html#tested-full" target="_blank">http://download.openoffice.org/other.html#tested-full</a></li>
<li>Extract the OOo_3.2.0_LinuxIntel_install_nl_deb.tar.gz</li>
<li>Open Terminal and remove OpenOffice 3.1 completely with this command<br />
<blockquote><p>sudo apt-get remove openoffice*.*</p></blockquote>
</li>
<li>Install OpenOffice with this command<br />
<blockquote><p>sudo dpkg -i Download/OOO320_m12_native_packed-1_nl.9483/DEBS/*.deb</p></blockquote>
</li>
<li>Integrate OpenOffice 3.2 in your desktop<br />
<blockquote><p>sudo dpkg -i Downloads/OOO320_m12_native_packed-1_nl.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb</p></blockquote>
</li>
</ol>
<p>OpenOffice 3.2 is now available in your Ubuntu menu.</p>
<p>Source : <a href="http://ubuntuforums.org/showthread.php?t=1404156" target="_blank">http://ubuntuforums.org/showthread.php?t=1404156</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/install-openoffice-3-2-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware Health Check Report v0.9.4</title>
		<link>http://www.jorink.nl/2010/02/vmware-health-check-report-v0-9-4/</link>
		<comments>http://www.jorink.nl/2010/02/vmware-health-check-report-v0-9-4/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:49:32 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=62</guid>
		<description><![CDATA[This script generates a health check report of all attributes pertaining to a single ESX/ESXi 3.x+ host or VMware vCenter and its managed entities (i.e. clusters and individual ESX/ESXi 3.x+ hosts). The generated report is based off of some earlier Powershell script work created by Ivo Beerens/Duncan Eppping. I was primarily motivated on this project [...]]]></description>
			<content:encoded><![CDATA[<p>This script generates a health check report of all attributes pertaining  to a single ESX/ESXi 3.x+ host or VMware vCenter and its managed  entities (i.e. clusters and individual ESX/ESXi 3.x+ hosts). The  generated report is based off of some earlier Powershell script <a href="http://www.ivobeerens.nl/?p=256">work</a> created by <a href="http://www.ivobeerens.nl/">Ivo Beerens</a>/<a href="http://www.yellow-bricks.com/">Duncan  Eppping</a>.</p>
<p>I was primarily motivated on this project because it allowed me to start  learning about how to utilize the VI API through the VI Perl Toolkit.  Existing information provided by the RCLI and VI Perl Toolkit default  utilities are useful though they can be limited. This gave me an  opportunity to learn how to write my own Perl scripts that may  ultimately lead to more functional tools that the community as well as  VI administrators can utilize.</p>
<p>The generated health check report contains most of what Ivo Beerens has  included in his latest release. For this project, I am attempting to  create a non-Powershell solution as opposed to the direction taken by  Ivo and Duncan. This Perl script will generally be a work in progress as  I continue to learn about the API. Moreover, I hope that this will be  something of use to administrators especially those seeking to query  important pieces of information such as VM(s) containing snapshots  and/or RDM(s).<br />
<span id="more-62"></span>The script reports on the following:</p>
<ul>
<li><strong>vCenter Build/Release</strong></li>
<li><strong>License summary</strong></li>
<li><strong>Active Sessions</strong></li>
<li><strong>ESX/ESXi Build/Release</strong></li>
<li><strong>Cluster(s) Name/Statistics (Hosts,CPU and MEM availabity, HA,DRS  and DPM enabled, Resource Pools, Health)</strong></li>
<li><strong>ESX/ESXi Hardware configuration (NICs/HBAs)</strong></li>
<li><strong>ESX/ESXi Hardware Health Sensor via CIM</strong></li>
<li><strong>ESX/ESXi State</strong></li>
<li><strong>ESX/ESXi Configurations</strong> (for detailed information, use <strong>detail-hosts</strong> option)</li>
<li><strong>ESX/ESXi Multipathing Info</strong> (only available in <strong>host</strong> or <strong>detail-hosts</strong> option)</li>
<li><strong>ESX/ESXi Datastore summary</strong></li>
<li><strong>ESX/ESXi LUN summary</strong></li>
<li><strong>ESX/ESXi Portgroup summary</strong></li>
<li><strong>ESX/ESXi Hostd logs</strong></li>
<li><strong>CDP Summary</strong></li>
<li><strong>Recent Tasks</strong></li>
<li><strong>Virtual Machine summary</strong></li>
<li><strong>VM Storage summary</strong></li>
<li><strong>VM Network summary</strong></li>
<li><strong>VM w/Snapshots</strong></li>
<li><strong>VM w/Snapshot delta age</strong></li>
<li><strong>VM w/RDMs</strong></li>
<li><strong>VM w/NPIV enabled</strong></li>
<li><strong>VM w/connected CD-ROMs</strong></li>
<li><strong>VM w/connected Floppys</strong></li>
</ul>
<p>For more details, please take a look at the sample reports located <a href="http://engineering.ucsb.edu/%7Eduonglt/vmware/sample_health_report.html">here</a> and <a href="http://engineering.ucsb.edu/%7Eduonglt/vmware/sample_health_report_detail_hosts.html">here</a></p>
<h2>Requirements:</h2>
<ul>
<li><a href="http://www.vmware.com/support/developer/viperltoolkit/">VI Perl  Toolkit</a> or <a href="http://www.vmware.com/support/developer/vima/">VMware VIMA</a></li>
<li>VMware vCenter 2.5+ and/or ESX 3.x+ / ESXi 3.5+</li>
</ul>
<h2>Usage</h2>
<pre><code>[vi-admin@vima-primp-industries ~]$ ./vmwareHealthCheck.pl
Required command option 'type' not specified.

Synopsis: ./vmwareHealthCheck.pl OPTIONS

Command-specific options:
   --cluster
      The name of a vCenter cluster
   --datacenter
      The name of a vCenter datacenter
   --logcount
      The number of lines to output from hostd logs
   --report
      The name of the report to output
   --type (required)
      Type: [vcenter|datacenter|cluster|host|detail-hosts]

Common VI options:
   --config (variable VI_CONFIG)
      Location of the VI Perl configuration file
   --encoding (variable VI_ENCODING, default 'utf8')
      Encoding: utf8, cp936 (Simplified Chinese), iso-8859-1 (German), shiftjis (Japanese)
   --help
      Display usage information for the script
   --passthroughauth (variable VI_PASSTHROUGHAUTH)
      Attempt to use pass-through authentication
   --passthroughauthpackage (variable VI_PASSTHROUGHAUTHPACKAGE, default 'Negotiate')
      Pass-through authentication negotiation package
   --password (variable VI_PASSWORD)
      Password
   --portnumber (variable VI_PORTNUMBER)
      Port used to connect to server
   --protocol (variable VI_PROTOCOL, default 'https')
      Protocol used to connect to server
   --savesessionfile (variable VI_SAVESESSIONFILE)
      File to save session ID/cookie to utilize
   --server (variable VI_SERVER, default 'localhost')
      VI server to connect to. Required if url is not present
   --servicepath (variable VI_SERVICEPATH, default '/sdk/webService')
      Service path used to connect to server
   --sessionfile (variable VI_SESSIONFILE)
      File containing session ID/cookie to utilize
   --url (variable VI_URL)
      VI SDK URL to connect to. Required if server is not present
   --username (variable VI_USERNAME)
      Username
   --verbose (variable VI_VERBOSE)
      Display additional debugging information
   --version
      Display version information for the script
</code></pre>
<h2>Supported Use Cases:</h2>
<p>1) This will collect information about all cluster(s)/host(s) providing  vCenter Server:</p>
<pre><code>./vmwareHealthCheck.pl --server VC_SERVER --username VC_USERNAME --password VC_PASSWORD --type vcenter
</code></pre>
<p>2) This will collect information about a specific datacenter provided  with vCenter Server:</p>
<pre><code>./vmwareHealthCheck.pl --server VC_SERVER --username VC_USERNAME --password VC_PASSWORD --type datacenter --datacenter DATACENTER_NAME
</code></pre>
<p>3) This will collect information about a specific cluster provided with  vCenter Server:</p>
<pre><code>./vmwareHealthCheck.pl --server VC_SERVER --username VC_USERNAME --password VC_PASSWORD --type cluster --cluster CLUSTER_NAME
</code></pre>
<p>4) This will collect information about a specific host provided with  ESX/ESXi Server:</p>
<pre><code>./vmwareHealthCheck.pl --server ESX_ESXi_SERVER --username ESX_ESXi_USERNAME --password ESX_ESXi_PASSWORD --type host
</code></pre>
<p>5) This will collect detail information about all ESX/ESXi hosts under  vCenter (for datacenter/cluster specific, please look at option 1-3).</p>
<p>This option is meant to provide a report similiar to that of <a href="http://esxhealthscript.svn.sourceforge.net/viewvc/esxhealthscript/">esxhealthscript</a> within the capablities of the VI API utilizing the VI Perl Toolkit. For  a high level view of your VMware environment, please use the other  options, as this pertains to detail configurations of your hosts.</p>
<pre><code>./vmwareHealthCheck.pl -server VC_SERVER --username VC_USERNAME --password VC_PASSWORD --type detail-hosts
</code></pre>
<p>To specify the number of the latest lines in the hostd logs, use  &#8211;logcount {noformat}<a href="http://communities.vmware.com/community-document-picker.jspa?communityID=2353&amp;subject=number_of_lines">number_of_lines</a>{noformat}<br />
(e.g.)</p>
<pre><code>./vmwareHealthCheck.pl -server VC_SERVER --username VC_USERNAME --password VC_PASSWORD --type detail-hosts --logcount 20
</code></pre>
<h2>Custom Configurations</h2>
<p>Edit the following at the top of the script to configure the warning  levels for the various resource consumptions (disk,memory,cpu):</p>
<div>####################################<br />
{noformat}#{noformat}  resource consumption warnings<br />
####################################<br />
{noformat}#{noformat} yellow &lt; 30 %<br />
my $yellow_warn = 30;</p>
<p>{noformat}#{noformat} orange &lt; 15 %<br />
my $orange_warn = 15;</p>
<p>{noformat}#{noformat} red &lt; 10%<br />
my $red_warn = 10;</p>
</div>
<p>Edit the following at the top of the script to configure the number of  days aged for a snapshot delta file:</p>
<div>######################################<br />
{noformat}#{noformat}  vm snapshot age warnings<br />
######################################<br />
{noformat}#{noformat} yellow &lt; 15 days<br />
my $snap_yellow_warn = 15;</p>
<p>{noformat}#{noformat} orange &lt; 30 days<br />
my $snap_orange_warn = 30;</p>
<p>{noformat}#{noformat} red &lt; 60 days+<br />
my $snap_red_warn = 60;</p>
</div>
<h2>Changes</h2>
<p>##########################################################################</p>
<p>03-24-2009 &#8211; v0.9.4<br />
<strong>Fixes</strong>:<br />
-There was a bug reported by Duncan Epping and others regarding hosts  that were appearing in the wrong cluster with respect to the portgroup  listings, this should be fixed.</p>
<p><strong>Enhancements</strong>:<br />
-Detail Hardware Health sensor readings provided by CIM<br />
-CDP Summary (individual <a href="http://engineering.ucsb.edu/%7Eduonglt/vmware/cdp.pl">cdp.pl</a> available)</p>
<p>##########################################################################</p>
<p>02-28-2009 &#8211; v0.9<br />
<strong>Fixes</strong>:<br />
-Due to VMware API bug, the VMDK count per VM is not displaying  correctly, a work around has been setup to print # of disks</p>
<p><strong>Enhancements</strong>:<br />
-Retrieve script version by using &#8211;version<br />
-Cluster Health<br />
-Recent Tasks</p>
<p>##########################################################################</p>
<p>02-11-2009 &#8211; v0.8<br />
<strong>Fixes</strong>:<br />
-Fixed an issue where disconnected VM(s) may cause the script to halt</p>
<p><strong>Enhancements</strong>:<br />
-Added hostd logs with &#8211;logcount flag to specify the last number of  lines (default 15 lines)<br />
-Performance enhancement, script should execute much faster (YMMV)</p>
<p>Example report <a href="http://engineering.ucsb.edu/%7Eduonglt/vmware/sample_health_report_detail_hosts.html">here</a></p>
<p>##########################################################################</p>
<p>02-09-2009 &#8211; v0.7<br />
<strong>Fixes</strong>:<br />
-Removed invalid cluster stats (output was not regarding consumption but  availablity)<br />
-Fixed an issue that may allow the script to execute on Windows VI Perl  Toolkit again(no guarantees)</p>
<p><strong>Enhancements</strong>:<br />
-Licensing/features information<br />
-Active Sessions<br />
-ESX UUID<br />
-Additional ESX/ESXi host configurations (available with <strong>host</strong> or <strong>detail-hosts</strong> flag)<br />
-Performance increase on script execution (YMMV)<br />
-Added <strong>detail-hosts</strong> flag which provides additional host  configurations (comparable to <a href="http://esxhealthscript.svn.sourceforge.net/viewvc/esxhealthscript/">esxhealthscript</a>)</p>
<ul>
<li>VMotion enabled</li>
<li>Service Console network summary</li>
<li>VMkernel summary</li>
<li>DNS</li>
<li>Offload capabilities</li>
<li>Diagostic Partition</li>
<li>vswif summary</li>
<li>vSwitch/cdp summary</li>
<li>Firewall known services</li>
<li>&#8230;much more</li>
</ul>
<p>Example report <a href="http://engineering.ucsb.edu/%7Eduonglt/vmware/sample_health_report_detail_hosts.html">here</a></p>
<p>##########################################################################</p>
<p>02-05-2009 &#8211; v0.6<br />
<strong>Fixes</strong>:<br />
-Fixed minor typographic errors<br />
-Fixed issue if no additional hardware vendor information is available<br />
-Fixed potential issue with displaying information about datastores not  being accessible</p>
<p><strong>Enhancements</strong>:<br />
-Display snapshot deleta file(s) age (options configurable by users)<br />
-Display <strong>root</strong> resource pool information if appliacable</p>
<p>##########################################################################</p>
<p>02-04-2009 &#8211; v0.5<br />
<strong>Fixes</strong>:<br />
-Cleaned up a little of the html structure<br />
-Fixed issue when no ntpServers configured<br />
-Fixed issue when VMware tool status is not available<br />
-Fixed the order of the Adv options<br />
-Fixed Host to Datastore access (If a datastore is presented to hosts  that reside in separate clusters, false positives may be included in the  output)</p>
<p><strong>Enhancements</strong>:<br />
-Added support for &#8211;datacenter argument for specifying a specific  datacenter in vCenter<br />
-Additional hardware info (possibly AssetTag if configured)<br />
-Display Adv options: Disk.SchedNumReqOutstanding and NFS.LockDisable</p>
<p>##########################################################################</p>
<p>02-01-2009 &#8211; v0.4<br />
<strong>Fixes</strong>:<br />
-Only display summary on valid clusters (w/hosts attached)</p>
<p><strong>Enhancements</strong>:<br />
-Display hosts in cluster with inconsistent storage presentation<br />
-Display hosts in cluster with inconsistent portgroup configurations<br />
-Display Disk.UseDeviceReset<br />
-Display Disk.UseLunReset</p>
<p>##########################################################################</p>
<p>02-02-2009 &#8211; v0.4<br />
<strong>Fixes</strong>:<br />
-Fixed color output to highlight the correct values<br />
-Fixed the output of the script execution time to output correct time  format</p>
<p><strong>Enhancements</strong>:<br />
-Display MB,GB,TB and MHz,GHz instead of just (MB,MHz)<br />
-Display cluster resources % free<br />
-Display hosts in cluster with inconsistent LUN access</p>
<hr />
<h2>TO-DO/WIP</h2>
<p>-None atm</p>
<h2>Known Issues</h2>
<p>1) Firewall information is limited to only known and blessed services,  this is a limitation of the VI API</p>
<p>2) Multiple Service Console interfaces may not display correctly</p>
<p>3) SNMP infor (may or may not work)</p>
<p>Source : <a href="http://communities.vmware.com/docs/DOC-9420" target="_blank">http://communities.vmware.com/docs/DOC-9420</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/vmware-health-check-report-v0-9-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy +</title>
		<link>http://www.jorink.nl/2010/02/synergy/</link>
		<comments>http://www.jorink.nl/2010/02/synergy/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:28:55 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=55</guid>
		<description><![CDATA[Synergy+ (synergy-plus) lets you easily share a single mouse and keyboard between multiple computers with different operating systems, without special hardware. All you need is a LAN connection. It&#8217;s intended for users with multiple computers, where each system uses its own display. It&#8217;s a little like having a 2nd or a 3rd desktop&#8230; Main features [...]]]></description>
			<content:encoded><![CDATA[<p>Synergy+ (synergy-plus) lets you easily share a single mouse and keyboard between multiple<br />
computers with different operating systems, without special hardware. All you need is a LAN<br />
connection. It&#8217;s intended for users with multiple computers, where each system uses its own<br />
display. It&#8217;s a little like having a 2nd or a 3rd desktop&#8230;</p>
<p><strong> Main features</strong><br />
-  Move your mouse easily between computers<br />
-  Requires nothing other than existing ethernet<br />
-  Copy and paste between your computers<br />
-  No need to press any buttons (unlike KVM)<br />
-  You can still use multiple monitors on the same computer<br />
-  Lock the mouse to one screen temporarily (useful for games)<br />
Synergy+ is free open source software. Please donate if you like what we do!<br />
It&#8217;s not a KVM or VNC tool, but it does achieve similar results (but with added convenience). No<br />
need to press any buttons when you want to change desktops, and your keyboard input goes to<br />
the same screen that your mouse cursor is on.</p>
<p>Source : <a href="http://code.google.com/p/synergy-plus/" target="_blank">http://code.google.com/p/synergy-plus/</a></p>
<p>Related links</p>
<p>Quicksynergy : <a href="http://code.google.com/p/quicksynergy/" target="_blank">http://code.google.com/p/quicksynergy/</a><br />
Synergy2 : <a href="http://synergy2.sourceforge.net/" target="_blank">http://synergy2.sourceforge.net/</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/synergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Angry IP Scanner</title>
		<link>http://www.jorink.nl/2010/02/16/</link>
		<comments>http://www.jorink.nl/2010/02/16/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:50:14 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=16</guid>
		<description><![CDATA[Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features. It is widely used by network administrators and just curious users around the world, including large and small enterprises, banks, and [...]]]></description>
			<content:encoded><![CDATA[<p>Angry IP Scanner (or simply <em>ipscan</em>) is an open-source and  cross-platform network scanner designed to be fast and simple to use. It  scans IP addresses and ports as well as has <a title="About" href="http://www.angryip.org/w/About">many other features</a>.</p>
<p>It is widely used by network administrators and just curious  users around the world, including large and small enterprises, banks,  and government agencies.</p>
<p>It runs on <em>Linux</em>, <em>Windows</em>, and <em>Mac OS X</em>,  possibly supporting other platforms as well.</p>
<p>Download <a href="http://www.angryip.org/w/Download" target="_blank">here</a></p>
<p><img src="file:///tmp/moz-screenshot.png" alt="" /><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

