How to recover the AP 350 from an interruption firmware?

Is there any procedure to recover the AP 350 firmware? My AP 350 just keep loading after a firmware upgrading through Web bowser. The boot process like
Inflating "EnterpriseAP Sys 11.07"...
2515380 bytes OK
Loaded driver for device "fec0", ifIndex=1.
Loaded driver for device "awc0", ifIndex=2.
Configured device "fec0" as IP address "172.31.31.177", network mask 0xffffff00.
Attaching network interface lo0... done.
Configured device "lo0" as IP address "127.0.0.1", network mask 0x00000000.
00:00:01 (Warning): Updating selected system firmware
00:00:06 (Info): Successfully updated system firmware
00:00:06 (FATAL): Installation Keys Restored! Rebooting System
*** Restarting System in 5 seconds...
Getting configuration parameters via DHCP over device "fec0"...
Warm reset.

I had a similar issue after upgrading. I can't remember if it was a 350 or a 1200, but it was VxWorks code. It seemed to be an issue with DHCP and some additional options defined in the DHCP scope. I unplugged the unit from the network, rebooted and used a console cable to set the IP manually and it worked fine. Cisco will be releasing IOS for the 350 in October, a big improvement for the 350.

Similar Messages

  • How to recover the autocomplete data from a Time Machine backup?

    How to recover the Safari 5.1.7 autocomplete data from a Time Machine backup on Mac OS X 10.6.8 (Snow Leopard)?
    To solve other issues (Safari crashing sometimes when saving web pages), I selected:
    Safari - Empty Cache
    Safari - Reset Safari - Selected ALL - Reset
    I could later on recover some Safari autofill data restoring
    HD/Users/~/Library/Cookies/Cookies.plist
    HD/Users/~/Library/Safari/Form Values
    HD/Users/~/Library/Safari/History.plist
    but other autocomplete data is missing, including the one when filling web form search fields in web pages, for instance, and also some username and password login data on some web sites.
    How to restore all such data from the Time Machine Backup?
    Thanks!

    I also recovered:
    HD//Users/~/Library/Keychains/login.keychain
    What else should I recover?

  • How to recover the deleted reports from crystal reports XIR2

    Hi,
    There have been few crystal reports have been deleted from crystal environment and i would like to know how to recover them. please advice the best possible ways to recover them. CMS repositoty in SQL server database
    thanks in advance
    Regards,
    Krishna

    Hope, your question is this "How to recover the deleted Crystal reports in XI R2".
    Answer for this question is...
    Yes, it is possible if you have backup of your CMS and FRS.
    Copy the CMS database from the backup to your database server and point the CMS ODBC system DSN to it.
    Copy the backed up file store to a Temp directory.
    Change the path of input and output file repository servers in the CMC, for each server, to the Temp file store directory.
    You will now be able to find the reports. Copy those reports to the BO server's local disk, or create a BIAR file using the Import Wizard.
    Point the ODBC system DSN back to the original database and also change the paths on input file repository and output file repository servers back to their original locations.
    Publish the reports to Enterprise from the BusinessObjects server's local hard disk.

  • How to recover the itunes music from other computer

    i am using windows 7 64bit (computer B) with itunes. suddenly i lost the music from the itunes. i have another computer windows 7 32 bit (computer A) with itunes. how to recover the music from computer A to computer B
    thanks
    jimmy

    Main thing is why would you be losing your music in iTunes.  If it happened during an update and that's why you need to refer to the article to restore your old library.
    However, if you want to move iTunes from old computer to new computer:
    Refer to these articles:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/HT1751

  • How to recover the security copy from iCloud

    When I set up my new iPhone I couldn't do it with my set up kept on iCloud because the version of IOS  was different,  so I started like new one and then I update the version of IOS.  Now I don't know how to recover my security copy on iCloud.  Could you please help me?

    Go to Settings>General>Reset, tap Erase All Content and Settings, go back through the setup screens on the phone and when given the option, choose Restore from iCloud Backup.

  • How to recover the original OS from my laptop

    Hi My Laptop model no is m6-n015dx and the serial no is [edited Serial Number by Moderator]. 
    Right now i am in India. I was trying to install W7 in my machine and in that process i lost my original OS (W8.1).
    i hope i might have deleted it from the Harddisk.
    would you help me to recover the original OS.

    Hi
      Yes you have more than likely over written the recovery partition for your machine ,  If you contact HP in your local Region and request the recovery media from HP ( Charge will be aplicable ) for your machine and you will be able to re-install the software from the afore mentioned disks .
                                               Checkurtech
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • [Solved] How to recover the package list from another installation?

    Hello,
    I supposed gparted could make a fine result by moving the partition, but it didn't.
    I was doing that on an USB installation, now fsck recover partially my partition, but mostly many files are gone. It seems that pacman databases are saved, then I would like to recover the list and try to reinstall all packages.
    I can't enter by chroot on that partition, bash fails.
    My attempt is to use pacman -r /mounted/partition packagelist, if I'll get the list, then it mostly possible to regain chroot access
    EDIT
    I got a flashback and I applied modifications in a temporary pacman.conf. In that configuration I modified the paths to all file used by pacman to reflect the other installation.
    Finally I could get the list, but I didn't go for an update, because the installation was too old. I'm doing a fresh install with the recovered package list.
    Last edited by TheSaint (2013-08-02 09:39:59)

    I'm entirely agreed with you.
    Some time I fail to remember such things. I don't regret much the loss, it was just a support installation for emergency cases. Home is safe in another partition
    However it is a good exercise to rescue the package list.

  • How to recover the deleted contacts from address book on mac book and iphone. Please!

    i accidentally deleted all the contacts from my address book while my phone was still connected to my mac book.i dont have icloud or any other back ups. there are only few contacts left. i also restored my iphone by accitentally.
    does anyone know if i can get them back by any chance? Please! Thnx!!!!!

    If you deleted them and you don't have them backed up.  You lost them, you can get them back by entering them again.

  • How to recover the lost contact list if I had not done the back up yet

    Anyone knows how to recover the lost contact from iPad which is over write by using iCloud without back up yet ?

    Oh , it's terrible !

  • How to recover the data from a  dropped table in production/archive mode

    How to recover the data/change on a table that was dropped by accident.
    The database is on archive mode.

    Oracle Version. ? If 10g.
    Try this Way
    SQL> create table taj as select * from all_objects where rownum <= 100;
    Table created.
    SQL> drop table taj ;
    Table dropped.
    SQL> show recyclebin
    ORIGINAL NAME    RECYCLEBIN NAME                OBJECT TYPE  DROP TIME
    TAJ              BIN$b3MmS7kYS9ClMvKm0bu8Vw==$0 TABLE        2006-09-10:16:02:58
    SQL> flashback table taj to before drop;
    Flashback complete.
    SQL> show recyclebin;
    SQL> desc taj;
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                          NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL>M.S.Taj

  • I want to setup Lightroom on my new laptop.  I have my latest serial number but it is the upgrade serial number for LR5.  I do not have the original serial number from my purchase of LR3.  How can I recover the serial number from my original purchase of ?

    I want to setup LR on my new laptop.  I have the serial number from my latest purchase but not the original purchase of LR3.  How can I recover the serial number from my original LR purchase?

    If you did register it back then, open your Adobe account with your Adobe ID and you will find it there: Find your serial number quickly
    If you still have it installed, open the System info in Help menu or look here:
    C:\ProgramData\Adobe\Lightroom\Lightroom xy Registration.lrreg

  • How to recover the mailboxes from the decommissioned exchange db .

    Hello All,
    I have 2 EDB files on my exchange server which is no longer active its been decommissioned and the EDB mailbox is dismounted, 
    I would like to recover few emails/mail boxes from the EDB file and am not able to find any free tool which can help me in recovering the emails, 
    1. How to recover the mailboxes from the decommissioned exchange db 
    2.Tried using from free 3rd party tools which helped me view the mail boxes however am  unable to convert or recover the emails using the demo/ trial version and cant think of buy/purchasing the application since its very expensive $299 and $399 
    I know there are lot of exchange gurus here who can help me with some workaround in recovering the mailboxes from the EBD or on how to convert the edb file to pst 
    Looking forward to get some help from exchange gurus 
    Thanks, 
    Jean
    Jean

    Hello All,
    I have 2 EDB files on my exchange server which is no longer active its been decommissioned and the EDB mailbox is dismounted, 
    I would like to recover few emails/mail boxes from the EDB file and am not able to find any free tool which can help me in recovering the emails, 
    1. How to recover the mailboxes from the decommissioned exchange db 
    2.Tried using from free 3rd party tools which helped me view the mail boxes however am  unable to convert or recover the emails using the demo/ trial version and cant think of buy/purchasing the application since its very expensive $299 and $399 
    I know there are lot of exchange gurus here who can help me with some workaround in recovering the mailboxes from the EBD or on how to convert the edb file to pst 
    Looking forward to get some help from exchange gurus 
    Thanks, 
    Jean
    Jean
    Hello,
    There are so many third party software available in Web that can easily fix your Exchange Database issues, you can check out such  a software from here http://www.exchangerecoverytools.org . By using this software (Kernel for Exchange Server Recovery),
    you can immediately repair and convert damaged EDB to PST files.

  • How to recover incomplete download items from the point where it stopped in firefox browser in case of unexpected computer crash or shut down

    While downloading with Mozilla Firefox if by any means my computer crashes or shutdown unexpectedly I lose all data that had been downloaded so far. How to recover the downloaded data without a need to start all the way back from scratch to download the same data. Please help me if there are any means to recover downloaded mbs and continue from where it has stopped, so that I can avoid losing extra mbs and time to go back again and restart downloading.

    Try these steps:
    # Move the old .part partial download and the final file without the .part that has size 0 to another location.
    # Start a new download and pause it, don't close Firefox.
    # Copy the two files (.part and 0 byte final) that you moved above back to the download location to replace the new files that were created.
    # Resume the download in Firefox.
    If that doesn't work then the server may not support resuming.

  • How to recover the deleted SMS message, Contacts, CallHistory and Photos from ipad.

    how to recover the deleted SMS message, Contacts, CallHistory and Photos from ipad.

    If you did the backup of your data before deleting then you can easily get back the data by the following steps:
    1. First don’t connect your iPad directly to computer because the iTunes only saves the most recent backup
    2. Now make sure that you have a valid backup as listed iTunes> preferences> devices
    3. Before connecting your iPad make sure to check iTunes>preferences> devices "prevent iPad from syncing automatically." Because this will ensures we don't erase the previously stored backup. Then select ok and close the window after checking " don't sync"
    4. Now connect your iPad to your computer .
    5. Select the iPad as seen in the left bar of iTunes, as listed under the devices .
    6. Select version and click on restore from options.
    7. It takes a while to for iPad to erase itself, reset and restart.
    8. After the iPad is restart you will see Set Up Your iPad in iTunes on your computer, and now just click the restore from the backup and click continue. It will take 10 to 12 minutes to recover your data from iPad, including the deleted sms, notes, photos, music, contacts etc.
    Here is a step by step guide for you: http://www.video-converter-mac.org/recover-deleted-ipad/

  • How to recovery the deleted files from hard disk like images,media files

    How to recovery the deleted files from hard disk like images, media files by using c#.net

    It's important to define deleted and recovery. You can recover file from the recycle bin using the Win API. Here's an
    example in C/C++. You need to
    pinvoke SHFileOperation.

Maybe you are looking for