ShoreTel Vocie Switch boot loop recovery
This is what I would do:
From a console session before a full switch boot: hit cancel when the option appears- Type: printenv (this will print out the values the switch has and needs.... so take a screenshot or write down the info)
- Type: bootc clean (this will wipe the config and require you to manually enter all of your switches values)
- Type: setenv ipaddr switch-ip-here
- Type: setenv netmask subnet-ip-here
- Type: setenv gatewayip gateway-ip-here
- Type: setenv host server-ip-here
- Type: setenv cntrlsrv server-ip-here
- Type: setenv serverip server-ip-here
- Type: saveenv
- Type: boot
setenv autoload flash
setenv bootfile /flash0/vxworks
setenv script /flash0/bootflsh.txt
setenv bootcmd flashboot\;bootvx
saveenv
setenv bootfile /flash0/vxworks
setenv script /flash0/bootflsh.txt
setenv bootcmd flashboot\;bootvx
saveenv
Comments
Post a Comment