Installing VMware ESXi 5.1
My Notes I’ve had to install ESXi 5.1 for one of our clients. I’m sure everyone has installed ESXi and it’s really easy. Thought I’d post for newbies out there who are still fresh and starting out in...
View ArticleESXi 5.1 Best Practices
My Notes I’ve copied and pasted the following from one of the pub documentation from VMware. It’s something I’ve stumbled across and thought I’d share this to everyone – ENJOY!...
View ArticlePoor Performance & High Disk Latency
Usually the issue with poorly performed VMs that do not have enough IOPS and IOPS available is less than 30. Best practice per VM you need is: Good IOPS = 30 IOPS per VM Disk RPM / IOPS available 7,200...
View ArticlevSphere 5 Troubleshoot & Enhance Performance
I’ve compiled a list of things together from VMware Documentation however the suggestions in this section are not meant to be a comprehensive guide to diagnosing and troubleshooting problems in the...
View ArticleTroubleshooting ESXi 5 VM Performance Issues
I’ve come across with multiple VM issues regarding CPU – and I’ve found and read on how to troubleshoot a performance problem within the guest VM. Here is the link -...
View ArticleVMware Multipathing Configuration for iSCSI Port Binding
For those who want to learn how to iSCSI port bind (multipathing) in VMware 4 to 5, and also to verify the configuration, I’ve found a good guide:...
View ArticleVirtual Machine Assigned NIC
If you ever want to know which NIC is assigned to which VM in ESXi, you will need to run the esxtop command. I wont go into details, but here is the link....
View ArticleDisk Benchmark Software
Hi Techies I’ve come across a pretty cool site where it tells you what disk benchmark software to measure disk performance and IOPS. Whether you have an old disk of ATA or new disk SSD, you can measure...
View ArticleHow to install HP Branded SBS2011 on HyperV
Just to sum this up quickly, you will need to do the following on the HyperV box. 1. Insert HP SBS 2011 DVD 2. Goto D:\Sources\$oem$\$$\System32 3. Run as Administrator HPActive.cmd 4. Finished You now...
View ArticlevSphere ESXi 5.5 SSO Permission Issue
If you have installed ESXi 5.5 and you’re not able to login using your domain account and able to login using the administrator@vsphere.local account then see below fix: 1. Login to Web Client as...
View ArticleVmware ESXi 5.1 descriptor file is missing
If your environment recently had an outage (or shutdown unexpectedly or ungracefully), or had snapshots for whatever reason (eg. testing, and making alot of changes), then there’s a small chance that...
View ArticleConvert Physical Servers to HyperV VM
Hi Guys Previously to convert a physical server, you need to use a 3rd party software, however quite recently I found there’s a free product out there that can convert any physical servers to hyperv!...
View ArticleCombine VMware Licenses into One
Hey All If you had multiple ESXi licenses and not able to use it within vCenter, because your host has 2 or more CPUs – to get it working all you need to do is to combine your licenses into one...
View ArticleDefault Printer Not Retaining?
Wonder everytime you set your printer to default and its not retaining on log on and restart? You will need to remove a registry entry to fix this problem. Load REGEDIT Goto the following:...
View ArticleCheck Public Folders Permissions
Here is the code to check what permissions the public folders have: Get-PublicFolder -Recurse | Get-PublicFolderClientPermission | Select Identity, User, AccessRights
View ArticleMigrate DHCP Server with Powershell
You can only migrate DHCP using powershell on Server 2012 R2 and above, anything below will require manual process without causing too much issues during the migration. Here is the command. Export DHCP...
View ArticleGhosted/Zombie Printers
When you remove a printer, the printer keeps returning, then it needs to be removed off the registry. HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print\Providers GO through and delete...
View ArticleAdd permission to Public Folder recursively with PowerShell
Connect to Exchange Online PowerShell $Cred = Get-Credential Connect-MSOLService -Credential $Cred $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri...
View Article