In this case I was unable to connect to ILO3 on HP DL 380 G7 with Internet Explorer 11 from Windows 8.1 client workstation. ILO Firmware version was 1.20. Starting from Windows 8.1 and Internet Explorer 11 all TLS protocols are enabled and supported by default: ILO was not failing back to lower version of TLS if TLS […]
After reading number of blog and days of internet search, the solution worked for me. The kernel will keep looping some very simple tasks, e.g. getting the date, therefore ‘consuming’ (with the highest priority) the majority of the CPU in a bid to cool the system down. The solution mentions on other blog about removing ACPI_SMC_PlatformPlugin.kext, […]
Screen It’s not actually necessary to download an install extra software, as you can use the Mac OS X built in Terminal and screen. Screen lacks some features, but it does include VT100/ANSI terminal emulation, and can be extremely useful. Open an OS X terminal session (window) Find the right TTY device. Type: ls /dev/cu.* […]
When setting up a VPN, you can run into problems with VPN pass through. If you are using a Virgin Media SuperHub you have the added challenge that is by default, your speedy SuperHub will block outgoing VPN traffic meaning that with all the correct details it just doesn’t work. To fix this, just follow […]
How to Update the New Image Authentication Key and Upgrade Boot Loader/ScreenOS Firmware As of August 18, 2014, all Boot Loaders and ScreenOS Firmwares downloaded from the Juniper Networks Software Download Site are signed with the New Image Authentication Certificate.ScreenOS includes the ability to determine the authenticity of binary images provided by Juniper Networks. An […]
This brief tutorial will show you how to configure NAT overload or how to enable Internet access to multiple PCs of your LAN using only one public IP address. This type of NAT can easily be used at home when you have a Cisco 800 series xDSL router. The first step is to define the […]
To uninstall VMware Tools in Windows XP: Click Start > Control Panel. Open Add/Remove Programs. From the list of installed software, select VMware Tools. Click Remove. When prompted, click Yes to restart Windows. Once restarted, open My Computer and navigate to C:\Program Files and remove the VMware folder if it exists. To uninstall VMware Tools […]
You try to install the Hyper-V Integration Services (Drivers) in a VM with Windows 2003 and you get the following error: “An error has occurred: Internal Error“ No errors in the event log we decided to start by installing the latest updates for that VM. Unfortunately not all updates were able to install properly, in […]
There are several reasons you may get get this error. The most common being a corrupt Active Directory database (NTDS.DIT). I know this sounds detrimental, but it’s actually easy to fix this blue screen. *** This is the Active Directory Database we’re talking about here, so make sure you have a good backup of the […]
First find Dead Path Link esxcfg-mpath -L | more List which drive are used by server and naa.xx nubmer. esxcfg-scsidevs –vmfs Rescan vmhba in my case vmhba37 esxcfg-rescan vmhba37 — To shutdown the VM vim-cmd vmsvc/getallvms | grep <vm name> vim-cmd vmsvc/power.getstate <vmid> vim-cmd vmsvc/power.off <vmid> — List all world id vm-support -x To Kill […]