Our website use cookies to improve and personalise your experience and to display advertisements (if any). Our website may also include cookies from third parties like Google Adsense, Google Analytics, Youtube. By using the website, you consent to the use of cookies.

Blog

Issues with Ports on Windows Servers

I have come across a number of comments in forums about asking how to determine what software is using a particular port.  This query happens when you are trying to install software which fails due to a port being utilized already.  I came across the same query and remembered that I could do this using NETSTAT but couldn't remember the switches.  Well I found the information and thought I would share:- netstat -aon | findstr Eg: with port 443 If you kill the related process then the port will be become free. Note : Normally PID column will not be visible in…
Read More

Netbackup 7.5 – VMware Options short explained

For people who use Symantec Netbackup as their backup client of choice (as I do) and running a VMware environment you will find the following information useful. Here is a short information about the Option available in Netbackup for VMware. VMware Credentials in Netbackup: Click Media and Device Management > Credentials > Virtual Machine Servers. Click Actions > New > New Virtual Machine Server. On the Add Virtual Machine Server dialog, enter the name of a virtual machine server (vCenter server or ESX server). Note: The credentials for ESX or vSphere client are needed that Netbackup can create and access the virtual machine Snapshots. VMware backup…
Read More

SQL Server Performance

It is pretty important to make sure you set the Max Server memory setting for SQL Server 2005/2008 to something besides the default setting (which allows SQL Server to use as much memory as it wants, subject to signals from the operating system that it is under memory pressure). This is especially important with larger, busier systems that may be under memory pressure. This setting controls how much memory can be used by the SQL Server Buffer Pool.  If you don’t set an upper limit for this value, other parts of SQL Server, and the operating system can be starved…
Read More

VMware vSphere 5.5 what’s new

Now that VMworld 2013 is now over and a number of key product updates announced I thought it was worth highlighting some of enhancements and improvements that stretch across the entire stack with vSphere 5.5. As you can see from the summary below this release is a major step forward to VMware's strategic move toward the fully software defined data center. Flash Read Cache This completely new feature in vSphere 5.5 provides a mechanism for utilizing fast SSD as a Linux host swap cache or to provide improved read speed for a host virtual disk. To make use of this feature, you first have…
Read More

Register – VMware NOW – Live Launch Event

VMware NOW – Live Launch Event Date: August 26, 2013 Time: 9:00 AM PDT (5:00 PM GMT) On August 26, visit VMware NOW—your online destination for breaking news, live events, product announcements, and more. You will discover how VMware is empowering organizations like yours to innovate and thrive by virtualizing IT infrastructure, from the data center to the cloud to mobile devices. Register now to view this online event
Read More

Adding the ESX/ESXi host to an Active Directory domain fails with the error “Errors in Active Directory operations”

When adding a 4.1 ESX/ESXi host to an Active Directory domain it fails or whilst adding you receive an error "Errors in Active Directory operations". If you have netlogond enabled on the host, you can check to see if you have similar entries in the netlogond.log: 20100820075107:0xf7c74b90:DEBUG:[LWNetSrvGetCurrentDomain () /build/mts/release/bora-234910/likewise/esxi- esxi/src/linux/netlogon/server/api/lwnet-pstore.c:83] Error  at /build/mts/release/bora-234910/likewise/esxi- esxi/src/linux/netlogon/server/api/lwnet-pstore.c:83 [code: 136] The issue is more than likely down to TCP/UDP ports not open between the ESX/ESXi host and Active Directory server. Make sure you have the following TCP and UDP ports open:- Required (TCP and UDP) ports are Port 88  - Kerberos authentication Port 123 – NTP Port 135 - RPC Port 137 - NetBIOS Name Service Port…
Read More

Installing vSphere Client 5.1 fails

When installing the vSphere 5.1 client you may encounter the following error message "Failed to install hcmon", if you look at the vminst.log file (which is normally located in the %TEMP% area) you will notice the following:- After troubleshooting this issue I found that I required Microsoft .NET Framework 3.5.1 Service Pack 1 installed (or the feature wasn't turned on) before installing the client. Install Microsoft .NET Framework 3.5.1 Service Pack 1 Install the vSphere 5.1 client  
Read More

VMware OS Optimization Tool

The VMware OS Optimization Tool helps optimize Windows 7 desktops for use with VMware Horizon View.  The optimization tool includes customizable templates to enable or disable Windows system services and features, per VMware recommendations and best practices, across multiple systems.  Since most Windows system services are enabled by default, the optimization tool can be used to easily disable unnecessary services and features to improve performance. You can perform the following actions using the VMware OS Optimization Tool: Analyze Optimize Viewing History Managing Template Also included is the Remote OS Optimization Tool, which uses the same functionality as the Optimization Tool,…
Read More