Create README.MD

This commit is contained in:
Kris Sekula 2021-02-17 17:46:23 -08:00 committed by GitHub
commit b69c3039da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
README.MD Normal file
View File

@ -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 :)