How do you session to asa module on 6509?

I have a new 6509 ASA Module. When i try and open a session, fails. here are the outputs.
 1    3  ASA Service Module                     WS-SVC-ASA-SM1     SAL1813P1P8
  2    4  WiSM 2 WLAN Service Module             WS-SVC-WISM2-K9    SAL1815QD32
  3   48  CEF720 48 port 10/100/1000mb Ethernet  WS-X6848-GE-TX     SAL1814PFAK
  4   48  CEF720 48 port 1000mb SFP              WS-X6848-SFP       SAL1815QBQT
  5    5  Supervisor Engine 2T 10GE w/ CTS (Acti VS-SUP2T-10G       SAL1815QCZE
Mod MAC addresses                       Hw    Fw           Sw           Status
  1  4c00.826a.32b4 to 4c00.826a.32c3   2.0   12.2(50r)SYL 15.0(1)SY6   Ok
  2  30f7.0d0b.f630 to 30f7.0d0b.f63f   1.1   12.2(18r)S1  15.0(1)SY6   Ok
  3  a80c.0df1.edd0 to a80c.0df1.edff   1.0   12.2(18r)S1  15.0(1)SY6   Ok
  4  18e7.2820.4c00 to 18e7.2820.4c2f   3.0   12.2(18r)S1  15.0(1)SY6   Ok
  5  6c41.6a0c.17d2 to 6c41.6a0c.17d9   1.7   12.2(50r)SYS 15.0(1)SY6   Ok
Mod  Sub-Module                  Model              Serial       Hw     Status
 1/0 ASA Application Processor   SVC-APP-PROC-1     SAL1808MGPL  1.0    Ok
  3  Distributed Forwarding Card WS-F6K-DFC4-A      SAL1813PD2L  2.0    Ok
  4  Distributed Forwarding Card WS-F6K-DFC4-A      SAL1815PY3J  2.0    Ok
  5  Policy Feature Card 4       VS-F6K-PFC4        SAL1814PLKQ  2.1    Ok
  5  CPU Daughterboard           VS-F6K-MSFC5       SAL1815Q2ZZ  2.1    Ok
all modules loaded up ok.
sess slot 1 pro 1
The default escape character is Ctrl-^, then x.
You can also type 'exit' at the remote prompt to end the session
Trying 127.0.0.11 ...
% Connection timed out; remote host not responding

Try "service-module session slot 1". Reference.

Similar Messages

  • How do you use a Springboard Module in a Visor?

    I have a Visor Springboard question I hope someone can help me with. I use a medical device module that uses the expansion slot. It plugs into the Visor and comunicates with a medical implant wirelessly. The medical device came with a new Visor. I got it from my doctor new in 2007 . The touchscreen started flaking out so I grabbed an old Visor that I had purchased used at the San Jose Flea Market in 2000 , inserted the module and it automatically turned on the Visor and displayed the Medical module's screen.Just like the original.  I saved hundreds in "medical device" replacement costs!  
     So because I saw the value of a backup unit I bought another one on Ebay. It arrived and didn't work the same or at all for that matter. I have been trying to figure out if I need to do something for it to see the module. I can not find a way to switch on the module. I suspect it is normal for these units to recognize that they have a module plugged in and to defer to the plugins program on powerup. Did I just buy a bad unit or is there more to know about the Springboard Module Expansion slot?
     One additional item I am not sure of what model Visor any of these units are except the new one is blue translucent (probably a deluxe right?) On the Palm site and other sites I have seen pictures that look like my other two (the ones that work). They are both gray. It looks like they could be Visors or Visor Deluxe. All buttons, applications, and everything else I can see is the same on all three units.
     Your help could save me alot of $$$, thanks in advance
    Post relates to: Visor Deluxe

    Hello Johnny and welcome to the Palm forums.
    The Visor that you have that won't recognize the card when you insert it into the Springboard module port is probably bad.  If the other Visor comes on when you insert the card then you know the card is working.  As far as I know, there is nothing that you need to do to enable the Springboard module port on the Visor if I recall correctly.  (In the past, I've use the Xircom 56k modem card and the 8MB backup and storage cards.)
    The all silver/grey Visors are probably Visor Platinums and the one with the clear case is a Deluxe.
    Hope that helps,
    Alan G

  • How do you call a function module in a web dynpro application ?

    Why do you delete my postings ?????????????????????????????
    pls see subject
    Edited by: Ilhan Ertas on Apr 1, 2009 4:51 PM
    Edited by: Ilhan Ertas on Apr 1, 2009 4:52 PM

    Its not me deleting them.  Perhaps a different moderator or a technical problem within SCN itself.
    Someone might be concerned about your question because it is very basic.
    You can call a function module from WD the same way you did in any ABAP program - with the CALL FUNCTION syntax.  There is a service call wizard that will generate a matching context and calling code for you - but it is just a helper, code generator.  Everything it does can be done by hand as well (and often better than the generator).

  • How do you compile a lifecycle module

    I want to develop a Lifecycle module for Sun Java System Application Server 8, Platform Edition.
    I have read through http://docs.sun.com/source/817-6087/dglfcycl.html#wp16956 .
    The bit of info that is missing from this document is the name of the jar that holds the Lifecycle* classes l(like LifecycleListener).
    This makes it a bit difficult to compile my lifecycle module.

    Where did you find that information?
    Is it in a document that I missed?
    thanks,
    vbk

  • How do you use one managed session bean from another?

    Hello -
    I am a complete newbie to JSF coming from Struts 1. My question is how do you use one managed bean from the method of another one? I think this would be a common senario. For example I put a bean in session scope when a user logs in and in a different method within a different bean I want to get some of this user's information. What is the correct way to retireve one bean from a method in another with session scope?
    Also what would the code look like to retieve another bean from the method of a managed bean where the bean you want to retrieve has application scope?
    Thank you in advance.

    Sinplicity wrote:
    Could you be a bit more specific? If a bean is configured in the faces config file then all of it's properties are managed, correct?Not necessarily.
    What would the code look like to retireve the bean?You don't retrieve it, it has been injected.
    Can I retrieve the whole bean or just a property of the bean. I would be really interested in seeing how this is done in code? And would really love a bit more information on what it means to be a managed property?Time to consult a JSF tutorial.

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • How do you find out if the transmitter and/or receiver leaves the session ?

    So , how do you find out if the transmitter and/or a receiver leaves the session , is there an event when this happens ?

    1. There is no list available from your end.
    2. You can't actually check. If you suspect a device has been, deauthorize it twice and then authorize it.
    (89509)

  • How to get HTTP session in Applcation Module IMPL file

    Hi Guys,
    Can any one tell me how to get HTTP session in Applcation Module IMPL file ?
    thnks

    You can, but that's not a best practice.
    Re: How to reach HttpContext from model Project

  • How do you get firefox 4 to save tabs and windows and restore them? Don't say set preferences to open them on startup or use restore previous session under history; those do not work. Or is it no longer possible to save windows and tabs?

    Question
    How do you get firefox 4 to save tabs and windows and restore them? Don't say set preferences to open them on startup or use restore previous session under history; those do not work. Or is it no longer possible to save windows and tabs?

    '''IT'S A EASY AS IT SHOULD BE.'''
    This is essentially paulbruster's answer, but I've added the steps some might assume, but which aren't so obvious to those of us who are new at this, like me.
    This solution might ''appear'' to be long and complicated, but after you follow the directions once, you'll find it's quick, clean, and simple. Almost like they designed it this way.
    # If you haven't already, open a bunch of tabs on a few different subjects.
    # Click the List All Tabs button on the right side of the tab strip.
    # Select Tab Groups.
    # Create a few groups as described [http://support.mozilla.com/en-US/kb/what-are-tab-groups#w_how-do-i-create-a-tab-group here] , i.e. just drag them out of the main thumbnail group into the new groups they create.
    # Now click on any thumbnail in any new group, but not the original big default group you may have left some tabs in.
    #A regular Firefox window will open, but'' only the tabs in that group will be visible.'' You also now have the Tab Groups button in the tab strip.
    # Right click on any tab, and there it is: Bookmark All Tabs. Click on it in the list of options. Or you can hit Ctrl+Shift+D instead and go straight to the dialogue box from the tab without any clicks. But don't go looking for this familiar option anywhere else, 'cause it's not there.
    # Now pick an existing folder or create a new one just like you would have before and '''shlpam!''' there they are. New folders are supposed to end up in the Unsorted category all the way at the very bottom, but for some reason mine show up at the bottom of my last sorted category.
    # DO NOT CLICK THE UPPER-RIGHTMOST X to close this group of tabs. This will close ALL of your tabs in all groups, currently visible or not. At least it asks if you're sure first. Instead, click your new Tab Groups button to return to the Boxes 'O Thumbnails window, and click the X in the group box you just bookmarked.
    # Click on another thumbnail to repeat the process with another group, or click on a thumbnail in the big default box to return to the original FF window. You can also click the Tab Groups button at the upper right, or Ctrl+Shift+E, which will also get you ''into'' the Boxes 'O Nails window ''from'' FF.
    # So now when you reopen FF after shutdown, simply select your folder from your Bookmarks and Open All in Tabs. '''Just like paulbruster said. '''

  • How do you release the session in session method?

    how do you release the session in session method
    Title was edited by:
            Alvaro Tejada Galindo

    Go to SM35, select the session and click the process button.
    Thanks,

  • Can you tell me How to loading sessions.xml in servlet

    Can you tell me How to loading sessions.xml in servlet

    Getting a session in a servlet is no different than in any other environment except that you need to be careful which classloader you pass to the SessionManager and correctly configure what to do if your application is reloaded. If you use the oracle.toplink.util.SessionFactory introduced in 10.1.3.1 you don't have to worry about these details--it uses the correct settings. The SessionFactory greatly simplifies the code required to get a session or unit of work. It's well documented in the SessionFactory javadoc.
    If you do use SessionFactory beware there is a bug when running in a JTA environment and there's no transaction started. Doug posted a work around in his blog[1].
    --Shaun
    [1] http://www.jroller.com/page/djclarke/20060412

  • In ldap how doe you get your role from your session.

    i am getting the role from the request in ldap how do you get it from the from the session.
    <%if(request.isUserInRole("management")){%>                                                                                                                                                                                                                                                                                       

    Hi,
    who writes it to the session and which attribute name is used ?
    Frank

  • How do you clean up AURORA$ORB$UNAUTHENTICATED in v$session

    In 817 when creating a named session using the Enterprise Java Bean API and attempting to authenticate with an invalid password the result is an additional AURORA$ORB$UNAUTHENTICATED username entry in the v$session table. Eventually, as the number of these entries increases, these failures inhibit valid authentications.
    How do you clean up these failed authentications?

    bowarrowapple wrote:
     ... I'm being asked to keep the dimensions of the image as-is (2448 x 2904) while reducing it's file size to about 500kb.... ...Hopefully I can soon give my boss a great finished product, or at least an answer as to why what he's asking cannot be done!...
    The best thing you can do is recognize that some client requests cannot be reasonably honored. You're on the right track to keep the answer 'No!' a possibility. 500kb is way too large for a web page.
    The cure for this scenario is tinkering with CSS/HTML. Personally, I would use a repeating pattern of synthetic grass with no yard lines. That can get you down to around 20kb. Then I would overlay a PNG8 file with alpha transparency* to render the yard lines. That could be only 100kb. These images can be layered as your background through HTML/CSS.
    *Photoshop cannot create PNG8 with alpha transparency. You'd need to make this with Fireworks or use this hack.

  • How do you assign the user who has logged in current session ?

    Hello,
    in oracle forms , you could assigned user who has logged in to any field , e.g field_name := USER_ID;
    I need to assign the user who has logged to a field in jdeveloper 12 . How do you do that please ?
    Thanks.

    Try this: https://www.google.com/search?q=adf+get+current+user
    CM.

  • How to unconfigure a Custom Authentication Module for Convergence

    After flailing with the incomplete instructions for [Writing a Custom Authentication Module for Convergence|http://wikis.sun.com/display/CommSuite/Writing+a+Custom+Authentication+Module+for+Convergence]
    , I decided to try to revert back to the default.
    How do you remove the module and go back to the default? I tried to unset the options, but they did not seem to take effect.
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.servicename -v ""
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.callbackhandler -v ""
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.loginimpl -v ""
    sudo /opt/SUNWappserver/bin/asadmin stop-appserv
    sudo /opt/SUNWappserver/bin/asadmin start-appserv
    AUTH: DEBUG from com.sun.comms.client.web.sso.SSOFilter  Thread httpSSLWorkerThread-80-1 at 14:45:25,951 - SSO is disabled
    AUTH: WARN from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,953 - Subject not found in session, creating one
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,954 - Unabled to load the class due to 
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,956 - Unable to instantiate callback handler 
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.LoginCommandDelegate  Thread httpSSLWorkerThread-80-1 at 14:45:25,957 - Failed to Login the user: Unable to instantiate callback handler 
    PROTOCOL: ERROR from com.sun.comms.client.protocol.delegate.LoginCommandDelegate  Thread httpSSLWorkerThread-80-1 at 14:45:25,960 - Protocol Error while login : Unknown Reason

    jessethompson wrote:
    After flailing with the incomplete instructions for [Writing a Custom Authentication Module for Convergence|http://wikis.sun.com/display/CommSuite/Writing+a+Custom+Authentication+Module+for+Convergence]
    , I decided to try to revert back to the default.
    How do you remove the module and go back to the default? I tried to unset the options, but they did not seem to take effect.After enabling the custom login module using the steps in the earlier thread (http://forums.sun.com/thread.jspa?threadID=5318615), I performed the following steps to disable the custom module and re-enable the ldap auth module:
    # Disable custom auth-module
    cd /opt/sun/comms/iwc/sbin
    ./iwcadmin -w <admin password> -o auth.custom.servicename -v ""
    ./iwcadmin -w <admin password> -o auth.custom.loginimpl -v ""
    ./iwcadmin -w <admin password> -o auth.custom.callbackhandler -v ""
    ./iwcadmin -w <admin password> -o auth.misc.CredentialFile -v ""# Re-enable the LDAP auth-module
    cd /opt/sun/comms/iwc/sbin
    ./iwcadmin -w <admin password> -o auth.ldap.callbackhandler  -v com.sun.comms.client.security.auth.AppCallbackHandler
    ./iwcadmin -w <admin password> -o auth.ldap.loginimpl -v com.sun.comms.client.security.auth.modules.impl.SunLDAPLoginModule# Restarte App Server
    cd /opt/SUNWappserver/bin/
    ./asadmin stop-domain; ./asadmin start-domain# Login to iwc interface as user shjorth with password oldpwd
    # Login successful with oldpwd -- custom auth module successfully disabled, LDAP re-enabled
    Regards,
    Shane.

Maybe you are looking for

  • Increase  Free disk space for "rac1:/tmp"

    Hello All, I am trying to install Oracle 11gR2 RAC on Linux 5.5 32 bit. when i run to check the prerequisite steps i am getting the below error: Check: Free disk space for "rac2:/tmp"   Path              Node Name     Mount point   Available     Requ

  • LSMW / tcode KB11N / Error with Field KOKRS

    Hi, I post this message because Iu2019ve got a problem with a LSMW I created. Context : I want automate « Reposting of Primary Cost » with transaction KB11N. When I start to integrate my data with SM35 Iu2019ve got an error message on the field KOKRS

  • Relationship between HR Tables or Infotypes

    Dear All, i am looking for a flow which shows the relation between SAP HR tables or Infotypes. Or how they are connected? Do you have such documents? Or where can i check such settings in the system? Thak you

  • Double dash converted to "&endash;" in published doc

    Greetings, Does anyone know why a double dash -- which appears as a solid long hyphen in RoboHelp -- would be converted to text "&endash;" in published output? I am using RH7's WebHelp to generate the published doc.  It's a nasty, recent development.

  • GUI in Java for a C program.

    Hi, I have a console program written in C. Can I make the GUI for this program in Java ? The user passes on arguments to the C program through the command line using switches. So instead, the java application will now have input boxes etc to take in