Config of CIP disappear after change IOS.

Hi, folks!
We have 7507 with two RSP16 and two CIPs (code cip27-22).
After I change IOS of our 7507, from (RSP-JSV-M) Version 12.1(13)E1 to 123(11)T3, with sh run, we looked that our CIPs disappeared.
The cfg of CIPs are in startup-config.
After the change of IOS and did a reload or after I did turn off an turn on, does not return to running- config. The CIP cfg only return to cfg with the old IOS.
I need to change the IOS because I would like to use GLBP feature.
Exist any document/paper with method to change IOS of 7507 with CIP.
What was my mistake?
thanks,
Renato

Hi,
when you change major ios versions you also need to change the corresponding cip microcode. If you go to 12.3T you need to use cip microcode 28. the current one is cip28-20.
You can download it from cco. Try if this link works for you:
http://www.cisco.com/kobayashi/sw-center/interworks/cip/
the cip will only work if ios and cip microcode match. You need to copy the cip microcode into flash memory on the router and then reference the location and name in a statement similar like this:
microcode CIP flash slot1:cip28-20
microcode reload
show microcode will also show you what the default cip microcode for this release is. You can see with this command what cip release you need. i.e cip 28, cip27...
thanks...
Matthias

Similar Messages

  • HT4623 After change ios to 7, I don't have itunes store to my iPad. Can you help? Does anybody have same problem?

    After change ios to 7 I don't have itunes store ot my ipad. Coul anybody help with some idea, how to fix it?

    sorry but it doesn't work. the problem is, that i can open itunes store icon, but nothing appearas. blank screen. the only change in when i swich between music and films. when choose films background bocomes dark.
    just to mention that I reinstaled ios 7 once again, but also nothing happend.
    it will be great if you have any idea.
    thanks!

  • Pictures in iWeb albums disappeared after change location of original files

    I created many albums in iWeb by dragging albums from iPhoto. But then I noticed some pictures from my iWeb albums disappeared after the original pictures got removed to another location (or deleted). How can I tell iWeb to make a copy of the pictures in iWeb itself so my iWeb albums can stay the same even when i need to reorganize the original files on the hard drive?
    Any suggestions on how to restoring my albums in iWeb? I am having a bit headache now. Thank you very much!

    That is not normal behavior. The photos should stay in iWeb even if you delete them from iPhoto. Are you running a "referenced" library or a "managed" one?
    Click to view full size
    Managed is the default option. If you're running a reference library that may be the reason. If so contact Apple via http://www.apple.com/feedback/iweb.html and http://www.apple.com/feedback/iphoto.html.
    Unless you have a backup of your domain file predating the loss of the photos I don't know how you will recover the photos.
    OT

  • Some of my album art disappeared after downloading iOS 8?

    I checked my iTunes library after downloading the new update and I discovered that a ton of the album art on my songs are gone. When I went onto iTunes today to restore them, (I already know how to do that) it appeared that all of the art was fine. I synced my device for good measures. I went to check on my library once more, but I found that it was still the same, all blank. I tried once more and some were restored, but still a majority were blank. I know it's not a big deal, but I'm a sucker for everything all set and ready.
    iPod 5, iOS 8.0, 32 GB.

    You are not alone:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • My bookmarks bar w/zoom in/out feature disappeared after changing display, are they gone gone?

    Out of the blue my freemake video downloader app window opened to a size so lg it covered my taskbar + the "close" button & scrollbar were extended beyond desktop. It was unuseable I had to use ctrl+alt+delete to close it.
    I thought malware may've crawled onto me so I ran malwarebytes, it found a couple files (5-1-5.........)with a long string of #'s & a bunch of OpenCandy files-all were quarentined. No fix After going into display settings, changed themes, started, restarted . I replaced freemake w/a fresh copy.
    In all honesty I know not at what point my button w/arrows (side list of bookmarks I'd copied & pasted the url into (not the usual bkmks) and the toolbar w/zoom options were gone. I've located & opened FF profiles.default & it listed NO profile file in the entire FF Profile folder.. Any where else I might hunt for those separate bookmarks ? I read data, lotsa red underlining? Thank you

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites and see if there is still a problem. Then restart.

  • Re-config of ssh fails after changing Oracle Home while installing RAC

    Hi,
    Red Hat Linux 5
    Oracle 10.2.0.1 RAC installation
    While installing Oracle RAC under ORACLE user we are Configuring ssh for the first time works fine. If any changes done (Eg: i changed the home path of oracle user), then the ssh configuration will prompt for password no matter how many times you reconfigure the ssh.
    I have created another OS user orclusr instead of oracle to over come this issue
    Have any one came across this situation or finds a solution, please reply back.
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 12:33 PM

    hariharan.thyagarajan wrote:
    Hi,
    One of the most important reasons for building Real Application Clusters is stability.
    Changing the Oracle Home, after the cluster is built is about 180 degrees counter to this philosophy.
    I agree with this but we face the error while installing oracle cluster
    here is my scenario:
    create oracle user on both the nodes(rac1,rac2):
    1) my first oracle home - /home/oraclePart of thinking these things through before proceeding is to recognize that the concept of ORACLE_HOME is not the same as the $HOME directory for the OS user who happens to be named "oracle".
    Since you appear to be still in the process of building this system, I'd suggest you go back to square one while you can.
    2) configure ssh on both the nodes
    3) due to sapce constraint in /home mount point we changed the oracle home to /oracle
    4) so my new oracle home is /oracle
    5) re-configuring of ssh is working fine, no error's
    6) but if i issue the below command ssg date rac2 it prompts for password why ?
    Any possibility to over come this issue ?
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 1:14 PM

  • Purchases disappeared after changing Country

    I've been using Indian iTunes A/c for making App & Book Purchases. But when I changed country to India, the Purchased Apps list in Purchased Option (in iTunes) disappeared it said "You do not have any purchased apps available to download".
    Please help me, coz I have many apps purchased...

    PLZ, i have the same problem!!!!
    did you fix it?
    PLZ tell me about this.

  • Apps Disappear after upgrading IOS

    I use my iphone for work and upgraded my IOS. This then erased not only my weather and Clock applications, but erased my Security "Soft Token" application. I then went to the App Store and tried to get the Security App reloaded, but it says it is "installed" so I am stuck

    FIRST, reboot your phone and try the apps again. The symptom you are seeing means that the app is there but is crashing when you launch it.
    Second, you do not have the same problem. The OP reports built-in apps disappearing. You are having a problem with purchased apps.
    And lastly, if the apps are gone you can redownload them without paying for them again. This works for apps, but not for music.

  • Registered products disappeared after changing Adobe ID

    Hello,
    Today I logged into My Adobe. Under "My products", I saw my serial numbers for my 2 copies of Photoshop (CS4 and CS6).
    I decided to update my Adobe ID to use a new email address. I went to My Preferences and changed my Adobe ID. Then, I re-logged in using my new email address. Unfortunately, my 2 serial numbers have now disappeared from "My products". It simply says "You have no registered products."
    What's going on? How do I get my serial numbers back?
    I found other users who experienced the same issue:
    http://forums.adobe.com/message/6071864#6071864
    http://forums.adobe.com/message/6107356#6107356
    Thanks in advance for any assistance.

    The products are registered to your original Adobe user ID. When your changed you account ID you may have created a new user ID which would have no Products registered to it.   If that is what happened your original user id should still be valid and have your registered products.  You can add your new e-mail address to that account as the  Alternate e-mail address. Try using you old Adobe ID.... If the works use it and don't mess with youy Adobe ID account name....
    I had problems in the past my original Adobe ID was JJMACK not an email address.  Back in the PS3 time frame.  In layer years Adobe seemed to insist on a email id.  My account became unusable all my products were lost an I had to work with Adobe to recover my products. In the process PS3 and PS5 were lost forever but they're old and I may even have the CD and serial numbers.  I do not know if they would even run on Windows 7 and if they would only the serial in needed for they had no activation other then the serial.
    My Adobe ID
    Your Adobe ID (your email) is how you are identified on Adobe.com and gain access to your account.
    Account Recovery Option
    For easy online ID and password recovery assistance, please provide an alternate email address.
    Alternate email address
    You can see my accoumd no longer has PS 3 or PS 5 it did but has two CS 2 one listed as Photoshop 9 the other as CS 2 because of the change in activation servers.

  • Startup disk disappeared after changing HDD

    Hi all
    Recently i changed my original 160Gb fujitsu HDD from my Macbook to WD 500gb
    i cloned my original HDD to my current HDD using carbon copy cloner via USB
    and i switched the HDD
    during my 1st startup , there is a grey screen for around 20seconds before it starts to boot Mac OS
    so i think that there should be something wrong with the startup disk
    i went to system preferences -> startup disk to check
    and then there is only network startup available...
    May i know how to solve this problem?
    Thanks.

    Most likely you used CCC in Block level (block-for-block) Copy Mode.
    You should avoid Block Level Clones on GPT disks, use file level clones instead. CCC makes bootable
    file level clones that work trouble free. The problem rears its ugly head when you restore files to
    anywhere but the same exact drive and volume you copied them from. It causes incorrect infomation
    to be recorded into the GPT partition table headers.
    http://developer.apple.com/technotes/tn2006/tn2166.html#SECCOPYINGCONCERNS
    For file level clones always select "incremental backup of selected items".
    http://www.bombich.com/software/docs/CCCHelp/CCCHelp.html?page=clone
    The files and folders that are required by Mac OS X on the new drive must be copied to the new
    target volume using the "Incremental backup of selected items" cloning method, also leave
    the "delete items that don't exist on the source" box unchecked when restoring your clone.
    To correct the problem you may need to recreate your partitions on the new drive, then restore
    your clone to your new drive using the file level method.
    Kj

  • 3G icon in the status bar got disappear after ios upgrade 8.1

    3G icon in the status bar got disappear after ios upgrade 8.1

    Nginear48 wrote:
    Thanks for your quick response. I've tried everything you suggested and get only temporary fixes. Sometimes for a day or two, sometimes only until I use Safari for the first time. It's annoying and probably effects battery life between charges.
    You would think that it must have some effect on the battery, but oddly enough, the update to iOS 8 actually helped my battery life, in spite of all of these hinky little issues that are taking place. In my experience, the activity icon is not affecting the battery in a negative way.
    Another issue with IOS 8.1 that you may have seen is the loss of icon pictures on home pages. Again it seems to be Safari related, since app icons found in the App Store are not affected, only web based icons you personally put on home pages. I get what I call a test screen similar to what you used to get on old tv sets on every one of my personal icons.
    I know exactly what you mean. I got that as well. On a few of them, when I opened the websites using the generic test screen icons and then closed them, they changed back to the way that they should look. For the ones that did not change, I recreated the home screen shortcuts and deleted the generic looking ones - the test screen icons.
    And don't get me started on iBooks.
    For the very limited use that I make of the iBooks app, i haven't noticed any problems, but I rarely use the app. I don't read books on the iPad other than a few user guides and if they are pdf guides, they reside in more reliable and feature rich pdf apps on my iOS device.
    I wish that I had the fix for the spinning activity icon, but everything that I try, is temporary at best. IMO, this is the buggiest iOS update that I have seen, and I have been using iOS devices since iOS 3 on my first iPad. I realize that there are plenty of people that are not experiencing issues, but I have seen a number of weird things that I wish I could fix. None of my problems are major, but they are annoying.

  • Apex-config.xml is broken after password change with encryption

    Greetings,
    I am using Apex Listener 1.1 with Oracle GlassFish Open Source Edition 3.1.
    I found something strange when changing the connection password in apex-config.xml.
    If I change the password to keep it plain text like the following, it works fine.
    <entry key="apex.db.password">my_password</entry>
    But if I change the password to a value to be encrypted, the new password is accepted but the configuration file get messed up.
    <entry key="apex.db.password">!my_password2</entry>
    After restarting the listener, I get the following content in my apex-config.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment> Updated: Mon Mar 14 10:58:16 EDT 2011 Version: 1.1.0.60.10.38 </comment>
    </properties>
    Needless to say that after the next restart nothing works. Am I missing something, or is this a bug?

    You have corrupted your web.xml somehow, repeat the steps making sure the web.xml is well formed.

  • My iPhone 4 with iOS 6 is making me start to hate Apple. Any App and at any time I open and I can not view it or move for more than 2 minutes, they close themselves. During connections, it also gives this problem and the signal disappears after a few seco

    My iPhone 4 with iOS 6 is making me start to hate Apple. Any App and at any time I open and I can not view it or move for more than 2 minutes, they close themselves. During connections, it also gives this problem and the signal disappears after a few seconds back but often the person on the other end has hung up ... I can not stand it anymore, someone suggests something?
    Besides these problems, there is the battery, which was bad got worse, she is not lasting more than 10 hours, even without using the phone.
    Sometimes it even seems that the problem was solved, but my joy did not last long after I celebrate all the problems return, is incredible ...
    thanks.
    Sorry my bad Inglês.

    Try a reset hold home/sleep buttons until Apple logo appears
    If that does not improve try a restore
    http://support.apple.com/kb/HT4137
    For your information
    We are NOT Apple here we are all users helping other users
    so emotion is ignored

  • After downloading IOS 8.0.2 on my iPhone 5, my email messages are not automatically coming through.  I have to open my mailbox and wait for messages to download.  Do I need to reset or change settings for mail?  Please help.

    After downloading IOS 8.0.2 on my iPhone 5, my email messages are not coming through automatically. Before, my email messages would come through automatically and my iPhone would alert me each time an emial message was recevied.   I now have to open my mail in-box and wait for my email messages to download.  Do I need to reset or change my mail settings?  This issue is delaying my abiliy to receive and respond to email messages in a timely manner.
    Please Help.
    Jesse

    Hi Chris.  Thanks, for the suggestions re: my email issues.  They were helpful and yes I did check all items you referenced.  I even contacted Apple support and spent about 40 minutes on phone checking all settings.  However, after all these efforts, my mail and calendar issues were not resolved.  Apple Support finally recommended deleting the mail account and then reloading it - and it worked!  I am now receiving my emails and calendar appts. in real time again.
    Just wanted to share this in case anyone elest has a similar problem with mail/calendar after downloaing i.O.S. 8.1 onto iPhone 5.
    Thanks, again.
    Jesse

  • Service Request disappears from the list of My Service Requests after changing status to In process

    Service Request disappears from the list of My Service Requests after changing status to In process
    Incident manager (resp.) > Agent Dashboard

    Hi,
    As far as I know, this is a new feedback, Please vote this customer voice, here is the link:
    http://feedback.azure.com/forums/216926-service-bus/suggestions/6062851-batching-in-rest-api, or create a new voice at azure feedback forum:
    http://feedback.azure.com/forums/34192--general-feedback
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Safari won't open in ml

    Crash report: Process:     Safari [266] Path:        /Applications/Safari.app/Contents/MacOS/Safari Identifier:  com.apple.Safari Version:     5.1.7 (7534.57.4) Build Info:  WebBrowser-7534057004000000~7 Code Type:   X86-64 (Native) Parent Process: 

  • System monitoring configuration in solution manager EHP1

    Hi all I am in a bit of fix We have upgraded our solution manager devlopment to EHP1 Now I have added one system through SMSY in solution manager to configure system monitoring I have generated all the RFC's,I have created the logical component and s

  • HT5361 Switching from Eudora to Apple Mail

    I have an eMac that was upgraded to Mac OS X v. 10.5.8.  I need to get a new machine.  But I am using Eudora as my mail client and it can't be upgraded and will not work with later systems, so I am trying to switch to Apple Mail which I assume will b

  • NameError while registering MDS repository

    Hello Experts! I have a problem with registering MDS repository through WLST. I have written Python script that should register MDS repository but when I try to run it, it says "[Deployment Script]: Unexpected error: exceptions.NameError" Here is my

  • Ipod not working - no response

    My ipod is not responding at all. I have tried draining the battery for 24 hrs, resetting it, restoring it, updating my software to latest version. When I plug it in to my PC, my PC is not recognising it. It's as if it's not there at all. The screen