CiscoWorks Export config compare

I have LMS2.6(RME4.0.6) on Windows. How can I export the Config Diff Viewer - Compare Startup vs. Running configurations screen to a usable file (PDF, CSV, etc)? If I select the Export button in the upper right of the screen, it will only export an XML file to a directory on the server. Please advise.

You can only export to XML.  However, you can use cwcli from the command line to do a config compare.  For example, to compare config version 1 of 10.1.1.1 to the latest archived version, use the following command:
cwcli config compare -u admin -p admin -device 10.1.1.1 -version 1
This will output the diff in plain text.

Similar Messages

  • Is it possible to import and export Config Toll Configuration  from one sys

    Hi All,
    Is it possible to import and export Config Toll Configuration  from one system to Another system (QUS/PRD), for especific service.
    Kindly let me know the pro and corn of it and step by step process
    Thanks alot for your time.
    Thanks
    AB

    Yes...It is certainly possible but then you would need to bring OS level j2ee filestructure as well and there are lots of changes at OS level in *.properties file and then at configtool level changes related to hostname, system numbers and port numbers etc.
    This is not much difficult but not impossible also if you do it very carefully. Please note that SAP DOES NOT SUPPORT THIS METHOD.
    alternatively, you can use sapinst to export-import j2ee filesystem from source to target which inturn would require to do configtool export/import and then changes at configtool level.
    Do let us know your requirement so that we cud help you in case you are facing any issues.
    cheers !!!
    Ashish

  • RME 4.3.1 config compare problem

    Dears,
    I am using LMS 3.2 with RME 4.3.1
    And I use config compare function in RME to compare two versions of one device.
    When I try to show diff only of two different versions.(You may see the result in attached file)
    There is the same line marked as blue(ex:permit IP 172.21.22.46 0.0.0.1 any)
    Maybe because this line has been deleted and added before.( I am not sure because these lines were modified by QPM )
    But in my opinion, this line should be marked as black since the line is exact the same in both versions.
    Is this a bug of RME or it's a normal result?
    Thanks for any response.

    This looks okay as ACLs are order-sensitive.  Just because an ACE is present in two ACLs does not mean the meaning of the ACE is the same in both.  RME's config comparison is context-sensitive, so it is telling you that the meaning of these two ACEs is different.

  • Remote system reboots due to error when exporting config.

    I have a PXI-8196 controller operating on a network in a PXI-1052 chassis.  I am trying to export the config and the remote system reboots due to system error.

    Your Computer looks to be a Late 2010 iMac, if so is the RAM spec as shown below?
    Maximum Memory
    16 GB
    Memory Slots
    4 - 204-pin PC3-10600 (1333 MHz) DDR3 SO-DIMM

  • SunScreen  3.2 export config

    How or is it possible to export a copy of the SunScreen config to a file...Its easy enough to make a copy but where does this copy reside and is it able to be exported, so as to be installed on another box?
    Please any information

    Well I discovered something new here. It turns out my problem was not with UDP but specifically ISAKMP (udp/500). When a ISAKMP packet attempted to traverse the Screen it would do nothing. It would not be passed or dropped, nothing was in the logs. So as a test I killed the 'ss_iked' process on the Screen and what do you know, ISAKMP packets are now successfully passed & routed through the Screen. So why would Sunscreen take a ISAKMP packet that's not destined for himself? Is there some IKE configuration on the Screen that I'm omitting? I'm not using any VPN functionality or remote Administration, so IKE is not being used.
    Thanks.

  • Export Schema Compare to HTML Report

    I've downloaded and installed the latest SQL Server Data Tools for VS 2012.  Is there anyway to export the results of the schema comparison into a report in CSV/Html format?  I understand that it can generate the sql diff script, but I want a
    readable report that I can use to show to people.

    Hi Sean, I think you'll be interested in the recent blog post covering how to generate schema comparison results using MSBuild. This is a command line tool but it supports saving results to a file and event using a custom XSD to define the report contents
    if the defaults aren't what you want. The blog post is at 
    http://blogs.msdn.com/b/ssdt/archive/2014/07/15/msbuild-support-for-schema-compare-is-available.aspx
    I believe this will cover your requirements. Regards,
    Kevin

  • CISCOWORKS MASS CONFIG

    Hey guys! Need help!
    We acquired Ciscoworks LMS 3.1 and I can't seem to find the info I need to use it properly for scripting.
    I need to mass configure over 150 2960 switches with a conditional statement, and don't know how or where and in what language to tell Ciscoworks to do that.
    Basically I want to script something that would sound like this:
    -Check each switch port, one at a time
    -If the vlan is X, or Y or Z then
    -Write all these interface commands
    -Else write all those OTHER interface commands and check the next port!
    Anyone can tell me how to do that!?
    Thanx,
    WANimal

    This is best done with the baseline compliance feature of RME's Config Archive system. Checkout this whitepaper:
    http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps6504/ps6528/ps2073/prod_white_paper0900aecd8068cc98.pdf
    Then look at these case studies:
    http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps6504/ps6528/ps2425/white_paper_c11-529569.html#wp9000239
    I think what you want is covered by scenario 4b.
    However, since you have an ELSE, you will need to create two different templates to accomplish what you want due to bug CSCtb42198.

  • Ciscoworks change config of one switch

    I have inherited ciscoworks and have never tried to use the config editor or net config.
    I need to make one config entry on one switch.  You would normally accomplish this by just going to that device (telnet, ssh) but in this case the line of config i need to make is the server command to (aaa group server tacacs+ tac_admin).  Somehow the server command following this did not get done so we can not hit this switch from telnet or ssh.  That is why I thought maybe using ciscoworks to accomplish this instead of driving 30 minutes to this switch.
    I have never tried this in ciscoworks.  I see in RME that you can choose the device and bring up the config editor and make the config change.  I saved as and now see that in the private config list.  I am not sure if this is the correct way and I am also not sure how to properly deploy this config (overwrite or merge).
    Thanks.

    Select overwrite config since you will be making changes, merge is recommended for newly deployed devices. See RME users guide for more info:
    http://www.cisco.com/en/US/partner/docs/net_mgmt/ciscoworks_resource_manager_essentials/4.3/user/guide/cfgedt.html#wp1046350
    Select the Overwrite option, if you want to  replace the existing running configuration on the device, with the  selected configuration.
    Select the Merge option, if you want to add incremental configuration to the device. (Note: We recommend that you use this option on newly  deployed devices. This is because, the Merge option effectively deploys  the entire configuration from the archive, on to the device.)

  • Why is Aperture2iLife so fast on jpg export when compared to Aperture?

    I shoot youth sports.
    On most days I can shoot 1000+ images for 3-4 games. I shoot 70-200mm VR on a D2X in high-speed crop mode to get eight frames/sec so the shots add up fast. Occasionally I switch back to full res but for the most part I am shooting eight frames/sec every time a ball is in motion near kids.
    I carry a D200 with a 12-24 for wide and close shots.
    All jpg of course, and have found that it is good enough for even 16x20s.
    Most games get culled down to 100-200 images. Those keepers are then cropped, white balanced, exposure adjusted, and sharpened. Lift and stamp make that work go very fast.
    I then export preview images to post on my photo ecommerce site. This is a killer... sharpening, highlight and shadow adjustments can triple the output times. For a project of 200 images, it can take 30+ minutes for output. If I have 3 games per night I am looking at 1.5-2 hours just for outputting preview images! No I don't want to use automator running my DP G5 into the night...
    HOWEVER, I have just tried added something new into my workflow. Aperture2iLife.
    After I am done with culling, cropping, correcting a project, I exit Aperture and launch Aperture2iLife, select "create jpgs" which outputs images that are 1024 pixels on the long side, select the project I just finished in Aperture and two minutes later I launch iWeb.
    In iWeb I pull up the media browser and select photos. I select all and drag them to a empty directory in finder.
    30+ minutes versus 2 minutes. WHY?
    Granted, Aperture2iLife is a quirky app, and does have some issues, but for what I need it to do, it SMOKES Aperture.
    Why do I edit the preview images? Better preview images sell more.
    15 1.5Ghz PB, G5 dual 2 Ghz/ 4 GB RAM / Radeon X 800XT /   Mac OS X (10.4.6)  

    <...>
    After I am done with culling, cropping, correcting a
    project, I exit Aperture and launch Aperture2iLife,
    select "create jpgs" which outputs images that are
    1024 pixels on the long side, select the project I
    just finished in Aperture and two minutes later I
    launch iWeb.
    In iWeb I pull up the media browser and select
    photos. I select all and drag them to a empty
    directory in finder.
    30+ minutes versus 2 minutes. WHY?
    <...>
    That's because under teh covers, Aperture is making three different sizes of preview thumbnails - including images that are 1024 pixels on one side.
    Aperture2iLife is cleverly just pulling out the JPG files Aperture has already made.
    Aperture has a few features that make use of these larger thumbnails - in Slideshow you can elect to use these images for faster loading, and if you delete a master image it uses the thumbnails since it can no longer generate an image from the master file.
    I agree it would be kind of handy to havea feature to let you simply export those largest thumbnails directly since for web use, that's generally large enough. But then again Aperture2iLife does that pretty well already.

  • VPN 3005 Can't export config

    I am trying to export my current configuration before I upgrade the bootcode and software. I get a very generic error "Unable to open file. Error during XML export to file." Any ideas?
    Currently running 3.5.5. Will be upgrading to 4.7.2.

    I think that you might be hitting the bug "CSCdz40860" which causes XML file export to fail. Upgrading to release 3.6.6 or later will solve the issue.

  • Export config on monitored objects?

    Hi
    I've been asked to document what is monitored on each system/server/DA that is present in the SCOM2012 solution we have.
    However, I find it quite time-consuming to copy/paste the individual settings from the gui, by right-clicking on the object, open healthexplorer, and then look at every monitor to see what the thresholds and overrides are and then paste it into a worddoc.
    There are hundred of servers and DAs in this system, and with the current method is going to take a year to document it, then its probably changed, and I have to start all over again.
    Does it exist a third-party or MS tool or powershell-script that I may use to dump the config on an object (with all its monitors and overrides)?
    Thanks in advance
    /Peter

    Hi,
    Please refer to the link below:
    What Monitors, Rules and Discoveries are running on an OpsMgr Agent?
    http://blogs.technet.com/b/stefan_stranger/archive/2010/11/30/what-monitors-rules-and-discoveries-are-running-on-an-opsmgr-agent.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Exporting config settings in IMG

    I know how to manually scroll through the IMG using SPRO to find required input fields for customer/vendor master screens but is there a report or transaction that will tell me this info without having to view this piecemeal? That would be very helpful if there was a way. Thanks
    Mark

    Hi,
    Are you looking for something like CTRL+F function inside SPRO? That's available.
    You can press CTRL+F and enter key words there. Then system will search & give you all possible nodes with that key word.
    Best regards,
    Anupa

  • Problems trying to import and export alerts

    Hi everybody,
    We are trying out BAM 11 TP4 and we have BAM 10 already in production, in our try out, we are exporting everything like D.O., REPORTS AND ALERTS and importing to BAM 11 TP4, we were capable to import everything but the alerts it says that the user doesnt exists, so to see what was the problem I create the same alert in BAM 11 TP4 and try to export to compare the xml´s and then I got this message saying that the rule is not found, but it is there I created and tested the alert. So anybody can help me with that? Bellow is the icommand I m trying and the response from icommand.
    Thanks.
    D:\Fabricas\1-Fabrica_BAM\4-BAM_11g\1-Types\1-Export\5-Rule>icommand -cmd export -type Rule -name "1-Deletar dia anterior todos os dias as 5 pm" -file Deletar24_11g.xml
    ICOMMAND_RUN_DIR=C:\BAM11g_OC4J_HOME\bin\..
    JAVA_HOME=C:\jdevtp4\jdk
    "C:\jdevtp4\jdk\bin\java" -enableassertions -Xms128M -Xmx512M -Djava.util.logging.config.file=bin\utility.logging.properties -Doracle.bam.debug=false
    -Djavax.xml.parsers.DocumentBuilderFactory=oracle.xml.jaxp.JXDocumentBuilderFactory -Djavax.xml.transform.TransformerFactory=oracle.xml.jaxp.JXSAXT
    ransformerFactory -cp lib\java\internal\oracle-bam-icommand.jar;lib\java\internal\oracle-bam-middleware.jar;lib\java\internal\oracle-bam-adc.jar;lib\j
    ava\internal\oracle-bam-morpheus.jar;j2ee\home\lib\logging-utils.jar;jlib\dms.jar;lib\java\shared\org.jgroups\2.4.1\jgroups-core.jar;webservices\lib\c
    ommons-logging.jar;j2ee\home\lib\concurrent.jar;j2ee\home\jps-internal.jar;jlib\rds.jar;pcs\lib\pcsagent.jar;drm\ons.jar;lib\java\internal; oracle.bam
    .icommand.Application -cmd export -type Rule -name "1-Deletar dia anterior todos os dias as 5 pm" -file Deletar24_11g.xml -DEFAULTPATH "D:\Fabricas\1-
    Fabrica_BAM\4-BAM_11g\1-Types\1-Export\5-Rule;D:\"
    Oracle BAM Command Utility [Build 2616, BAM Repository Version 2013] Copyright ⌐ 2002, 2008, Oracle. All rights reserved.
    Exporting Rule "1-Deletar dia anterior todos os dias as 5 pm"...
    BAM-02514: There is no Rule named "1-Deletar dia anterior todos os dias as 5 pm".
    [ErrorSource="ImportExport", ErrorID="Export.Rule.NotFound"]

    I seem to be getting there now and have discovered the renaming presets on the right hand side of the import panel. It's actually all working rather well but I'd like to find out more about the various IPTC fields to see if there is more information I should be adding.

  • CUCM 8.6.2 configs

    Dears,
    It might be very silly nd stupid  for asking this question but it has been asked to me.
    How i can pull the configs of complete CUCM ------------Is it the backup of CUCM will help??? and in which application we can open the backup files
    How i can pull the configs from CUCM for only MGCP Gateway.
    Statistic for CUCM and voice gateway ---- I think RTMT tool will help
    thanks pls answer

    Hi
    What he means is you generally use DRS to take cluster backups. These backups are not something you can open or view, you can just backup and restore whole servers or the cluster.
    If you want to export config, you can use 'export/import' in BAT (bulk administration) to export the config as CSV formatted files. These can be opened and manipulated.
    Aaron

  • Export OSB configuration from eclipse using ant script

    I am trying to export an OSB project from eclipse using ant script
    I followed the link below http://biemond.blogspot.com/2010/07/osb-11g-ant-deployment-scripts.html
    It is using com.bea.alsb.core.ConfigExport to do the export. This export is always set to resource level.
    I see it generates a file ExportInfo setting some properties. It has a property that set the export level as below
    <imp:property name="projectLevelExport" value="false"/>*
    How can I export the project in project level? basically setting projectLevelExport to true?
    So that if a file does not exist in the sbconfig.jar file , then while importing the jar to OSB server it will delete the file from the server instead of skipping it?
    I appreciate any help
    here is the ant script snippet that gets executed to export from eclipse
    <target name="exportFromWorkspace">
         <delete failonerror="false" includeemptydirs="true"
    dir="${metadata.dir}"/>     
                   <!--eclipse.refreshLocal resource="${config.project}" depth="infinite"/-->
    <java dir="${eclipse.home}"
    jar="${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar"
    fork="true" failonerror="true" maxmemory="768m">
    <jvmarg line="-XX:MaxPermSize=256m"/>
    <arg line="-data ${workspace.dir}"/>
    <arg line="-application com.bea.alsb.core.ConfigExport"/>
    <arg line="-configProject ${config.project}"/>
    <arg line="-configJar ${config.jar}"/>
    <arg line="-configSubProjects ${config.subprojects}"/>
              <arg line="-exportLevel true"/>
    <arg line="-includeDependencies ${config.includeDependencies}"/>
    <sysproperty key="weblogic.home" value="${weblogic.home}"/>
    <sysproperty key="osb.home" value="${osb.home}"/>
    <sysproperty key="osgi.bundlefile.limit" value="500"/>
    <sysproperty key="harvester.home" value="${osb.home}/harvester"/>
    <sysproperty key="osgi.nl" value="en_US"/>
    <sysproperty key="sun.lang.ClassLoader.allowArraySyntax" value="true"/>
    </java>
    </target>

    yes, I specified the project name to export the whole project.
    Here is few lines from my properties file
    # properties for workspace export
    config.project="OSB Configuration-GW"
    config.jar=D:/workspace/osb/scripts/gateway/mycode2/ant_osb/dist/sbconfig.jar
    config.subprojects="GatewaySecurity"
    config.includeDependencies=true
    workspace.dir=D:/workspace/osb/gateway-workspace
    But this property does not make it to export at project level ,it export the specified project at resource level.
    And while importing this jar to OSB server, if a file is missing it skips the file instead of deleting the file from the OSB server
    If I unjar sbconfig.jar file, open ExportInfo file and update the line in bold below to true then it deletes the file from OSB server, if not exist in sbconfig.jar
    <imp:property name="exporttime" value="Thu Dec 29 13:57:44 EST 2011"/>
    <imp:property name="productname" value="Oracle Service Bus"/>
    <imp:property name="productversion" value="11.1.1.4"/>
    *<imp:property name="projectLevelExport" value="false"/>*
    Here is few lines from Oracle API java doc
    http://docs.oracle.com/cd/E13171_01/alsb/docs26/javadoc/com/bea/wli/sb/management/importexport/ALSBImportOperation.Operation.html
    public static final ALSBImportOperation.Operation Delete
    Indicates that the resource is deleted in the importing domain. This is the default operation when the project is exported in its entirety and the resource exists in the target domain but not in the jar file
    public static final ALSBImportOperation.Operation Skip
    Indicates that the resource is skipped meaning the resource is not touched in the importing domain. This is the default operation if the jar file was exported at the resource level, and a resource that exists in the target domain, does not exist in the jar file.

Maybe you are looking for