cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading from 08.0.95N to 09.0.10j_cd4 ICX7150 web console not loading

EarthLifeForm
New Contributor

Like the subject says, I upgraded to 09.0.10j.  The web console doesn't load even though it shows it in the configuration

RuckusSwitch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.

I have also tried 09.0.10j_cd3 with the same issue (see the results below)RuckusSwitch(config)#show flash
Stack unit 1:
NAND Type: Micron NAND 2GiB (x 1)
Compressed Pri Code size = 29360128, Version:09.0.10jT211 (SPS09010j_cd3.bin)
Compressed Sec Code size = 29360128, Version:09.0.10jT211 (SPS09010j_cd3.bin)
Compressed Pri Boot Code size = 786944, Version:10.1.26T225 (mnz10126)
Compressed Sec Boot Code size = 786944, Version:10.1.26T225 (mnz10126)
Code Flash Free Space = 983105536

I also noticed during boot up an error.

Error [1 ui_common_send: Not able to apply - itc error please try again] parsing line: [web-management http]

 

I follow the instructions here -> https://docs.commscope.com/bundle/icx7150-installguide/page/GUID-3A82588D-F1EF-4325-8396-EED525B9D24...

I have tried to change the IP as suggested -> https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-9-00-10-Web-Service/td-p/39285

 

no luck.

 

 

 

22 REPLIES 22

Hi @EarthLifeForm 

Thank you for your response and the update.

We recommend not changing the Switch IP address manually; please allow it to remain as a dynamic IP address assigned by the ISP router.

To proceed, please factory reset the switch using the following commands:

enable

erase system factory-default

y

Check for the new IP address after above process. 

Once you have completed this process, please let me know if it resolves the issue.

Thank you once again for your patience and understanding.

 

Best regards,

Imran Sanadi
RUCKUS Lennar Home Community

Did the factory reset, did the following addional comments.  Stil having the same issue.

 

RuckusSwitch(config)#show web
HTTP server status: Disabled
HTTPS server status: Enabled
No web connection.
RuckusSwitch(config)#crypto key generate rsa

Key already exists. Please zeroize it.
RuckusSwitch(config)#aaa authentication login default local
RuckusSwitch(config)#aaa authentication web-server default local
RuckusSwitch(config)#show web
HTTP server status: Disabled
HTTPS server status: Enabled
No web connection.
RuckusSwitch(config)#web-management http
Error - Config send failed
RuckusSwitch(config)#crypto key zeroize
EC key pair is successfully deleted
RSA Key pair is successfully deleted
RuckusSwitch(config)#crypto key generate rsa
Creating RSA key pair, please wait...
RSA Key pair is successfully created, it may take upto 5s for SSH to come up.
RuckusSwitch(config)#

Here is the config

 

RuckusSwitch#write terminal
Current configuration:
!
ver 09.0.10j_cd4T211
!
stack unit 1
module 1 icx7150-c12-poe-port-management-module
module 2 icx7150-2-copper-port-2g-module
module 3 icx7150-2-sfp-plus-port-20g-module
stack-port ethernet 1/3/1
stack-port ethernet 1/3/2
!
!
!
!
!
!
!
!
!
!
clock timezone us ZZZZZZZ
hostname RuckusSwitch dynamic
ip dns domain-list XXXX dynamic
ip dns server-address X.X.X.X(dynamic)
ip address XX.X.X.X 255.255.255.0 dynamic
ip tftp blocksize 8192
ip default-gateway XX.XX.XX.XX dynamic
!
!
!
interface management 1
!
!

!
!

 

!
!
!
!
username super password .....
!
aaa authentication login default local
!
aaa authentication web-server default local
!
aaa authentication snmp-server default local

 

!


!
web-management http
!


!


!
no telnet server
!
manager registrar
manager port-list 987
!


!


!

end

Hi @EarthLifeForm 

Greetings!!!
Thank you for the response and the detailed information you shared.

I see from the output you shared http server is in a disabled state. To enable the same please perform the commands followed 'write memory' at the end.

ICX7150-24P Switch#configure terminal
Warning: 1 user(s) already in config mode.
ICX7150-24P Switch(config)#web-management http
ICX7150-24P Switch(config)#aaa authentication web-server default local
ICX7150-24P Switch(config)#write memory
Once performing the above commands try logging in using a web browser.

Please let me know of the output.

Thank you again for your patience and understanding.

 

Best regards,

Imran Sanadi

RUCKUS Lennar Home Community.

In the earlier post today, I showed that those commands were run, and the enable HTTP

RuckusSwitch(config)#web-management http
Error - Config send failed