Update README.MD

This commit is contained in:
Kris Sekula 2021-02-17 17:50:27 -08:00 committed by GitHub
parent 5ce4b808f4
commit 6e8799feee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
Just a quick note on how to access Cisco UCS server's KVM running old version of firmware.
In older UCS servers HTML5.0 KVM is not an option and the only way to access the KVM is via a GUI login using Adobe Flash, but this is an issue since most browsers (like Chrome) have now disabled Adobe Flash. There are ways around it, but if all you need is to quicky access KVM you can do the following.
Just a quick note on how to access the Cisco UCS server's KVM running the old version of the firmware.
In older UCS servers HTML5.0 KVM is not an option and the only way to access the KVM is via a GUI login using Adobe Flash, but this is an issue since most browsers (like Chrome) have now disabled Adobe Flash. There are ways around it, but if all you need is to quickly 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 :)
4. Replace the username (I use the default "admin" and I bet most of you are doing the same) in line 14
5. Replace the password (you can use the plain, unencrypted password) in line 15.
6. You can replace the "description" with whatever you need the KVM console to display during connection (line 10)
7. Save the file.
8. Run the file (in Windows just a double click will do).
9. Enjoy the KVM connection :)