<?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>Brad Peczka&#039;s Blog</title>
	<atom:link href="http://blog.bradpeczka.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bradpeczka.com</link>
	<description>$ cat /dev/random &#62; /dev/blog</description>
	<lastBuildDate>Mon, 10 Oct 2011 04:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to upgrade JUNOS on the SRX100</title>
		<link>http://blog.bradpeczka.com/2011/10/10/how-to-upgrade-junos-on-the-srx100/</link>
		<comments>http://blog.bradpeczka.com/2011/10/10/how-to-upgrade-junos-on-the-srx100/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 03:48:51 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[junos]]></category>
		<category><![CDATA[srx]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=113</guid>
		<description><![CDATA[I've had an ongoing love affair with the Juniper SRX Series Gateways for the last year, ever since Juniper were kind enough to run a promotional event with WAIA which resulted in the SRX100B units being offered for sale at a rather cheap price. One of the (minor) failings of the SRX100B is its limited [...]]]></description>
			<content:encoded><![CDATA[<p>I've had an ongoing love affair with the <a href="https://www.juniper.net/au/en/products-services/security/srx-series/" target="_blank">Juniper SRX Series Gateways</a> for the last year, ever since Juniper were kind enough to run a promotional event with WAIA which resulted in the <a href="https://www.juniper.net/au/en/products-services/security/srx-series/srx100/" target="_blank">SRX100B</a> units being offered for sale at a rather cheap price.</p>
<p>One of the (minor) failings of the SRX100B is its limited storage, which can be a problem when it comes time to upgrade JUNOS. Fortunately, JUNOS provides the ability to load a system image off HTTP, or via a USB Drive. Here's how:</p>
<p><strong>Preparation:</strong><br />
You need to download the appropriate JUNOS image from the <a href="https://www.juniper.net/customers/support/" target="_blank">Juniper support website</a>. You then need to host this on a Web Server which is accessible from the SRX, or copy it to a USB Drive (depending on which route you're taking).<br />
Firstly, we run <code>request system storage cleanup</code>. This will tidy up the onboard flash by deleting old log files, crash dumps, and temporary files.<br />
We also run <code>request system software delete-backup</code> (generally not necessary on the SRX100, but it's here for completeness).</p>
<p><strong>For HTTP:</strong><br />
To upgrade via HTTP, you need to run <code>request system software add no-copy no-validate unlink http://yourwebsitehere/junosimage.tgz</code></p>
<p><strong>For USB:</strong><br />
Insert your USB drive into the USB ports on the SRX. Then, drop into the FreeBSD Shell by running the <code>start shell</code> command. Then, run <code>ls /dev/</code> to locate the drive label (usually da0s1, da1s1 or similar).</p>
<p>Make a temporary mount point by running <code>mkdir /tmp/usb</code>, and mount the USB drive <code>mount -t msdosfs /dev/drivelabel /tmp/usb</code></p>
<p>Once that completes, exit the shell by typing <code>exit</code> and then install the image by running <code>request system software add no-copy no-validate unlink /var/usb/junosimage.tgz</code></p>
<p><strong>All going well, it looks something like this:</strong><br />
<code>brad@srx> request system software add request system software add no-copy unlink /var/usb/junos-srxsme-10.4R6.5-domestic.tgz<br />
/var/tmp/incoming-package.52396                       1149 kB 1149 kBps<br />
Package contains junos-10.4R6.5.tgz ; renaming ...<br />
NOTICE: Validating configuration against junos-10.4R6.5.tgz.<br />
NOTICE: Use the 'no-validate' option to skip this if desired.<br />
Formatting alternate root (/dev/da0s1a)...<br />
/dev/da0s1a: 297.9MB (610028 sectors) block size 16384, fragment size 2048<br />
        using 4 cylinder groups of 74.47MB, 4766 blks, 9600 inodes.<br />
super-block backups (for fsck -b #) at:<br />
 32, 152544, 305056, 457568<br />
Checking compatibility with configuration<br />
Initializing...<br />
Verified manifest signed by PackageProduction_10_4_0<br />
Verified junos-10.4R3.4-domestic signed by PackageProduction_10_4_0<br />
Using junos-10.4R6.5-domestic from /altroot/cf/packages/install-tmp/junos-10.4R6.5-domestic<br />
Copying package ...<br />
Saving boot file package in /var/sw/pkg/junos-boot-srxsme-10.4R6.5.tgz<br />
Verified manifest signed by PackageProduction_10_4_0<br />
Hardware Database regeneration succeeded<br />
Validating against /config/juniper.conf.gz<br />
cp: /cf/var/validate/chroot/var/etc/resolv.conf and /etc/resolv.conf are identical (not copied).<br />
cp: /cf/var/validate/chroot/var/etc/hosts and /etc/hosts are identical (not copied).<br />
mgd: commit complete<br />
Validation succeeded<br />
Validating against /config/rescue.conf.gz<br />
mgd: commit complete<br />
Validation succeeded<br />
Installing package '/altroot/cf/packages/install-tmp/junos-10.4R6.5-domestic' ...<br />
Verified junos-boot-srxsme-10.4R6.5.tgz signed by PackageProduction_10_4_0<br />
Verified junos-srxsme-10.4R6.5-domestic signed by PackageProduction_10_4_0<br />
Saving boot file package in /var/sw/pkg/junos-boot-srxsme-10.4R6.5.tgz<br />
JUNOS 10.4R6.5 will become active at next reboot<br />
WARNING: A reboot is required to load this software correctly<br />
WARNING:     Use the 'request system reboot' command<br />
WARNING:         when software installation is complete<br />
Saving state for rollback ...<br />
</code></p>
<p>Finally, run <code>request system reboot</code>, and watch as your SRX reboots with your new version of JUNOS!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2011/10/10/how-to-upgrade-junos-on-the-srx100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp SnapMirror issues with Riverbed Steelhead</title>
		<link>http://blog.bradpeczka.com/2011/05/18/netapp-snapmirror-issues-with-riverbed-steelhead/</link>
		<comments>http://blog.bradpeczka.com/2011/05/18/netapp-snapmirror-issues-with-riverbed-steelhead/#comments</comments>
		<pubDate>Wed, 18 May 2011 06:55:08 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[FAS]]></category>
		<category><![CDATA[Riverbed]]></category>
		<category><![CDATA[SnapMirror]]></category>
		<category><![CDATA[Steelhead]]></category>
		<category><![CDATA[WAN Optimisation]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=94</guid>
		<description><![CDATA[I had a curly issue recently, involving two NetApp filers that were replicating over a Steelhead-optimised WAN. The issue was that Snapmirrors weren't replicating between the two filers. Transfers would appear to be running, but would 'run' at the paltry rate of 5bytes/sec and transfer a dismal 5MB over 24 hours. The network between the [...]]]></description>
			<content:encoded><![CDATA[<p>I had a curly issue recently, involving two NetApp filers that were replicating over a Steelhead-optimised WAN. </p>
<p>The issue was that Snapmirrors weren't replicating between the two filers. Transfers would appear to be running, but would 'run' at the paltry rate of 5bytes/sec and transfer a dismal 5MB over 24 hours. The network between the two filers, while congested, had been in place for some time prior and there had previously been no issues with the replication of Snapmirrors. At times we were able to replicate as much as 1.3GB of data before the throughput vanished.</p>
<p>Some creative research led me to an <a href="http://communities.netapp.com/thread/1911">old thread</a> on the NetApp Community Forums. According to one of the responses, the issue had been seen before, and was the result of a TCP Windowing issue that caused the filers to reject altered packets - packets that had been optimised by the Steelhead. The workaround was to stop the replication on the filers, create a Pass Through rule on each Steelhead for connections between the two filers on port 10566, and restart the transfer.</p>
<p>Following the advice resulted in our transfers jumping back to their previous levels of ~200KB/s - 300KB/s, which resolved the issue. I'll be lodging a bug report with Riverbed, and will update this post in the event they update RiOS.</p>
<p>Tech Info: Both Steelheads were installed in an in-path configuration, running RiOS 6.1.3. The Filers were a FAS2020A running DOT 7.3.1.1P2, and a FAS3050C running DOT 7.3.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2011/05/18/netapp-snapmirror-issues-with-riverbed-steelhead/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Automatic Upgrade via SSH</title>
		<link>http://blog.bradpeczka.com/2011/05/02/wordpress-automatic-upgrade-via-ssh/</link>
		<comments>http://blog.bradpeczka.com/2011/05/02/wordpress-automatic-upgrade-via-ssh/#comments</comments>
		<pubDate>Mon, 02 May 2011 05:48:34 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Automatic Upgrade]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=90</guid>
		<description><![CDATA[WordPress is a great blogging platform, but it's automatic upgrade kinda sucks. Out of the box, you've got the option of FTPS (bad) or FTP (even worse). I'm not a fan of installing FTP daemons if I don't absolutely have to, and it seems a pity that there's no default support for upgrades via SSH. [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a great blogging platform, but it's automatic upgrade kinda sucks. Out of the box, you've got the option of FTPS (bad) or FTP (even worse). I'm not a fan of installing FTP daemons if I don't absolutely have to, and it seems a pity that there's no default support for upgrades via SSH.</p>
<p>Fortunately, someone's already thought about this and found a way to do it!</p>
<p>Check out this <a href="http://kbeezie.com/view/wordpress-autoupdate-ssh/" target="_blank">nifty little how-to</a> over at kbeezie.com, which lists the relevant changes you'll need to make to your wp-config.php file in order to get it working. You'll also need to ensure that your web server user (www-data on most Linux systems) has appropriate permissions and access to your WordPress directory in order to perform the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2011/05/02/wordpress-automatic-upgrade-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM NICs in VMWare ESXi 4.0/4.1</title>
		<link>http://blog.bradpeczka.com/2011/05/02/ibm-nics-in-vmware-esxi-4-04-1/</link>
		<comments>http://blog.bradpeczka.com/2011/05/02/ibm-nics-in-vmware-esxi-4-04-1/#comments</comments>
		<pubDate>Mon, 02 May 2011 05:29:11 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Driver Injection]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[x3650 M3]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=85</guid>
		<description><![CDATA[A new IBM x3650 M3 landed on my desk last week, and I've spent some time having a play around with it. The x3650 M3 is a nice machine, improving on the original x3650 and x3650 M2, and seems to retain most of the features and quality build that IBM (not Lenovo!) has been known [...]]]></description>
			<content:encoded><![CDATA[<p>A new <a href="http://www-03.ibm.com/systems/x/hardware/rack/x3650m3/index.html" target="_blank">IBM x3650 M3</a> landed on my desk last week, and I've spent some time having a play around with it.</p>
<p>The x3650 M3 is a nice machine, improving on the original x3650 and x3650 M2, and seems to retain most of the features and quality build that IBM (not Lenovo!) has been known for. I'm not too sure about the new IMM over the old IBM RSA (looks the same, works differently) - but that's a topic for another blog post.</p>
<p>This particular x3650 M3 came with a pair of IBM I340-T2 Dual Port Ethernet Adapters - standard Intel 82580 GigE chips, nothing special, however they weren't being detected by ESXi even though we were using the IBM customised installation. <em>(For reference, the IBM part number of the affected cards is 49Y4230.)</em> Researching further on the <a href="http://www.vmware.com/resources/compatibility/search" target="_blank">VMWare HCL</a>, it appeared that the NICs are supported but drivers aren't included by default on the ESXi media. You need to manually download the driver packages from VMWare, and inject the driver into ESXi in order to utilise the NICs. These NICs can be ordered with any IBM System x Server, so you can run into this issue on anything from an x3250 through to an x3950.</p>
<p>You'll be needing the <a href="http://downloads.vmware.com/d/details/vcli41/ZHcqYmRoaCpiZCVodw==" target="_blank">vSphere CLI</a>, and the <a href="http://downloads.vmware.com/d/details/esx40_intel_82580_v4002198_dt/ZHcqYmRwakBiZCVodw==" target="_blank">ESX/ESXi 4.x Driver CD for Intel 82576 and 82580 Gigabit Ethernet Controller</a>. Then, mount the ISO, extract the driver bundle from the 'offline-bundle' folder, and run the following commands in the vSphere CLI (being sure to substitute my server IP for your server IP, and change the path to the install bundle if required):</p>
<p><code>vicfg-hostops.pl --server 172.16.0.10 --operation enter</p>
<p>vihostupdate.pl --server 172.16.0.10 --install --bundle INT-intel-lad-ddk-igb-2.1.10.2-offline_bundle-268793.zip<br />
<em>Please wait patch installation is in progress ...<br />
The update completed successfully, but the system needs to be rebooted for the changes to be effective.</em></p>
<p>vicfg-hostops.pl --server 172.16.0.10 --operation reboot</p>
<p>vicfg-hostops.pl --server 172.16.0.10 --operation exit</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2011/05/02/ibm-nics-in-vmware-esxi-4-04-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MGCP Voice Gateway Configuration in CUCM</title>
		<link>http://blog.bradpeczka.com/2010/09/20/mgcp-voice-gateway-configuration-in-cucm/</link>
		<comments>http://blog.bradpeczka.com/2010/09/20/mgcp-voice-gateway-configuration-in-cucm/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 05:54:58 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Call Manager]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CUCM]]></category>
		<category><![CDATA[MGCP]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=72</guid>
		<description><![CDATA[I always remember one of these commands when setting up an MGCP Gateway in CUCM - hopefully putting them here will help someone else in the future! ! Let's ensure the proper host and domain names are set Router(config)#hostname VoiceGateway VoiceGateway(config)#ip domain-name mydomain.com ! Enable MGCP VoiceGateway(config)#mgcp ! Specify the IP Address of our Primary [...]]]></description>
			<content:encoded><![CDATA[<p>I always remember one of these commands when setting up an MGCP Gateway in CUCM - hopefully putting them here will help someone else in the future!</p>
<pre>! Let's ensure the proper host and domain names are set
Router(config)#hostname VoiceGateway
VoiceGateway(config)#ip domain-name mydomain.com
! Enable MGCP
VoiceGateway(config)#mgcp
! Specify the IP Address of our Primary Subscriber
VoiceGateway(config)#mgcp call-agent 10.10.10.10
VoiceGateway(config)#ccm-manager mgcp
! Specify the IP Addresses of our backup CUCM Servers (Secondary Subscriber, Publisher)
VoiceGateway(config)#ccm-manager redundant-host 10.10.20.10 10.10.10.11
! Specify the TFTP Servers (used by CUCM to deploy XML Config files - most important!)
VoiceGateway(config)#ccm-manager config server 10.10.10.10 10.10.20.10 10.10.10.11
! Enable the XML Config Service
VoiceGateway(config)#ccm-manager config
! That's it!
VoiceGateway(config)#end</pre>
<p>So now your Gateway is configured and will be polling the TFTP Servers for an XML configuration file. This file is generated once the Gateway is added in CUCM, is refreshed each time a change is made, and is pushed to the Gateway via TFTP whenever the config is applied or the Gateway is reset. To check the status of the config download, run the <em>'sh ccm-manager'</em> command from the Gateway:</p>
<pre>VoiceGateway&gt;sh ccm-manager
MGCP Domain Name: VoiceGateway.mydomain.com
Priority        Status                   Host
============================================================
Primary         Registered               10.10.10.10
First Backup    Backup Ready             10.10.20.10
Second Backup   Backup Ready             10.10.10.11

Current active Call Manager:    10.10.10.10
Backhaul/Redundant link port:   2428
Failover Interval:              30 seconds
Keepalive Interval:             15 seconds
Last keepalive sent:            05:48:52 UTC Sep 20 2010 (elapsed time: 00:00:13)
Last MGCP traffic time:         05:48:52 UTC Sep 20 2010 (elapsed time: 00:00:13)
Last failover time:             11:50:58 UTC Sep 2 2010 from (10.10.10.10)
Last switchback time:           12:13:50 UTC Sep 2 2010 from (10.10.20.10)
Switchback mode:                Graceful
MGCP Fallback mode:             Enabled/OFF
Last MGCP Fallback start time:  10:10:28 UTC Sep 2 2010
Last MGCP Fallback end time:    11:51:15 UTC Sep 2 2010
MGCP Download Tones:            Disabled
TFTP retry count to shut Ports: 2

Backhaul Link info:
    Link Protocol:      TCP
    Remote Port Number: 2428
    Remote IP Address:  10.10.10.10
    Current Link State: OPEN
    Statistics:
        Packets recvd:   7382
        Recv failures:   0
        Packets xmitted: 6512
        Xmit failures:   0
    PRI Ports being backhauled:
        Slot 0, VIC 1, port 0
Configuration Auto-Download Information
=======================================
Current version-id: 1284616589-a3cd44fe-86bb-486f-a62e-a78bf2a71840
Last config-downloaded:00:00:00
Current state: Waiting for commands
Configuration Download statistics:
        Download Attempted             : 11
          Download Successful          : 11
          Download Failed              : 0
          TFTP Download Failed         : 0
        Configuration Attempted        : 6
          Configuration Successful     : 1
          Configuration Failed(Parsing): 0
          Configuration Failed(config) : 5
Last config download command: New Registration
FAX mode: cisco
Configuration Error History:
ccm-manager music-on-hold
end</pre>
<p>Take note of the error count shown above. This Gateway had been configured beforehand, and started generating errors when attempting to download the XML Config. It turned out that the router already had the <em>'ccm-manager music-on-hold'</em> statement applied, and so running a <em>'no ccm-manager music-on-hold'</em> command was all it needed to complete a successful download.</p>
<p>Finally, another tip most people forget is that the MGCP Domain Name <strong>must</strong> match the Gateway Domain Name as configured in CUCM - if it's not the same, the Gateway won't register. Just a little thing to keep in the back of your mind as you're configuring your Gateways... good luck! <img src='http://blog.bradpeczka.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/09/20/mgcp-voice-gateway-configuration-in-cucm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disabling the CUCM Corporate Directory</title>
		<link>http://blog.bradpeczka.com/2010/08/23/disabling-the-cucm-corporate-directory/</link>
		<comments>http://blog.bradpeczka.com/2010/08/23/disabling-the-cucm-corporate-directory/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 03:06:19 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Call Manager]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CUCM]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=61</guid>
		<description><![CDATA[Situation: You want to disable the Corporate Directory on your Cisco IP Phones - maybe you're like me, and have ~300 phones in places where people shouldn't be able to look up the Managing Director's direct line. Solution: You come across this awesome little post from the Chesapeake Netcraftsmen, which says (amongst other things) to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Situation:</strong> You want to disable the Corporate Directory on your Cisco IP Phones - maybe you're like me, and have ~300 phones in places where people shouldn't be able to look up the Managing Director's direct line.</p>
<p><strong>Solution:</strong> You come across <a href="http://www.netcraftsmen.net/component/content/article/70-unified-communications/714-how-to-disable-corporate-directory-in-cucm-7x.html" target="_blank">this awesome little post</a> from the <a href="http://www.netcraftsmen.net/" target="_blank">Chesapeake Netcraftsmen</a>, which says (amongst other things) to assign these phones a new Common Phone Profile, configure Services Provisioning to use a External URL, and then disable Enterprise Subscription on the Corporate Directory. Right?</p>
<p>... not quite. In a situation where the Corporate Directory is required on more phones than not, having to subscribe each phone to it is a pain in the proverbial. However, if you plug a dummy URL into the 'Directory' Data Location on your phone configuration, it also wipes out your Missed/Placed/Received calls directories. Cisco's website is unsurprisingly sparse on where this information is pulled from, and how to get it back if you're in my situation.</p>
<p>Dumping the Console Log on a phone shows that the phone requests a phoneservices.xml file upon boot, which lists the Services that the Phone is subscribed to. This file looks very similar to the format of the <span style="text-decoration: underline;"><span style="color: #3366ff;">http://cucmpublisher:8080/ccmcip/xmldirectory.jsp</span></span> file (which provides the Personal/Corporate Directory URLs), other than it doesn't actually have any URLs in it.</p>
<p>On a whim, I cooked up an XML file with similar contents to the phoneservices.xml file, hosted it on a test server, and pointed a test phone to this file via their 'Directory' URL. The phone reloaded, and the Missed/Received/Placed Calls directories were back in business. You can <a href="http://bradpeczka.com/code/xmllocaldirectories.xml" target="_blank">get a copy of the file here</a>, or view the actual code <a href="http://blog.bradpeczka.com/2010/08/23/disabling-the-cucm-corporate-directory/#more-61" target="_self">after the break</a>.</p>
<p><span id="more-61"></span></p>
<p> <strong>Filename:</strong> xmllocaldirectories.xml (or something similar).</p>
<pre>&lt;?xml version="1.0" ?&gt;
 &lt;CiscoIPPhoneMenu&gt;
 &lt;MenuItem&gt;
  &lt;Name&gt;Missed Calls&lt;/Name&gt;
  &lt;URL&gt;Application:Cisco/MissedCalls&lt;/URL&gt;
 &lt;/MenuItem&gt;
 &lt;MenuItem&gt;
  &lt;Name&gt;Received Calls&lt;/Name&gt;
  &lt;URL&gt;Application:Cisco/ReceivedCalls&lt;/URL&gt;
 &lt;/MenuItem&gt;
 &lt;MenuItem&gt;
  &lt;Name&gt;Placed Calls&lt;/Name&gt;
  &lt;URL&gt;Application:Cisco/PlacedCalls&lt;/URL&gt;
 &lt;/MenuItem&gt;
 &lt;/CiscoIPPhoneMenu&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/08/23/disabling-the-cucm-corporate-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Volume License Keys</title>
		<link>http://blog.bradpeczka.com/2010/05/06/managing-volume-license-keys/</link>
		<comments>http://blog.bradpeczka.com/2010/05/06/managing-volume-license-keys/#comments</comments>
		<pubDate>Thu, 06 May 2010 14:38:43 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Activation]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=56</guid>
		<description><![CDATA[I spotted this little gem of a post while trawling Twitter for something totally unrelated, and realised that I've been looking for a tool like this for a number of years. The tool in question is the Volume Activation Management Tool (VAMT) 2.0, a product which (in a nutshell) makes light work of managing all [...]]]></description>
			<content:encoded><![CDATA[<p>I spotted this <a href="http://blog.stealthpuppy.com/general/managing-product-activation-with-a-technet-subscription-and-msdn-too" target="_blank">little gem of a post</a> while trawling Twitter for something totally unrelated, and realised that I've been looking for a tool like this for a number of years.</p>
<p>The tool in question is the <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ec7156d2-2864-49ee-bfcb-777b898ad582" target="_blank">Volume Activation Management Tool (VAMT) 2.0</a>, a product which (in a nutshell) makes light work of managing all the keys you get as part of, say, your <a href="http://technet.microsoft.com/en-au/subscriptions/default.aspx" target="_blank">Technet Plus subscription</a>. You import your keys, and your machines, and the app tracks how many activations you have left on each key as well as showing which machine is running what software.</p>
<p>Great stuff - and don't forget to check out the stack of <a href="http://www.microsoft.com/downloads/en/results.aspx?freetext=VAMT+2.0&amp;displaylang=en&amp;nr=20" target="_blank">relevant literature available about VAMT</a> on the Microsoft website.</p>
<p>(Sidebar: <a href="http://blog.stealthpuppy.com/" target="_blank">Aaron Parker's Stealthpuppy Blog</a> is a great resource, and will probably be the blog that gets me using an RSS Reader one of these days.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/05/06/managing-volume-license-keys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When the Citrix IMA Service fails to start&#8230;</title>
		<link>http://blog.bradpeczka.com/2010/05/06/when-the-citrix-ima-service-fails-to-start/</link>
		<comments>http://blog.bradpeczka.com/2010/05/06/when-the-citrix-ima-service-fails-to-start/#comments</comments>
		<pubDate>Thu, 06 May 2010 14:01:00 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[ima]]></category>
		<category><![CDATA[mfcom]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=50</guid>
		<description><![CDATA[... you run, very quickly, as your phone is about to start ringing. In all seriousness, this one has bitten me on a few separate occasions. Always seems to occur immediately after a reboot, and there's generally no way to replicate it or 'cause' the issue. I've had servers run for weeks without any sign [...]]]></description>
			<content:encoded><![CDATA[<p>... you run, very quickly, as your phone is about to start ringing.</p>
<p>In all seriousness, this one has bitten me on a few separate occasions. Always seems to occur immediately after a reboot, and there's generally no way to replicate it or 'cause' the issue. I've had servers run for weeks without any sign of it, and servers that have it crop up on every restart. Extensive reading of the Citrix and Microsoft KBs has revealed zilch in the way of a permanent fix, with the 'band-aid' being the solution outlined below.</p>
<p>Here's hoping they figure it out soon!</p>
<p><strong>Scenario:</strong><br />
HP BL460c G1, Windows Server 2003 Standard 32-bit w/ Service Pack 2, Citrix Presentation Server 4.5 w/ Rollup Pack 6.</p>
<p><strong>Symptoms:</strong></p>
<ul>
<li>Clients are unable to establish an ICA Connection</li>
<li>Server reports it is unable to connect to a License Server</li>
<li>Citrix Independent Management Architecture (IMA) Service won't start</li>
<li>Citrix MFCOM Service (mfcom.exe) is hung in a 'Starting' state (when viewed in the Services MMC)</li>
<li>Event Log has <a href="http://support.citrix.com/article/CTX111767" target="_blank">Error 26005: Could not start IMA Service in CTX_MF_IMA_StartIMAService State = 1</a></li>
</ul>
<p><strong>Cause:</strong><br />
The folder "Documents and Settings\NetworkService\Application Data\Microsoft\Crypto" does not exist.</p>
<p><strong>Solution:</strong></p>
<ul>
<li>Check the if the above folder exists. If not, create it on the affected server.<br />
(Bootnote: You'll need to ensure you can view Hidden Files and Folders in order to see the NetworkService folder.)</li>
<li>Kill the process 'mfcom.exe' via the Task Manager</li>
<li>Start the Citrix Independent Management Architecture Service</li>
<li>Start the Citrix MFCOM Service</li>
<li>Start the Citrix SMA Service (though, I've noticed this often start up by itself, so you may not have to do this)</li>
</ul>
<p>Credits to my esteemed colleague Grant for finding the fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/05/06/when-the-citrix-ima-service-fails-to-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 Services Shutdown Order</title>
		<link>http://blog.bradpeczka.com/2010/01/07/exchange-2007-services-shutdown-order/</link>
		<comments>http://blog.bradpeczka.com/2010/01/07/exchange-2007-services-shutdown-order/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 14:36:20 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=40</guid>
		<description><![CDATA[Following on from my earlier post regarding the fun and games I've had with Exchange 2007, here's a brief running sheet I use when I want to shut down Exchange services, but keep the server running. This is especially handy when you're performing network adapter driver updates, and your Exchange Information Store is hosted on [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from <a href="http://blog.bradpeczka.com/2010/01/07/troubleshooting-fun-with-exchange-2007-queues/" target="_self">my earlier post</a> regarding the fun and games I've had with Exchange 2007, here's a brief running sheet I use when I want to shut down Exchange services, but keep the server running.</p>
<p>This is especially handy when you're performing network adapter driver updates, and your Exchange Information Store is hosted on an ISCSI LUN. Driver updates while the Store is still running == weird, weird issues and potential Store corruption!</p>
<blockquote><p>net stop msexchangeadtopology /y<br />
net stop msftesql-exchange /y<br />
net stop msexchangeis /y<br />
net stop msexchangesa /y<br />
net stop iisadmin /y</p></blockquote>
<p>Once these services have shutdown, you're free to proceed with any driver updates or cable pulling, or to continue shutting down other services on the same server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/01/07/exchange-2007-services-shutdown-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Fun with Exchange 2007 Queues</title>
		<link>http://blog.bradpeczka.com/2010/01/07/troubleshooting-fun-with-exchange-2007-queues/</link>
		<comments>http://blog.bradpeczka.com/2010/01/07/troubleshooting-fun-with-exchange-2007-queues/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 06:37:16 +0000</pubDate>
		<dc:creator>Brad Peczka</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[DL380]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://blog.bradpeczka.com/?p=29</guid>
		<description><![CDATA[I recently resolved an issue, involving two Exchange 2007 servers in two different AD Sites.  The issue was simply slow email delivery when emailing from Site 'A' to Site 'B', and a quick check showed that both servers had backlogged mail queues with no obvious cause. Both sites are part of the same domain, both [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.bradpeczka.com/wp-content/uploads/2010/01/exchange.png" rel="lightbox[29]"><img class="alignleft size-full wp-image-30" title="Exchange 2007 Logo" src="http://blog.bradpeczka.com/wp-content/uploads/2010/01/exchange.png" alt="Exchange 2007 Logo" width="82" height="82" /></a>I recently resolved an issue, involving two Exchange 2007 servers in two different AD Sites.  The issue was simply slow email delivery when emailing from Site 'A' to Site 'B', and a quick check showed that both servers had backlogged mail queues with no obvious cause.</p>
<p>Both sites are part of the same domain, both servers are identical in hardware (HP DL380 G5) and patch levels (Windows Server 2003 Standard x64 R2, and Exchange 2007 SP2). Connectivity between both sites tested perfectly, and talking to other servers in each site also revealed no issues. It was only when both the Exchange servers attempted to communicate, that the issue occured.</p>
<p>Mail in both queues reported errors of "<em>451 4.4.0 Primary target IP address responded with: "421 4.4.2 Connection dropped." Attempted failover to alternate host, but that did not succeed. Either there are no alternate hosts or delivery failed to all alternate hosts.</em>" or "<em>421 4.4.2 Connection dropped.</em>", which seemed to point to network issues. Packet captures from both servers also showed a large amount of retransmits on both SMTP and SMB communication:</p>
<blockquote><p><strong>SMTP:</strong></p>
<p>338     XXXMAIL02    192.168.15.63   SMTP  SMTP:Cmd EHLO XXXMAIL02.testdomain.com, 31 bytes<br />
1197   192.168.15.63   XXXMAIL02    SMTP  SMTP:Rsp 250 -YYYMAIL02.testdomain.com Hello [192.168.24.34], 255 bytes<br />
1198  XXXMAIL02    192.168.15.63   SMTP  SMTP:Data Payload, 16 bytes<br />
4159   XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
8142   XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
11786  XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
15476  XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
17902  XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
20735  XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181<br />
23227  XXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #1198] [Bad CheckSum]Flags=...AP..., SrcPort=44217, DstPort=SMTP(25), PayloadLen=16, Seq=3183382952 - 3183382968, Ack=1774779495, Win=65181</p>
<p><strong>SMB:</strong></p>
<p>1/5/2010 15:22        14560  {TCP:358, IPv4:16}  XXXMAIL02     192.168.15.63   SMB     SMB:R; Negotiate, Dialect is NT LM 0.12 (#5), SpnegoNegTokenInit<br />
1/5/2010 15:22        14650  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:22        14943  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:23        15334  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:23        15862  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:23        16383  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:23        17225  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398<br />
1/5/2010 15:24        18568  {TCP:358, IPv4:16}  XXXXMAIL02    192.168.15.63   TCP     TCP:[ReTransmit #14560] [Bad CheckSum]Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=44946, PayloadLen=186, Seq=3446414444 - 3446414630, Ack=2070264315, Win=65398 (scale factor 0x0) = 65398</p></blockquote>
<p>Revisiting the issue, it was noticed that XXXMAIL02 had two network adapters in a Team, while YYYMAIL02 was running off a single network adapter. Both servers also had old network card drivers (the cards are HP NC373i Multifunction Gigabit Adapters, which are rebadged Broadcom cards, and were using driver v2.8.13.0 made on 30/06/2006), and as part of the troubleshooting we upgraded these drivers to the latest available versions (v5.0.13.0, 23/06/2009) at the next maintenance window. As part of the upgrade, XXXMAIL02 was changed from a Network Team to a single adapter, to match YYYMAIL02.</p>
<p>(Bootnote: We did the upgrade by installing the latest <a href="http://h18000.www1.hp.com/products/servers/management/psp/" target="_blank">Proliant Support Pack</a>, and ran into a small issue of note while doing so. You can't upgrade the network drivers straight to v5.0.13.0, otherwise the installation will fail with an error "<em>HP Virtual Bus Device installation requires a newer version. Version 4.6.16.0 is required</em>". The easy way around this is to download v4.6.16.0 from HP (<a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=15351&amp;prodSeriesId=428936&amp;prodNameId=3288114&amp;swEnvOID=1113&amp;swLang=8&amp;mode=2&amp;taskId=135&amp;swItem=MTX-47c35d870b01440aa0470f7307" target="_blank">64-bit here</a>, <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=15351&amp;prodSeriesId=428936&amp;prodNameId=3288114&amp;swEnvOID=1005&amp;swLang=8&amp;mode=2&amp;taskId=135&amp;swItem=MTX-156474dccfe74f73add73cce58" target="_blank">32-bit here</a>), and install this prior to the running the PSP.)</p>
<p><a href="http://blog.bradpeczka.com/wp-content/uploads/2010/01/HPNetworkDrivers.JPG" rel="lightbox[29]"><img class="aligncenter size-thumbnail wp-image-31" title="HP Network Drivers" src="http://blog.bradpeczka.com/wp-content/uploads/2010/01/HPNetworkDrivers-150x150.jpg" alt="HP Network Drivers" width="150" height="150" /></a></p>
<p>Within minutes of the upgrade being completed, mail and other traffic was flowing freely between both servers. A speedtest was run using <a href="http://clintboessen.blogspot.com/2010/01/how-to-test-bandiwidth-between-two.html" target="_blank">iperf</a>, which showed speeds of ~60Mb/s (previously we were seeing ~557<em>bytes</em>/s), and new emails were being delivered to the server within seconds.</p>
<p><a href="http://blog.bradpeczka.com/wp-content/uploads/2010/01/HP-iperf-test.jpg" rel="lightbox[29]"><img class="aligncenter size-thumbnail wp-image-34" title="HP iperf Test" src="http://blog.bradpeczka.com/wp-content/uploads/2010/01/HP-iperf-test-150x150.jpg" alt="HP iperf Test" width="150" height="150" /></a></p>
<p>This was a tricky one to diagnose - but it proves how often simple things are overlooked, in search of a bigger problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradpeczka.com/2010/01/07/troubleshooting-fun-with-exchange-2007-queues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

