From b69c3039dae44e485ffacaedf4b04dc3c6e2ecf8 Mon Sep 17 00:00:00 2001 From: Kris Sekula Date: Wed, 17 Feb 2021 17:46:23 -0800 Subject: [PATCH] Create README.MD --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c578ca6 --- /dev/null +++ b/README.MD @@ -0,0 +1,11 @@ +Just a quick not on how to access Cisco UCS servers running old version of firmware, where HTTP KVM is not an option and the only way to access the KVM is via a GUI login using Adobe Flash +This is an issue since most browsers (like Chrome) have now disabled Adobe Flash. There are way around it, but if all you need is to quicky access KVM you can do the following. + +1. Make sure you have JAVA Runtime installed. +2. Download the generic JNLP file from the repository. +3. Open the file and replace all instances of IP address 2.2.2.2 with whatever is your CIMC IP Address. +4. Replace the username (I use the default "admin" and I bet most of you are doing the same) and the password in the file (you can use the plain, unencrypted password). +5. You can replace the "description" with whatever you need the KVM console to display during connection. +6. Save the file. +7. Run the file (in Windows just a dobule click will do). +8. Enjoy the KVM connection :)