Wr mem gives error on ACE module

Hi,
I am not able to save the configuration on the ACE module.
Admin# wr mem
Generating configuration....
Error in generating running config..copy aborted
"Write memory failed for context Admin"
Any help would be appriated.
Thanks
Neha

Hi Neha,
Kindly check the current system resource usage for each context by entering the #show resource usage
command .
If the resource usage percentage is high, the ACE is overloaded .
Use the copy running-config startup-config command instead of the write memory command. May be it can solve your issue for now.
Write back if it does not sovle your issue.
Sachin Garg

Similar Messages

  • LR 5 no starting, gives error "An error occurred when attempting to change modules." it is a paid version

    LR 5 no starting, gives error "An error occurred when attempting to change modules." it is a paid version and i will soon leave to a ship as i am a seaman, any help available?
    Thank you in advance

    Actually i did check the site for similar questions and found one without unfortunately any solutions, therefore and as i am about to embark a vessel, due to my job Captain in Merchant Marine Ships, I re posted this matter hoping to have a solution from somebody in ADOBE keeping in mind that i never hesitate to make the purchase of the software believing that i would not have this kind of problems with a company such as ADOBE.
    Thanks again and apologise if my post is duplicated, however i do need a solution.

  • Error on sessioning into ACE module

    Hi,
    I am getting the below error on sessioning into ACE module in CAT 6500.
    6509A#session sl 2 pr 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.21 ...
    % Connection timed out; remote host not responding
    Slot 2 is the ACE module. Please assist.

    Ok. It is working now. The processor should be '0'. Could anyone please explain the significance of the processor # in session slot command.
    Regards.

  • I have installed lightroom 4 onto my mac but when i try to activate it, it gives me an error message that says "error in changing modules"

    error in changing modules when i try to activate the program

    Moving this discussion to the Photoshop Lightroom forum.

  • Configuring FT on ACE Modules

    Hi,
    I am trying to configure FT on ACE modules, with the following commands
    ft interface vlan 20
      ip address 172.16.20.1 255.255.255.252
      peer ip address 172.16.20.2 255.255.255.252
      no shutdown
    ft peer 1
      heartbeat interval 300
      heartbeat count 10
      ft-interface vlan 20
    ft group 1
      peer 1
      priority 150
      associate-context Admin
      inservice
    The moment I enter the command 'ft interface vlan 20', it gives a prompt that 'interface vlan20 is not associated with ft', how do I resolve this ? Do I need to enable something ?

    Hi have the following config which seems to be working fine for me...  check your vlan20 interface is up
    ft interface vlan 212
      ip address 172.31.1.221 255.255.255.252
      peer ip address 172.31.1.222 255.255.255.252
      no shutdown
    ft peer 1
      heartbeat interval 300
      heartbeat count 20
      ft-interface vlan 212
    ft group 2
      peer 1
      priority 50
      peer priority 150
      associate-context Admin
      inservice
    HQ-ACE1/Admin# sh int
    vlan212 is up, administratively up
      Hardware type is VLAN
      MAC address is 00:23:5e:25:72:f1
      Mode : routed
      IP address is 172.31.1.221 netmask is 255.255.255.252
      FT status is standby
      Description:not set
      MTU: 1500 bytes
      Last cleared: never
      Last Changed: Tue Sep  6 12:46:06 2011
      No of transitions: 1
      Alias IP address not set
      Peer IP address is 172.31.1.222 Peer IP netmask is 255.255.255.252
      Assigned from the Supervisor, up on Supervisor
         8654909 unicast packets input, 735611030 bytes
         1151150 multicast, 161 broadcast
         0 input errors, 0 unknown, 0 ignored, 0 unicast RPF drops
         13020418 unicast packets output, 1672055521 bytes
         0 multicast, 163 broadcast
         0 output errors, 0 ignored

  • ACE module - end-to-end SSL

    Hello,
    I'm in the process of setting up an end to end SSL configuration but it doesn't work and I'm getting a bit confused at this stage.I imported a cert using the terminal (copy/paste) then I imported a key using the same method and the tftp. The TFTP failed and the terminal was displaying a message telling me there was topo many lines.
    I checked with the crypto verify command and it failed telling me "Error: invalid or unsupported key".
    Is there any clear documentation on how to configure an end to end SSL ?
    I used the ACE ssl guide, but it is not really accurate and looks more like a reminder to me rather than a guide.
    I attached the existing config to this post although it does not show the cert and key I imported to the ACE module, it gives a better understanding of what the idea is.
    Did anybody came across the same issues on the first time configuring end-to-end ssl with ACE?

    just don't know where to start.
    I feel like you do not have the right key/cert.
    This would be the very first thing to verify.
    Where did you get your key and cert ?
    What certificate authority signed your certificate ?
    The creation of the session key requires the use of an RSA key pair (private/public).
    Every server must have a public and a private key associated with a certificate signed by a certificate authority.
    If you're not familiar with those concepts, configuring an SSL offloaded like ACE won't be easy.
    Maybe you should start be reading on the subject from various article available on the WEB.
    openssl is a great tool to generate keys and certficates.
    I would suggest maybe to get this free tool and start by creating your own RSA key pair and a self signed certificate.
    Then import everything into ACE.
    Once you have valid key/cert we can continue with the configuration.
    Gilles

  • ACE Module Cookie Parsing causes Reset Connection

    I am trying to upgrade my ACE Modules from A2(1.3) to A2(3.2) . Unfortunately, the cookie parsing breaks when there are illegal characters and causes a connection reset (RST) when there is an invalid cookie, but only on code later than A2(1.3).
    The cookie in question is being passed by a third party so making them change the cookie is not necessarily do-able. The cookie has the following value:
    Cookie:  CurrentUser={"UserKey":{"Key":"anonymous"},"LastUpdated":"10/13/2010 1:35:52 PM"}
    We are using the following parameter map:
    parameter-map type http CASE_PARAM
      case-insensitive
      persistence-rebalance
      set header-maxparse-length 20480
      length-exceed continue
    On the older code, the request is passed on to the server.
    Is there a setting similar to "length-exceed continue" that I can give the ACE to tell it to ignore cookies it cannot parse?

    HTTP inspection is not enabled.
    Did you mean adding a class-default to the policy-map?
    Adding it to the policy-map does make it match the class-default. Unfortunately, cookie parse errors result in the inability to parse both the cookie and the host header as well. It seems that rather than just failing to parse the cookie and being unable to do sticky matching - it completely fails the entire header parsing.
    Here's our setup:
    rserver host test1
      ip address 192.168.1.101
      inservice
    rserver host test2
       ip address 192.168.1.102
       inservice
    rserver host test3
       ip address 192.168.1.103
       inservice
    rserver host test4
       ip address 192.168.1.104
       inservice
    serverfarm host auto
      probe HTTP-diagnostic
      rserver test1
        inservice
      rserver test2
        inservice
    serverfarm host news
      probe HTTP-diagnostic
      rserver test3
        inservice
      rserver test4
        inservice
    sticky http-cookie autoCookie auto-cookie
      cookie insert browser-expire
      replicate sticky
      serverfarm auto
    sticky http-cookie newsCookie news-cookie
      cookie insert browser-expire
      replicate sticky
      serverfarm news
    class-map type http loadbalance match-any auto
      2 match http header Host header-value "www.auto.local"
      3 match http header Host header-value "auto.local"
    class-map type http loadbalance match-any news
       2 match http header Host header-value "www.news.local"
       3 match http header Host header-value "news.local"
    class-map match-all prod_VIP
      2 match virtual-address XXX.XXX.XXX.XXX tcp eq www
    policy-map type loadbalance first-match prod_POLICY
      class auto
        sticky-serverfarm auto-cookie
      class news
        sticky-serverfarm news-cookie
      class class-default
        sticky-serverfarm auto-cookie
    policy-map multi-match aggregate-slb-apps
      class prod_VIP
        loadbalance vip inservice
        loadbalance policy prod_POLICY
        loadbalance vip icmp-reply active
        loadbalance vip advertise
        appl-parameter http advanced-options CASE_PARAM

  • A problem with ACL in the class-map on the ACE module

                      Hi all,
    I configured the following on the ACE module:
    object-group network test
      host 192.168.1.21
      host 192.168.1.22
      host 192.168.1.23
    object-group service port
      tcp eq www
      tcp eq 8080
    access-list T line 8 extended permit object-group port object-group test any
    I tried to configure a class-map for matching this ACL:
    ACE-4710-2/Lab-OPT-11(config)# class-map match-any TEST_C
    ACE-4710-2/Lab-OPT-11(config-cmap)# match access-list T
    Error: Cannot associate acl having object-group ACEs in class-map.
    So couldn't I  configure the class-map by using ACL with object-groups involved? Is it the bug or the normal behaviour? Because the customer uses object-groups in ACLs and he has to configure ACL without object-groups for the traffic classification. It is horrible.
    Thank you
    Roman

    Hi Roman,
    I'm afraid it's the expected behavior. You cannot use an ACL with object-groups inside a class-map.
    Regards
    Daniel

  • I get an error while changing modules pop up when opening Lr. There is no import button to use and if I try to load the default catalog I get the error message again essentially making Lr completely unusable for me! please help

    When launching Lr i get the initial screen to come up followed by an "error while changing modules" pop up. I have uninstalled and re-downloaded, followed all the suggested trouble shooting fixes and still nothing. When the app starts it has the basic info boxes but without any options in them (i.e. no import button or any buttons at all for that matter).All my other creative cloud apps seem to be working fine but Lr won't. Please help

    Ah, see, you said you had done it differently before.
    > and I tried to add a toolbox button by navigating to AcroPDF.dll.
    You'll need to reinstall Reader if the libraries aren't registered. You can't register them manually.
    Perhaps if you posted some of your code (where it creates the objects, etc.) we might be able to give you some more advice. You're sure you aren't trying to use anything outside of the AxAcroPDFLib.AxAcroPDF class?

  • Error :the specified module could not be found --oci.dll  : Oracle9i

    hi ,
    i m trying to connect thru my java code to the oracle on my system ,while creating the DSN it gives the error
    "the specified module could not be found" for the file oci.dll.
    earlier it was not able to look for the sqresus.dll which i copied to the winnt/system directory , and after this oci error is coming , anyone knowing it please guide
    with regards,

    Make sure it is the same version of 9i (i.e. 9.0.x or 9.2.x) for both OO4O and ODBC. Also make sure that the ORACE_BASE\ORACLE_HOME\BIN directory is in your search path AND last, check your windows directories and subdirectories for duplicate copies of OCI.DLL (or anywhere else on the PC for that matter). Sometimes MicroSoft will include one and it is usually an OLD one.

  • Error while changing modules

    On a Mac, did digital download from B&H. Has never worked because error while changing modules. Did EVERY step in forums. Nothing. Still under manufacturers warranty, need to talk to actual customer rep but only gives me option to post question on forum. So far this is more than annoying to have to deal with.

    Hi Atul Saini.
    It is unbelievable how miserable the ADOBE support is.
    Iam sorry - but Iam awaiting answers, as we are paying
    since nearly a month and Lightroom does not work at all.
    Can you help or what is happening?
    Thanks.
    Really angry.
    Julia Ufer
    2014-09-05 21:50 GMT+02:00 Jeff A Wright <[email protected]>:
        Error while changing between modules
    Jeff A Wright
    <https://forums.adobe.com/people/JeffAWright?et=watches.email.outcome>
    marked Atul_saini123
    <https://forums.adobe.com/people/Atul_saini123?et=watches.email.outcome>'s
    reply on Error while changing between modules
    <https://forums.adobe.com/thread/1566317?et=watches.email.outcome> as
    helpful. View the full reply
    <https://forums.adobe.com/message/6703771?et=watches.email.outcome#6703771>

  • ACE Module Radius with ACS 4.2

    Hi,
    I am able to authenticate to my ACE modules via Radius, but when I login it does not give my Admin rights. Does anyone have a fix for this? My ACS admin has been working with TAC since last week to no avail.
    John...

    You have to use a custom AV pair on TACACS server under user setup to make it work. ACE uses RBAC (role based Access Control) and for that you have to pass the context and User Role from Tacacs server to ACE to make it work.If there is no RBAC info is pushed from Tacacs server and user just get authenticated then the default role assigned by ACE is Network-Monitor.
    Following steps (On tacacs server) will make it work
    1. Select your user
    2. goto tacas+ settings
    3. Select " shell (exec)" checkbox
    4. Select "custom attributes" checkbox
    5. Type your context and role information in custom attrib box, using following format
    shell:*
    for e.g (if context name is Admin, domain is default-domain and you want to assign role "Admin" to this user )
    shell:Admin*Admin default-domain
    Hope it helps
    Syed

  • Inventory collection fails for ACE module (RME 4.3.1)

    I am trying to collect the inventory and ultimately the configurations for my ace modules.  When i try to do an inventory collection I get the error
    Device sensed, but collection failed
    Anybody have any ideas?
    Chris

    Post your IC_Server.log.
    Please support CSC Helps Haiti
    https://supportforums.cisco.com/docs/DOC-8895
    https://supportforums.cisco.com

  • DBIF_RSQL_INVALID_RSQL - Error in RSQL module of database interface.

    Hi Frnds,
    I get the the error snd short dump when Ia m running a report.
    DBIF_RSQL_INVALID_RSQL - Error in RSQL module of database interface.
    The program it is pointing to main program. Details are mentioned below.
    Can anyone give some inputs as to why this error is coming..?
    Regards
    SPrakash
    Information on where terminated                                                                   |
    The termination occurred in the ABAP program "/1BCDWB/DBBSEG" in
    "START-OF-SELECTION".
    The main program was "/1BCDWB/DBBSEG ".
    The termination occurred in line 567 of the source code of the (Include)
    program "/1BCDWB/DBBSEG"
    |    of the source code of program "/1BCDWB/DBBSEG" (when calling the editor 5670).
    Source Code Extract
    Line
    SourceCde
    537
    START-OF-SELECTION.
    538
    IF MAX_SEL > 0.
    539
    RSEUMOD-TBMAXSEL = MAX_SEL.
    540
    ELSEIF MAX_SEL = 0.
    541
    CLEAR RSEUMOD-TBMAXSEL.
    542
    ENDIF.
    543
    IMPORT G_DATA_EXIT FROM MEMORY ID MEM_ID.
    544
    IF SY-BATCH IS INITIAL AND G_DATA_EXIT IS INITIAL.
    545
    IMPORT ACTION FROM MEMORY ID MEM_ID.
    546
    ELSE.
    547
    ACTION = 'ANZE'.
    548
    concatenate '/1BCDWB/DB' 'BSEG' into g_dbdatakey-eu_name.
    549
    g_dbdatakey-username = c_all.
    550
    import sort_NAME_TAB to %_TAB2_sort
    551
    field_name_tab to %_TAB2_field
    552
    from database dbdata(DB) id g_dbdatakey.
    553
    if sy-subrc = 0.
    554
    delete from dbdata
    555
    where relid    = 'DB' and
    556
    eu_name  = g_dbdatakey-eu_name and
    557
    username = c_all.
    558
    describe table %_tab2_field lines %_l_lines.
    559
    if not %_l_lines is initial.
    560
    %_TAB2[] = %_tab2_field[].
    561
    endif.
    562
    endif.
    563
    ENDIF.
    564
    CASE ACTION.
    565
    WHEN 'ANZE'.
    566
    try.
    >>>>>
    SELECT * FROM BSEG                     "client specified
    568
    APPENDING TABLE IBSEG
    569
    UP TO RSEUMOD-TBMAXSEL ROWS BYPASSING BUFFER
    570
    WHERE BUKRS IN I1
    571
    AND   BELNR IN I2
    572
    AND   GJAHR IN I3
    573
    AND   BUZEI IN I4
    574
    AND   BUZID IN I5
    575
    AND   AUGDT IN I6
    576
    AND   BSCHL IN I7
    577
    AND   KOART IN I8
    578
    AND   SHKZG IN I9
    579
    AND   WRBTR IN I10
    580
    AND   PSWSL IN I11
    581
    AND   ZUONR IN I12
    582
    AND   KOSTL IN I13
    583
    AND   SAKNR IN I14
    584
    AND   HKONT IN I15
    585
    AND   LIFNR IN I16
    586
    AND   MATNR IN I17

    Hello Satya
    Another possible error cause might be that the SQL statement sent to the DB is too large. You could try the following:
      SELECT * FROM bseg APPENDING TABLE ibseg
        PACKAGE SIZE 500  " or 1000
        WHERE bukrs IN ...
        AND ...
      ENDSELECT.
    For details see the ABAP keyword documentation for <b>PACKAGE SIZE</b>.
    Regards
      Uwe

  • Error saying "Error in the module RSQL accessing the database interface"

    Hi,
    there is a standard program available for retrieving the assets for the given cost centres on the selection screen.
    Our requirement is instead of cost centre we have to retrieve the assets for the given cost centre group.
    We have to find all the cost centres available on the given cost centre group and its child nodes.
    For all these cost centres we will be retriving the asset history data.
    So we copied the standard program into another Y program and made the changes to it.
    What's happening is if we give the top most Cose centre group node there are 16000 cost centres available . while retriving the asset history data for all these cost centres an runtime error occurs in a standard program saying
    "Error in the module RSQL accessing the database interface, " DBIF_RSQL_INVALID_RSQL ".
    The error occurs while executing the statement Fetch Next cursor in a standard Include program.
    <b>This happens only if we give huge range of data. If we give small range of data it
    works fine</b>.
    Can anyone help me in this by saying why it occurs and what will be the solution for this.
    Thanks.

    Hi camila,
    The huge range is part of the query string passed to the database.
    While an MP3 music gadget easily stores a gigabyte of data, ORACLE was able to increase the maxium size of a query string from 16 k to 32 k bytes in the last 5 years.
    <b>Unbelievable but true!</b>
    Just multiply the number of entries in the range with the field length and see where go go...
    Regards,
    Clemens

Maybe you are looking for

  • Can I use Time Capsule for iTunes Library?

    I have a Macbook Pro, an Apple TV, 2 iPads, 2 iPhones at home. Just bought 2TB Time Capsule today. My kids purchased a lot of movies/TV shows from iTunes store, and it is building up lots of space in my MacBook. I also like to rip my CDs into Apple L

  • How do I remove my credit card info from my account

    How do I remove my credit card info from my account

  • Report showing labor and machine time based on standard cost estimate

    Hi Friends, Ours is an Manufacturing organisation & we have a requirement of report showing machine and labor time as per part wise & cost center wise. We need to run the report before saving standard cost estimate [CK11N]  in order to see the part w

  • Attachments sent to customer service are not received.

    CRM Experts , We have a typical issue . The business processes is as mentioned below. There are some customers who send their requests via e-mail with attached files to the client but the customer service agents in the Interaction Center are complain

  • Can't drag to desktop in iPhoto 6

    I'm using iPhoto 6.0.6, and it won't let me drag any photos to the desktop, it gives me a white circle with a line through it on my cursor when I try. I can drag fine within the program, but not from any albums or the library to the desktop. I've tri