Posts

Showing posts from March, 2015

Citrix Insight Services

Citrix Insight Services Citrix self support tool called CIS, formerly known as Tools-as-a Service (TaaS). Insight Services takes a XenServer status report, and analyses it to determine if there are any operational issues present in the deployment. A best practice is to upload a report after installing a XenServer host to determine if any issues are present which can result in latent performance or stability problems. CIS is used extensively by the Citrix support teams, but doesn't require a commercial support contract for end users link for the tool https://taas.citrix.com/AutoSupport/

How to Make StoreFront the Default Page within IIS

Image
Complete the following steps to make a Storefront Web Site the default page within the IIS site: 1.      Copy the following text in a Notepad: 2.      <script type="text/javascript"> 3.      <!-- 4.      window.location="/Citrix/StoreWeb"; 5.      // --> </script> Notes : - Replace /Citrix/StoreWeb to the correct path to your Store’s Web Site, if required. - For HTTPS connection, use “https://<SF-BaseURL>/Citrix/StoreWeb” instead of using the syntax “/Citrix/StoreWeb”. 6.       Select  File  >  Save As  and browse to the IIS folder, by default the C:\inetpub\wwwroot is the IIS folder. 7.       Select  Save as type  to  All types . 8.        Type a file name with an html extension, and select  Save . 9.      Open IIS Manager. 10.   Select the  SERVERNAME  node (top-level) and double-click  Default Document , as displayed in the following screen shot: 11.   Click  Add …, and type the file name of the .html

Remove Member server in Citrix XenApp 6.x

Image
To move a XenApp server from the farm or join the server to another farm, complete the following steps: 1.      Use  XenApp Server Configuration Tool  accessed through the  Server Role Manager . Note : In XenApp 6.0, the server manager is available from the  Start  >  Citrix . In XenApp 6.5 the server manager is accessed through  Administrative Tools  >  Citrix . 2.              Select  Edit Configuration . 3.              Select  Remove this server from the current farm . 4.              Alternatively, use the following command-line through  XenAppConfigConsole.exe . Both methods remove the server from the farm data store and from the lists of servers displayed in the consoles. XenAppConfigConsole.exe /ExecutionMode:Leave

XenServer 6.5 configuration limits

XenServer 6.5 configuration limits is described in the following link. grab a copy and make sure to design your VM as per limits xenserver conf limits

HP 3PAR storage Commands to troubleshoot performance issues

The quick reference guide below will help diagnose and rule out some common issues experienced in the 3PAR arrays.  CLI COMMAND – “STATVLUN” measures the round trip time of an IO as seen by the system. Running STATVLUN in the following order should lead to the resolution of a few performance issues: 1)      “statvlun –ni”   – The STATVLUN command without any switches will show the round trip time of IO on each path for exported Virtual Volumes. This is helpful to determine if there is a multipathing issue. The “-ni” flag will eliminate any inactive volumes. 2)      “statvlun –vvsum –ni –rw”   This will show you the round trip time of the IO to each volume with the paths condensed for consolidated reporting.  This is great to see an overall picture of what is going on The “-rw” flag will break the IO down into Reads & Writes. 3)      “statvlun –hostsum –ni –rw”   The output of this command will show you the round trip time of the IO organized to the host le