How to enable SSH for the ESXi Server?
Enabling SSH for the ESXi Shell By default, you cannot access the ESXi Shell using a Secure Shell client. You can enable SSH access from the direct console. To enable… Read more »
Enabling SSH for the ESXi Shell By default, you cannot access the ESXi Shell using a Secure Shell client. You can enable SSH access from the direct console. To enable… Read more »
I was recently having issues in taking the RDP session of a Windows 2003 server. When I use the RDP Session, it was giving me an error stating “The system… Read more »
1. Open the Virtual Connect Manager for the enclosure. 2. Click on Ethernet Networks. 3. Right click on External Connections and choose “Add”. 4. Input the network name ” ”… Read more »
With the robocopy, we can use the below syntax to copy everything from “x:\source” to “\\server\x\dest” including sub-directories: robocopy x:\source \\server\x\dest /e /r:0 /w:0 Robocopy will look for the date… Read more »
While server re-image you would need to make a note of existing network configuration settings and then manually complete the configuration once the server is completed with OS Deployment. This… Read more »
To resolve this problem, follow the steps given below: 1. Click Start, type regedit in the Start Search box, and then press ENTER. 2. If you are prompted for an… Read more »
To rebuild all Performance counters including extensible and third-party counters in Windows, type the below commands at a command prompt. cd\windows\system32 lodctr /R Ensure that the counters are not disabled… Read more »
Often when you are troubleshooting an issue with Windows Operating System, you would use the Command Prompt and there are scenarios were you would need to disable one of the… Read more »
The print spooler may crash or experience unexpected behavior such as high CPU utilization. Additionally, some printers may display “offline” status. This behavior can occur due to HPTCPMON.DLL, HP’s Standard… Read more »
Recently I faced issue with one of the Windows 2003 Server and I was unable to ping the server. Whereas, I was able to ping other server form the same… Read more »