<?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>Core Dump</title>
	<atom:link href="http://coredump.id.au/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://coredump.id.au/blog</link>
	<description>My life experiences. My Soapbox. My Blog.</description>
	<lastBuildDate>Sat, 21 Aug 2010 07:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ESXi NIC disconnection issues with the HP NC532i</title>
		<link>http://coredump.id.au/blog/2010/08/04/esxi-nic-disconnection-issues-with-the-hp-nc532i/</link>
		<comments>http://coredump.id.au/blog/2010/08/04/esxi-nic-disconnection-issues-with-the-hp-nc532i/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 06:28:24 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[57711e]]></category>
		<category><![CDATA[bnx2x]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[nc532i]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=316</guid>
		<description><![CDATA[We&#8217;re using HP BL495c G6 blades with ESXi 4.0 U1, and the onboard NICS are disconnecting randomly upon reboot. Sometimes it happens after a single reboot, other times it takes 4 to cause the issue. The server uses the HP NC532i embedded NIC which is a rebadged Broadcom 57711E. In ESXi, the NIC uses the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re using HP BL495c G6 blades with ESXi 4.0 U1, and the onboard NICS are disconnecting randomly upon reboot. Sometimes it happens after a single reboot, other times it takes 4 to cause the issue.</p>
<p>The server uses the HP NC532i embedded NIC which is a rebadged Broadcom 57711E. In ESXi, the NIC uses the bnx2x driver.</p>
<p>Things tried that haven&#8217;t worked to date:</p>
<ul>
<li>Broadcom v1.48 and v1.52 drivers on the VMware website</li>
<li>Upgrading to Update 2</li>
<li>Turning off auto negotiation and hard coding the speed and duplex of the switchports and NICS</li>
<li>Replaced the system board. It&#8217;s not a failed NIC.</li>
</ul>
<p>The only way to bring these NICS back to life is to reset the internal switchports on the blade enclosure switches (&#8220;shut&#8221; and &#8220;no shut&#8221; the ports).</p>
<p>I have been working with VMware to resolve the issue and they tell me that it&#8217;s a known issue and they&#8217;ve given me some new Broadcom drivers to try (which haven&#8217;t worked yet). I&#8217;ve since given the logs back to VMware for analysis.</p>
<p>If you&#8217;re seeing this issue on similair hardware, i&#8217;d very much like to hear from you. I&#8217;ll also update this post as I get updates from VMware.</p>
<p><strong>Update</strong>: Found the problem! The issue is with the firmware on the Cisco Catalyst 3020 switches the blade enclosure uses. Before firmware 12.2(50), the switch would do over zealous flap detection on internal switchports which would put the port into an err-disabled state. The 12.2(50) firmware disables flap detection for internal ports.<br />
If you are not able to upgrade the firmware, use this workaround. It bumps up the flap detection thresholds so it doesn&#8217;t shut down the port upon reboot.<br />
&#8220;errdisable flap-setting cause link-flap max-flaps 10 time 10&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/08/04/esxi-nic-disconnection-issues-with-the-hp-nc532i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install vib files in ESXi</title>
		<link>http://coredump.id.au/blog/2010/08/04/how-to-install-vib-files-in-esxi/</link>
		<comments>http://coredump.id.au/blog/2010/08/04/how-to-install-vib-files-in-esxi/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:56:06 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[vib esxi]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=310</guid>
		<description><![CDATA[At some stage while in contact with VMware support, they may give you drivers to try. These drivers will be in VIB (vSphere Installation Bundle) format and will look something like vmware-esx-drivers-net-bnx2x-400.1.52.12.v40.4-1.0.4.00000.x86_64.vib. I don&#8217;t know why this is not documented anywhere in the official docs, but here&#8217;s how to install these driver bundles into ESXi. [...]]]></description>
			<content:encoded><![CDATA[<p>At some stage while in contact with VMware support, they may give you drivers to try. These drivers will be in VIB (vSphere Installation Bundle) format and will look something like vmware-esx-drivers-net-bnx2x-400.1.52.12.v40.4-1.0.4.00000.x86_64.vib. I don&#8217;t know why this is not documented anywhere in the official docs, but here&#8217;s how to install these driver bundles into ESXi.</p>
<ol>
<li>scp the file to the ESXi server</li>
<li>Run &#8220;esxupdate -b &lt;filename&gt;.vib &#8211;nosigcheck &#8211;nodeps update&#8221;.</li>
<li>Run &#8220;esxupdate query &#8211;vib-view&#8221; to confirm that the driver bundle is installed. You may need to reboot for the driver to take effect.</li>
</ol>
<p>If you are fiddling with different driver revisions, you may need to remove a later version if you want to rollback to a previous version, otherwise ESXi won&#8217;t let you reinstall an older bundle. To remove a driver bundle use the following command:</p>
<p>esxupdate -b &lt;driver bundle name&gt; remove</p>
<p>You can get the driver bundle name by running &#8220;esxupdate query &#8211;vib-view&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/08/04/how-to-install-vib-files-in-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High performance Cacti for large installations</title>
		<link>http://coredump.id.au/blog/2010/07/28/high-performance-cacti-for-large-installations/</link>
		<comments>http://coredump.id.au/blog/2010/07/28/high-performance-cacti-for-large-installations/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 04:51:54 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[high performance]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=294</guid>
		<description><![CDATA[Cacti works fine out of the box for dozens of servers, but when you start to hit the hundreds with tens of thousands of datasources you will start to run into bottlenecks, namely poll cycles exceeding 5 mins and graphs with gaps in them. Sound familair? Then read on. Strangely enough Cacti isn&#8217;t optimised for [...]]]></description>
			<content:encoded><![CDATA[<p>Cacti works fine out of the box for dozens of servers, but when you start to hit the hundreds with tens of thousands of datasources you will start to run into bottlenecks, namely poll cycles exceeding 5 mins and graphs with gaps in them. Sound familair? Then read on.</p>
<p>Strangely enough Cacti isn&#8217;t optimised for large infrastructures using the default install. You need to make a few tweaks in order to make it perform optimally with hundreds of hosts and thousands of datasources. There are three things you do. Install the Cacti Plugin Architecture, Install Boost, and tune the MySQL tables which Cacti uses. I&#8217;ll go into more detail below.</p>
<p><strong>Cacti Plugin Architecture</strong></p>
<p>The Cacti Plugin Architecture was designed to allow Cacti to be infinitely extended, capable of doing just about anything. Eventually Cacti will come with this baked in but for now it&#8217;s a separate install. The installation instructions are sufficient so there&#8217;s no point recapping them here.</p>
<p>http://cactiusers.org/wiki/PluginArchitectureInstall</p>
<p><strong>Boost</strong></p>
<p>Now that we have the Cacti Plugin Architecture setup it&#8217;s time to install Boost. Boost labels itself as a large site performance booster for Cacti, written by the people responsible for Cacti themselves. Boost removes the traditional per polling  cycle rrd updates that Cacti comes with from factory and replacing them  with an on demand system where all rrd data is held in ram and synced to  disk at specified times. Note that Boost requires a significent amount more memory so be prepared.</p>
<p>http://docs.cacti.net/plugin:boost</p>
<p><strong>Database Tuning</strong></p>
<p>The default Cacti schema lacks indexes. Creating indexes improves performance dramatically. You&#8217;ll find the SQL you need to run against the schema at the link below.</p>
<p>http://bugs.cacti.net/view.php?id=1333</p>
<p><strong>Result</strong></p>
<p>We implemented these changes and are now able to poll 300 hosts with a total of 11500+ RRD&#8217;s in under a minute.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/07/28/high-performance-cacti-for-large-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone and iOS 4&#8242;s persistent wifi</title>
		<link>http://coredump.id.au/blog/2010/07/09/iphone-and-ios-4s-persistent-wifi/</link>
		<comments>http://coredump.id.au/blog/2010/07/09/iphone-and-ios-4s-persistent-wifi/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 04:52:13 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ios 4]]></category>
		<category><![CDATA[persistent]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=287</guid>
		<description><![CDATA[There&#8217;s not a lot of information surrounding the new persistent wifi feature in iOS 4 and how it affects iPhones. I did some experimentation and managed to find something which i&#8217;d like to share with those who are seeking the same information. First of all on iPod Touches, persistent wifi works as advertised and stays [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s not a lot of information surrounding the new persistent wifi feature in iOS 4 and how it affects iPhones. I did some experimentation and managed to find something which i&#8217;d like to share with those who are seeking the same information.</p>
<p>First of all on iPod Touches, persistent wifi works as advertised and stays on wether or not the phone is plugged into the charger. This is so it can maintain a constant data connection for Push Notifications and mail checking.</p>
<p>With iPhones the situation is a little different and conditional. Under normal circumstances where 3G is available and cellular data turned on, persistent wifi will NOT be enabled. Only when 3G becomes unavailable or cellular data is turned off will persistent wifi be activated. The reasoning for this is with the 3G radio already enabled and an internet connection present, why waste battery by enabling wifi as well. If you want to enable wifi while 3G and cellular data is also enabled, you&#8217;ll need to plug the iPhone into a charger.</p>
<p>So to summarise, persistent wifi (as defined by wifi that stays on even after sleeping for 15 mins) will only be enabled under the following conditions:</p>
<ul>
<li>3G is unavailable</li>
<li>Cellular data is turned off</li>
<li>iPhone is plugged into charger</li>
</ul>
<p>Note: The disabling of cellular data discrete from 3G was introduced in iOS 4 and not present in previous iPhone OS revisions.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/07/09/iphone-and-ios-4s-persistent-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering from accidental VMFS Datastore deletion</title>
		<link>http://coredump.id.au/blog/2010/06/09/recovering-from-accidental-vmfs-datastore-deletion/</link>
		<comments>http://coredump.id.au/blog/2010/06/09/recovering-from-accidental-vmfs-datastore-deletion/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 01:03:14 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[vmfs]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=275</guid>
		<description><![CDATA[When you forcefully remove a Datastore while ESXi servers are still connected to it, all sorts of weird and wonderful things can happen. We recently had a team member accidentally install ESXi onto a LUN, blowing away the Datastore that was on it. ESXi servers become unstable, the VM&#8217;s that were running from the Datastore go [...]]]></description>
			<content:encoded><![CDATA[<p>When you forcefully remove a Datastore while ESXi servers are still connected to it, all sorts of weird and wonderful things can happen. We recently had a team member accidentally install ESXi onto a LUN, blowing away the Datastore that was on it. ESXi servers become unstable, the VM&#8217;s that were running from the Datastore go into a zombie state where they may respond to pings but are not fully there because they are still running from memory but the disks have been removed from under them. The vCenter server will exhibit high DB load as the ESXi servers try to update the statuses of VM&#8217;s which aren&#8217;t actually there anymore. It&#8217;s a mess and we&#8217;ve recently had to go through this. It took us an entire day to discover what really happened because the person that did it didn&#8217;t even realise he had done it, so we had to check LUN presentation and the rest of it. It had actually stumped us making us think the VMFS filesystem had somehow gotten corrupted, until VMware support jumped onto our servers through WebEx and found the problem.</p>
<p>Here&#8217;s how you clean up the mess.</p>
<ol>
<li>Turn off HA and DRS at the cluster level because it gets in the way</li>
<li>Remove any greyed out VM&#8217;s from vCenter Server.</li>
<li>Log into each ESXi server individually and remove the &#8220;Unknown&#8221; greyed out VM&#8217;s from Inventory.</li>
<li>SSH into each server at a time, /sbin/services.sh stop, cd /opt/vmware/vmware/uninstallers and uninstall both aam and vpxa. /sbin/services.sh start. Add back into cluster/VC, doing this will resync the ESX server&#8217;s inventory with vCenter Server.</li>
<li>Reboot each ESX server in turn to remove all zombie processes/VMs which will still be running in the background.</li>
<li>Now we need to clean up references to the old Datastore. Go into Inventory -&gt; Datastores, if you still see the old datastore there, click on it, then click on the Virtual Machines tab, then remove anything from there from Inventory.  Since none of these VMs exist anymore, it&#8217;s a safe operation. The datastore should disappear after that.</li>
</ol>
<p>It&#8217;s not a pretty process. If you can, disconnect any fibre cables before the install, but in the case of blade servers, just be very very careful.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/06/09/recovering-from-accidental-vmfs-datastore-deletion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cancel your Plesk Billing license</title>
		<link>http://coredump.id.au/blog/2010/02/19/how-to-cancel-your-plesk-billing-license/</link>
		<comments>http://coredump.id.au/blog/2010/02/19/how-to-cancel-your-plesk-billing-license/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 03:56:32 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Plesk Billing]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[cancel]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=271</guid>
		<description><![CDATA[Parallels don&#8217;t make it easy for you to cancel your license. Just about every webform will not submit unless you have paid for support. I have managed to successfully cancel my license by going to the following URL and using it. This URL doesn&#8217;t not appear anywhere on the Parallels site. I can&#8217;t remember where [...]]]></description>
			<content:encoded><![CDATA[<p>Parallels don&#8217;t make it easy for you to cancel your license. Just about every webform will not submit unless you have paid for support.</p>
<p>I have managed to successfully cancel my license by going to the following URL and using it. This URL doesn&#8217;t not appear anywhere on the Parallels site. I can&#8217;t remember where I found it but it works.</p>
<p><a href="https://www.parallels.com/support/pleskbillingkey">https://www.parallels.com/support/pleskbillingkey</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2010/02/19/how-to-cancel-your-plesk-billing-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone/iPod EQ distortion and clipping</title>
		<link>http://coredump.id.au/blog/2009/11/26/iphoneipod-eq-distortion-and-clipping/</link>
		<comments>http://coredump.id.au/blog/2009/11/26/iphoneipod-eq-distortion-and-clipping/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:01:51 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[clipping]]></category>
		<category><![CDATA[distortion]]></category>
		<category><![CDATA[eq]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[sound check]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=239</guid>
		<description><![CDATA[All iPhones and iPods these days have a feature called Sound Check. It scans all your music files and sets the playback volume so that they are all roughly the same level. iPhone/iPods also have an equaliser (EQ) function which lets you modify the sound of your music by boosting the bass, treble, and so forth. [...]]]></description>
			<content:encoded><![CDATA[<p>All iPhones and iPods these days have a feature called Sound Check. It scans all your music files and sets the playback volume so that they are all roughly the same level. iPhone/iPods also have an equaliser (EQ) function which lets you modify the sound of your music by boosting the bass, treble, and so forth.</p>
<p>Both these features by themselves work well, but when combined with today&#8217;s music it will cause issues with how your music sounds. Why?</p>
<p>A lot of music nowadays are mastered to be as loud as possible, thus reducing the dynamic range and possibly introducing some clipping in the process (the loudness wars, google it). Now while that itself is alright (well not really, but what can we do about it&#8230;), if you use the Sound Check feature and you have other quiet music in your collection, it will bump up the playback volume even more. Combine that with an EQ such as Bass Booster and your music will clip quite noticeably.</p>
<p>A good example of this is Metallica&#8217;s Death Magnetic. It was already mastered quite loudly and clipping is noticeably present. Turn on Sound Check and Bass Booster and it will clip badly.</p>
<p>So&#8230;.. if you use Sound Check and notice distortion/clipping in your music, turn it off. It may not be your music.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2009/11/26/iphoneipod-eq-distortion-and-clipping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VM disconnects after vMotion</title>
		<link>http://coredump.id.au/blog/2009/10/26/vm-disconnects-after-vmotion/</link>
		<comments>http://coredump.id.au/blog/2009/10/26/vm-disconnects-after-vmotion/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:48:55 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[disconnect]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmotion]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=236</guid>
		<description><![CDATA[We&#8217;ve been having this weird problem for a while where if sitting idle for a day or two, a VM would disconnect from the network and otherwise be unavailable until after a few minutes if you try to vMotion it. But after you reboot it, it worked fine. Networking checked out. Storage checked out. What [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been having this weird problem for a while where if sitting idle for a day or two, a VM would disconnect from the network and otherwise be unavailable until after a few minutes if you try to vMotion it. But after you reboot it, it worked fine. Networking checked out. Storage checked out. What could be wrong??</p>
<p>Turned out the culprit was memory overcommitment on our ESX servers. Who would have thought! We had more memory allocated to VMs than there was physical memory, even though the green memory indicator said otherwise.</p>
<p>A bit of background as to why this happens. ESX uses a number of techniques to conserve memory which allow you to use physical memory efficiently. When memory is starting to get scarce, ESX will engage a &#8220;balloon driver&#8221; in idle VMs with VMware Tools installed. This driver will inflate causing apps in memory to write out to the operating system swap. ESX will then reclaim this memory for use in other VMs.</p>
<p>If memory is that tight that it can&#8217;t make the OS swap and it can&#8217;t grab memory from elsewhere, as a last resort it will start to use VM Swap (different of guest OS swap). When ESX starts a VM, it writes a file of the exact same size as memory is allocated to it. ESX will then swap the more idle VMs to this swap file without the guest knowing about it. This has a major impact on performance and&#8230;.you guessed it, vMotion. Your VM will be unavailable while ESX swaps everything back into memory. You can use the performance graphs to determine how badly your VM will be affected if it has been swapped. I&#8217;ve seen a few megs worth of swap not affect a VM. But a few hundred megs will.</p>
<p>The best way to make ESX avoid having to use VM swap is to have enough physical memory (duh!). Failing that, you can &#8216;reserve&#8217; memory for the more important VMs using memory reservations. If you set a VMs memory reservation to the amount of memory it has, ESX will never swap it. Eg if you allocate 4096MB to a VM and set it&#8217;s memory reservation to 4096MB.</p>
<p>Update: Aparently Update 5 resolves this problem but I haven&#8217;t tested it yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2009/10/26/vm-disconnects-after-vmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suspending Windows 7 in VMware Fusion</title>
		<link>http://coredump.id.au/blog/2009/10/26/suspending-windows-7-in-vmware-fusion/</link>
		<comments>http://coredump.id.au/blog/2009/10/26/suspending-windows-7-in-vmware-fusion/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:11:40 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[suspend]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=211</guid>
		<description><![CDATA[When running Windows 7 as a virtual machine under VMware Fusion, you have the option of Sleeping or Hibernating from within Windows, or suspending the VM from Fusion. All the methods ultimately serve the same purpose but achieve it&#8217;s goals differently. Sleeping and Suspending were very quick and I suspect invokes the same function, as [...]]]></description>
			<content:encoded><![CDATA[<p>When running Windows 7 as a virtual machine under VMware Fusion, you have the option of Sleeping or Hibernating from within Windows, or suspending the VM from Fusion.</p>
<p>All the methods ultimately serve the same purpose but achieve it&#8217;s goals differently.</p>
<p>Sleeping and Suspending were very quick and I suspect invokes the same function, as in VMware Tools calls the Sleep function from within the OS. Contents in memory are held there and the VM is frozen in it&#8217;s current state. Hibernation on the other hand dumps everything from memory into a file within Windows, then halts the system, where upon waking needs to read everything back from this file back into memory. This is what makes Hibernating take a lot longer to initiate and recover from.</p>
<p>In my experience i&#8217;ve found that Sleeping or Suspending Windows 7 is quicker.</p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2009/10/26/suspending-windows-7-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An iPhone users guide to the Telstra NextG network</title>
		<link>http://coredump.id.au/blog/2009/10/26/an-iphone-users-guide-to-the-telstra-nextg-network/</link>
		<comments>http://coredump.id.au/blog/2009/10/26/an-iphone-users-guide-to-the-telstra-nextg-network/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:05:57 +0000</pubDate>
		<dc:creator>Brandon Yap</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[nextg]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://coredump.id.au/blog/?p=186</guid>
		<description><![CDATA[The Telstra NextG network is undoubtedly the largest and highest performing cellular mobile network in Australia, which makes it a perfect pair with your iPhone. This article aims to give you a through rundown of things you need to know to make use of this network. After all you are paying an arm and a [...]]]></description>
			<content:encoded><![CDATA[<p>The Telstra NextG network is undoubtedly the largest and highest performing cellular mobile network in Australia, which makes it a perfect pair with your iPhone.</p>
<p>This article aims to give you a through rundown of things you need to know to make use of this network. After all you are paying an arm and a leg for it!</p>
<p><strong>Network Selection</strong></p>
<p>By default the Carrier selection will be set to Automatic. There are 4 networks to choose from. Telstra Mobile, 3TELSTRA, YES OPTUS, and vodafone AU. 3TELSTRA is the joint 3 and Telstra network operating on the 2100 MHz spectrum. Telstra Mobile is the NextG branded network on 850 MHz. This is the one you want. It has better penetration, better coverage, and faster data speeds. In certain situations the iPhone will lock onto 3TELSTRA and not go back to Telstra Mobile. If this happens to you regularly, then choose Telstra Mobile as a carrier instead of leaving it on Automatic.</p>
<p><strong>Tethering</strong></p>
<p>Tethering is a feature of the iPhone which lets you use your device as a modem. Telstra enabled iPhone tethering on 5th December 2009 via a carrier update. You can tether via either USB or Bluetooth. To enable, go to Settings -&gt; General -&gt; Network -&gt; Internet Tethering.</p>
<p><strong>Free Content</strong></p>
<p>Apps that are free to browse, all the Telstra owned ones:</p>
<p>Yellow Pages, White Pages, Whereis, Sensis.</p>
<p><strong>Keeping tabs on your data usage</strong></p>
<p>Wether prepaid or post paid, you will be able to view your data usage online or through a number of apps available in the online store. &#8220;Quota&#8221; and &#8220;Consume&#8221; are two outstanding apps. You can also view your data usage through the BigPond Mobile for iPhone portal. You&#8217;ll find the link in Safari bookmarks.</p>
<p><strong>APN</strong></p>
<p>The default APN for an iPhone on the Telstra network is &#8220;telstra.iph&#8221;. This allows you to access the BigPond Mobile for iPhone portal. The portal contains links to various other BigPond areas such as Yellow Pages, White Pages, and most importantly My Account. This APN implements the use of a proxy. Some applications do not work well with this APN and are known to crash and behave oddly. If this happens, then switch your APN to &#8220;telstra.internet&#8221;. This APN does not use a proxy and works fine with all applications, but you will lose access to the BigPond  portal.</p>
<p>Update: On 11/02/2010, Telstra released the 5.2 carrier update which disabled the ability to change APNS.</p>
<p><strong>Application usage notes</strong></p>
<p>Google Reader and RSS feeds in general do not seem to work properly when used with the telstra.iph access point. Users on Whirlpool and Google themselves have stated that Telstra does extra compression on the telstra.iph APN which messes with the RSS content. Switching to telstra.internet alleviates the problem, as does changing the Google Reader URL to use https.</p>
<p>Update: The Google Reader issue seems to have been resolved.</p>
<p><strong>Editor notes</strong></p>
<p>This article will be updated as I discover more information. If you come across this article and would like to contribute, please let me know and i&#8217;ll add any information you might like to share.</p>
<p>Hosted by <a href="http://www.horizonhosting.com.au">Horizon Hosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coredump.id.au/blog/2009/10/26/an-iphone-users-guide-to-the-telstra-nextg-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
