After module insertion switch gone to ROMMON monitor

Hi,
I have taken 6509 switch and inserted module for testing.
Switch gone to ROMMON mode and not booting normally.
It is saying unable to open the boot file.
It is happened with 6506 also. These two are offline switches. But luckily my production switch didn't go to ROMMON mode after crash.
What might be reason?
Regards
SKRAO

This is probably the same switch you posted question on crash, soI assume it's native IOS. the sup720 as you know have 2 processors, SP and RP. I said this because it depends on whuch processor is in rommon. If you are lucky and you are in SP rommon, then can try manually booting the switch with "boot bootflash:", but make sure there is an image in there - "dir bootflash:".
Please rate if this post helps.

Similar Messages

  • Macbook Pro loses Airport Extreme after the Screen switches off.

    I am experiencing problems where my MBP is losing the network connection with my Airport Extreme after the screen switches off (the MBP is not does not sleep).
    I could be watching a video streaming from my MBP to my ATV, and all of a sudden it stops, and the ATV loses its connection with my MBP. On looking at the MBP it is still connected to the internet, but it can't physically see my Airport Extreme. I've opened the Airport Utilities program and it cannot find the Airport Extreme, even though I am still connected to it.
    The only way I can fix it is to turn off the Airport on my MBP and then turn it back on and everything comes right.
    This has only just started happening in the last week or so, and I have never had a problem before.
    I've had a look through the forums, and on Google, but others seem to be losing their internet, etc. I am still able to access the internet, just not anything connected the Airport Extreme (e.g. USB harddrive).

    What are you doing to change it to a static channel? I've been having this same problem and have tried going to Network Settings>>Advanced>>TCP/IP>>Configure IPv4, changed setting to "Using DCHP with manual address", and changed the IP address to an available ip. I've done this a lot of times before I had the monitor problem to solve the IP conflict problems I get sometimes on my network, but this didn't fix the external monitor issue. Is there something else I should be doing? Thanks

  • Can I switch to an external monitor on boot without OS?

    I have a cracked screen and I freshly formatted the hard drive on Windows (So basically, my MAC has no OS but I have an installer). Will I be able to switch to an external monitor on boot so I could see the OS installation well? if so, how do I switch?

    Not in a position to test this exactly right now so I am just speculating.
    IF this is possible, it should just be a matter of connecting your external display prior to booting, then booting the computer up (I suppose into the recovery partition, or an install disk). Since the computer recognizes the built in display and doesn't know its cracked, it will still display on there (unless you go into clamshell mode by closing the computer after it loads up the external display). I don't know if it will default to mirroring or extending.
    Again, that is if it will work. Without an OS installed, I am not sure how it will behave.

  • HT3964 my macbook air keeps coming up with a message" are u sure u want to shut down..etc" after which it switches off by itself. now it's off and will not power on altogether. any suggestions?

    my macbook air keeps coming up with a message" are u sure u want to shut down..etc" after which it switches off by itself. now it's off and will not power on altogether. any suggestions?

    Does it power on if you plug in the charger?
    But to be honest I see in your description it says 'Late 2011' so there is a good chance you have warranty right, I would take it to Apple store and let them sort it out

  • Avoid Commit after every Insert that requires a SELECT

    Hi everybody,
    Here is the problem:
    I have a table of generator alarms which is populated daily. On daily basis there are approximately 50,000 rows to be inserted in it.
    Currently i have one month's data in it ... Approximately 900,000 rows.
    here goes the main problem.
    before each insert command, whole table is checked if the record does not exist already. Two columns "SiteName" and "OccuranceDate" are checked... this means, these two columns are making a unique record when checked together with an AND operation in WHERE clause.
    we have also implemented partition on this table. and it is basically partitioned on the basis of OccuranceDate and each partition has 5 days' data.
    say
    01-Jun to 06 Jun
    07-Jun to 11 Jun
    12-Jun to 16 Jun
    and so on
    26-Jun to 30 Jun
    NOW:
    we have a commit command within the insertion loop, and the each row is committed once inserted, making approximately 50,000 commits daily.
    Question:
    Can we commit data after say each 500 inserted rows, but my real question is can we Query the records using SELECT which are Just Inserted but not yet committed ?
    a friend told me that, you can query the records which are inserted in the same connection session but not yet committed.
    Can any one help ?
    Sorry for the long question but it was to make u understand the real issue. :(
    Khalid Mehmood Awan
    khalidmehmoodawan @ gmail.com
    Edited by: user5394434 on Jun 30, 2009 11:28 PM

    Don't worry about it - I just said that because the experts over there will help you much better. If you post your code details there they will give suggestions on optimizing it.
    Doing a SELECT between every INSERT doesn't seem very natural to me, but it all depends on the details of your code.
    Also, not committing on time may cause loss of the uncommitted changes. Depending on how critical the data is and the dependency of the changes, you have to commit after every INSERT, in between, or at the end.
    Regards,
    K.

  • Srceen goes gray after the apple goes off then the monitor says no signal..

    srceen goes gray after the apple goes off then the monitor says no signal.. It been working great for 9 months use it everyday for fcp.. would the video card be bad???

    If the video card were bad, you wouldn't get anything to display. The fact that you get the gray screen with the spinning gear means the video card is working.
    So, two things I would try, and you can pick the order. The first is to reset the PRAM. You may want to save this for last since it will reset a few of your settings. Nothing major, but can be annoying. The second is to start the system in safe mode by holding down shift while booting.
    If safe mode works, then you have some corrupted preference files or some other program is causing problems. If safe mode doesn't work, you can at least see if zapping the PRAM lets you get any further along with the boot process. Only if both of these fail would I start to consider an issue with the video card.

  • Execute_query after on-insert trigger

    Hello.
    I use on-insert trigger to insert data into database and then i want to execute_query so i can see all records including the last one i inserted.
    How can i workaround the problem with using execute_query or go_item in (or after) on-insert trigger?
    Thanks.

    Hi,
    you cannot execute navigational or query built-ins when in a transaction control point (ON-INSERT).
    ON-, KEY triggers replace the functionality of the events they fire upon.
    You can use the KEY-COMMIT Trigger to do this. For instance:
    <<KEY-COMMIT>>
    Commit_Form; -- all validation triggers are fired
    -- WHEN SUCCESSFUL
    Go_Block ('BLOCK_NAME');
    Execute_Query;
    Go_Block ('STARTING_BLOCK_NAME');
    -- END KEY-COMMIT
    Regargds,
    Hans

  • After record insertion error!! Help please!!

    I get this error after I insert fields into database.
    Error Executing Database Query.
    Syntax error in INSERT INTO statement.
    The error occurred in D:\Hosting\derekwit\more.cfm: line 100
    98 : <cfelse>
    99 : NULL
    100 : </cfif>
    101 : )
    102 : </cfquery>
    SQL INSERT INTO DBTANGLEWOOD (First, Last, Industry, Title,
    Company, Address1, Address2, City, State, Zip, Country, Phone, Fax,
    Email, SiteInterest, TimeFrame) VALUES ( NULL , NULL , NULL , NULL
    , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
    NULL , NULL , NULL )
    DATASOURCE derekwit_accesscf_TanglewoodDB
    VENDORERRORCODE 3092
    SQLSTATE  
    Resources:

    It doesn't look like the query is inserting any values other
    than NULL. You may want to look into that.
    Some of your column names may be reserved words. For example
    FIRST and LAST. If those are reserved words for your db type,
    either rename the columns permanently (recommended) or escape them.
    The escape syntax is db dependent.
    Access or MS SQL use square brackets around the name:
    [ColumnName]
    MySQL try back tics: `ColumnName`
    ...

  • Why does My video flicker grey after I insert a pic in a transition

    Simple as my question title. Can't figure out why my video flickers grey after I insert a pic into a transition. Any help would be greatly appreciated

    I actually found out its an issue that alot of folks are having and it has nothing to do with the "pic in transition thing I was talkin about." Sorry I'm no good with all the technical terms. But it's a gray flicker that appears in the playback, I found a thread that believed it was a graphics card issue or an issue with quicktime?
    https://discussions.apple.com/thread/1409884?start=0&tstart=0
    Link can describe it better than I

  • EPMSaveComment after EPM Insert Member does not work?

    Hello,
    I have situation in report where I use EPM Insert Member and also EPMSaveComment.
    After new members are inserted, existing comments are blanked and Save data after that update exsisting comments with blank values
    Detail steps:
    Open Excel and log on to BPC-NW Environment / model
    Create a report selecting a dimension ACCOUNT on the row axis and TIME dimension on the column axis.
    Choose Remove Empty and Zero Values for Rows
    Add two local Members on the both following columns as follows:
    column x: add local Member 1 and leave formula blank
    column y: add Local Member 2 and enter an 'EPMSAVECOMMENT' formula which references the column in 'LocalMember1'
    Insert Member and enter some values and also comment.
    Save and Refresh data.
    Insert Member
    The comment will disappear from the LocalMember1 (column x).
    Questions:
    Is it possible to have Insert Member and EPMSave Comment in same Report?
    Fact (documentation EPM Add-in 32.28): EPMSaveComment function is executed (only) when you Refresh the worksheet.
    But Insert Member function does not Refresh the report in such way that comments with EPMSaveComment function are displayed? They are blanked instead.
    If report is refreshed before Save Data then inserted members are deleted because they dont have values
    If data is entered for inserted members than with Save Data also previous comments are changed (with blank), because they are different in input screen that those saved before?
    If columns for comments are only added in Excel, so that they do not belong to Report, then comments do not dissapear from "blank" column….
    … and function EPMSaveComment in second column still save comments
    But in that case after Insert Member function outside Report is not available automatically in inserted row
    Also if EPMCopyRange is used instead of LocalMembers the situation - dissapearing existing comments when inserting member - is the same
    There is similiar situation with Expand and Insert Member functionality explained in Note 1936111 where SAP states that Refresh is needed?
    Best regards,
    Nevenka Ribnikar

    Hello,
    thanks for you suggestion, I will also wait for answer from SAP.
    I will post details again:
    LOCAL MEMBERs in REPORT:
    EPMSaveComment(EPMMEMBER(000), , EPMDIM_CURRENT_MEMBER(ACCOUNT), )
    After EPM Insert Member
    Comments in column »enter« dissapear
    In documentation EPM Add-in 32.28 is written: EPMSaveComment function is executed (only) when you Refresh the worksheet
    For new inserted member values and comment can be added, but also other comments will be changed to blank values…
    If only values are changed and Save Data without Refresh,
    then comments are still in column »enter«
    If I use columns out of the report than as mentioned, if new members are inserted at the end there is no formula for comment...
    Thank you for your answers, I was worried that there is some simple solution...
    Does anybody has some real project experience with SaveComments and InsertMembers in same reports?
    Best regards,
    Nevenka

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Trouble with photos rendering after transitions inserted

    I'm having trouble in general with the program running slow and stuttering. But my biggest problem is that after I insert a transition, the photo (with ken burns effect) doesn't re render itself. so after the transition, the movement of the photo skips back to it's original start position. When I try to view the photo settings, all I see is black.

    Welcome to discussions, Cheryl;
    Updating Ken Burns stills works only until you empty the trash in iMovie HD 6.0.2:
    http://www.sjoki.uta.fi/~shmhav/iMovieHD_6_bugs.html#stillupdate
    Sue

  • UpdateAllContainers() not working after i insert inlinegraphicelement

    Hi
    Please find the attached flex project. Its a basic editor. After i insert image to my editor it does not show this but a space is covered by image. after i edit by delete or update my text image shows up. Please help what is missing
    Thanks & Regards,
    Imran

    Perhaps you are missing the event that updates when the graphic has been loaded?
    Here is some example code that works:
    package
        import flash.display.Sprite;
        import flash.events.Event;
        import flashx.textLayout.container.*;
        import flashx.textLayout.elements.*;
        import flashx.textLayout.events.StatusChangeEvent;
        /** Hell world text example with an inline graphic */
        public class InlineGraphic extends Sprite
            private var _textFlow:TextFlow;
            public function InlineGraphic()
                _textFlow = new TextFlow();
                _textFlow.fontSize = 48;
                var p:ParagraphElement = new ParagraphElement();
                _textFlow.addChild(p);
                var span:SpanElement = new SpanElement();
                span.text = "Hello ";
                p.addChild(span);
                // InlineGraphicElement has "auto" width/height so the size can't be calculated till the graphic is loaded
                var inlineGraphic:InlineGraphicElement = new InlineGraphicElement();
                inlineGraphic.source = "http://www.adobe.com/shockwave/download/images/flashplayer_100x100.jpg";
                p.addChild(inlineGraphic);
                var span2:SpanElement = new SpanElement();
                span2.text = " World";
                p.addChild(span2);
                // event sent when graphic is done loading
                _textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,graphicStatusCh angeEvent);
                _textFlow.flowComposer.addController(new ContainerController(this,400,200));
                // this call compose but the graphic hasn't been loaded from the source URL yet.
                // The actualWidth and actualHeight are zero. 
                _textFlow.flowComposer.updateAllControllers();
            private function graphicStatusChangeEvent(e:StatusChangeEvent):void
                // if the graphic has loaded update the display
                // actualWidth and actualHeight are computed from the graphic's height
                if (e.status == InlineGraphicElementStatus.READY || e.status == InlineGraphicElementStatus.SIZE_PENDING)
                    _textFlow.flowComposer.updateAllControllers();

  • I had a Singapore SIM in my Iphone 4S and now i'm in Hong Kong.  After I inserted Hong Kong SIM, the playlists in My Music got changed to Chinese characters from English.  How to change it back to English?  My language setting is only English

    I had a Singapore SIM in my Iphone 4S and now i'm in Hong Kong.  After I inserted Hong Kong SIM, the playlists in My Music got changed to Chinese characters from English.  How to change it back to English?  My language setting is only English

    What you have mentioned happen to me. I posted new stuff just now. https://discussions.apple.com/thread/4450344

  • HT4972 I am using iphone 4 Geveya in which I have to dial 112 after re-insertion of Sim Card. When i connect my phn to I tunes I got message to update the version of iphone. Some one has informed me that I can not update this phn will stop workin after up

    I am using iphone 4 Geveya in which I have to dial 112 after re-insertion of Sim Card. When i connect my phn to I tunes I got message to update the version of iphone. Some one has informed me that I can not update this phn will stop workin after update.
    Kindly update me on this whether I need to update this or not.

    Try a Hard Reset.....
    Press and hold the Wake / Sleep button AND the Home button at the same time, keep them both pressed until the Apple Logo appears on the screen, it can take 10 or more seconds.  Ignore the swipe to turn off message.

Maybe you are looking for

  • Black bars around my screen.

    I have recently gotten adobe premiere, and after effects. Everytime I export there is a black bar around the screen. http://us.toshiba.com/video-electronics/camcorders/camileo-x100/ That is the camera link , and it is 1080p 30fps. thank you in advanc

  • File crashes on opening, database error code 2, how to fix?

    My InDesign CS6 file does not open due to a database error that occurs when I open it, showing as "error code 2". I urgently need this file due to graduate school applications and I am desperate for help. Any insight would be much appreciated!

  • Auto-click hyperlinks program

    Hi, does any1 what are the various JavaScript function required to auto-click all hyperlinks in a website, using a Java program?

  • Collector output garbage when written to file?

    Hello, I am trying to average dynamic data over the course of 5 seconds and write the average of those 5 seconds to file at the push of a switch.  I have figured out how to get a switch to turn on for five seconds and then turn off when switched, but

  • Error downloading latest version of code

    I cannot seem to download the latest version of my source code. I get the following error: "Unable to locate object with path ide:{1,3}=Folder". Anybody know what this means? Woo