Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

format 0:2 on 650 not possible?

This thread has been viewed 12 times
  • 1.  format 0:2 on 650 not possible?

    Posted Dec 13, 2015 09:56 AM

    have an issue with a 650 were the images on the webGUI seem to fail, would like to do a format 0:2 like discussed in the knowledge base article:

     

    http://community.arubanetworks.com/t5/tkb/articleprintpage/tkb-id/ControllerBasedWLANs/article-id/200

     

    but the command doesn't appear possible, see:

    cpboot> ?
    ?          - alias for 'help'
    autoscr    - run script from memory
    bank       - Show/Set the current bootflash bank (partition).
    bootf      - boot from an ELF image in FLASH
    date       - get/set/reset date & time
    def_part   - set default compact FLASH boot partition
    fltest     - test u-boot FLASH driver
    fsload      - load binary file from a filesystem image
    help       - print online help
    loadb      - load binary file over serial line (kermit mode)
    loads      - load S-Record file over serial line
    loady      - load binary file over serial line (ymodem mode)
    part       - change active JFFS2 system partition
    ping       - send ICMP ECHO_REQUEST to network host
    printenv   - print environment variables
    probe      - Probe Board Status
    purgeenv   - restore default environment variables
    reset      - Perform RESET of the CPU
    saveenv    - save environment variables to persistent storage
    setenv     - set environment variables
    tftpboot   - boot image via network using TFTP protocol
    upgrade    - upgrade compact FLASH partition
    version    - print monitor version
    cpboot> format 0:2
    Unknown command 'format' - try 'help'

     

     

    is this somehow firmware or hardware restricted? any other way to really clean out the config disk? write erase (all) and reinstall ArubaOS wasn't enough.



  • 2.  RE: format 0:2 on 650 not possible?
    Best Answer

    EMPLOYEE
    Posted Dec 13, 2015 10:08 AM

    Hi,


    For Aruba 620/650, the command should be,

    cpboot> nand erase

     

    It is mentioned in the below article,
    https://arubanetworkskb.secure.force.com/pkb/articles/Troubleshooting/etc-init-d-rcS-614-cannot-create-flash-webcert-cnname-Directory-nonexistent


    Thanks,
    Rajaguru Vincent



  • 3.  RE: format 0:2 on 650 not possible?

    Posted Dec 13, 2015 01:03 PM

    thanks for the quick and correct response Rajaguru. been looking for that command / article all day, your Aruba KB searchfu must be better. i tried some searches just now and still can't find it directly.

     

    it might be wise to point this out in the article i linked which seems to indicate that goes for all controllers, but not the 6xx series.



  • 4.  RE: format 0:2 on 650 not possible?

    Posted Jan 22, 2016 02:02 AM

    For Aruba 620/650 use the following:

     

    cpboot>  nand erase 0x3200000 0x3200000   (620)

    cpboot>  nand erase 0x6400000 0x9c00000   (650)

     

    You don't need to remember this command, use  printenv you can see it.

    Wipe-out-flash = nand erase 0x6400000 0x9c00000

     

    And be careful.

    ##########################################
    ##########################################
    THIS COMMAND WILL WIPE OUT EVERYTHING.
    YOU HAVE TO UPGRADE A NEW AOS FORM APBOOT.
    ############################################
    ############################################

     

    Jia Hao