<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>application-delivery &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/application-delivery/</link>
	<description>Feed of posts on WordPress.com tagged "application-delivery"</description>
	<pubDate>Fri, 01 Jan 2010 07:03:35 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[The "Application Delivery Architect" ]]></title>
<link>http://millerch.wordpress.com/2009/12/21/the-application-delivery-architect/</link>
<pubDate>Mon, 21 Dec 2009 16:35:41 +0000</pubDate>
<dc:creator>millerch</dc:creator>
<guid>http://millerch.wordpress.com/2009/12/21/the-application-delivery-architect/</guid>
<description><![CDATA[As I mentioned in this post, businesses need their IT staff to communicate well. While they also nee]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As I mentioned in <a href="http://millerch.wordpress.com/2009/12/07/the-ps3-convergence-communication-and-strategery/" target="_blank">this</a> post, businesses need their IT staff to communicate well. While they also need employees who are experts at specific applications or technologies, they also need ones who might not know specific technologies in depth, but can understand how multiple systems interact. The former role is often filled by an &#8220;engineer&#8221; while the latter is filled by an &#8220;architect.&#8221;</p>
<p>As functions are consolidated and hardware footprints decrease, the need for architecture has increased dramatically. As companies continue to virtualize, engineers who used to be hardware experts are being asked to be &#8220;application experts.&#8221; Since Virtualization management software allows for allocation additional resources to servers as needed, server engineers no longer need to be as thorough at gathering system specs. They&#8217;re now able to just change the &#8220;hardware&#8221; configuration until the application works. This has resulted in them essentially becoming application support for their users. Given the cost of maintenance agreements with vendors like Microsoft, the Engineer is often just the liaison between the customer and vendor.</p>
<p>It&#8217;s like Tom from Office Space! I&#8217;m a People Person!<a href="http://millerch.wordpress.com/files/2009/12/peopleperson1.jpg"><img class="alignright size-medium wp-image-43" title="I'm a People Person!" src="http://millerch.wordpress.com/files/2009/12/peopleperson1.jpg?w=281" alt="" width="281" height="300" /></a></p>
<p>So far, we&#8217;ve only discussed how application delivery has changed from the server perspective. There&#8217;s still the network, security, and storage implications! Since storage and network hardware still need to exist, they should be considered when deciding how best to deliver applications and content to end-users. This is where &#8220;the application delivery architect&#8221; comes in.</p>
<p>If you look at the diagram below, you&#8217;ll notice the typical flow for an application.</p>
<p><a href="http://millerch.wordpress.com/files/2009/12/appdelivery1.jpg"><img class="aligncenter size-medium wp-image-44" title="Application Delivery" src="http://millerch.wordpress.com/files/2009/12/appdelivery1.jpg?w=300" alt="" width="300" height="90" /></a>From left to right, the user connects to the internet and if possible, uses some sort of <a href="http://en.wikipedia.org/wiki/WAN_optimization" target="_blank">Wan Optimization</a> solution. Once they&#8217;re at the hosting DC, they are hitting the Infrastructure behind which the Application lives. The Application Delivery infrastructure can include the network, server, security, and storage Infrastructure as well as an <a href="http://en.wikipedia.org/wiki/Application_delivery_controller" target="_blank">Application Delivery Controller</a>. The image below provides a bit more granularity to the traffic flow.</p>
<p><a href="http://millerch.wordpress.com/files/2009/12/appdelivery.jpg"><img class="aligncenter size-medium wp-image-45" title="Application Delivery" src="http://millerch.wordpress.com/files/2009/12/appdelivery.jpg?w=300" alt="" width="300" height="184" /></a>In &#8220;typical&#8221; environments, the Network team is responsible for Layers 2 and 3 (Switching and Routing) after which traffic is handed off to servers. Layers 4 through 7 can be handled differently depending on the environment. In some cases, the traffic might go straight from the switches and routers to a server. In other cases, it goes through an Application Delivery Controller before getting to the servers and onto the application. When an ADC comes into play, the system can perform a number of functions to offload traffic from the servers. This can include SSL Offloading, Caching, Compression, and even some Firewalling. The idea is that you can purchase &#8220;cheaper&#8221; servers if not so much is needed from them. This strategy lends itself very well to Virtualization since companies can experience much better consolidation ratios.</p>
<p>Since there are multiple ways to go about delivering an application, a true &#8220;application delivery&#8221; role needs to exist. Let&#8217;s consider the necessary components to properly deliver an application:</p>
<p>1. <strong>Availability </strong>- Application owners need to determine the availability requirements for their application. From there, the Infrastructure requirements can be derived.</p>
<p>2. <strong>Performance </strong>- Application owners should determine the performance requirements for their application. From there, Infrastructure requirements are again derived.</p>
<p>3. <strong>Security </strong>- Application owners determine security requirements for their application. Given these requirements, risks are either mitigated via the application code or an Infrastructure component like an Application Firewall.</p>
<p>4. <strong>Access &#8211; </strong>Here&#8217;s where an Application Delivery Architect really shines. Based on information from the developers, Infrastructure should be designed that allows the Application to reach customers as quickly and efficiently as possible.</p>
<p>5. <strong>Monitoring/Measurement</strong> &#8211; This is the component at which the success criteria for the other components are measured. If the Application needs to perform in such a way, advanced monitoring should be put into place to ensure the behavior is actually occurring. The more the monitoring resembles real user behavior, the better.</p>
<p>Given unlimited resources, it&#8217;s not difficult to excel at every one of these components. The need for an Application Delivery Architect role comes into play because in the real world, solutions need to be delivered that meet numerous constraints including cost, time, and effort. Ideally, such an architect is given an application, requirements, and a budget and told to deliver. Since the role requires a good understanding of all the pieces involved (storage, server, network, security, and monitoring,) the architect should excel.</p>
<p>IT employees always have a multitude of choices when designing a solution. Ask a server person to design an always available solution and they&#8217;ll probably get expensive, resilient physical servers or build out a very resilient Virtual Infrastructure. Ask a network person the same question and you&#8217;ll get expensive, resilient switches and routers. The same goes for storage. Since an Application Delivery Architect understands all the components, they&#8217;re able to choose the most effective solutions. That person should understand that if you invest in a good Application Delivery Controller, you can spend less on servers and networking gear. That person should also understand enough about the development process that they can immediately recognize when an application is designed in such a way that it will abuse the infrastructure.</p>
<p>In conclusion, if a company&#8217;s goal is to deliver applications and content as efficiently as possible, an Application Delivery Architect role might be just what they need. In most cases, the role should pay for itself in increased efficiency and reduced Infrastructure spends.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Virtualisation in ADC's]]></title>
<link>http://layer4to7.wordpress.com/2009/10/19/virtualisation-in-adcs/</link>
<pubDate>Sun, 18 Oct 2009 19:46:37 +0000</pubDate>
<dc:creator>bvsnarayana03</dc:creator>
<guid>http://layer4to7.wordpress.com/2009/10/19/virtualisation-in-adcs/</guid>
<description><![CDATA[A few years back I was using VMware client on my desktop to install multiple Operating Systems for t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A few years back I was using VMware client on my desktop to install multiple Operating Systems for the sake of learning them. Who has thought then that this little piece of software would be doing wonders some years later. Virtualisation has revolutionised the way consolidation can be done in the Datacenters with cost savings as a driving motive. It has definitely given a new definition to the present datacenters. Well thats something most people would be talking around on the net these days.</p>
<p>But something that has taken me to surprise was this years Gartner report on ADC segment when it mentioned few vendors offering virtualisation on top of the application delivery controllers. I had spent few hours understanding these vendors, their solutions &#38; then relate it to the current trend. Most vendors today have their  ADC solutions capable of handling multiple application environments. In this case multiple means &#8211; a production deployment, a development LAN, a testing environment or even several DMZ&#8217;s. The ADC&#8217;s are capable of being chopped logically to act as a separate device each for the respective environment. Now some vendors do it on the basis of VLAN&#8217;s &#38; some prefer to do this on the basis of physical ports (which is more secure ofcourse). This is desireable when the two setups have to be isolated from each other or there has to be no communication between them directly for security reasons. This was virtualisation on a broder level would mean. But no, theres something more beyond this.</p>
<p>With virtualisation happening so much at datacneters, there are number of  virtual instances being created each day. Now with so much of playing on virtual instances, there is always pressure on the team&#8217;s managing ADC&#8217;s to add that respective instance to the Load-balancing farm or remove it from there. This would then be a bit of uneasiness for any team managing ADC&#8217;s due to the frequent changes. So there was a need that the ADC solutions should be intelliegnt enough to understand these dynamics of instances &#38; accordingly bring up or remove an instance from a particular server farm. Some ADC vendors understood this requirement early &#38; has already arrived with their solutions. These solutions act as intermediatery between the Virtualisation console &#38; the load-balancers thus dynamically adding or removing instance from server farm on ADC. Since citrix already had virtualisation solutions &#38; also ADC&#8217;s, it was a cake walk for them to integrate the two. But there are other vendors in the segment like Radware &#38; Zeus who has worked to bring a timely solution.</p>
<p>If one thinks that ADC cant go beyond this, then wait. Very recently IDC was also talking about ADC&#8217;s &#38; their virtualisation. This seems to be a joint report from Cisco &#38; IDC. We have known Cisco for their ASA firewall solutions where it was all about creating contexts &#38; allocating resources to each context. Thus each context would we having their own resources &#38; management would be isolated from other contexts or instances. Cisco has now added the same approach to their ACE solutions. Here they can create multiple instances of loadbalancers on a single ACE, resource allocation can be done per instance/context, each context managed separately. But how much of this is really the need of market. Is it just a marketing stunt to attract attention that they have this unique feature or do they really have something good to offer. When we talk about virtualisation on servers, there is clearly a mention of certain amount CPU / RAM / Diskspace required by the software or operating system. But with ADC&#8217;s where theres no such standard measurements recommended, where one setup can be entirely different from another customer, how does one decide how much of CPU, RAM or disk space(if any) can be utilised per instance/context. They are merely manual calculations out of hypothesis &#38; not realistic. How can one judge how much CPU/RAM is required for any particlar instance &#38; can one guarantee that max thresholds wouldn&#8217;t reach beyond the configured limits.Any deviations, &#38; imagine the loss not just for one instance or customer but many (considering opex model). Talking of statistics, cisco ACE can support max 250 instances with max 15000 SSL TPS &#38; 340000 CPS. Which means each instance would get 1360 CPS &#38; 60 SSL TPS. Would such statistics be desireable by end customer when choosing such solutions. With such parameters probably one would decide to stick to their traditional style of application delivery rather than going for such solution.</p>
<p>Though Virtualisation is definitely a driving factor in industry today but how many technologies could actually adopt it to deliver optimised results to end customer is something to be seen in the months to come.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Citrix ICA Client (11.2)]]></title>
<link>http://hlouwers.wordpress.com/2009/09/30/new-citrix-ica-client-11-2/</link>
<pubDate>Wed, 30 Sep 2009 12:36:00 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2009/09/30/new-citrix-ica-client-11-2/</guid>
<description><![CDATA[Citrix Released a new Citrix Client and guess what? They changed the name … Why Citrix still works w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Citrix Released a new Citrix Client and guess what? They changed the name …</p>
<p><a href="http://hlouwers.files.wordpress.com/2009/10/clip_image0022.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image002" border="0" alt="clip_image002" src="http://hlouwers.files.wordpress.com/2009/10/clip_image002_thumb2.jpg?w=450&#038;h=141" width="450" height="141" /></a></p>
<p>Why Citrix still works with version numbers I cannot understand, why do you need version numbers when your going to change the name anyway? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now, Citrix has a &#8216;online’ and a &#8216;offline’ plug-in, which of course does make sense in regard of having streaming applications which you can use offline and published applications which you use on-line.</p>
<p><strong>Where is the neighborhood?</strong></p>
<p>After installing the Citrix Online Plug-in v11.2 I notice that the Program Neighborhood is no longer present in the client, only the client formerly know as Program Neighborhood Agent seems to be in the package. Citrix has announced this would happen: <a title="http://support.citrix.com/article/CTX121727" href="http://support.citrix.com/article/CTX121727">http://support.citrix.com/article/CTX121727</a></p>
<p>It’s no big secret Citrix is wanting to get rid of the Citrix Program Neighborhood Client because of it’s lack of central management. With this action they are forcing customers to move to a Citrix Web Interface (XenApp Services) solution.</p>
<p>The new version is an executable in which you can extract the .MSI files with the /extract parameter.</p>
<p>&#160;</p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://hlouwers.files.wordpress.com/2009/10/image6.png?w=450&#038;h=208" width="450" height="208" />&#160;</p>
<p>You will see the following .MSI files after extraction: </p>
<p></p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://hlouwers.files.wordpress.com/2009/10/image12.png?w=454&#038;h=190" width="454" height="190" /></p>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Citrix Receiver for Windows Mobile 11.0]]></title>
<link>http://hlouwers.wordpress.com/2009/09/29/citrix-receiver-for-windows-mobile-11-2/</link>
<pubDate>Tue, 29 Sep 2009 12:40:00 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2009/09/29/citrix-receiver-for-windows-mobile-11-2/</guid>
<description><![CDATA[Citrix released a Citrix client for the Windows Mobile Based devices. Supported Windows Mobiles vers]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://www.citrix.com/site/resources/dynamic/additional/receiver_appstore.png" width="135" height="135" /></p>
<p>Citrix released a Citrix client for the Windows Mobile Based devices. Supported Windows Mobiles versions are 6.0, 6.1 and 6.5.</p>
<p>Apparently Citrix starts off with version 11, guess they had like 10 internal versions before they released this one. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I am an Apple iPhone user myself and I like the <a href="http://www.citrix.com/English/ps2/products/feature.asp?contentID=1685511" target="_blank">Citrix Receiver for iPhone</a> since it’s (full) support for (all) Citrix Access Gateway Editions.</p>
<p><a title="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1858162&#38;productId=186&#38;c1=sot2755" href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1858162&#38;productId=186&#38;c1=sot2755" target="_blank">http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1858162&#38;productId=186&#38;c1=sot2755</a></p>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Application Maintenance and Enhancement]]></title>
<link>http://softwaredevelopmentlifecycle.wordpress.com/2009/06/26/application-maintenance-and-enhancement/</link>
<pubDate>Fri, 26 Jun 2009 06:04:18 +0000</pubDate>
<dc:creator>williamsmithjk</dc:creator>
<guid>http://softwaredevelopmentlifecycle.wordpress.com/2009/06/26/application-maintenance-and-enhancement/</guid>
<description><![CDATA[ITSOLUSENZ ‘s has designed Application Maintenance services with greater skills that aids you releas]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.itsolusenz.com">ITSOLUSENZ</a> ‘s has designed Application Maintenance services with greater skills that aids you release the potential of your existing application and extract the best out of them. Our solution highlights the key issues like minimising Total Cost Ownership, toning-down applications depression times and making use of legacy systems without compromising on productivity or business operations. We have supreme and different applications intelligence which assures that your applications are maintained perfectly through offshore-ability analysis and maintainability analysis.</p>
<p><a href="http://www.itsolusenz.com">ITSOLUSENZ</a>’s Application Enhancement services ensures application modernization and upgrade issue to boost business processes which are otherwise complicate or laborious to monitor and organise. We believe that enterprises require a regular refurbishing of applications to speed up business development and productivity. We enhance clients to manage and update such legacy systems, multiple technology platforms, rich maintenance costs, unsupportive systems, and integration problems through our flexible and valuable application maintenance and development deliverables. Identifying theft /threats, reducing the cost and mitigating risks, we enable clients enhance and maintain their legacy systems and organisation applications at minimised costs and immediate recovery-times.</p>
<p>We address metrics-driven approach and deliver solutions that are on parallel level with international standards. Our merits in Application Maintenance and enhancement services are We follow a metrics-driven approach and deliver solutions that are on par with international standards.</p>
<p><a href="http://www.itsolusenz.com"><img class="aligncenter size-full wp-image-4" title="CLIPART_OF_25024_SMJPG_2" src="http://softwaredevelopmentlifecycle.wordpress.com/files/2009/06/clipart_of_25024_smjpg_2.jpg" alt="CLIPART_OF_25024_SMJPG_2" width="450" height="450" /></a></p>
<div><a href="http://www.itsolusenz.com"><strong>Our advantage in Application Maintenance and Enhancement services are</strong></a></div>
<div></div>
<div><a href="http://www.itsolusenz.com"><em>Metrics driven approach</em></a></div>
<div><a href="http://www.itsolusenz.com"><em>Domain-intensive technology &#38; GDM</em></a></div>
<div><a href="http://www.itsolusenz.com"><em>Flexible, reliable and improved applications</em></a></div>
<div><a href="http://www.itsolusenz.com"><em>Faster time-to-market periods</em></a></div>
<div><a href="http://www.itsolusenz.com"><em>Enhance productivity at maintainable cost.</em></a></div>
<div></div>
<div></div>
<div></div>
<div><a href="http://www.itsolusenz.com">Web Application</a></p>
<p><a href="http://www.itsolusenz.com">Application development</a></p>
<p><a href="http://directory.itsolusenz.com/">Directory submission</a></p>
<p>at <a href="http://www.itsolusenz.com">ITsolusenz.com</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update overzicht applicatie- en desktop-delivery]]></title>
<link>http://earlybert.com/2009/06/14/update-overzicht-applicatie-en-desktop-delivery/</link>
<pubDate>Sun, 14 Jun 2009 18:40:06 +0000</pubDate>
<dc:creator>Bert Bouwhuis</dc:creator>
<guid>http://earlybert.com/2009/06/14/update-overzicht-applicatie-en-desktop-delivery/</guid>
<description><![CDATA[Ruben Spruijt heeft zijn eerdere 30-minuten overzicht van de verschillende manieren om je desktop in]]></description>
<content:encoded><![CDATA[Ruben Spruijt heeft zijn eerdere 30-minuten overzicht van de verschillende manieren om je desktop in]]></content:encoded>
</item>
<item>
<title><![CDATA[Het is een gevaarlijke wereld daarbuiten!]]></title>
<link>http://realdolmen.wordpress.com/2009/05/12/het-is-een-gevaarlijke-wereld-daarbuiten/</link>
<pubDate>Tue, 12 May 2009 11:30:43 +0000</pubDate>
<dc:creator>realdolmen</dc:creator>
<guid>http://realdolmen.wordpress.com/2009/05/12/het-is-een-gevaarlijke-wereld-daarbuiten/</guid>
<description><![CDATA[Met deze quote start het zeer actievolle filmpje van Citrix dat ons moet aanzetten dit jaar naar het]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Met deze quote start <a title="Citrix iForum" href="http://www.youtube.com/watch?v=fXouFi4YtJw" target="_blank">het zeer actievolle filmpje van Citrix</a> dat ons moet aanzetten dit jaar naar het Citrix iForum af te zakken.</p>
<p>Is het een gevaarlijke (IT) wereld?  Toch wel, als je er in de huidige omstandigheden niet in slaagt om je business en IT snel en efficiënt op elkaar afgestemd te houden, laat je gegarandeerd kansen liggen.</p>
<p>Op het iForum zullen onderwerpen aan bod komen als:</p>
<ul>
<li>hoe Application Delivery kosten kan verlagen</li>
<li>hoe Security verbeteren</li>
<li>hoe flexibiliteit in ICT verhogen</li>
<li>wat zijn de nieuwste technologieën</li>
<li>en nog veel meer&#8230;</li>
</ul>
<p>RealDolmen is aanwezig op het Citrix iForum als technologie partner, <a title="Citrix iForum" href="http://www.citrixiforumbenelux.com/" target="_blank">dus schrijf je in</a> en kom zeker eens met ons praten over welke gevaren u wakker houden&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Light-Based Computers and Innovation]]></title>
<link>http://networkequipment.wordpress.com/2009/03/11/new-light-based-computers-and-innovation/</link>
<pubDate>Wed, 11 Mar 2009 11:16:02 +0000</pubDate>
<dc:creator>markcadbury</dc:creator>
<guid>http://networkequipment.wordpress.com/2009/03/11/new-light-based-computers-and-innovation/</guid>
<description><![CDATA[A simple computer that marries the mind-boggling computing power of quantum mechanics with the ease ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A simple computer that marries the mind-boggling computing power of quantum mechanics with the ease of manipulating light is now a reality. A device, which has been built in a research laboratory, proves that a specific quirk of atoms, which lets scientists conduct huge computations almost instantly, can be perfectly mimicked by light, which is much more practical to control than individual atoms.</p>
<p>The result could be a computer that performs some tasks a billion times faster than today’s supercomputers, using relatively simple technology that’s already well understood.</p>
<p>The device mimics quantum interference, an important property that makes quantum computers exponentially faster at tasks such as breaking encryption codes or searching huge databases. Instead of interference, conventional computers use particles to perform tasks sequentially, like a librarian looking for a book by inspecting the entire library one volume at a time. Interference essentially allows you to make clones of that librarian—one librarian for every book—and set them all loose at once. The new device proves that using light interference is just as effective as quantum interference in retrieving items from a database.</p>
<p>To search the database, a beam of light is directed toward a modulator. The light is first split into two, with one part travelling through a prism so that a rainbow of different frequencies of light shines on the modulator. Each frequency shines through a different compressed or expanded part of the modulator, which bends that frequency of light the way a straw appears bent when sticking out of a glass of water. The rainbow of frequencies is then recombined into a single beam. By mixing the new beam with the original beam that entered the device, a single frequency will emerge as having been altered by its trip through the database.</p>
<p>If 50 different frequencies of light shine through the modulator, and if the 20th frequency is the altered one, then we know that the bit of information being searched for is located at position 20 in the database. A conventional computer would have had to check 20 times to find the location. If the database in question were the London phone book, the search for a single phone number could take a conventional computer several million searches, while a light-based device could pinpoint the number in just one.</p>
<p>What makes the device particularly attractive is that it is so simple in comparison to quantum computers. Engineers have had decades of experience precisely manipulating light and all the concepts in the device are based on well-known, 19th-century classical physics— although the technology to carry out the experiment only became available in the last 10 years.</p>
<p>This may change the way we store and access information on the future, but what practical use does this have to you now?</p>
<p>Well, it’s about harnessing the power of innovation. CIOs, CTOs, IT and MIS Directors all look at how their role affects the success of their business. Success involves combinations of creating competitive advantage and new business models, launching new products and entering lucrative markets. All of these require operational excellence but more than that real innovation.</p>
<p>Innovate or die is a mantra used by many business leaders, however for Information Technology it is essential.</p>
<p>At <a href="http://www.hardware.com">Hardware.com </a>we understand that innovation is important, our technical teams in the networking world of <a href="http://www.hardware.com/cisco/">Cisco</a>, <a href="http://www.hardware.com/hewlett-packard/">HP</a>, <a href="http://www.hardware.com/force10-networks/">Force10</a>, <a href="http://www.hardware.com/f5/">F5</a>, <a href="http://www.hardware.com/routers/juniper-networks/">Juniper</a> and <a href="http://www.hardware.com/power-management/eaton-powerware/">Eaton</a> understand the implications of hardware deployment in the areas of <a href="http://www.hardware.com/solutions/application-delivery-solutions/">application delivery</a>, <a href="http://www.hardware.com/solutions/data-centre-design/">data centre design</a>, <a href="http://www.hardware.com/solutions/network-switching-solutions/">switch solutions</a>, <a href="http://www.hardware.com/solutions/ip-telephony-solutions/">IP telephony</a>, <a href="http://www.hardware.com/solutions/network-security-solutions/">network security</a>, <a href="http://www.hardware.com/solutions/routing-solutions/">routing</a> and <a href="http://www.hardware.com/solutions/wireless-solutions/">wireless solutions </a>and not least <a href="http://www.hardware.com/power-management/eaton-powerware/">power management</a>.</p>
<p>Managing the network of today, creating business opportunities and innovating for the future – turning theory into reality.</p>
<p>Mark Cadbury</p>
<p>Marketing Director, Hardware.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Application Virtualization Dynamic Suite Composition Tool]]></title>
<link>http://hlouwers.wordpress.com/2009/01/30/application-virtualization-dynamic-suite-composition-tool-2-2/</link>
<pubDate>Fri, 30 Jan 2009 14:48:34 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2009/01/30/application-virtualization-dynamic-suite-composition-tool-2-2/</guid>
<description><![CDATA[Microsoft heeft een tool uitgebracht om 2 of meerdere gevirtualiseerde Microsoft App-V 4.5 applicati]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Microsoft heeft een tool uitgebracht om 2 of meerdere gevirtualiseerde Microsoft App-V 4.5 applicaties samen te laten praten namelijk de Application Virtualization Dynamic Suite Composition Tool. Dit was voorheen behoorlijk wat handwerk met de nodige trial en error om dit aan de praat te krijgen.</p>
<p>De daadwerkelijke tool bestaat uit een enkele executable (sftdynsuite.exe), er hoeft dus niks geinstalleerd te worden. Wanneer deze tool gestart wordt moet er een Package Root aangegeven worden, vervolgens selecteert men de primary package en een secondary package en geeft men aan of de package(s) dependent/mandatory van elkaar zijn. Hiermee wordt aangegeven dat de applicatie de andere applicatie nodig heeft om te kunnen functioneren.</p>
<p>Wanneer op ‘<strong>Save</strong>’ gedrukt wordt, zal de OSD file van de primary package worden overschreven. Van de bestaande OSD wordt een Backup gemaakt (.BAK). Na een save actie is het mogelijk terug te gaan naar de vorige configuratie door op ‘<strong>Restore</strong>’ te drukken.</p>
<p><a href="http://hlouwers.files.wordpress.com/2009/01/image13.png"><img style="display:inline;border-width:0;" title="image" src="http://hlouwers.files.wordpress.com/2009/01/image1-thumb22.png?w=395&#038;h=225" border="0" alt="image" width="395" height="225" /></a> </p>
<p>Zo is het ook mogelijk om bestaande dependencies uit elkaar te halen. Wanneer de applicatie (.OSD) opgehaald wordt zal deze tool meteen weergeven welke dependencies er binnen de OSD file staan.</p>
<p><a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=DAA898DF-455F-438A-AA2A-421F05894098&#38;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=DAA898DF-455F-438A-AA2A-421F05894098&#38;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=DAA898DF-455F-438A-AA2A-421F05894098&#38;displaylang=en</a></p>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Citrix releases Portable Profiles (User Profile Manager v2)]]></title>
<link>http://hlouwers.wordpress.com/2009/01/28/citrix-releases-portable-profiles-user-profile-manager-v2-2/</link>
<pubDate>Wed, 28 Jan 2009 11:11:53 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2009/01/28/citrix-releases-portable-profiles-user-profile-manager-v2-2/</guid>
<description><![CDATA[Citrix heeft een nieuw produkt uitgebracht genaamd Portable Profiles. Dit produkt had in de betafase]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Citrix heeft een nieuw produkt uitgebracht genaamd Portable Profiles. Dit produkt had in de betafase de naam Citrix User Profile Manager (UPM). User Profile Manager / Portable Profile is door Citrix overgenomen van Sepago om een gat binnen Citrix te vullen mbt het sneller laden/afmelden van Windows gebruikersprofielen. Citrix heeft krijgt vaak min of meer de ‘schuld’ gekregen voor het traag laden van gebruikersprofielen, echter is dit meer de schijn doordat Citrix de Windows logon schermen vervangt voor de Citrix logon schermen. Nu zijn er al&#160; meer produkten op de markt welke deze problemen aanspreken, denk aan de Flex Profiling Kit, RES PowerFuse User Preferences, etc. </p>
<p>Binnen Citrix Portable Profiles is het niet noodzakelijk om gebruik te maken van een Mandatory Profile doordat Portable Profiles een profiel ‘inleest’ waarna deze niet meer is aan te passen. Dit versnelt het logon proces aanzienlijk gezien het feit deze de instellingen niet meer hoeft samen te voegen. Citrix noemt dit profiel een template profile. Sterker nog, Citrix Portable Profiles negeert Mandatory Profiles (ntuser.MAN).</p>
<p>Een ander voordeel van Citrix Portable Profiles is dat het mogelijk is om mappen te synchroniseren welke niet binnen de User Profile staan zoals C:\ProgramDir, laat het duidelijk zijn dat dit wel de nodige problemen kan veroorzaken.</p>
<p>Nu was lange tijd de vraag over hoe dit produkt gelicentieerd zal gaan worden. Het antwoord daarop is dat deze tool gratis te gebruiken is bij de aanschaf van Citrix XenApp Enterprise/Platinum en XenDesktop Advanced/Enterprise en Platinum editions. Hieruit blijkt weer dat Citrix erg graag de hogere versies aan de man brengt.</p>
<p>Meer info:    <br /><a title="http://www.citrix.com/site/jumpPage.asp?pageID=1453077" href="http://www.citrix.com/site/jumpPage.asp?pageID=1453077">http://www.citrix.com/site/jumpPage.asp?pageID=1453077</a></p>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware's "Accelerating the business of innovation" ad ]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/12/05/vmwares-accelerating-the-business-of-innovation-ad/</link>
<pubDate>Fri, 05 Dec 2008 13:29:48 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/12/05/vmwares-accelerating-the-business-of-innovation-ad/</guid>
<description><![CDATA[I was reading the Wall Street Journal this morning and came across an interesting half-page ad in th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I was reading the Wall Street Journal this morning and came across an interesting half-page ad in the <em>Personal Journal </em>section.  It stated simply, &#8220;Accelerating the business of innovation.&#8221;  They had a big head shot of John Hill CTO of Siemens IT Solutions and Services where he provided the quote around better return on capital investments, faster responsiveness to their customers, etc etc.  The one statement that Mr Hill made that resonated with me was, &#8220;freedom to focus on business innovation, not rudimentary IT plumbing.&#8221;  Perfectly stated Mr. Hill and I couldn&#8217;t agree more.</p>
<p>We have all seen, for many years now, that IT is working hard enough to just keep the lights on and not enough time on helping the business innovate, increase competitive advantage, etc.  The business depends on IT more than ever before and business executives do see the strategic importance of technology as core to their product and service strategy and central to their differentiation and competitive advantage.  But the rub here is that executives I&#8217;ve talked to are concerned about the ability of their IT organizations to support it.  Now that isn&#8217;t to say that some IT executives aren&#8217;t working hard to fulfill the business&#8217; needs using all the tools and processes at their disposal, but&#8230;&#8230;..</p>
<p>Here is where the ad got me to thinking.  This is where IT can get out of the vicious cycle that it finds itself in when it comes to the old standard, design-build-operate model that has plagued IT for years.  By using virtualization technologies like VMware and XenServer along with a solid application and desktop delivery infrastructure, and combine that with a new strategy of business technology, IT can make the transfomation to business enabler.</p>
<p>The technology of virtualization and application delivery speak for themselves and I&#8217;m not going to do a deep dive here, but these technologies need to be a key component of an IT Portfolio and IT needs to take steps to transform itself from Information Technology to Business Technology.  I&#8217;ll address how in another article.  Suffice it to say that IT executives cannot afford to maintain status quo.  They must replace standalone, product-oriented support functions through business-oriented services and focus the remaining IT organization on a proactive governance model of the company&#8217;s ecosystem.  Business-Technology-as-as-Service (BTaaS) is what needs to happen.  With the virtualization and application delivery infrastructures as the base of the BTaaS formula, IT can be that enabler.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware's "Accelerating the business of innovation" ad ]]></title>
<link>http://businessandtechnology.wordpress.com/2008/12/03/vmwares-accelerating-the-business-of-innovation-ad/</link>
<pubDate>Wed, 03 Dec 2008 13:09:36 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://businessandtechnology.wordpress.com/2008/12/03/vmwares-accelerating-the-business-of-innovation-ad/</guid>
<description><![CDATA[I was reading the Wall Street Journal this morning and came across an interesting half-page ad in th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I was reading the Wall Street Journal this morning and came across an interesting half-page ad in the <em>Personal Journal </em>section.  It stated simply, &#8220;Accelerating the business of innovation.&#8221;  They had a big head shot of John Hill CTO of Siemens IT Solutions and Services where he provided the quote around better return on capital investments, faster responsiveness to their customers, etc etc.  The one statement that Mr Hill made that resonated with me was, &#8220;freedom to focus on business innovation, not rudimentary IT plumbing.&#8221;  Perfectly stated Mr. Hill and I couldn&#8217;t agree more.</p>
<p>We have all seen, for many years now, that IT is working hard enough to just keep the lights on and not enough time on helping the business innovate, increase competitive advantage, etc.  The business depends on IT more than ever before and business executives do see the strategic importance of technology as core to their product and service strategy and central to their differentiation and competitive advantage.  But the rub here is that executives I&#8217;ve talked to are concerned about the ability of their IT organizations to support it.  Now that isn&#8217;t to say that some IT executives aren&#8217;t working hard to fulfill the business&#8217; needs using all the tools and processes at their disposal, but&#8230;&#8230;..</p>
<p>Here is where the ad got me to thinking.  This is where IT can get out of the vicious cycle that it finds itself in when it comes to the old standard, design-build-operate model that has plagued IT for years.  By using virtualization technologies like VMware and XenServer along with a solid application and desktop delivery infrastructure, and combine that with a new strategy of business technology, IT can make the transfomation to business enabler.</p>
<p>The technology of virtualization and application delivery speak for themselves and I&#8217;m not going to do a deep dive here, but these technologies need to be a key component of an IT Portfolio and IT needs to take steps to transform itself from Information Technology to Business Technology.  I&#8217;ll address how in another article.  Suffice it to say that IT executives cannot afford to maintain status quo.  They must replace standalone, product-oriented support functions through business-oriented services and focus the remaining IT organization on a proactive governance model of the company&#8217;s ecosystem.  Business-Technology-as-as-Service (BTaaS) is what needs to happen.  With the virtualization and application delivery infrastructures as the base of the BTaaS formula, IT can be that enabler.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[RES PowerFuse - User Preferences icm Roaming User Profiles]]></title>
<link>http://hlouwers.wordpress.com/2008/11/21/res-powerfuse-user-preferences-icm-roaming-user-profiles/</link>
<pubDate>Fri, 21 Nov 2008 11:01:15 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2008/11/21/res-powerfuse-user-preferences-icm-roaming-user-profiles/</guid>
<description><![CDATA[Ik zie veel Terminal Server/Citrix omgevingen waar gebruik gemaakt wordt van RES PowerFuse 8 (2008) ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ik zie veel Terminal Server/Citrix omgevingen waar gebruik gemaakt wordt van RES PowerFuse 8 (2008) Enterprise Edition waar User Preferences helaas niet gebruikt wordt. Dit is een stukje over User Preferences van RES PowerFuse en waarom het handig is deze <b><u>altijd</u> </b>toe te passen als je de beschikking hebt over een dergelijk software pakket. Ik noem in dit stukje even RES PowerFuse maar dit zou ook <a href="http://www.citrix.com/upm">Citrix Profile Manager</a> zijn of de Profile Hiving oplossing van AppSense.</p>
<p>&#160;</p>
<p>Velen van jullie zullen ongetwijfeld weten dat dit een krachtig stuk software is welke volledig (lees: het meeste) rendement behaalt icm het gebruik van Mandatory Profiles (read-only profiles), ik wil graag onder de aandracht brengen dat het ook erg behulpzaam kan zijn binnen een omgeving waar gebruik gemaakt wordt van zogenaamde <i>Roaming User Profiles</i>.</p>
<p><i><br />Een klein stukje terminologie:</i></p>
<p>- <b><i>Roaming User Profiles</i></b><i>: Profielen welke volledig door gebruikers aan te passen zijn en weggeschreven worden naar een gedeelde map, wanneer een gebruiker aanlogd op een andere werkplek/Terminal Server wordt het profiel gedownload en toegepast;</i></p>
<p>- <b><i>Mandatory User Profiles:</i></b><i> Profielen welke zeer klein en read-only zijn (en dus snel laden), wanneer een gebruiker aanpassingen maakt binnen dit profiel worden deze verwijderd wanneer deze gebruiker afmeldt;</i></p>
<p>- <b><i>Flex Profiling:</i></b><i> Dit wordt beschouwd als ‘best of both worlds’, gebruikers laden een Mandatory Profile echter blijven instellingen bewaard (op de gebruikers home drive of aparte (hidden) drive mapping) van applicaties waar dit voor ingesteld wordt. Wanneer het Mandatory Profile geladen is worden de zogenaamde flex gedeeltes geladen. Hetzelfde proces vindt plaats bij het afmeldenwaarbij de flex gedeeltes weggeschreven worden voor de gebruiker afmeld.</i></p>
<p>&#160;</p>
<p>&#160;</p>
<p>Met name Systeembeheerders willen pas als laatste redmiddel het gebruikersprofiel verwijderen om een bepaalde problemen te verhelpen. Dit omdat het zoveel gedoe is om de gebruikersinstellingen weer te herstellen. Wanneer er echter gebruik gemaakt wordt van User Preferences wordt de drempel voor het verwijderen van het gebruikersprofiel aanzienlijk verlaagd. Dit zorgt er dus voor dat de tijd om uit te zoeken waar een probleem zich voordoet aanzienlijk verkort wordt en dat het verwijderen van het gebruikersprofiel één van de eerste akties wordt ipv één van de laatste.</p>
<p>&#160;</p>
<p><a href="http://hlouwers.files.wordpress.com/2009/01/clip-image002.jpg"><img style="border-width:0;" height="264" alt="clip_image002" src="http://hlouwers.files.wordpress.com/2009/01/clip-image002-thumb.jpg?w=463&#038;h=264" width="463" border="0"></a></p>
<p>&#160;</p>
<p>Zou het nou noodzakelijk zijn om gebruikersinstellingen te herstellen kan er simpelweg gekeken worden naar welk GUID toegekend is voor de specifieke User Preference item (In ons voorbeeld de Favorieten):</p>
<p>&#160;</p>
<p><a href="http://hlouwers.files.wordpress.com/2009/01/clip-image004.jpg"><img style="border-width:0;" height="271" alt="clip_image004" src="http://hlouwers.files.wordpress.com/2009/01/clip-image004-thumb.jpg?w=462&#038;h=271" width="462" border="0"></a></p>
<p>&#160;</p>
<p>Deze GUID is terug te vinden in de vorm van de bestandsnaam voor de specifieke instellingen op de gebruikers home drive. Zou een gebruiker dus bijvoorbeeld zijn Favorieten van een eerdere datum teruggezet wil hebben is het een kwestie van het betreffende GUID bestand te herstellen van backup. </p>
<p>&#160;</p>
<p><a href="http://hlouwers.files.wordpress.com/2009/01/clip-image006.jpg"><img style="border-width:0;" height="240" alt="clip_image006" src="http://hlouwers.files.wordpress.com/2009/01/clip-image006-thumb.jpg?w=461&#038;h=240" width="461" border="0"></a>&#160;</p>
<p>&#160;</p>
<p>Binnen de meeste Terminal Server omgevingen is het ook gebruikelijk wanneer een gebruiker afmeldt het lokale profiel van de gebruiker te verwijderen zodat de Terminal Server ‘schoon’ blijft. Er zijn bepaalde applicaties welke de instellingen wegschrijven in de ‘Local Settings\Application Data’ folder binnen een gebruikersprofiel, deze gaan verloren wanneer de gebruiker afmeld en het lokale profiel verwijderd wordt. Denk hierbij aan RSS instellingen, Microsoft Office 2007 Ribbon instellingen, deze zijn dus ook dmv RES PowerFuse User Preferences eenvoudig te bewaren. </p>
<p>&#160;</p>
<p>De meeste IT medewerkers zullen ongetwijfeld bekend zijn met het scenario waarbij er teveel te doen is en te weinig tijd of te weinig collega’s om problemen (structureel) op te kunnen pakken. RES PowerFuse User Preferences zorgt ervoor dat er weer een stukje tijd teruggewonnen wordt welke weer ergens anders voor gebruikt kan worden. Deze oplossing kan op jaarbasis veel tijd schelen voor de IT medewerkers op de vloer.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Elfiq-Citrix Seminars]]></title>
<link>http://elfiq.wordpress.com/2008/11/11/elfiq-citrix-seminars/</link>
<pubDate>Tue, 11 Nov 2008 00:57:27 +0000</pubDate>
<dc:creator>elfiq</dc:creator>
<guid>http://elfiq.wordpress.com/2008/11/11/elfiq-citrix-seminars/</guid>
<description><![CDATA[On November 19th and 20th, one of our solutions partner Victrix will be hosting seminars on how both]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>On November 19th and 20th, one of our solutions partner Victrix will be hosting seminars on how both Elfiq and Citrix products can be used to strenghten application delivery.  For more information please click <a href="http://www.elfiq.com/Company/MediaEvents/Events.aspx" target="_blank">here</a>.</p>
<p style="text-align:center;"><img class="aligncenter" title="iReady" src="http://www.elfiq.com/client/uploads/298/427113966131520.jpg" alt="" width="100" height="83" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visio Stencils for the Citrix Dynamic Delivery Center]]></title>
<link>http://hlouwers.wordpress.com/2008/07/24/visio-stencils-for-the-citrix-dynamic-delivery-center/</link>
<pubDate>Thu, 24 Jul 2008 06:27:16 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2008/07/24/visio-stencils-for-the-citrix-dynamic-delivery-center/</guid>
<description><![CDATA[For the ones doing the designing of Citrix Architectures Daniel Feller has posted new Visio Stencils]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>For the ones doing the designing of Citrix Architectures <a href="http://community.citrix.com/display/~danielf/Home" target="_blank">Daniel Feller</a> has posted new <a href="http://community.citrix.com/blogs/citrite/danielf/2008/07/03/Visio+Stencils+for+the+Citrix+Dynamic+Delivery+Center" target="_blank">Visio Stencils</a> for the new Citrix Product Line:</p>
<li>XenApp
<li>XenDesktop
<li>XenServer
<li>NetScaler (includes rack-mountable stencils and NetScaler MPX)
<li>WANScaler (including the new Branch Repeater)
<li>Access Gateway
<li>Application Firewall
<li>Provisioning Server
<li>EdgeSight
<li>Password Manager
<li>Workflow Studio</li>
<p><a href="http://community.citrix.com/blogs/citrite/danielf/2008/07/03/Visio+Stencils+for+the+Citrix+Dynamic+Delivery+Center" target="_blank"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="260" alt="image" src="http://hlouwers.files.wordpress.com/2008/07/image4.png?w=327&#038;h=260" width="327" border="0"></a> </p>
<p>We all know, people like pictures! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[XenAppPrep. Coming Soon!]]></title>
<link>http://hlouwers.wordpress.com/2008/07/11/xenappprep-coming-soon/</link>
<pubDate>Fri, 11 Jul 2008 18:28:58 +0000</pubDate>
<dc:creator>Henny Louwers</dc:creator>
<guid>http://hlouwers.wordpress.com/2008/07/11/xenappprep-coming-soon/</guid>
<description><![CDATA[Shannon Ma is bezig met het ontwikkelen van een nieuwe tool voor het &#8216;preppen&#8217; van XenAp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Shannon Ma is bezig met het ontwikkelen van een nieuwe tool voor het &#8216;preppen&#8217; van XenApp Servers. Het werkt hetzelfde als Sysprep voor Windows alleen dan voor al je XenApp onderdelen. Huray voor de luiaarden onder ons! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Ik en anderen met mij hebben dit natuurlijk al eens gedaan in de vorm van een Kix script, op de een of andere manier blijf ik het toch vrijwel altijd met de hand doen.
<p><img style="border-width:0;" height="236" alt="clip_image001" src="http://hlouwers.files.wordpress.com/2008/07/clip-image001-thumb.jpg?w=472&#038;h=236" width="472" border="0">
<p><a href="http://shannonma.wordpress.com/2008/07/08/cloning-a-xenapp-server-with-xenappprep/">http://shannonma.wordpress.com/2008/07/08/cloning-a-xenapp-server-with-xenappprep/</a>
<p>Henny Louwers</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Are you a revolutionary in your company? Part Three]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/19/are-you-a-revolutionary-in-your-company-part-three/</link>
<pubDate>Sun, 18 May 2008 17:55:01 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/19/are-you-a-revolutionary-in-your-company-part-three/</guid>
<description><![CDATA[Do you remember the end of the last post in this series?  I stated that &#8220;even chairmen have to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Do you remember the end of the last post in this series?  I stated that &#8220;even chairmen have to seduce, cajole, and convince to get things done&#8221;?  It is so true if you want to accomplish your goal of getting application delivery and/or virtualization discussions to the highest levels of your company.  What I&#8217;m going to talk about and what you need to do is build a coalition.</p>
<p>By building a coalition you take your individual authority and you transform it into a collective authority.  The people in your company that will try to knock you down and dismiss you will have a tougher time doing so if you have that collective authority.  My initiatives within HP, I took the time to build the right coalition of management outside my normal &#8220;chain of command&#8221;.  The few dozen folks that I had put together changed a corporate direction.  The fact that we were organized and we were speaking from conviction was a powerful message to the upper layers of managment and the C-level folks.</p>
<p>Another reason to build a coalition was that my endeavor, like most, didn&#8217;t fit neatly into any of the existing organizational &#8220;boxes&#8221;.  The Citrix environments that were inside the company crossed many business unit boundaries and I need a broad cross-section to make sure that I got my Point of View and &#8220;Manifesto/proposal&#8221; into the right folks.  I think the folks that I had brought into my little revolution shared the same revolutionary tendencies that I did no matter wherever their current organizational home was.  My mentor took a look at the group that I had put together and he told me that it looked like an ink blot that had bled all over the formal org chart.  He was right.</p>
<p>Another thing that my mentor told me was that I wasn&#8217;t the only frustrated, visionary in the company.  This was so true.  I was quickly finding that I wasn&#8217;t the only that &#8220;got it&#8221;.  So how did I find these other revolutionaries?  I asked myself, &#8220;who was in my immediate vicinity that I had already been talking to about my ideas?&#8221;  Here is what else I looked at:</p>
<ul>
<li>were there any staff groups or teams in the company that might be inclined toward my point of view?</li>
<li>were there any cross-company initiatives that I wasn&#8217;t aware of that I could tap into?</li>
<li>who (across the company) might have a stake in the success of my endeavor?</li>
<li>were there any internal newsgroups or e-mail distribution lists I could hijack?</li>
</ul>
<p>Here are some other things that I did. </p>
<ul>
<li>Since Sharepoint sites were easy to put up, I started a Sharepoint site where I could post my &#8220;manifesto/proposal&#8221;. </li>
<li>I started to build an email list of some of the people that I thought would share my views. </li>
<li>I created an online forum to where others could share their perspectives and help me to fine-tune my &#8220;manifesto/proposal&#8221;. </li>
<li>I identified some outside experts at our partner, Citrix, that could lend the cause credibility. </li>
<li>I created opportunities to work together with the people of my network on some ad hoc projects that I would pull in.</li>
</ul>
<p>Let me tell you this fact, coalitions get stronger when they focus on a common task.  I looked for other involvement opportunities.  I went to the yearly partner-only conference for Citrix partners, Citrix Summit, and spent quality time with my HP colleagues.</p>
<p>Take this one piece of advice.  Stay underground for a while, at least initially.  Use your network of people to build and strengthen your business case and identify opportunities for early wins.  I saw first hand that as people within my network started to talk to others in their immediate vicinity, the &#8220;virus&#8221; of my point of view started to spread.  Remember to not get impatient.  If I were to map the curve of my endeavor, it was flat at first and then as the network of people I started to spread the virus we soared.  By that time we started to get the attention of top managment.  With that, don&#8217;t be too quick to present your top management with a &#8220;go/no go&#8221; decision.  I remember this thing my grandfather used to tell me when I was younger and we would go hunting on his farm; &#8220;it&#8217;s easy to shoot one pheasant out of the sky, but it&#8217;s harder to bring down a flock&#8221;.  I took that statement to heart, I kept on building my &#8220;flock&#8221; of people that were thinking the way I was.</p>
<p>As I close this section of the series, let me share with you this little tidbit of information that I learned.  You, like I, have an advantage that top management often doesn&#8217;t.  Most of the people that report to them are forced to think like them and don&#8217;t think about anything else then what they are told to think about.  These type of people fight to stay alive in corporate life.  People that I put together and you put together fight to win.  Continue to build your coalition and inspire the other revolutionaries in the company.  If you build strength from below, top management will ultimately come to you.  I guarantee that.</p>
<p>In the next part in this series, I&#8217;m going to talk about finding the right person in your organization that can say yes and make it stick.</p>
<p> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[A conversation about Application Delivery: Part two]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/14/a-conversation-about-application-delivery-part-two/</link>
<pubDate>Tue, 13 May 2008 21:02:31 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/14/a-conversation-about-application-delivery-part-two/</guid>
<description><![CDATA[So in the last post I showed you the first few pictures that I draw during my conversations with fol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So in the <a title="Part One" href="http://c1tr1xguru.wordpress.com/2008/05/13/a-conversation-about-application-delivery-part-one/" target="_blank">last post</a> I showed you the first few pictures that I draw during my conversations with folks that either want to know &#8220;why application delivery&#8221; or for folks that have an application delivery infrastructure, but are only doing XenApp.  The next steps here are to now tell the story of &#8220;delivery&#8221; instead of &#8220;deployment&#8221;.  At this level of conversation we are wrapping in Citrix technologies like, Provisioning Server, XenDesktop, XenServer, XenApp, etc.  At the end of this conversation the one thing that you want to get from your management would be the buy-in to get an assessment done.  That way you can make sure that you have a holistic view of your infrastructure and in the case of an already existing environment you aren&#8217;t carrying over any problems from the old to the new.</p>
<p>The one thing I want to point out here is that you need a good sized whiteboard.  I like to keep all the drawings on the board so that everyone can see the progression of the discussion.  What you will also find along the way here is that your audience is going to ask a lot of questions.  This is what I love about whiteboarding.  It really gets folks engaged and talking.  You&#8217;ll be amazed at how easy the ideas and feedback will flow when you get going.</p>
<p>So this is the point in the conversation that I evolve the conversation into the &#8220;delivery&#8221; section.  This is really where it starts to get cool.  I start by writing the word &#8220;DELIVERY&#8221; and drawing this picture but first without the words in the boxes.  So just leave the boxes blank for now:</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/delivery_first-picture.jpg"><img class="alignnone size-medium wp-image-106" src="http://c1tr1xguru.wordpress.com/files/2008/05/delivery_first-picture.jpg?w=300" alt="" width="300" height="112" /></a></p>
<p> So in order to drive the point home about getting out the &#8220;old way&#8221; of doing things (distributed computing) to more of a delivery architecture the above picture points out a few things.  First, to centralize as many of the applications and desktops as possible, with as few standard images as possible close to your datacenter.  From there you deliver these dynamically, on-demand to end users.</p>
<p>So once you have the picture above and you talk about centralizing and delivering apps and desktops from a central location, explain what you mean.  How?  Easy.  In the first box closer to the &#8220;application icon&#8221; you will write in &#8220;App WL&#8221; for &#8220;application workload&#8221;.  Explain to your audience that what you now have is a standard catalog with a &#8220;master&#8221; image of all of your application workloads (Exchange, SAP, SQL, etc) that can be delivered dynamically to either your physical or virtual servers.  Of course, I&#8217;ll tell you to virtualize as many servers as possible, but by following this thought the rest of the way through you now have a very highly efficient datacenter, even for those servers you can&#8217;t virtualize.  Make sense? </p>
<p>The next box you are going to write in &#8220;App UI&#8221; for &#8220;application user interface&#8221;.  For Windows apps this will be the delivery mechanism will be XenApp.  So from here you can either be &#8220;virtualized&#8221; on the server or streamed to the client and virtualized there for mobile and offline users.  For the web applications your delivery mechanism needs to ensure that the applications are optimized for best perfomance, security, and efficiency.  This delivery mechanism would be NetScaler.  You can better illustrate that concept by drawing a line across the App UI box and on the top of the line writing Win and on the bottom writing Web.</p>
<p>The next box you will label Desktop.  Here is where I love explaining the beauty of Provisioning Server, XenDesktop, and XenServer.  The whole goal here is to separate the delivery of applications and desktops.  By just moving the desktops into the datacenter with all of its application hard-coded in we don&#8217;t solve any problems.  My best practice way to do this is to deliver a pristine XP or Vista desktop and then delivery the applications into that desktop from separate application delivery controllers.  You benefit from two things here: </p>
<ol>
<li>you eliminate compatibility problems</li>
<li>you create a more stable, high performance environment</li>
</ol>
<p>Finally you will draw an arrow to a box labeled &#8220;PC&#8221; next to the user icon on the previous drawing.  This now illustrates the &#8220;delivery network&#8221; that will be optimized to deliver apps and desktops to any user around the world in the most efficient manner possible.</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/delivery_second-picture.jpg"><img class="alignnone size-medium wp-image-111" src="http://c1tr1xguru.wordpress.com/files/2008/05/delivery_second-picture.jpg?w=300" alt="" width="300" height="115" /></a></p>
<p>The next thing here is to talk about management and &#8220;orchestration&#8221; of workflows with the necessary tools.  The tool to create those workflows is the Citrix Workflow Studio that I highlighted in an earlier post.  Integrating the individual management consoles for the different components of this type of solution with what you might already have in place from HP, IBM, Microsoft, etc.  You can illustrate that by adding the already existing picture you drew like this:</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/delivery_third-picture.jpg"><img class="alignnone size-medium wp-image-112" src="http://c1tr1xguru.wordpress.com/files/2008/05/delivery_third-picture.jpg?w=300" alt="" width="300" height="116" /></a></p>
<p> Citrix Workflow Studio will allow you to &#8220;orchestrate&#8221; communications between all the different Citrix products more easily and will make it easier to integrate into your exisitng systems management solutions.</p>
<p>So now you have made your case and management has bought in.  You now need the next steps.  The next steps involve what I like to call a &#8220;design discovery&#8221;.  You could also call this an Infrastructure Assessment.  Your local partner should be able to help you with this or you can engage <a title="Citrix Consulting Services" href="http://www.citrix.com/English/SS/supportThird.asp?slID=4758&#38;tlID=23659" target="_blank">Citrix Consulting Services</a> to do this for you.  Why do you want to do an assessment?  This gives you a chance to understand the strengths of your current application delivery environment, the risks and opportunities inherent in your current application delivery approach, how your company strategic goals map to a new approach to application delivery and to roadmap the delivery of applications for both the short-term and the long-term.</p>
<p>I hope this has helped you better formulate a way to get more buy-in from management to expand or implement an application delivery infrastructure.</p>
<p>Let me know your thoughts.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[A conversation about Application Delivery: Part One]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/13/a-conversation-about-application-delivery-part-one/</link>
<pubDate>Mon, 12 May 2008 21:55:45 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/13/a-conversation-about-application-delivery-part-one/</guid>
<description><![CDATA[First, let me preface this post by saying that I despise Powerpoint.  Not that I&#8217;m against Off]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First, let me preface this post by saying that I despise Powerpoint.  Not that I&#8217;m against Office, just Powerpoint for presentations. Why? they aren&#8217;t engaging, no one remembers more than 20% of the information in those anyway, and if I just wanted them to read something I would have sent an email.  I work to engage people in an interactive dialog when I talk about application delivery and virtualization.</p>
<p>I want to share with you the kind of <em><strong>conversations</strong></em> that I have at every initial meeting with potential clients and even clients that already have an application delivery infrastructure.    The reason for doing this is to help you to build your case to your management team for expanding Citrix Application Delivery in your environments sans Powerpoint like I do when I&#8217;m in front of a client.  I&#8217;m a big fan of using pictures to share my ideas, thoughts, and to solve problems and I&#8217;m going to share with you how I do that for application delivery and virtualization.  Check out one of the greatest books on this subject by <a title="The Back of the Napkin website" href="http://thebackofthenapkin.com/" target="_blank">Dan Roam</a>.</p>
<p>I have many versions of my whiteboard conversation depending on the level of meeting I&#8217;m having (CIO, Network Architect, Desktop Operations, etc) but they all start pretty much the same way, <strong>I ask questions</strong>.  Before I stand up to draw anything I&#8217;m asking questions around priorities, challenges with apps not meeting metrics, etc.  Now I would expect that since you are on the inside of your organization you wouldn&#8217;t have to do as much discovery as I do, so build upon what you know and do your due diligence.</p>
<p>I&#8217;m going to start at the beginning of my whiteboard so for those of you who don&#8217;t have an application delivery infrastructure you can see how you get started.  For those of you who have an application delivery infrastructure and you want to expand it, this will show you where to start and go from there.</p>
<p> The one thing that is true and constant in today&#8217;s environments is that business runs on applications.  When access to or perfomance of applications is compromised, top and bottom line results are affected.  We know that for our companies to be successful, we must ensure that the business&#8217;s applications are accessibile, reliable, secure and fast.  This is where I draw an easy picture:</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/first-drawing.jpg"><img class="alignnone size-medium wp-image-99" src="http://c1tr1xguru.wordpress.com/files/2008/05/first-drawing.jpg?w=139" alt="" width="139" height="132" /></a></p>
<p> As we all know our companies are facing some pretty strong forces that are separating users and applications.  These forces are dynamic and very volatile.  They increase the challenge of ensuring users can use the applicatios they need when they need them.  Then I draw this picture:</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/second-drawing-without-bullets.jpg"><img class="alignnone size-medium wp-image-101" src="http://c1tr1xguru.wordpress.com/files/2008/05/second-drawing-without-bullets.jpg?w=278" alt="" width="278" height="121" /></a></p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/second-drawing-with-bullets.jpg"></a></p>
<p>So what are those forces that are driving users and applications apart?  They range on the user side from globalization to e-commerce and on the application side from consolidation to new application types like .NET/Web 2.0/Java etc.</p>
<p>The way we have built infrastructures in the past are no longer viable models today.  They are too rigid and don&#8217;t adapt well to rapid-fire changes in the business world.  One common experience among the majority of clients I talk to is that when they want to make applications available to end users they encounter multiple levels of complexity.  To get the application rolled out they have to engage the server group (who are worried about power and datacenter space), the network group (who are always thinking about bandwidth and traffic), the security group (who are always thinking about the risks and the vulnerabilities), the systems management group (who try to make it all fit together), and finally the desktop group (who is ultimately responsible for supporting the clients).  This is what we call &#8220;distributed computing&#8221;.  This siloed approach is easy to organize people by their technical disciplines, but it seriously makes things harder to get done in today&#8217;s fast moving world.  So while I explain that last piece I draw this picture:</p>
<p><a href="http://c1tr1xguru.files.wordpress.com/2008/05/distributed-computing_silos-picture.jpg"><img class="alignnone size-medium wp-image-103" src="http://c1tr1xguru.wordpress.com/files/2008/05/distributed-computing_silos-picture.jpg?w=300" alt="" width="300" height="109" /></a><a href="http://c1tr1xguru.files.wordpress.com/2008/05/distributed-computing_silos-picture.jpg"></a></p>
<p>So as you can see by the line labled &#8220;silos&#8221; through the Servers box, this is what we are talking about above.  An unintended consequence of incremental investment in these fucntional silos is that your infrastructure becomes too hard to change.  What you have then is an infrastructure that lacks scalability and it&#8217;s inflexible.  It is also costly to implement and maintain and finally changes to this kind of infrastructure or the applications can cause unplanned consequences in this now weak environment.  In the end, you might have solved the issue at that point in time, but your infrastructure is still so rigid that it can&#8217;t change fast enough to meet the business needs.  I can tell you from first hand experience that trying to optimize every silo I outlined earlier will never increase your company&#8217;s agility.  As you can see I have a down arrow drawn and labeled it Agility and I have an up arrow that is labeled TCO.  That TCO number represents per user costs.  Making changes in the current environment requires additional investment.</p>
<p>Ok, so I showed you where the majority of folks are at, now you have to visualize how to pictorialize your environment in as simple pictures as possible.  In the next post I&#8217;ll show you how to take this part to your management and really &#8220;sell&#8221; the idea of application delivery to them and the rest of your company.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[XenApp Communication Ports]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/12/xenapp-communication-ports/</link>
<pubDate>Mon, 12 May 2008 03:18:20 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/12/xenapp-communication-ports/</guid>
<description><![CDATA[Thank you Vinny Sosa and thank you to Gus Pinto for bringing this post back into the light.  I was j]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Thank you <a title="Vinny Sosa's Citrix blog" href="http://community.citrix.com/blogs/citrite/elvins" target="_blank">Vinny Sosa</a> and thank you to <a title="Gus Pinto's blog" href="http://community.citrix.com/blogs/citrite/gusp/" target="_blank">Gus Pinto</a> for bringing this post back into the light.  I was just working with a client where having this information at quick glance would have been very beneficial.  I&#8217;m putting this on a sheet and laminating it.</p>
<p><strong>Application Performance Monitoring (powered by Citrix EdgeSight)</strong></p>
<ul>
<li>EdgeSight Agent to Edgesight Server &#8211; TCP 80/443 (Payload and alerts)</li>
<li>EdgeSight Web console (non-IMA) to RSCorSvc on EdgeSight Agent &#8211; TCP 9035</li>
<li>EdgeSight Agent internal communication &#8211; TCP 9036 (client-side database)</li>
<li>EdgeSight database &#8211; SQL 1433 (configurable)</li>
</ul>
<p><strong>Client-side Application Virtualization -</strong></p>
<ul>
<li>Streaming Client to Application Hub (File Server/Share) &#8211; SMB 445</li>
</ul>
<p><strong>EasyCall</strong></p>
<ul>
<li>To client &#8211; HTTP(S)-TCP 8443 (PSync)</li>
<li>To Admin console (non-IMA) &#8211; TCP 443</li>
<li>To LDAP Directory- TCP 389</li>
<li>To PBX &#8211; port varies by vendor</li>
</ul>
<p><strong>Independent Management Architecture (IMA) Services</strong> &#8211; TCP 2512, 2513</p>
<p><strong>Licensing Service</strong> &#8211; TCP 27000, 27009 (configurable)</p>
<p><strong>Server-side Application Virtualization</strong></p>
<ul>
<li>Management Console (Using IMA) &#8211; TCP 2512, 2513</li>
<li>Application requests &#8211; TCP XML 80, 8080 or 443 (configurable)</li>
<li>Access to Applications Virtualized on the Server &#8211; ICA-TCP 1494, 2598 (Session Reliability)</li>
</ul>
<p><strong>Single Sign-on (powered by Citrix Password Manager)</strong></p>
<ul>
<li>Management Console (non-IMA) or Agent to Password Manager Service &#8211; TCP-443</li>
<li>Management Console (non-IMA), Agent or Service to credential store
<ul>
<li>Network File Share Credential Store &#8211; TCP/UDP 445 (CIFS) or TCP/UDP 135-139 (NetBIOS)</li>
<li>Active Directory Credential Store &#8211; TCP/UDP &#8211; 389, 636, TCP &#8211; 3268, 3269</li>
<li>Novell File Share Credential Store &#8211; TCP/UDP &#8211; 524  </li>
</ul>
</li>
</ul>
<p><strong>SmartAccess (powered by Citrix Access Gateway)</strong></p>
<ul>
<li>Standard and Advanced Edition
<ul>
<li>Client connections- TCP-SSL 443 (configurable)</li>
<li>Advanced Access Control (AAC) to Appliance communication &#8211; TCP 80 or 443 (configurable), 9001, 9002, 9005</li>
<li>Management Console
<ul>
<li>to Appliance (non-IMA) &#8211; 9001, 9002, 9005</li>
<li>to AAC &#8211; IMA-TCP-2513</li>
<li>Enterprise Edition</li>
<li>To client &#8211; SSL-TCP 443</li>
<li>To internal network &#8211; SSL-TCP 443, Native Authentication port (i.e. RADIUS 1812, LDAP 389), Native application ports (i.e. ICA-1494)</li>
<li>Management console (non-IMA) &#8211; SSH-TCP 22, HTTP(S)-TCP 80/443</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>SmartAuditor</strong></p>
<ul>
<li>Management (non-IMA) &#8211; Use local console on Agent or on Server.</li>
<li>Agent to Broker (Recording and Policy Check) &#8211; TCP 80/443 (configurable)</li>
<li>Player to Broker &#8211; TCP 80/443 (configurable)</li>
<li>Agent to Server (Metadata and Video)- Microsoft Message Queuing,
<ul>
<li>Default &#8211; TCP: 1801; RPC: 135, 2101*, 2103*, 2105*; UDP: 3527, 1801 (*These port numbers may be incremented by 11 if the initia choice of RPC port is being used when Message Queuing initializes. A connecting QM queries port 135 to discover the 2xxx ports.)</li>
<li>Over SSL- TCP 80,443</li>
</ul>
</li>
</ul>
<p><strong>WAN Optimizer -Guidance provided was to get it from Admin Guide</strong></p>
<ul>
<li>Appliance to Appliance &#8211; Pass-through native application port (e.g. ICA-1494, HTTP-80, LDAP-389)</li>
<li>Management Console (non-IMA) &#8211; TCP 80</li>
<li>Client to Appliance &#8211; TCP 443</li>
</ul>
<p><strong>Web Interface</strong></p>
<ul>
<li>Client connections &#8211; TCP 80/443 (configurable)</li>
<li>Server-to-server &#8211; TCP XML 80/8080, 443 (using SSL Relay)</li>
</ul>
<p>Management console (partially IMA) &#8211; DCOM 135 (+ configurable high port range), IMA-TCP 2513, TCP 80/443</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Are you a revolutionary in your company?  Part Two]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/09/are-you-a-revolutionary-in-your-company-part-two/</link>
<pubDate>Thu, 08 May 2008 23:05:00 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/09/are-you-a-revolutionary-in-your-company-part-two/</guid>
<description><![CDATA[&#8220;These are the times that try men&#8217;s souls.  The summer soldier and the sunshine patriot ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#8220;These are the times that try men&#8217;s souls.  The summer soldier and the sunshine patriot will, in this crisis, shrink from the service of their country; but he that stands by it now, deserves the love and thanks of man and woman.&#8221;  Like I said in the last post on this topic, I&#8217;m a history buff and this is what George Washington ordered to have read to his men at Valley Forge on Christmas Eve, shortly before crossing the Delaware.  These are Thomas Paine&#8217;s words and again like I stated previously his most famous work, <em>Common Sense</em> was the manifesto for the American Revolution.</p>
<p>In order to build your revolution for bringing application delivery and virtualization into a business transforming strategy you too need to write a &#8220;manifesto&#8221;/proposal.  It&#8217;s not enough to just have a Point of View; you have to be able to pass it on, to be contagious and infect others with your ideas.</p>
<p>This &#8220;manifesto&#8221;/proposal should do the following:</p>
<ul>
<li>demonstrate the inevitability of the business and technology shift &#8211; here&#8217;s why it is right, right now.</li>
<li>speak to timeless business needs &#8211; here&#8217;s why you should care.</li>
<li>draw clear implications for action &#8211; here&#8217;s where to start.</li>
<li>gain support &#8211; here&#8217;s how you can contribute</li>
</ul>
<p>Every single day I&#8217;m sure you hear people inside your organizations who complain and moan about what the company <em>should</em> be doing.  But I will guarantee that the number of people that actually ever take the trouble to write a well-reasoned &#8221;call to arms&#8221; is extremely low.</p>
<p>As I stated above you need to treat your efforts and your &#8220;manifesto&#8221;/proposal as a virus.  What I mean is, what can you do to make it even more infectious?  Here is what I did for my efforts inside HP.</p>
<ul>
<li>I looked for what my mentor called &#8220;data mines&#8221;.  What he meant was things that will &#8220;explode&#8221; when they are read.  I looked for the hard facts that challenged ingrained mindsets and created urgency.  I won&#8217;t share intimate details here but suffice it to say there was a very large number of disparate environents around the world that were setup and licensed costing the company hundreds of thousands of dollars.  When I added this little &#8220;data mine&#8221; in the &#8220;manifesto&#8221;/proposal, I got a response.</li>
<li>Stay constructive.  Don&#8217;t criticize. Don&#8217;t rehearse past failures.  Don&#8217;t look for culprits.  I was very honest in that these disparate environments that were put up for whatever reason were done out of desparation.  There was no formal process or procedure in place that would allow them to do what they needed to do.  I stated that this had to end and this is why.</li>
<li>Next I provided broad recommendations, but I made sure not to argue for a single, do-or-die course of action.  This is my suggestion to you, remember that you are launching a campaign that will need to go forward on several fronts.  Stay flexible.</li>
<li>Keep your &#8220;manifesto&#8221;/proposal short.  My &#8220;manifesto&#8221;/proposal was 4 pages.  A 60-page whitepaper isn&#8217;t a &#8220;manifesto&#8221;, it&#8217;s a consultant&#8217;s report, and it will NEVER EVER get read.  My 4-page document was passed around so many times it was like the piece of cartoon baggage with all the stickers on it.  I had a distribution list in an email so long that I had to scroll for 3 or 4 seconds to get to the last person&#8217;s name.</li>
<li>My &#8220;manifesto&#8221;/proposal was opportunity focused.  Yours should be the same.  It&#8217;s more likely to get read and passed around if it focuses on the upside rather than the downside.  Ask yourself, &#8220;where the big win?&#8221;  I showed management what the ultimate architecture would look like, how it would work, how much it would save in real dollars and in time saved in the way that applications were being delivered at the time.</li>
</ul>
<p>Another guarantee that I&#8217;ll make you; you will hear dozens of reasons for <em>not</em> doing something.  I can tell you also, from firsthand experience, when timid, backward-looking people go scrambling for an escape hatch, BOLT IT SHUT.  This will happen so be prepared.  Here are some of the things that were thrown around during my efforts:</p>
<ul>
<li><em>We don&#8217;t have the skills to do this</em> My bolt in the door was, &#8220;we can get them and here is how we do it&#8221;.</li>
<li><em>We don&#8217;t have the bandwidth to deal with this right now</em>.  My bolt in the door, was &#8220;we have no choice.  Here&#8217;s what we should stop doing.&#8221;</li>
</ul>
<p>I had to build a case for my intellectual authority in this endeavor and you will have to as well.  The depth of my analysis and the quality of my thinking, along with the clarity of my reasoning had to come out on every page of my &#8220;manifesto&#8221;/proposal.  I also had to make sure that it was in the best interests of the organization.  You need to be sure that your &#8220;manifesto&#8221;/proposal does not contain anything that would suggest your motivation is selfish.  Even though you are passionate about the technology you need to make sure that you don&#8217;t come across as some &#8220;product champion&#8221; trying to get your widget built, or some corporate wonk trying feverishly to defend a budget.  When it comes to making you into a revolutionary you can&#8217;t afford to be sectarian or narrow-minded if you want to change the way your organization thinks and does things.</p>
<p>Here&#8217;s another little history lesson to help you see my point on this.  Martin Luther King spoke for African-Americans, but he called upon all Americans to embrace justice and equality.  Unlike Malcolm X, Martin Luther King was inclusive rather than exclusive.  He understood that America could never live up to its promise if it relegated some to a permanent state of despair.</p>
<p>In the next post in this series I&#8217;ll delve into the reasons why you need to build a coalition.  Even chairmen have to seduce, convince, and cajole to get things done and so will you.</p>
<p>Read &#8220;Are you a revolutionary in your company? Part One&#8221; <a title="Are you a revolutionary in your company? Part One" href="http://c1tr1xguru.wordpress.com/2008/05/01/are_you_a_revolutionary_in_your_company_partone/" target="_blank">here</a>.</p>
<p> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mark B. Templeton, President and CEO, Citrix (Interop Las Vegas 2008)]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/06/mark-b-templeton-president-and-ceo-citrix-interop-las-vegas-2008/</link>
<pubDate>Mon, 05 May 2008 22:24:32 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/06/mark-b-templeton-president-and-ceo-citrix-interop-las-vegas-2008/</guid>
<description><![CDATA[Here is a great video from Mark Templeton, President and CEO, Citrix, where he discusses how Citrix ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here is a great video from Mark Templeton, President and CEO, Citrix, where he discusses how Citrix has moved its business in new directions. </p>
<p>Check it our <a title="Mark Templeton keynote at Interop 2008" href="http://www.interop.com/lasvegas/archive/videos/playvideo/index.php?vid=interoplv08-templeton" target="_blank">here</a>. </p>
<p> </p>
<p> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Are you a revolutionary in your company?  Part One]]></title>
<link>http://c1tr1xguru.wordpress.com/2008/05/01/are_you_a_revolutionary_in_your_company_partone/</link>
<pubDate>Thu, 01 May 2008 14:30:19 +0000</pubDate>
<dc:creator>Michael Keen</dc:creator>
<guid>http://c1tr1xguru.wordpress.com/2008/05/01/are_you_a_revolutionary_in_your_company_partone/</guid>
<description><![CDATA[During my recent keynote presentation at the Association of Information Technology Professionals, I ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>During my recent keynote presentation at the Association of Information Technology Professionals, I spoke about how to develop a strategy around virtualization and application delivery. I said, &#8220;I&#8217;m sure we can all agree that we work in a new world of business and IT. Things are changing so fast that the old, decrepit business models that most companies still have in place are struggling to adapt. The folks in IT that work in the technologies like virtualization (and I use that term very broadly) and application delivery are the people that are the seers of the future, but yet we sometimes feel isolated and impotent.&#8221; To expound upon that statement I can safely say that most of the folks I spoke to don&#8217;t know where to begin in building a movement to bring what we know to be solid technology and a true enabler of business agility to a wider audience. I&#8217;m going to share some thoughts and insight from my experiences of being a revolutionary and a visionary.</p>
<p>I stated that &#8220;virtualization&#8221; technologies are a radical departure from the way things were done in the past and a very disruptive set of technologies. Change is something that most fear, for many diverse reasons. We&#8217;ve all heard many every senior executives claim to &#8220;embrace change&#8221; and every CEO has preached that &#8220;change is the only constant&#8221;. So why is it so hard for us to get the attention needed to make virtualization and application delivery the de facto standards and the leading strategies to accomplish the business&#8217;s goals?</p>
<p>The first step here is to have a &#8220;point of view&#8221; or POV. By having a very well articulated POV you can argue against any precedent. During my days at HP I created the POV that Citrix was the technology that could be used to centralize application delivery and control runaway costs. My point of view was considered &#8220;rogue&#8221; at times, but it was a beacon of sorts, something that gained support and allegiance from the highest levels of management.</p>
<p>I learned early on from my mentor that a POV needs to meet four criteria: it must be credible, coherent, compelling and commercial. To be credible it must be based upon hard and fast data. I had very high aspirations for my viewpoint, but it needed a true foundation in fact. My ‘flag waving and strong rhetoric wasn&#8217;t enough. I had to dig deep and wade into an ocean of data. I spent six months with Citrix Customer Care gathering data on licensing costs and just as much time analyzing the environments around the world that were setup for 10, 20, or 30 users. I was building a strong understanding of what was going on inside the company that no one else had paid attention to.</p>
<p>Your POV must be &#8220;coherent&#8221;. The pieces of your point must fit together and be mutually reinforcing. As I stated in the previous paragraph, I was considered rogue for a while, and this is where my point of view was being dissected from the management perspective. They were looking for any and every inconsistency in my story. Here is where my mentor told me, &#8220;logic lapses are not allowed Michael, you don&#8217;t need to have perfect clarity, but there is no place for muddied thinking.&#8221; That has stood out in my head for the past 4 years. I can tell you that you will not get a second chance to make that impression to management and passion is no substitute for a coherent point of view.</p>
<p>As much as I would like to stick to &#8220;just the facts ma&#8217;am&#8221;, I had to also garner more support from my peers and superiors, to do that I had to speak to their hearts as well as their intellect. I was ready to share with anyone why my cause would make a difference in the way the company would conduct business, make application rollouts more efficient, and save a large amount of money over time. I made my point into a story of what happens if we don&#8217;t alter the way that we deliver applications, build out infrastructures and license these environments.</p>
<p>So I pose to you this question, &#8220;what makes your POV truly worthwhile?&#8221; If you want your company to do something, your POV must be commercial as well as compelling. If you can&#8217;t describe how it will save costs, increase productivity, etc you won&#8217;t get far.</p>
<p>I can tell you from experience that you will lose many battles in the process of winning the war. Don&#8217;t get discouraged or lose faith. Your POV will sustain you and provide a sense of courage from which to draw upon. My mentor told me that, &#8220;if you are going to fish, use a big hook. Setbacks are inevitable. Just know that you have a good cause &#8211; one that is in tune with what is going on in the industry and is inherently worthwhile, and more importantly will help your company stay relevant in the &#8220;age of revolution.&#8221;</p>
<p>In my next post, I&#8217;ll cover the next step which is to write your own manifesto. I&#8217;m not talking anything like Lenin, but something that will infect others with your ideas. I&#8217;m a history buff and one person that comes to mind that personifies what I&#8217;m trying to say here is Thomas Paine. Paine&#8217;s most famous work, Common Sense was the manifesto for the American Revolution. You need to be like Thomas Paine and write your own manifesto. It doesn&#8217;t have to be long, but it has to be contagious. Stay tuned for the next post in this series.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
