ACE-20 Module: automated backup of configuration

Hi All,
I am currently stuck to setup an automated configuration backup for my ACE Blades.
I found a script to backup the ACE from the Cisco ANM box but unfortunately I am not very familiar with Linux.
Has someone a hint or already an automated solution (script) in place, to "pull" the ACE config from a Microsoft system ?
System State:
ACE IOS A2.(1).5
Thanks in advanced for your reply
Saluti
Alessandro

Hello Alessandro,
If you upgrade to the latest ACE software, which is A2(3.0), you can take advantage of the new backup and restore feature.  With this, the ACE will backup all of the following and add it to a .tgz file:
Running-configuration files
Startup-configuration files
Checkpoints
SSL certificates
SSL keys
Health-monitoring scripts
Licenses
You could use an Expect script to periodically log into the ACE, create the backup, and copy it off the ACE.  The backup and restore feature is documented here:
http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/administration/guide/managesw.html#wp1244360
Another option for you would be to use the Application Networking Manager (ANM).  It is a graphical user interface for ACE configuration, management, and monitoring.  It also allows you to perform backups (and restores).
ANM - Performing Device Backup and Restore Functions
http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/application_networking_manager/3.0/user/guide/UG_virtual_contexts.html#wpxref82223
Hope this helps,
Sean

