• Windows Server

    Locate the Citrix Datastore

    There are times in a Citrix environment where you might have servers pointing to different data stores. You then might get confused about what box is pointing to what datastore location. To find out, open Powershell on the Citrix server and run the following command: cat "c:\program files\citrix\independent mananagement architecture\nf20.dsn"

  • Windows Server

    Force Citrix XenApp Uninstalls

    At some point in your Citrix experience, you may decide that you need to uninstall and reinstall Xen App or Presentation Server. If and when this happens you will likely need to force the uninstall. Luckily, the mps.msi comes with an operator to CTX_MF_FORCE_SUBSYSTEM_UNINSTALL which can be set to use, rather than hunting through the registry and manually removing entries there. You run the msi through msiexec, as follows: msiexec /x mps.msi /L*v c:\ctxuninstall.log CTX_MF_FORCE_SUBSYSTEM_UNINSTALL=Yes Once uninstalled, you can install anew.

  • Windows Server

    Ports to Open When Doing Citrix Deployments

    When deploying XenApp, there are a few ports that typically need to be open for the solution to work properly. The most common of these are 1603 and 1604, but you may also need to open 1494 and 2598 as well. And of course, 443 and 80 if you’re doing web stuff. So here’s the list and what they do: Admin: 135 Access Gateway Deployment: 443 App Streaming: 445 Citrix ICA thin client protocol: 1494 Citrix ICAbrowser: 1604 Independent Management Architecture: 2512 Management Console: 2513 Citrix Session Reliability Service: 2598 There are also a number of ports that communicate back into your infrastructure, such as LDAP (can be a RODC),…

  • Business

    Citrix and XenSource

    I originally posted this at http://www.318.com/TechJournal It seems like everyone wants to dabble in the Open Source market these days. First came the RedHat, VA Linux and other public companies using Open Source technologies to ramp up. Then IT giants such as Novell, Sun and Apple started to come to markets with products faster due to their newfound Open Source roots. Now a lot of other companies are jumping on the bandwagon and introducing products based on Open Source technologies or purchasing other companies to help them do so quickly. Citrix has purchased XenSource, a company that provided virtualization products based on the Xen Open Source virtualization platform. XenSource is…