One of the great benefits of the Debian Installer is the ability to boot an ISO image, set up networking and complete an installation remotely via SSH (Secure Shell). You can use the following steps to get the installer launched. Boot from the CD and in the Installer boot menu select “Advanced options >” Select […]
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 […]
Step 1Click “Start,” type “Services” and press “Enter.” Step 2Scroll down to “Windows Update” in the Service window, right-click and select “Stop.” Step 3 Click “Start,” then “Computer.” Double-click “C:,” double-click “Windows” and double-click “SoftwareDistribution.” Step 4Right-click “Download,” click “Rename” and type “BakDownload.” Press “Enter.” Step 5Click “Start,” point to the arrow next to “Shut […]
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 […]
Now I have installed Windows Server 2003 R2 Standard x64 Edition with SP2 on a new VM. I set up the Network Adapter to use the same virtual switch (“External WiFi”) that I’ve been using for my VM’s. But this time, my Windows Server 2003 VM cannot connect to the network. According to the many sources […]