Similar Messages

  • ACE 30 Module Active-Active configuration

    Hi,
    We have two ACE 30 module in two Cat 6k with multiple contexts. And our requirement is to have both the boxes active for some context. We have configured the ft vlan, ft peer and ft group for each context on ACE level. And on Cat 6k, L2 vlan is created for ft and mapped with ACE service module with svlvc command. The interface on switch used for ft is configured as Access port with ft vlan. But when we try to do Failover testing by shutting down the upstream link of ACE2, the active context on the ACE2 is not failing over to ACE1. Let me know whether we need to do any additional configuration to achieve this.? . The running configuration is as below,
    @ Cat 6K,
    Vlan 999
    name ft_vlan
    svclc multiple-vlan-interfaces
    svclc module 2 vlan-group 100
    svclc vlan-group 100  201,203, 999
    int gi 1/3
    switchport
    switchport mode access
    switchport access vlan 999
    @ ACE 30,
    ft interface vlan 999
      ip address 2.1.1.1 255.255.255.252
      peer ip address 2.1.1.2 255.255.255.252
      no shutdown
    ft peer 1
      heartbeat interval 100
      heartbeat count 10
      ft-interface vlan 999
    ft group 1
      peer 1
      priority 105
      peer priority 90
      associate-context Admin
      inservice
    ft track interface INT-VLAN-203
      track-interface vlan 203
      priority 100
      peer priority 50
    ft group 2
      peer 1
      priority 105
      peer priority 90
      associate-context Context1
      inservice
    ft group 3
      peer 1
      priority 90
      peer priority 105
      associate-context Context2
      inservice
    ft group 4
      peer 1
      priority 105
      peer priority 90
      associate-context Context3
      inservice
    Thanks in advance,
    Divya

    Hello Divya!
    It should work assuming the following:
    1.) You have a trunk/portchannel between the ACE's will all vlans each context is using including 999 for FT)
    2.) You are using bridged mode on ACE or one-armed with on alias. OR you are using routed mode with an alias IP that is used as the server gateway.
    Can you login to the admin context on each ACE and issue "show ft group detail" and send it back to the alias? Also, "show run interface"/"show run rserver" from each context would be useful to see the way you have the configuration setup.

  • UC560 - Nightly automated backup - Possible?

    Hi,
    I have an UC560 system. I would like to schedule a nightly backup job to backup all configuration and voice mails. Is it possible? Configuration doesn't change much on daily basis but the voicemails do and need a way to back them up unattended.
    Please point me to right direction if you have figured out a good work around or solution.
    Thanks,        

    Hello,
    This is not possible through CCA, but you can use CLI and the CUE web gui to do this. There are also 3rd party tools you can use to do the automated backups.
    See this post for the more info about backups: https://supportforums.cisco.com/thread/2155698
    Here is an example how you would do this in CME:
    kron occurrence monthly at 01:23 june 20 recurring
      policy-list save-config
    kron policy-list save-config
      cli copy system:/running-config tftp://192.168.1.2/router-confg.txt
    In the CUE web GUI under Administration you need to define the backup server. Then you can create a scheduled backup.
    You will need FTP and TFTP servers running somewhere to backup the configurations and data to.
    Hope this helps.
    Thanks,
    -john

  • Automated Backups failing since V12 Update

    Hi,
    I recently upgraded my database server to the V12 (GA in my region). I have 3 servers running and configured for an automated backup at 12:00 AM every day.
    This morning I discovered we had 20 additional SQL Servers running, each one with an hourly time stamp from the last which I can only imagine is a re-try of the original export. When trying to delete these databases the portal said "An error occurred
    whilst existing this request, please re-send". I did try to re-send several times for each database and they all failed. Approximately 20 minutes later all the databases started to just disappear on their own (After I had turned off the automated backup
    in the settings).
    I checked over the upgrading documentation and couldn't find any details of problems with the Automated backups post upgrade so I am unsure if this is a bug in the system or a problem on the particular databases?
    I have manually run the backups as indicated in the error email and that worked fine.
    Thanks

    Hello CAWeb,
    My name is Eli Fisher and I am a Program Manager on the SQL DB team. We are aware of the issue you have stated above and there is work being done to fix the issues.
    I would be glad to look into your specific issue for more details. If you would like, you could send your database name and server name to my email address and I could look further into what is happening. My email alias is elfish at Microsoft dot com.  
    Additionally, if you are using automated export for backup purposed, we have built in backups for all Basic, Standard, Premium databases. You can use these backups to restore up to any point in time within your database's backup retention period. Additionally
    a daily backup is made geo-redundant so if there is a regional disaster you would be able to restore your database. If you would like to learn more about these capabilities look here:
    Point in Time Restore Blog http://azure.microsoft.com/blog/2014/10/01/azure-sql-database-point-in-time-restore/
    Geo-Restore Blog http://azure.microsoft.com/blog/2014/09/13/azure-sql-database-geo-restore/
    How-To use the Restore capabilities:
    Geo-Restore: http://azure.microsoft.com/en-us/documentation/articles/sql-database-geo-restore-tutorial-management-portal/
    Point in Time Restore: http://azure.microsoft.com/en-us/documentation/articles/sql-database-point-in-time-restore-tutorial-management-portal/
    Restore a deleted database: http://azure.microsoft.com/en-us/documentation/articles/sql-database-restore-deleted-database-tutorial-management-portal/
    Hope this helps!

  • Automating Backup of Config

    I'm looking to setup a way to backup the configuration of my C370's.  Currently I know how to do so manually through the GUI.  Is there a way to automate this and back it up through the CLI?  I was searching through the CLI yesterday but I couldn't find what the command was to save the config out.  I would assume if I could find the command I could setup a job through our Kiwi CatTools to do so.  Let me know if anyone knows how to do this or if you've found another way to do this effectively.
    Thanks,
    Mike

    Hi Mike,
    There are actually a couple of ways to do this.
    You can backup the configuration from the CLI using the command saveconfig. You can load a configuration file using the command loadconfig. I would run those commands first just so you can see the process. Basically you can script something around these commands that would get the job done.
    We also have a nice knowledgebase article that covers this subject as well. The approach is a little differnet but the results are the same.
    How can I schedule or automate the backup of my appliance's XML  configuration file?  Where does it reside?  How do I do a scheduled  backup of the configuration file from a Windows system?
    Environment:
    - ESA with AsyncOS 6.x or later.
    - A designated host for initiating and storing backups.
    NOTES:
    Some  familiarity with OS scripting and task scheduling is necessary to  understand and safely implement these tasks.  Please understand that  many of these concepts are outside of the scope of IronPort customer  support and these sample scripts are certainly not supported.  While  these steps have been successfully tested, this article is primarily for  demonstration and illustration purposes.
    The configuration file  is dynamically generated when using the save or mail configuration tools  from the CLI or GUI.  To have an effective backup, it's best to  "unmask" the passwords, which allows the appliance to place a hashed  form of the passwords for the local administrative accounts in the  configuration file.  For this reason, we can not simply copy a flat  "running configuration" file from the device.  This method allows us to  first access the appliance, issue a command to dynamically build the  current configuration,  and either save or mail a copy of this file  somewhere remotely, without any user intervention.  Once this is  accomplished, we can then repeat or schedule this task to occur on a  regular basis.
    To quickly and automatically backup configuration files with passwords unmasked:
    1)  Generate an SSH keypair to use.  Verify that you can access your  appliance via SSH without having to manually enter a password.  Details  on this operation can be found in KB article #283.
    2) Create  script to login to the appliance, save the config, and copy it (or mail  it).  Two such simple examples written in BASH:
    Example #1: Saving the configuration to a specified host
    #! /bin/bash
    # this saves the config and then copies it locally via SCP to a directory called ironport/config-backups
    HOSTNAME=test.com
    USERNAME=admin
    FILENAME=`ssh $USERNAME@$HOSTNAME "saveconfig yes" | grep xml | cut -f 3 -d " "`
    scp $USERNAME@$HOSTNAME:./configuration/$FILENAME./ironport/config-backups/.
    Example #2: Emailing the configuration to an email address
    #! /bin/bash
    # this mails the config to MAILDEST
    HOSTNAME=mx.test.com
    USERNAME=admin
    [email protected]
    ssh $USERNAME@$HOSTNAME 'mailconfig $MAILDEST yes'
    NOTE: that similar logic can be applied in any OS scripting language  such as VB or batch scripts for Windows.  These scripts are intended as  rudimentary examples only.
    3) Use cron or AT or similar scheduling  tool to kick off the job regularly.  Services like cron or Windows task  scheduler are easy tools that can be used to automate simple jobs like  this.  For instance, the *NIX CRON config file typically follows this  format:
    minute (0-59), hour (0-23, 0 = midnight), day (1-31), month (1-12), weekday (0-6, 0 = Sunday), command
    So a good example entry to run this script every day at 2:00 AM would look like:
    00 02 * * * /location/your_script.sh
    Alternatively, here is another method of automating a configuration backup.
    How do I do a scheduled backup of the configuration file from a Windows system?
    With the following procedure, you can backup the configuration file regularly from a Windows system.
    1.  Install the terminal emulator "putty" under C:\
    2.  Create a text file with following line and name it "send_config.txt" and place it under C:\ (Change the [email protected] to the email address you would like configuration file to be sent to)
    mailconfig [email protected]
    3.  Create a text file with following lines and name it "send_config_batch.bat" and place it under C:\
    (Change  the "hostname" to the resolvable hostname or the IP address of your  appliance and the "password" to your actual password for admin account.)
    C:\putty.exe -ssh hostname -l admin -pw password -m C:\send_config.txt
    exit
    4.  Add the "send_config_batch.bat" to the Windows' scheduled task.
    The Configuration file will be sent to the address specified in the "send_config.txt".
    Hope this helps!
    Christopher C Smith
    CSE
    Cisco IronPort Customer Support 

  • Automated Backup Does Not Seem to be Working

    I tried to set up an automated backup on an Azure Web App. It's on the Standard Plan. It allowed me to configure it and after I did so I got a notification saying it was set up. And I see now that it has a status of "Created". But it does not seem
    to have moved any further -- and it has been about 15 minutes.
    I did successfully get a manual backup of the site to work last night with the same configuration.
    Any ideas as to what I may be doing wrong?
    Thank you.

    Hi,
    I would request you to check under backup options, scheduled backup is on.
    And also please make sure that the Backup and Restore feature requires an Azure storage account and container that must belong to the same subscription as the web app that you are going to back up.
    Do check this and let us know so that we can investigate further.
    Regards,
    Azam khan

  • Automated backups of OSX Server 10.5 with Time Capsule (TC)

    I am running OSX 10.5 Server on a G5. The server is working well. I have the server plugged into a TC. I would like to do automated backups from the server to the TC.
    I can read and write to the TC disk fine from the server.
    When I try to configure Time Machine to do automated backups of the server to the TC it does not work. I set the preferences in TM. It seems to accept them. But the configuration never gets saved, and so TM always complains "Time Machine Error - No backup volume has been selected. To select a backup volume, open System Preferences and choose Time Machine."
    This is of course is what I have just done, but the changes are not getting saved.
    Any ideas?
    Thanks
    A

    jp6940 wrote:
    I only have 16gb of my 120gb? hard drive left to use. Will the Time Capsule "mirror" my hard drive or can I "move" some of my large files (iTunes and iPhoto) over to the TC to free up space on my G4's hard drive?
    If you use Time Capsule with Time Machine, almost all of your computer's disk drive contents (except what you exclude) will be backed up to the Time Capsule disk. If you don't use Time Machine, you can put whatever you want to on the Time Capsule disk.
    You can also attach an external USB drive to your Time Capsule and move anything you want to that.
    I also have an Apple TV. Will this be a problem being connected too?
    No.
    I am a little confused as to how to do this. My G4 is getting pretty sluggish, and I want to clean it up some. What program can use to help get rid of the old programs I have that are not using and trash them? Do I just drag them to the trash?
    For the most part, dragging programs to the trash will eliminate all but "preference" files. To locate those, look in <yourhomefolder>/Library/Preferences.

  • Automated Backup and Backup Jobs

    While I install oracle 11g release 2 the installer asked me :-
    if I want to enable or disable automated backups for my database. if enabled, then the backup jobs uses
    the specified recovery area storage
    Please help me to get knowledge about
    1- the automated backups
    2- the recovery area storage
    Thanks a lot.

    1)If you configure automated backups, oracle will run rman daily backup to backup all datafiles to flash recovery area
    http://docs.oracle.com/html/B14399_01/install_overview.htm
    2)configure flash recovery area using db_recovery_file_dest and db_recovery_file_dest_size.
    Flash recovery area is the area where you can store permanent and transient files (like backups)
    http://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup005.htm

  • V12 (GA) switch issues. DB is stuck in creation state, automated backup issues, no monitoring data 1h

    Hi,
    On Friday we have switched databases to V12 version as it was announced that they are now generally available, but I have doubts that everything was tested by Microsoft, as immediately we have several issues:
    1. We had automated backups scheduled on all DB. On Sunday everything started to not work properly. There were more than 10 backup databases created like AutomatedSqlExport_X_20150201T050000Z and emails send that backup cannot be created. We had to
    remove them manually except one.
    2. One of the backup database is still in creating state from yesterday so we cannot remove it.
    3. We have turned off all automated backups in Azure Portal, but I'm not sure if they can be turned on again. I do not want to have 20 DB billed every week as autometed scripts are not working properly.
    4. After switch in Management Portal only last hour metrics are available. Switching to 24h or more returns all zeroes. When do we count on the fix?
    PS. tracking ID of db that is in creating state: 44530DC6-B174-4FAA-A4D6-2C01CA20CB85
    Regards,
    Rafal

    Hi Gluwer,
    Thanks for posting here.
    I suggest you to open a support case as this needs more back-end information which cannot be discussed over the forum.
    Refer: http://azure.microsoft.com/en-us/support/options/
    Girish Prajwal

  • Error in  Backups custom configuration

    Hello
    I'm doing a backup of portfolio 's configuration in portal.Then I found the steps for this task:
    You navigate to this iView by choosing Portfolio Management ® Administration. In the navigation panel, choose Backup Custom Configurations.
    To backup configuration(s) do the following:
           1.      Select the configuration from the list:
                                a.      To select a single configuration from a list, click the corresponding checkbox.
                                b.      To select multiple configurations, hold down the CTRL key and click the checkboxes corresponding to the configurations.
                                c.      To select a block of configurations, hold down the SHIFT key and check the first and last configuration of the block.
                                d.      Choose Select All to select all configurations.
                                e.      Choose Unselect All to de-select all configurations.
           2.      Click Next at the bottom of the list. The selected configurations are displayed.
           3.      Click Back-up.
           4.      Enter the path and name for the backed up configuration.
           5.      Click OK.
    You may backup various combinations of configurations.
    So, when I did  press on  Next button  I got  this message on portal:
    java.lang.ClassNotFoundException: com.sap.xapps.cprxrpm.spmodel.RPMSPModel$Implementation -
    Loader Info -
    ClassLoader name: sap.com/xapps~cprxrpm~spmodels Parent loader name: References: common:service:http;service:servlet_jsp service:ejb
    common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;
    library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;
    library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;
    service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;
    service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization
    sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:
    tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb
    library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tc~cmiResources:
    /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmspmodels/src.zip /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmspmodels/webdynpro/public/lib/sap.comxappscprxrpm~spmodels.jar
    Loading model: {parent,references,local} -
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-06-10:08:13:52[UTC], changelist=483895, host=pwdfm101), build date: Thu Apr 23 23:17:07 MDT 2009
    J2EE Engine 7.00 patchlevel 111772.44
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2 1.4.2.13-070317-20:54-IA64W IA64W, vendor: Hewlett-Packard Company
    Operating system HP-UX, version: B.11.23, architecture: IA64W
    Session & Other
    Session Locale es_EC
    Time of Failure Tue May 26 14:56:46 MDT 2009 (Java Time: 1243371406148)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:58[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0016.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:13[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:20[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:58[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:53[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0016.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:44:50[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0016.20070703112649.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:49:18[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    SapWebDynproGenerationCore 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:28[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:58[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0016.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:13[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:20[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:58[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:53[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0016.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:44:50[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0016.20070703112649.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:49:18[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    SapWebDynproGenerationCore 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:28[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    .... NEXT thread......
    I don`t know  What's the problem ?
    Any suggetion for this problem?
    Thanks
    Danny

    log continius
    Detailed Error Information
    Detailed Exception Chain
    java.lang.RuntimeException: com.sap.xapps.cprxrpm.tools.repositorybackup.api.ReplicationException: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.xapps.cprxrpm.tools.controller.ConfigurationBackupCC.supplyBackupEntries(ConfigurationBackupCC.java:521)
         at com.sap.xapps.cprxrpm.tools.controller.wdp.InternalConfigurationBackupCC.supplyBackupEntries(InternalConfigurationBackupCC.java:209)
         at com.sap.xapps.cprxrpm.tools.controller.wdp.IPublicConfigurationBackupCC$IBackupEntriesNode.doSupplyElements(IPublicConfigurationBackupCC.java:411)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
         at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElements(Node.java:333)
         at com.sap.tc.webdynpro.progmodel.context.Node.size(Node.java:721)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter$Rows._initialize(TableAdapter.java:8744)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter.setViewAndNodeElement(TableAdapter.java:373)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:285)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:93)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptbase.AbstractAdapter.getAdapterFor(AbstractAdapter.java:495)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GridLayoutAdapter$Cells.getContent(GridLayoutAdapter.java:644)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:1056)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:456)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1240)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.xapps.cprxrpm.tools.repositorybackup.api.ReplicationException: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.xapps.cprxrpm.tools.repositorybackup.replication.ReplicationEngine.getModelInstances(ReplicationEngine.java:135)
         at com.sap.xapps.cprxrpm.tools.controller.ConfigurationBackupCC.supplyBackupEntries(ConfigurationBackupCC.java:484)
         ... 75 more
    Caused by: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModelInternal(Repository.java:503)
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModel(Repository.java:474)
         at com.sap.xapps.cprxrpm.tools.repositorybackup.replication.ReplicationEngine.getModelInstances(ReplicationEngine.java:105)
         ... 76 more
    Caused by: java.lang.ClassNotFoundException: com.sap.xapps.cprxrpm.model.RPMModel$Implementation
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/xappscprxrpmmodels]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/tcwddispwda
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmmodels/webdynpro/public/lib/sap.comxappscprxrpm~models.jar
       /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmmodels/src.zip
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModelInternal(Repository.java:496)
         ... 78 more

  • Backup aborted - Configuration Backup Failes

    Over the past couple of days, I've started getting the Error "Backup aborted - Configuration backup failed" on 3560/2960 switches and 2900/2800 routers.  Pretty much everything at my primary site and a few devices, but not all, at some of my clients.  What's odd to me is that the devices with the backup failures now have a greyed out "Backup Now" button.  Again that doesn't apply to all, but most devices.
    Shawn Eftink
    CCNA/CCDA
    Please rate all helpful posts and mark correct answers to assist others searching for solutions in the community.       

    Hi Shawn,
    We saw this same behavior this morning with a test ON100 in the lab. The ON100 may need to run through it's normal scheduled nightly maintenance window before the driver tries the backup and then subseqeuntly enables the Backup Now button within the portal. Please take a look at this customer again on Monday and let us know if the backup succeeded, and if the Backup Now button becomes available again. We are looking into what it will take to issue a fix, as a contingency plan, or until a fix can be deployed, we are looking into controlled periodic monthly reboots of all ON100 which might mitigate issue by clearing the /tmp ramdisk on the devices.
    -mike

  • Time Machine fails during automated backups

    I use a 1.5Tb external drive connected by USB as my backup drive for Time Machine. I reformatted it, and the first backup Time Machine did was successful. However, it can never do the regular automated backups, it keeps saying "Unable to complete backup. An error occurred while creating the backup folder." I tried going into Disk Utility and "repairing disk" and it doesn't help. The only way it works again is if I eject the drive (which it has to be forced to do every time), turn off the drive, and turn on again. It can then usually do an initial backup, and then again it fails the automated backups. I'm beginning to think it is the drive's issue. It is an internal drive that's housed in a external enclosure.

    thatweskid wrote:
    I have a Mac Pro running Mac OS 10.6.4 that freezes during incremental time machine backups. The initial backup will run fine, but during a subsequent backup the machine will always lock up and need to be restarted.
    I've tried repairing the permissions looking for trouble in log files, but haven't had any luck.
    Try verifying your internal HD, per #A5 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum). If that fails, you'll have to use your Install disc to repair it, per the yellow box there.

  • Automated Backups using Intervals

    Greetings!
    I am seeking for an automated backup solution.
    I want to schedule a backup task on the following pattern.
    1.     On Every Monday:     Full (Level 0) bakup
    2.     From Tuesday-Friday:     Incremental (Level 1 – Differential) Backup
    3.     Saturday-Sunday:     No Backups
    I want to make sure that all the above mentioned backup tasks must be taken automatically, through the scheduler.
    I have tried to schedule it, but I don’t know how to use the rman script in the job-scheduler section in oracle.
    Your advice and solution are solicited...
    Best Regards
    Zeeshan

    You didn't mention your database version.
    If your database is 10g you can use job scheduler.
    Go to this link. It will be helpful.
    http://www.oracle-base.com/articles/10g/Scheduler10g.php
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/scheduse.htm
    Regards
    Asif Kabir

  • How to disable Automated  Backups by EM 11gR2 ?

    Hello
    How to disable automated backups in Oracle 11gR2 by Enterprise Manager?
    I can't find any documentation to do this in 11gR2 and can't find this in EM. Is it possible by EM?
    Thanks in Advance
    Edited by: kozand on 2011-09-20 02:37

    There I can define a new "automated backup" I can't see where I can DISABLE defined "automated backup".

  • Automated backups does not start

    I have upgraded both my Iphone 3gs and my Ipad 1 to IOS 5.
    Everything seems to work ok - However having enabled backup to Icloud I would expect that my devices would once a day be automaticly backed up to the cloud.
    I have now watched both devices for some days, and none of the performs automated backups. 
    I have succeded in performing a manual back-up to Icloud of both the devices - even as the process took quite a while.
    I place them both in the net adapter and both devices are connected to my wifi-network.
    If someone please can tell me if I do anything wrong or help me to a way to get the automated backup to work I would really appreciate it.
    When is the automated backup perfomed? Is the bacup incremental or is it a full backup?
    Thank you in advance
    Henrik

    I have upgraded both my Iphone 3gs and my Ipad 1 to IOS 5.
    Everything seems to work ok - However having enabled backup to Icloud I would expect that my devices would once a day be automaticly backed up to the cloud.
    I have now watched both devices for some days, and none of the performs automated backups. 
    I have succeded in performing a manual back-up to Icloud of both the devices - even as the process took quite a while.
    I place them both in the net adapter and both devices are connected to my wifi-network.
    If someone please can tell me if I do anything wrong or help me to a way to get the automated backup to work I would really appreciate it.
    When is the automated backup perfomed? Is the bacup incremental or is it a full backup?
    Thank you in advance
    Henrik

Maybe you are looking for

  • How to find which type of extraction to be used

    Hello, Can any one help me out to find out which extraction type to be used in different situations. Thanks, Raghavendra.

  • ATI and NVidia Card in MacPro - Setting primary GPU

    Hi I have a ATI 5870 (offiical, from apple store) in slot 1 and a NVidia GT120 (came with purchase) in slot 2, I want the computer to do the processing with the faster, bigger, better, I-paid-lot-of-money-for-this 5870, but things like Cinema 4D seem

  • Add more rows problem

    I have an advanced table that displays a single row. Users can use Add more rows if they require more. I have 2 small isses. Firstly, there are 2 fields. Cost Centre and description. Cost centre has an LOV and description is mapped and populated from

  • How to convert XMLTYPE data into CLOB without using getclobval()

    Please tell me how to convert data which is stored in the table in XMLTYPE column to a CLOB. When i use getClobVal(), i get an error. So please tell me some other option except getClobVal()

  • Delivery Split Not to happen based on Unloading Points

    <b>Hi All,</b> <b>Delivery Split Not to happen based on Unloading Points</b> As per standard SAP, delivery will split if we club two scheduling agreements with two different unloading points. We have a new requirement from customer. They want to club