Wireless Controller
Dedicated Wi-Fi control and management for high density and mobility
gkaur
Staff
Staff
Article Id 190465
Description

Procedure to Upgrade MC1500 with 1GB flash to 5.3-x

 


Scope

KB ARTICLE TYPE: Troubleshooting, Internal

RELATED PRODUCTS: - MC1500

RELATED SOFTWARE VERSIONS: 4.x,5.x

KEYWORDS: MC1500, Upgrade, 1GB flash


Solution

QUESTION:  Procedure to Upgrade MC1500 with 1GB flash to 5.3-x

Few customers have MC1500 and want to upgrade their controller to SD-R5.3 software, however the upgrade is not possible due to lack of flash. This limitation is happening only with very few MC1500 with 1GB flash size.

How to detect the flash size on the MC1500 controller ?

default# show file systems

Filesystem           1K-blocks     Used Available Use% Mounted on

/dev/root             435822     319950    93370   78% /

/dev/sda7              29249       5173    22566   19% /data

/dev/sda8              15095         95    14221    1% /log

none                    4884         56     4828    2% /dev/shm

none                   19532       7116    12416   37% /opt/meru/var/run

none                    9768        368     9400    4% /opt/meru/var/log

none                    9768         60     9708    1% /tmp

none                    9768          0     9768    0% /tmp2

none                    9768          0     9768    0% /opt/meru/capture

 

If the available space on /dev/root is less than 150 MB or greater than 67%, the upgrade is not possible.

 

 

To free up more space:

  • Delete the current firmware version in flash.

 

             default# delete flash: <firmware-version>

  • Delete the unnecessary files from /opt/meru/images like meru.gather.xxx (diagnostics)

default# delete <filename>

  • Still if there is not enough space, use meru-5.1-103-1GBUpgrade-MC1500.tar feature file as this feature installation will expand current main file system with sda2 partition which has been taken by old SD-R4.0 build. However after this the controller cannot be downgraded to SD-R4.0.

 

Step 1: From IOSCLI, copy meru-5.1-103-1GBUpgrade-MC1500.tar file from release server.

 

default(15)#copy ftp://<username>:<pwd>@<ftp –ip>/meru-5.1-103-1GBUpgrade-MC1500.tar .

 

            Step 2: Check if the pre-feature is installed successfully.

            default(15)# show flash

5.1-99

4.0-165

5.1-103-1GBUpgrade

 

     Step 3: Run <upgrade feature “5.1-103-1GBUpgrade” > to install MC1500 1GB feature.

 

     default(15)# upgrade feature 5.1-103-1GBUpgrade

           Step 4: Logout from the current session and login again to take effect the feature installation.

           default(15)# exit

           Step 5: Check the available space on the flash

           default(15)# show file system

           Step 6: copy SD-R5.3 image to the flash

          default(15)# copy ftp://<username>:<pwd>@<ftp –ip>//meru-5.3-132-MC1500-rpm.tar .

          Step 7: Upgrade MC1500 with 1GB Flash size to SD-R5.3-132 build.

    default(15)# show flash

    5.1-99

    5.3-132

          default(15)# upgrade controller 5.3-132

Note: meru-5.1-103-1GBUpgrade-MC1500.tar feature file can be used only if the controller firmware version is either 5.1 and higher.


Contributors