We are running several RHEL 6 64-bit VM's in a vBlock infrastructure using vCenter 5.5. If I open a console session through the vSphere web client the ctrl+c keystroke will not work. This is very inconvenient as a simple ping is now unstoppable. If I access the same VM through the vSphere desktop client or SSH session, ctrl+c works as expected. The VM's have the VMware tools installed.
Asked
Active
Viewed 6,555 times
4
-
What web browser and OS are you using on your client? – ewwhite Jul 30 '15 at 14:15
2 Answers
4
You can switch to another console, log in to a new session, and then kill the ping process running in the first console.
To switch consoles, just press Alt while pressing the left or right arrow keys. This take me through 6 different consoles.
user352280
- 41
- 1
3
This is a VMware and a browser issue.
- Try a different web browser: If you're on a Mac, this can be an issue with Safari and Chrome. Firefox works fine.
- Download the VMware Remote Console (VMRC) application: It's a standalone application that likely doesn't have this problem.
- Don't use the web console: I mainly manage Linux VMs. I still use the thick client for this sort of activity. Otherwise, SSH.
ewwhite
- 194,921
- 91
- 434
- 799
-
2For clarification: It was the browser. I am on a Mac and Firefox is the only browser that works correctly (tested Safari and Chrome). – D34DM347 Dec 02 '15 at 22:06