Skip to main content

Cisco UCS C Rack version CIMC issue with adobe flash player end of life

 


Issue: can not open CIMC in the browser due to Adobe Flash no longer supported

it affecting firmware ver 2.x

Workaround:

Uninstall current flash and Firefox, use flash_player 22.exe with Firefox ver 45

You can download it from here 

https://drive.google.com/drive/folders/1oSoNuoCevCx00tQfT0eJLwaBEegmWJwE

next step:  upgrade the firmware to ver3.x above

NOTE: 2.0.4c and above you should be able to upgrade to 3.0.3f or 3.0.4 easily then you can goto 4.0 or 4.1 as required

Don't upgrade to 3.0.3a, this version have a bug

ver 3.x above using HTML5

After firmware upgraded: you need to download and install the latest Firefox that support HTML5

Firmware upgrade matrix

https://www.cisco.com/c/dam/en/us/td/docs/unified_computing/ucs/c/sw/CIMC-Upgrade-Downgrade-Matrix/index.html

===============================================================

Workaround 2:

Run power shell script on FE laptop:

Change IP, username and password on the script, before you run it

Script:

$cimcIP = "10.20.100.100"

$cimcUsername = "admin"

$cimcPassword = "password"


[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


$Auth = @{uri = "https://$cimcIP/nuova";

                   Method = 'POST';

   Body = "<aaaLogin inName='$cimcUsername' inPassword='$cimcPassword'></aaaLogin>";

}


[xml]$AuthXML = Invoke-WebRequest @Auth -UseBasicParsing


$AuthCookie = $AuthXML.aaaLogin.outCookie


$GetComputeAuthTokens = @{uri = "https://$cimcIP/nuova";

                   Method = 'POST';

   Body = "<aaaGetComputeAuthTokens cookie='$AuthCookie'/>";

}


[xml]$GetComputeAuthTokensXML = Invoke-WebRequest @GetComputeAuthTokens -UseBasicParsing


$Token = $GetComputeAuthTokensXML.aaaGetComputeAuthTokens.outTokens -replace ",", "&tkn2="


$KVMurl = "https://$cimcIP/kvm.jnlp?cimcAddr=$cimcIP&cimcName=KVM&tkn1=$Token"

javaws "https://$cimcIP/kvm.jnlp?cimcAddr=$cimcIP&cimcName=KVM&tkn1=$Token"

==========================

Workaround 3

upgrade using CLI

https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/c/sw/cli/config/guide/4_0/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_40/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_40_chapter_01110.html#task_25869FBB5C9D41A597D17912DAF1BCFD

=========================

Workaround 4

https://www.maxthon.com/download/previous-version-browser-free-download/

Download Maxthon Cloud Browser

================


Comments

Popular posts from this blog

Recovering Fabric Interconnects When You Do Not Have Working Images on The Fabric Interconnect or The Bootflash

  Recovering Fabric Interconnects When You Do Not Have Working Images on The Fabric Interconnect or The Bootflash You can perform these steps when both or any fabric interconnect goes down during firmware upgrade, gets rebooted, and is stuck at the loader prompt, and you do not have working images on the fabric interconnect. Procedure Step 1 Reboot the switch, and in the console, press  Ctrl+L  as it boots to get the loader prompt. Note   You may need to press the selected key combination multiple times before your screen displays the loader prompt. Example: loader> Step 2 Configure the interface to receive the kickstart image through TFTP. Enter the local IP address and subnet mask for the system at the loader> prompt, and press  Enter . Example: loader> set ip 10.104.105.136 255.255.255.0 Specify the IP address of the default gateway. Example: loader> set gw 10.104.105.1 Boot the kickstart image file from the required server. Example...
  Upgrading an Old Nexus 3048 to Current NX-OS Posted on 2018/11/16 Yeah, I know. I’m supposed to be a Wi-Fi guy. However, I sometimes still have to touch routers and switches. I have some help for you if you need to upgrade some old Nexus switches. The Nexus 3048s are great DC caliber gig switches with proper front-to-back airflow. Used ones are really cheap and I think they make great management switches, which is what I’m using them for. If you have a Cisco Nexus 3048 with an older release of NX-OS on it, you need to go through several upgrades to get it to NX-OS v7. Here’s a walkthrough on the procedures. If you find you already on v6, for example, you can skip the 5.x step. Upon initial boot, you will need to abort Power-On Auto Provisioning. You will then be prompted for the admin password. Skip the basic configuration dialog. After a few moments, you will be able to login with the admin credentials you set during boot. I suggest downloading all the requ...

Cisco ISR4300, user credential is not working and password recovery disabled, How to recover the access to the router

Cisco 4331, user credential is not working and password recovery disabled Step by step solution to recover the access to the router  First, make sure you have a configuration backup because this following step will erase all the config Console to the router, using Terra Term Power cycle System Bootstrap, Version 11.1(4675) [kluk 143], INTERIM SOFTWARE Copyright (c) 1994-1996 by cisco Systems, Inc. C3600 processor with 32768 Kbytes of main memory Main memory is configured to 64 bit mode with parity disabled PASSWORD RECOVERY FUNCTIONALITY IS DISABLED program load complete, entry point: 0x80008000, size: 0x2733f4 When I see the word "Password Recovery Functionality is Disabled" Send CTRL Break  It will prompt a question to Reset to factory default PASSWORD RECOVERY IS DISABLED. Do you want to reset the router to factory default configuration and proceed [y/n] ? y Reset router configuration to factory default. It should boot to router prompt Now, you can re-configure it again...