Posts

Showing posts from 2015

enable TLS 1.2 and disabling TLS1.0 and SSL 3 on all exchange servers and Clients

Image
1)       Table depicting support for various SSL/TLS versions on different Windows OS   2)       SMTP – key piece of Exchange server infrastructure – support for TLS 1.1 and 1.2 were added in Exchange Server 2013 CU8 and Exchange Server 2010 SP3 RU9. This means if you want to add support for the latest ciphers and TLS versions, you may need to apply an update. 3)        Disable SSL  3.0 on all windows exchange servers Steps to disable support for the SSL 3.0 protocol on Windows by following these steps: ·          Click Start, click Run, type regedt32 or type regedit, and then click OK. ·          In Registry Editor, locate the following registry key: ·          HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server ·          Note If the complete registry key path does not exist, you can create it by expanding the available keys and using the New -> Key opti

Citrix Certification

Image
Virtualization certifications focus on the design, deployment, and management of XenDesktop 7 solutions. Comprehensive requirements provide a streamlined, efficient path for validating your skills

AD Commands

To get List of domain controllers netdom query DC to get FSMO roles netdom query fsmo

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

vSphere 6.0 new features

VMware vSphere 6  exciting new features that have just been announced so here is a list broken down by area. vSphere Platform (including ESXi) §  Increase in vSphere Host Configuration Maximums §  480 Physical CPUs per Host §  Up to 12 TB of Physical Memory §  Up to 1000 VMs per Host §  Up to 6000 VMs per Cluster §   Virtual Hardware v11 §  128 vCPUs per VM §  4 TB RAM per VM §  Hot-add RAM now vNUMA aware §  Serial and parallel port enhancements §  A virtual machine can now have a maximum of 32 serial ports §  Serial and parallel ports can now be removed §  ESXi Account & Password Management §   New ESXCLI commands to add/modify/remove local user accounts §  Configurable account lockout policies §  Password complexity setting via VIM API & vCenter Host Advanced System Settings §  Improved Auditability of ESXi Admin Actions §  Prior to vSphere 6.0, actions taken through vCenter by any user would show up as ‘vpxuser’ in ESXi logs. §   In

VMware vRealize Products Names

VMware vRealize Operations 6.0 -- A major update of the product formerly known as VMware vCenter Operations Management. The new vRealize Operation 6.0 has a re-platformed architecture that can deliver up to 8x greater scalability with unified management across vSphere and other domains. It also features operational analytics, smart alerts and problem detection capabilities that help identify complex issues and then recommend remediation or run automated tasks.  VMware vRealize Code Stream – This is an all new member of the vRealize Suite that is designed to enable DevOps teams to deliver frequent and reliable software releases. vRealize Code Stream is a continuous delivery solution that helps IT better support agile development. It will provide a single dashboard to provide end-to-end visibility of the entire release process across Dev and Ops teams.  VMware vRealize Automation 6.2 -- Formerly VMware vCloud Automation Center, the new vRealize Automation provides infrastructur

VMware 5.5 FT Features

The following Table give the maximum configuration of resources which can be used for VMs Fault Tolerance maximums Virtual disks   16 Virtual CPUs per virtual machine    1 RAM per FT VM   64GB Virtual machines per host    4 To check if your infrastructure can support FT or not, please download the tool from the following location and test https://www.vmware.com/support/shared_utilities Following are FT Requirements and Limitations 1. FT protected virtual machine should be running on the supported Guest operating system 2. FT protected virtual machine’s guest operating system and processor combination must be supported by Fault Tolerance. 3. Physical RDM is not supported for FT protected virtual machines but virtual mode RDM is supported 4. FT protected virtual machine should have eagerzeroed Thick disks. Virtual machine with thin provisioned disk will be automatically converted to thick disk, while enabling FT f

Free Citrix XenApp 7.6 training

please visit following site for free Xenapp 7.6 training videos http://xenapptraining.com/citrix-xenapp-7-6

Citrix Acquires Sanbolic

Citrix has acquired Sanbolic. for more details, please refer to below link http://www.citrix.com/news/announcements/jan-2015/citrix-acquires-sanbolic.html

Automated Visio Document software

A great software to create visio diagram for prepare documents for 65$ click to buy

Ideal solution for internet cafe/SMB to reduce cost

NComputing solution is the right fit for virtualization for internet cafe to reduce CAPEX and OPEX.  With the NComputing solution, each user has a separate keyboard, monitor and mouse which connect to a small access terminal. The terminal then connects via standard Ethernet to the host PC. The NComputing terminals are small, very low-cost, use very little electricity, and are easy to setup and manage. In addition, the units restrict the ability of users to connect external storage devices ensuring the highest levels of security. The NComputing solution is therefore the most effective and affordable solution for setting up an internet cafĂ©. The solution allows entrepreneurs save on hardware acquisition, maintenance and electricity costs and still be able to give the best user experience to his/her customers. For any professional implementation or any support please leave comments 

Windows 10 Download

Download windows 10 preview version ISO from the following link  http://windows.microsoft.com/en-au/windows/preview-iso System Requirements Processor: 1 gigahertz (GHz) or faster RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit) Free hard disk space: 16 GB Graphics card: Microsoft DirectX 9 graphics device with WDDM driver

How to Enable Connect Leasing in Citrix Through Group Policy

Download adm template -- credit to Andrzej Golebiowski for creating adm template as citrix doesn't provide adm Templates Link to download adm template https://drive.google.com/file/d/0B3ybcgimyNgIa2dKWWNyeFMyNFU/view?usp=sharing Steps: Download adm template and add it to Group Policy editor under Computer Configuration node. Verify if Connection Leasing settings are available in Classic Administrative Template folder Create a new policy and configure all requited settings Assign new policy to the OU containing XenApp ond/or XenDesktop server accounts On Delivery Controler refresh GPO – run command:   gpupdate /force Verify if configured settings were applied to HKLM\Software\Policies\Citrix\DesktopServer\ConnectionLeasing Delete all current lease files – run command:   Remove-BrokerLease  Restart Citrix Broker service Login to StoreFront and open any available application Verify if lease file with new settings has been created – run command:   Get-BrokerLease