Bge0 interface down from console cable

Whenever I plug in a console cable into my v240 it turns off my interface bge0. Why does it do that? and can it be changed not to?

should i turn all 3 of these on or is it a specific one?
# Uncomment the following line to disable keyboard or serial device
# abort sequences:
#KEYBOARD_ABORT=disable
# Uncomment the following line to enable a non-BREAK alternate
# serial input device abort sequence:
#KEYBOARD_ABORT=alternate
# Uncomment the following line to change the keyclick behavior:
#KEYCLICK=off

Similar Messages

  • Listener actually up as seen from backend but from console gets error

    Hi
    My SCAN listener is shown running from backend but is shown down from console.
    response for listener shows below error.
    Any suggestions/hints
    Thanks
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 06-JUNE-2011 11:44:54 Copyright (c) 1991, 2010, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error: 2: No such file or directory LSNRCTL>

    Thank you for your help.
    I am using a RAC database and this is the status
    srvctl status scan_listenerSCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node oradb123
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node oradb124
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node oradb124
    srvctl config scan_listenerSCAN Listener LISTENER_SCAN1 exists. Port: TCP:1730
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1730
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1730
    [ oradb469:/home/oracle ]
    srvctl config scanSCAN name: oemcrsp-xyz.net, Network:
    1/10.180.5.0/255.255.255.0/eth0
    SCAN VIP name: scan1, IP: /oemcrsp-xyz.net/10.180.5.186
    SCAN VIP name: scan2, IP: /oemcrsp-xyz.net/10.180.5.187
    SCAN VIP name: scan3, IP: /oemcrsp-xyz.net/10.180.5.185

  • Code source works fine from console application but not from SharePoint interface

    Hi;
    Please can you help
    me to understand why my code below works fine from console application (VS 2010) and not working from interface of my SharePoint collection site :
    From console application : the subsite is created and I can to open without any problem
    From Sharepoint GUI : the subsite is created but impossible
    to open subsite : error 404 page not found ?
    The subsite creation is very long (2 minutes) and in concole application When I try to open the subsite just after its creation I have page not found and I must waits (several refresh) more time to open the subsite correctly.
    Can be I must to display a PoPup to show the progress creation ?
    using System;
    using System.Security.Permissions;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Security;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Workflow;
    namespace CreateSubSiteClients.EventReceiver1
        public class EventReceiver1 : SPItemEventReceiver
            public override void ItemAdded(SPItemEventProperties properties)
                     base.ItemAdded(properties);
                     try
                         SPWeb web = properties.OpenWeb();
                         if (properties.List.Title == "REFCLIENTS")
                             SPListItem curItem = properties.ListItem;
                             string name = properties.ListItem["SITE"].ToString();
                             curItem["SiteUrl"] = web.Url + "/" + name;
                             SPWeb rootWeb = web.Site.RootWeb;
                             SPWebTemplateCollection webTemplates = rootWeb.GetAvailableWebTemplates(1036);
                             SPWebTemplate webTemplate = null;
                             String webTemplateName = "ModeleSiteCourrier";
                             String webTemplateSearchName = "";
                             for (int i = 0; i < webTemplates.Count; i++)
                                 webTemplateSearchName = webTemplates[i].Name.ToString();
                                 if (webTemplateSearchName.Contains(webTemplateName))
                                     webTemplate = webTemplates[webTemplateSearchName];
                                     break;
                           SPWeb newSite = web.Webs.Add(name, name, name, Convert.ToUInt16(1036), webTemplate, false, false);
                            newSite.Navigation.UseShared = true;
                            newSite.Update();
                            newSite.Close();
                            Console.WriteLine("Le site suivant a été crée", name);
                     catch (Exception ex)
                         properties.Status = SPEventReceiverStatus.CancelWithError;
                         properties.ErrorMessage = ex.Message.ToString();
                         properties.Cancel = true;
    Regards

    Hi,
    To create subsite using event receiver in SharePoint Empty Project, you can refer to:
    Sharepoint 2010 event handler to create subsites
    To display a PoPup to show the progress creation, you can use:  MessageBox.Show("Hello, world.");
    More information:
    MessageBox.Show Method (String)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Shutting down from a console you're not using.

    As described by many users of fglrx or r128 on old cards... when shutting down from inside X, there is a very good chance that the computer will freeze before it finishes shutting down.
    Nothing I can do saves that and from others I hear the only way to complete the shutdown is to ssh into the machine and issue that command.
    This led me to believe that if the shutdown command comes from an outside source it will finish whether or not the console running X has frozen.  I tried this script:
    #!/bin/bash
    rm /home/dummy
    until [ 6 -eq 9 ]; do
    if [ -e /home/dummy ]; then
    poweroff
    else
    sleep 5
    fi
    done
    And used touch /home/dummy to turn off the computer.  The script runs in console 2 so the poweroff command came from console 2 but i was running X in console 1.  Nevertheless I just experienced another lockup and the computer would not shut down.
    Any idea why?  When someone ssh's into the machine and types "poweroff" the actual command that turns off this computer is coming from sshd correct?  And the reason it works is because sshd does not run in the same console as X, it starts up as a daemon before you even login to a console at all.  Does that mean if I somehow make the above script into a daemon and start it before logging in, touch /home/dummy will shutdown successfully all the time?
    I need some way of shutting down (and using ssh all the time from another machine isnt practical) and I'm really confused as to why sshd can shutdown when console 1 is frozen but console 2 cannot shutdown when console 1 is frozen.  The only way to avoid the freeze would be to turn off 3D acceleration and from everything I've read this means starting X without 3D.  I'd love to know if there's a way to turn off 3D in the middle of an X session.
    Does anyone have solutions?  Or am I stuck waiting until I have a server which automatically shuts down my laptop over ssh, when the laptop tells the server it wants to shut down?

    Hopefully this will become a non-issue soon as kernel 2.6.23 makes the chance of freezing on shutdown seem like only 1%.

  • Weblogic domain status always down from Fusion Middleware Console

    Hi Guys
    Weblogic domain status always down from Fusion Middleware Console but however my Webdomain is Up and running.
    At another level, I have the same problem with applications status. These applications are Up and running but visible status down too.
    Platform: AIX 5.3 TL8
    Weblogic Server: 10.3.2
    Fusion Middleware Controle: 11.1.1.2.0
    Any idea ?
    bests regards
    Denis Jeanneret

    Hi,
    I have similar setup and the WebTier component shows as down.
    After some research I have come to the conclusion that some files have been missed in the EM packaging with the Web Center and OHS components.
    Am following up with iAS development on this issue..
    Check
    http://<adminHost>:<adminPort>/dms
    Click on Aggregate Metrics > scroll down to opmn_response and opmn_response_component. See if the instance is registered.
    In my case, the opmn_response does not have the componentname in it but opmn_response_component seems to be fine.
    Regards
    Kotti

  • ASA firmware upgrade from console - tftp error

    Have an asa 5510, trying to upgrade the firmware via console.
    I have a tftp program installed on my PC but get an error running the command, any idea what I'm doing wrong?                  
    asa# copy tftp flash
    Address or name of remote host [142.xx.xx.xx]?  ------------> IP of my PC
    Source filename [asa912-k8.bin]?
    Destination filename [asa912-k8.bin]?
    Accessing tftp://142.xx.xx.xx/asa912-k8.bin...
    %Error opening tftp://142.xx.xx.xx/asa912-k8.bin (No such device)

    Hi,
    You really cant upload files through the Console connection. Its not a network connection.
    Your PC might have an IP address configured but that would be configured in its network interface card which has nothing to do with the console cable connection.
    So you will have to configure one of the ASAs network interfaces with IP address and other basic settings. Then you need to configure the PCs network interface cards settings to match the IP address/subnet configured on the ASA. Then you will have an connection between the ASA and the PC and should be able to load the software to ASA.
    For example
    interface Management0/0
    nameif management
    security-level 100
    ip address 10.10.10.1 255.255.255.0
    no shutdown
    and the configure the PC with IP address 10.10.10.100 and mask 255.255.255.0 for example and then load the software from the PCs IP address of 10.10.10.100.
    - Jouni

  • WLC4402 Console Cable

    Hi.
    We have one customer who have deployed a unified wireless solution using WLC4402. They implemented high security that they have disabled telnet, http & https connectivity to the WLC. Now, configuration changes needs to be done on the WLC but unfortunately they have lost the provided console cable. Is there other ways to connect to the WLC?
    If the console is a must, would someone know the console cable pin-outs for the WLC?

    Haha, well, that's no doubt the lesson that will come from this.
    The serial cables didn't work? I really question whether this device is working. Did you lock the console too? If not, that should work fine. Make sure your settings are correct - 9600 baud, etc...
    The service port won't work with HTTP and HTTPS disabled.
    Finally, you won't be able to ping the WLC's AP Manager interface, but that's not usually the interface that shows up in CDP. Maybe it's possible that the WLC is bad? Does the wireless still work? As best you can tell, are the APs still associated to the controller?
    Next step is to open a Cisco TAC case and ask them if it's possible to reset to factory defaults some other way...

  • Console cable to USB adapter

    Can anyone recommend a USB adapter to use with a console cable?

    As posted on https://learningnetwork.cisco.com/thread/46991
    a native USB to Cisco RJ45 Console cable - $15 and available from http://www.get-console.com/shop/en/18-usb-to-serial-cables - native driver support for OSX, Win 7. It even is light blue flat ribbon cable as well to stop any confusion as to what it is.
    So instead of carrying round a USB to DB9 serial cable that you constantly have to convert to RJ45 to connect to Cisco console ports you can instead carry round a USB to RJ45 serial cable that you can convert to DB9 with a $4 adaptor if you need to work on non-Cisco stuff.
    Yes a shameless plug, but as a field engineer myself i know that no laptops come with RS232 ports anymore. and the USB-to-DB9-Serial-to-Cisco-DB9-to-RJ45 cable combo is somewhat convoluted.

  • How do I get about:config and other about: addresses to drop down from URL bar?

    How do I get about:config and other about: addresses to drop down from URL bar?
    It's a pain having to retype them in full... not sure why there is no easier interface to them.

    hello, you can bookmark the sites for faster access.
    [[How to use bookmarks to save and organize your favorite websites]]

  • After upgrading to 10.7.5 internet is accessible from console only

    When I enter any address in the browser (Firefox, Chrome, Safari, Opera) or trying to start apple software update, it complains about network error.
    When I use IP address in the browser, it loads fine, so it seems a DNS issue to me, but from console curl works perfectly and other utils can resolve DNS also.
    $curl -I apple.com
    HTTP/1.1 302 Moved Temporarily
    Location: http://www.apple.com/
    Content-Type: text/html
    Cache-Control: private
    Connection: keep-alive
    I've also tried tried:
    $ping apple.com
    PING apple.com (17.149.160.49): 56 data bytes
    Request timed out for icmp_seq 0
    Request timed out for icmp_seq 1
    $ping google.com
    PING google.com (173.194.39.66): 56 data bytes
    64 bytes from 173.194.39.66: icmp_seq=0 ttl=57 time=37.793 ms
    I have no clue how is this possible. Any ideas?

    You're not the only one. I've been re-indexing on and off for the last four days to no avail. I had to call Apple today and was put through to a senior technical advisor. After doing a data capture for them I was told that they should be able to come back with an answer within the next two days.
    It's worth giving them a call to let them run through the clearing caches process with you if you haven't done that already. Remember that using your machine whilst it's indexing also slows the process down.
    I will let you know when they come back with an answer but I hope by t would hahen both of our machines would have finished re-indexing by then...

  • 3850 Stack - "Authorization Failed" from Console

    Hello,
    I have a stack of 3 x 3850s. All connected up via the stack cables. I have the Primary Active Switch, The Standby and Member.
    When I connect a console cable into the Primary Active I get access to the stack. If I connect to any of the other 2 switches in the stack via console I just keep seeing authorization failed.
    I disconnected all the switches from the stack (it's a lab environment) and was then able to access each switch via console. The issue with Authorization Failed only seems to be apparent when they are stacked. I have another stack of 3850s which allows me access to the CLI from any of the stack members.
    Anyone came across this slight issue?

    Hi,
    Try these commands:
    Switch(config)# redundancy
    Switch(config-red)# main-cpu
    Switch(config-r-mc)# standby console enable
    Switch(config-r-mc)#
    You need Cisco IOS XE 3.2SE or later.
    Link:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/ha_stack_manager/command_reference/b_hastck_3se_3850_cr/b_hastck_3se_3850_cr_chapter_010.html#wp2758849103
    HTH

  • Can anyone help me understand this output from Console?

    My Macbook Pro freezes and I have to manually shut it down and restart it.  This is the error output from Console after I restart the Mac and find the time that the Mac froze.
    Here is the error code again, if it was too hard to read from the image above:

    Hi, did you find any answer to this? I have the same problem with globeinvestor.com gold tracker program. It stops to run from very beginning and give me a 23 code error.
    Their supprot can not fix this. Actually i have tried this in three different computers and all of them are same.

  • Unidentified traps and interface down alerts LMS 4.2

    Hi all,
    Sometimes we have unidentified traps in our log, we don't know where they come from.
    In high severity faults we see an active alert with device name “Unidentified” event name unresponsive but with a certain ip address.
    What are these alerts about? Can I filter them?
    A second issue I have is that I get interface down alerts. But when we log on to the device, there is no interface down at all. We can also ping the device from the lms server at that time. I have been told that the admin state and operational state has to be up.
    Thanks,
    Best Regards,
    Joris

    Hi Joris,
    Generic trap support is a new feature introduced in LMS 4.2 release. look at the below
    document also.
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.2/user/guide/lms_monitor/TrapFwd.html#wpxref13049
    LMS 4.2 release onwards DFM will display any unprocessed traps comming from device in
    fault monitor screen as unidentified trap under Inform alarm.
    For the other issue , it could be a DFM database issue , try to REDISCOVER those devices in
    DFM and see how it works
    Thanks
    Afroz

  • 2602 AP PoE comes up only after console cable is disconneted

    HI...
    We have been struggling with PoE issues for sometime until we accidently came across what seems to be the problem. The equipment we are using are,
    Cisco WLC 5508 (w/HA WLC) ver 7.4.100.0
    Cisco AP 2602
    Cisco 4507 w/Poe module, 3560 24 port Poe, 3560CG 8port Poe
    Now we noticed that if an access point is connected to a console cable then poe is connected via any of the above switches, the AP will not power up until the console cable is disconnected. We have tried this on 5 different 2602 APs  and tested on all the three switches.
    I wonder wether this is a known issue or bug, or if anybody might have come across such behaviour.
    All Help Is Appreciated
    Thanks

    Now we noticed that if an access point is connected to a console cable then poe is connected via any of the above switches, the AP will not power up until the console cable is disconnected. We have tried this on 5 different 2602 APs  and tested on all the three switches.
    I've got one case where I plugged the PoE and the AP won't work.  A close inspection shows the STICKER was incorrect.  Instead of plugging to the right-hand port, the sticker was put on upside down and telling me to connect the PoE to the left-hand port.
    Another reason could be faulty cable.  What is the output to the command "sh power inline"?

  • CISCO 1721 :// No Echo/Response from CONSOLE Port

    I have a CISCO 1721 I found in my 'stuff' when I was moving and I want to use it as a home router.  Connecting to the CONSOLE port I get nothing echo'ed back.  I confirmed connection hardware (USB=>Serial/Roll-Over cable, etc) by consoling into my CISCO 1841 lab router.  
    Other things I've tried are:  
    1) Wireshark'ed CONSOLE port - nothing;
    2.) Wireshark'ed the AUX port - nothing;
    3.) Wireshark'ed the ETH port - looks like 'normal' data.
    I wanted to see if I could access the CONFIG from the AUX port by directly connecting my Laptop w/ a Roll-Over cable but not sure how to do that w/out a modem.  Any suggestions from anyone??
    Best regards....
    J. David FIG
    [email protected]

    J. David FIG
    The aux port is not restricted to use for modem. Depending on how the router is configured you might be able to start an exec session, get into privilege mode, and access the configuration of the router. I have been successful on similar routers connecting the console cable to the aux port and accessing the router.
    HTH
    Rick

Maybe you are looking for

  • IPOD software makes DVD drive disappear on Windows Explorer

    Since installing the IPOD nano software and downloading the latest version from the net, the DVD drive on PC is no longer visible on Windows explorer and doesn't respond when putting a CD in the drive. When running up the itunes software, it comes up

  • Script for explain plan

    Hi all What is the name of the script for creating the plan table in order to execute the explain plan command ?

  • Calendar App Search

    I am lookng for a calendar app. that will allow me to book split appointments. In other words there would be the begining, a gap of open space and then the last portion of the event. This would allow for a second appointment to be booked at the same

  • Paging datatable after sort

    First i populate a datatable with no error then i used a commandlink to sort through the list. The new list came out to be fine but the problem i am facing is that my jsp page display the data of the same page index before the sort. For example, befo

  • Sorting of bins by using WM movement types

    Hello, I want to have my sorting of bins in descending order when am using the movement type 999. For example, i have bins which name are 11, 12 and 13. When i used the WM movement Type 999, i want my TO created will trigger the bins in order of star