Problem Configuring from CUE GUI interface.

Hello all,
I am installing a CUE-AIM module. I have configured Ip connectivity between the module and the router. i have all GUI files in flash, but i cannot get to the GUI interface of the CUE. I can however reach the GUI on CCME.
I have attached a copy on the sh run and show flash.
I really need you help.

If I'm not mistaken (and this might just be the way we decided to configure it) but I believe that you need to enter a static route to the service module which points to the service engine and then configure the default gateway of the CUE service module pointing to the service engine. The service engine itself can use an unnumber i/f taken from a physical address or a loopback (preferred). Then on your network, either through static or advertised via routing protocol, they will go to CUE via the service engine IP address, not the actual CUE ip address.
Here's the design guide. We ended up using a small network (4 hosts) for the service engine and the service module.
http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_implementation_design_guide_chapter09186a00804993bf.html
Here are the particulars:
interface FastEthernet0/0
ip address b.68.10.1 255.255.255.0
interface Service-Engine4/0
ip unnumbered FastEthernet0/0
service-module ip address b.68.10.10 255.255.255.0
service-module ip default-gateway b.68.10.1
ip route b.68.10.10 255.255.255.255 Service-Engine4/0

Similar Messages

  • XI/PI: need to create configuration from backend service interface to file

    Hi All,
    I need to create configuration in which i have to map my backend service interface to file document.
    For example i have interface CreateOrderInformation_Out which is coming from abckend and i want to store those details in a file on external/desktop via XI/PI.
    Can someone guide me with detailed steps involved in this?
    Which communication channel to use?How to create that channel?
    Thanks in advance,
    Regards,
    Ujwal

    Hi,
    your scenario will look like this:
    ECC->XI->File
    From ECC to XI: Use ABAP proxy (no communication channel required)
    From XI to File: Use file adapter (receiver communication channel required).
    For creating proxy: goto transaction sproxy and create proxy of CreateOrderInformation_Out.
    Call this proxy in your code to transfer data to XI/PI.e
    You need to define following objects in PI:
    Inbound receiver interface
    Message Type (includes datatype)
    Refer to SDN and SAP help for step by step tutorials.
    Regards,
    Gourav

  • Feature Request: Export and Import all or part of vCenter configuration from the GUI

    One of the challenges we face is how to recover a large vCenter to a different VM, without having to restore any databases or use vCenter VMs and databases on replicated storage. We currently have a PowerCLI based process for exporting vCenter configurations - vCenter settings, roles/privs, alarm definitions, datacenters/clusters/hosts - to an XML file, which can then be used to import that vCenter configuration into a recovery vCenter. Three part process - export the vCenter configuration, import the settings and structure (datacenters, clusters, alarms), then import the hosts. This last step pulls in the hosts once by one from the original vCenter, complete with their running VMs and once all hosts in a cluster are imported creates the required Resource Pools and moves the VMs in to them. A subsequent script moves all the VMs into appropriate blue folders based on their CMDB classification/OS.
    The above process is OK, but has a number of faults:
    It's all or nothing for a migration, unless there is some serious editing of the XML dump to extract, for example, a specific datacenter or cluster, which could if incorrectly done result in configuration issues, hosts not being imported, etc.
    It can't (at least not in vc4.x) migrate dvSwitches. If we have those in a datacenter, we're going to have to reconfigure the hosts and VMs back onto conventional vSwitches
    We'd really like to see a native tool built in to vSphere Client or the Web Client that will allow all or part of a vCenter configuration to be exported to an XML or other flat file and then imported into another vCenter in one easy step, taking running VMs, dvSwitches - the lot. In the same way you can export host and vCenter logs with a few clicks, it should be possible to do something similar for vCenter configurations. This would be useful for a number of things - vCenter recovery, vCenter upgrade, individual datacenter or cluster migration.

    I got the answer: http://forum.java.sun.com/thread.jspa?threadID=577129

  • Calling Unix shell script for some GUI interface

    Hi,
    I'm preparing a shell script, which would check for the syntax of a bteq script.
    I want this shell script to be called from a GUI interface...
    Is it possible to call this shell script from any GUI interface..
    If yes, could you please help me out.
    Thanks,
    Harshad.

    Harshad (user524171) wrote:
    I'm not aware of OEM grid control. Can i use it without Oracle or Oracle is must for this...Er.. this is an Oracle forum... and if you are not using Oracle s/w then why are you using Oracle support forums?
    I'm using teradata database and unix here...And what part of ORACLE Database General Forum+ do you not understand that makes you ask Teradata questions here?
    Teradata is not Oracle. Oracle is not Teradata. Please use the correct forum for your subject matter.

  • Problems moving from 2 independent drives to RAID1 configuration

    Hi: My NAS200 has been running successfully configured as two independent drives: Public Disk 1/ and Public Disk 2/. I will refer to these as PD1 and PD2. I mostly use PD1 and have been using PD2 to make occasional backups of PD1 (I didn't like the idea of running in mirrored Raid1 mode based on a prior experience). Today I was trying to clone the contents of PD1 and decided to try turning on the RAID1 function, thinking it would make an exact duplicate of PD1 on PD2. My plan was to then break up the RAID mirror again and end up with two identical copies of PD1. However, after the RAID mirroring finished (took about 6 hours), I can no longer see PD1 or PD2 on the mirrored disks, nor Public Disk (PD) for that matter. Can anyone tell me what has happened and how I might recover from it? I have access to a SATA-USB converter and can use it to mount each individual disk onto either a linux or Windows system (via ext2ifs software). When I do this (on Windows), I see that there are three partitions on the disk, and I can name them with ext2ifs, but I can't see any of the contents. I'm currently running DiskInternals Linux Recovery 2.7 on Windows and it is scanning the disk for lost files. It seems to be finding data, but is running very slowly (20 minutes for 3%). Any leads appreciated. Thanks in advance! Maurice Lampell
    Solved!
    Go to Solution.

    The file system is XFS if you have the NAS200 configured for journaled file system, or ext2 if you are using unjournaled file system. ext2ifs can read (and write?) ext2 under Windows but XFS is not supported by any Windows software that I'm aware of.
    The RAID configuration is independent from the journaled vs non-journaled configuration: you can have journaled non-raid, journaled raid, non-journaled non-raid and non-journaled raid. RAID configurations are implemented using mdadm.
    You can download a SystemRescueCD image from the link in my signature to access the files on the disks from a PC. You burn that image to a CD and boot from it. SystemRescueCD understands SATA disks connected via a USB-SATA dongle, you just need to be able to boot from a CD-ROM drive which is something that all PCs less than about 10 years old can do. SystemRescueCD supports all the necessary file systems and I believe it automatically tries to mount any RAID-formatted disks. The partitions on the hard disk are (1) your data, (2) configuration files and (3) swap. So if you want to recover files, you can ignore the second and third partitions.
    I don't think the NAS can convert the configuration from separate disks to RAID without reformatting, so the files that were there in separate-disk mode are propbably lost. You may need another tool to recover the files.
    I don't know why your Public Disk shares don't show up, unless you made a change to the configuration so that the shares are hidden from your user name. If you have the web GUI configured to hide the share from guest logins, then maybe you're logged in as guest because you have "change failed logins to guest logins" enabled; you should disable this option.
    Your plan of mirroring the disks and then breaking the mirror to put one of the drives away as backup is not a good one, IMHO (and by the way, you really shouldn't remove the drive while the NAS is running). When the NAS loses a drive from the RAID, it will try to rebuild the RAID as soon as you restart with a second drive installed, and it will give the existing drive priority over the older one, so instead of restoring a backup after you lose your files, it will overwrite the backup with the other drive's data so you lose the lost files from the backup too. Also, rebuilding a mirror takes extremely long on the NAS200. It's better to use Separate Disks and run a scheduled backup from one disk to the other; if you delete a file by accident you only have to retrieve that one lost file which takes seconds instead of hours.
    ===Jac
    Frequent NAS200 Answers:
    1. DISABLE the "convert failed logins to guest logins" option to fix permission problems.
    2. NEVER insert or remove hard disks while the power is on. NAS200 doesn't support hot swapping.
    3. ALWAYS use the power button to turn the NAS200 off, don't just unplug it.
    4. Don't trust RAID. Make BACKUPS!
    5. To ACCESS the disks directly, you will need ext2 and/or XFS file systems. I recommend using SystemRescueCD.
    6. Disks will get HOT with standard fan, use "green" disks or consider replacing the fan.
    7. FTP server is insecure and doesn't work behind a NAT router. Use my firmware and SCP instead.
    8. MY FIRMWARE supports SSH shell prompt and SCP for secure file access, and allows running other software.

  • Cisco 881W - ap gui interface problem

    We have a new Cisco 881W wireless router;
    used the CP Express gui interface to perform initial setup;
    router assigned 10.10.10.3 as wireless ap gui interface;
    when entering ap gui the entire screen is blank expect for an "enter" button near bottom;
    clicking on this button does nothing; "error on page" is indicated on IE8 status;
    assigned SSID is not broadcasting

    Hi !!
    im the same problem , but i fix it
    first you must change the IOS version to ap801-k9w7-tar.124-10b.JDA3 ( you can dowload for the cisco web )
    after download the image file you putt this command in the ap exec mode:
    ap#archive download-sw /overwrite /force-reload tftp://x.x.x.x/ap801-k9w7-tar.124-10b.JDA3.tar
    after the files are copied to flash memmory , the routyer boots with the new image ang bug fixed
    its is my configuration working: 
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current configuration : 3267 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ap
    enable secret 5 $1$T0Qk$/wKGmrwqo0WcBbvTapaNb.
    no aaa new-model
    dot11 ssid CASIO
       vlan 1
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 121A04041B04010132222727
    crypto pki trustpoint TP-self-signed-4051168682
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-4051168682
    revocation-check none
    rsakeypair TP-self-signed-4051168682
    crypto pki certificate chain TP-self-signed-4051168682
    certificate self-signed 01
      3082023A 308201A3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 34303531 31363836 3832301E 170D3131 30383139 31303037
      33385A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 30353131
      36383638 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100B090 26BE5E77 FCB338C0 F54949DB 43EF95C1 61A9C3FA 38AC8BDC 18931195
      B1B1A503 65A71B68 8940639A FB6A6D9B 0F327B09 F5C48ECD 89C1B279 9DC6DC98
      11E5D014 914200BB 7F29CFD1 1CC5FDF0 F3AFE547 4954E2CA 37FC1CEC 60641871
      D9949391 35C958B3 FBA6FBF7 116612FD DFAB9467 478A6E07 0F7B2616 F1204158
      EC510203 010001A3 62306030 0F060355 1D130101 FF040530 030101FF 300D0603
      551D1104 06300482 02617030 1F060355 1D230418 30168014 1120DB6C BE01CDEE
      64A2DB14 FA240B27 D3573B9B 301D0603 551D0E04 16041411 20DB6CBE 01CDEE64
      A2DB14FA 240B27D3 573B9B30 0D06092A 864886F7 0D010104 05000381 81003B69
      8FC11090 E61D3BC1 D04FBDC5 622E8BC6 EB63B9FA C795BB15 BB05F417 CFC51F09
      A8A1971E 7E523203 5A40654D B71623CB A48B193A 101FD1AD 868128E9 91940B71
      5CFDDDD4 856B8170 7700C656 A75443DF DBB60F06 67E37A70 69175B84 24AB0380
      221AAA1D 3EB80465 FD1C1F49 B75B0F1D BC4A82B2 EB2176F2 27F54894 5E94
      quit
    username Cisco password 7 106D000A0618
    username ivan privilege 15 secret 5 $1$eEHQ$Dc.dDfXJz2fBbPIGhH.zg1
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    ssid CASIO
    speed  basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    station-role root
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description  the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    interface GigabitEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 192.168.10.5 255.255.255.0
    no ip route-cache
    ip http server
    ip http authentication local
    ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    no activation-character
    line vty 0 4
    login local
    end
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    now you cant acces to ap web gui 
    thanks !!!

  • Problem when applying my changes at the CCA Administrator GUI Interface

    Hi when i´m trying to save my changes at the CCA Administrator GUI interface(TAW) i´m receiving the error below:
    04 Ago 2009 11:17:39,968 [ ERROR com.taw.clients.am.AdminSuperBean $Revision: 5 $.processHashtable(AdminSuperBean.java:504) - Unable to process the Hashtable
    java.lang.NullPointerException
    at com.taw.clients.am.AdminSuperBean.constructSqlQuery(AdminSuperBean.java:796)
    at com.taw.clients.am.AdminSuperBean.processHashtableAdmin(AdminSuperBean.java:562)
    at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:500)
    at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:493)
    at com.taw.clients.am.configuration.CompanyDefaultSecurityBean.processRequest(CompanyDefaultSecurityBean.java:212)
    at com.taw.clients.am.CompanyBean.processRequest(CompanyBean.java:1771)
    at jsp_servlet._administrationmanager.__company_edit._jspService(__company_edit.java:1289)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3392)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Please anyone know how can i fix it ?
    Regards,
    Marcelo Henrique
    Experti - Brazil

    Hi below the contents of the web.xml file, let´s to try to fix this trouble together.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app>
    <context-param>
    <param-name>webContainer</param-name>
    <param-value>Weblogic</param-value>
    </context-param>
    <context-param>
    <param-name>disableMessageSynchronization</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>busConnection</param-name>
    <param-value>experti-labsrv</param-value>
    </context-param>
    <context-param>
    <param-name>noResourceBundle</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://experti-labsrv/TAW</param-value>
    </context-param>
    <context-param>
    <param-name>isReportServer</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>applicationPath</param-name>
    <param-value>C:\bea\user_projects\domains\experti_domain\app\TAW</param-value>
    </context-param>
    <context-param>
    <param-name>URLstoragePath</param-name>
    <param-value>http://experti-labsrv/TAW/Storage</param-value>
    </context-param>
    <context-param>
    <param-name>storagePath</param-name>
    <param-value>/Storage</param-value>
    </context-param>
    <context-param>
    <param-name>debugLogFile</param-name>
    <param-value>\WEB-INF\logs\CallCenterAnywhere.log</param-value>
    </context-param>
    <context-param>
    <param-name>debugMaxNumberLogFiles</param-name>
    <param-value>5</param-value>
    </context-param>
    <context-param>
    <param-name>debugMaxLogFileSize</param-name>
    <param-value>1000</param-value>
    </context-param>
    <context-param>
    <param-name>debugTracelevel</param-name>
    <param-value>DEBUG</param-value>
    </context-param>
    <context-param>
    <param-name>debugLogPattern</param-name>
    <param-value>%d{DATE} [%t] %-5p %c.%M(%F:%L) %x - %m</param-value>
    </context-param>
    <context-param>
    <param-name>databasePlatform</param-name>
    <param-value>ORACLE</param-value>
    </context-param>
    <!-- Needs to be removed for MSSQL-->
    <context-param>
    <param-name>databaseDatasource</param-name>
    <param-value>cca813</param-value>
    </context-param>
    <context-param>
    <param-name>databaseSchema</param-name>
    <param-value>mhpAdminCC813</param-value>
    </context-param>
    <!-- <context-param>
    <param-name>databaseUser</param-name>
    <param-value>mhpcc813</param-value>
    </context-param>
    <context-param>
    <param-name>databasePassword</param-name>
    <param-value>mhpcc813</param-value>
    </context-param> -->
    <context-param>
    <param-name>databaseDatasourceReadOnly</param-name>
    <param-value>cca813</param-value>
    </context-param>
    <context-param>
    <param-name>databaseSchemaReadOnly</param-name>
    <param-value>mhpAdminCC813</param-value>
    </context-param>
    <!-- <context-param>
    <param-name>databaseUserReadOnly</param-name>
    <param-value>MHPCCRead813</param-value>
    </context-param>
    <context-param>
    <param-name>databasePasswordReadOnly</param-name>
    <param-value>MHPCCRead813</param-value>
    </context-param> -->
    <context-param>
    <param-name>weblogic.httpd.inputCharset./*</param-name>
    <param-value>UTF-8</param-value>
    </context-param>
    <context-param>
    <param-name>ftpConnectMode</param-name>
    <param-value>active</param-value>
    </context-param>
    <servlet>
    <servlet-name>ProxyDispatcher</servlet-name>
    <servlet-class>com.taw.web.ProxyDispatcher</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyPingHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyPingHandler</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyLoginHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyLoginHandler</servlet-class>
    <load-on-startup>3</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyLoginDataHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyLoginDataHandler</servlet-class>
    <load-on-startup>4</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyContactHandler</servlet-name>
    <servlet-class>com.taw.web.contact.was.ProxyContactHandler</servlet-class>
    <load-on-startup>5</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>WebServiceChat</servlet-name>
    <servlet-class>com.taw.web.service.WebServiceChat</servlet-class>
    <load-on-startup>6</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ReportServlet</servlet-name>
    <servlet-class>com.taw.clients.reports.ReportServlet</servlet-class>
    <load-on-startup>7</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>CustomReportServlet</servlet-name>
    <servlet-class>com.taw.clients.reports.CustomReportServlet</servlet-class>
    <load-on-startup>8</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ImageServlet</servlet-name>
    <servlet-class>net.sf.jasperreports.j2ee.servlets.ImageServlet</servlet-class>
    <load-on-startup>9</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyRequestHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyRequestHandler</servlet-class>
    <load-on-startup>10</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>glue-console</servlet-name>
    <servlet-class>electric.console.ConsoleServlet</servlet-class>
    <init-param>
    <param-name>soapServletContext</param-name>
    <param-value>/services</param-value>
    </init-param>
    <load-on-startup>11</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>glue-soap</servlet-name>
    <servlet-class>electric.server.http.ServletServer</servlet-class>
    <init-param>
    <param-name>httpRegistryRoot</param-name>
    <param-value>/</param-value>
    </init-param>
    <load-on-startup>12</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
    <init-param>
    <param-name>logLevel</param-name>
    <param-value>DEBUG</param-value>
    </init-param>
    <init-param>
    <param-name>logPath</param-name>
    <param-value>C:\bea\user_projects\domains\experti_domain\app\TAW\WEB-INF\logs\jnlpdownloadservlet.log</param-value>
    </init-param>
    <load-on-startup>13</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyMessageHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyMessageHandler</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProxyWebCallback</servlet-name>
    <servlet-class>com.taw.web.webcallback.ProxyWebCallback</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProxyDial</servlet-name>
    <servlet-class>com.taw.web.dial.ProxyDial</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ProxyDispatcher</servlet-name>
    <url-pattern>/ProxyDispatcher</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ReportServlet</servlet-name>
    <url-pattern>/ReportServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyPingHandler</servlet-name>
    <url-pattern>/ProxyPingHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyLoginHandler</servlet-name>
    <url-pattern>/ProxyLoginHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyLoginDataHandler</servlet-name>
    <url-pattern>/ProxyLoginDataHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyContactHandler</servlet-name>
    <url-pattern>/ProxyContactHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>WebServiceChat</servlet-name>
    <url-pattern>/WebServiceChat</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyRequestHandler</servlet-name>
    <url-pattern>/ProxyRequestHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyMessageHandler</servlet-name>
    <url-pattern>/ProxyMessageHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyWebCallback</servlet-name>
    <url-pattern>/ProxyWebCallback</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyDial</servlet-name>
    <url-pattern>/ProxyDial</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>glue-soap</servlet-name>
    <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>glue-console</servlet-name>
    <url-pattern>/console/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jar</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>CustomReportServlet</servlet-name>
    <url-pattern>/CustomReportServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ImageServlet</servlet-name>
    <url-pattern>/imageServlet</url-pattern>
    </servlet-mapping>
    <filter>
    <filter-name>XSS</filter-name>
    <filter-class>com.taw.web.filter.CrossScriptingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/AdministrationManager/*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/index.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/InteractionManager/*.jsp</url-pattern>
    </filter-mapping>
    </web-app>

  • Idlj java compile problem from badly named interfaces in idl

    I am trying to build a java client to communicate with an application using corba interfaces.
    The large/complex idl I am using to build all the client stubs has interface names that seem to cause problems for the generated java. For example there is an interface in the idl called 'Device' as well as an interface called 'DeviceOperations'. This causes problems because idlj creates java interfaces with the word 'Operations' appended to it.
    So I get a bunch of weird results in my generated java which has many compiler errors.
    Unfortunately I cannot change the idl because it is not an application I work on directly.
    Any suggestions?
    Thanks!

    My guess is that you are between a rock and a hard place unless you can 1) change the IDL or 2) change how the IDL is compiled. You have said you can't do the former, so maybe you can influence the latter (unfortunately for you, I suspect not). On the change you can, keep reading.
    IDL only creates interfaces such as DeviceOperations if you compile the IDL using the Tie model. But you would definitely have a problems since 1) the IDL has an interface called Device and DeviceOperations and as a result will create java files Device.java and DeviceOperations.java and 2) the Tie model will want to create two interfaces, DeviceOperations.java and DeviceOperationsOperations.java. I suspect that the second interface compiled by the IDL compiler will be the winner the first one will be overwritten).
    If you can, change the IDL compilation to that you do not use the Tie model. However, you said you have no ability to change the IDL, so you also may not have the ability to change how it is compiled, so I am not sure if this is practical advice. I can't imagine that this application ever successfully used both interfaces.

  • Trying to call a method on an RMI server from a GUI

    Hi all, I'm new to the forums and I desperately need some help!
    My question fits into the RMI category but also the database/GUI side so sorry if this is posted in the wrong place.
    My application is a client/server system (programmed in Netbeans 6.8) that also uses GUIs and JDBC-ODBC. Basically, I am trying to call a method that adds an entry to my database from a GUI button.
    Due to the required RMI, I have the ServerInterface that extends Remote and I have a ServerImpl class that implements the Interface, and the RMI works fine so there is no problem there.
    My code for the button is:
    private void addUserActionPerformed(java.awt.event.ActionEvent evt) {                                       
    try{server.addNewUser("new");}
    catch(Exception e){}
    addUser.setText("buttonhaschanged");
    The server variable is declared above as ServerImpl server;
    The actual addNewUser method works fine when it is called explicitly via RMI in my main "Client" class, but this GUI is going to be like an "administrator GUI" that can manipulate the database, so there is no RMI involved here.
    Anyway, my button doesn't have any effect on the database, but the button changes text as desired so the button itself works, but it doesn't do what I want to the database, so I think my problem is the use of my "server" variable. I've tried making it static and I've tried making it of type ServerInterface, but no luck. Would I have to make the GUI class extend the interface too?
    Sorry for rambling on!
    Many thanks in advance
    David
    Edited by: DHD on Feb 26, 2010 6:15 AM

    Would I have to make the GUI class extend the interface too?Your GUI has nothing to do with the RMI. How did you obtaint the "server" ? have you looked in the RMI registry to get the stub object ?
    The second thing to notice is you are invoking a RMI calls on a EDT which you should not do it. Your RMI method calls should be invoked via SwingWorker-->doInBackground(); please take a look at the Java Doc
    [http://java.sun.com/javase/6/docs/api/javax/swing/SwingWorker.html|java Doc SwingWorker sample usage]
    You mentioned that the RMI method invocation works fine from the main class and not from the GUI so what did you do in the main class to get the stub do it in the doInBackground() method
    Regards,
    Alan
    London

  • How to copy OVD configuration from one machine to another?

    We have two machines with OVD servers on them. The configurations should be identical from one machine to the other. We suspect there is a problem with the configuration on one of them. We need to know how to copy OVD configuration from one machine to another.
    Can you tell us how to do that?

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • How can I launch configurator from host application in a specefic language.

    Hi,
    I want to access R12 configurator from a host application and I have no problems accessing it.
    But I want that the configurator should Launch in Japanese Language. Can I specify any XML parameter to the UIServlet to achieve this or is there any other Method?
    Thanks

    Per the "Deploying a User Interface that Supports MLS" section in Chapter 14 ("Multiple Language Support") of the Oracle Configurator Implementation Guide:
    "When a host application launches Oracle Configurator to configure an item, the language specified in the database ICX session ticket is passed to Oracle Configurator.  Oracle Configurator uses this information to determine which translated text to retrieve from the database and display in the UI."
    So essentially, Configurator will display the same language that the hosting application is displaying, the language the user has logged into EBS with.  (Of course, translated text will only appear in Configurator if you have supplied translations in the CZ_LOCALIZED_TEXTS table.)  If you need Configurator to display a different language than its hosting application, that would require a customization of the initialization string the hosting application sends to Configurator, specifying a different icx_session_ticket parameter value.
    Hope this helps.
    Eogan

  • NAT Problems Converting from 7.2(2) to 8.6(1)2

                       I am trying to replace an ASA 5510 running 7.2(2) with an ASA 5515x running 8.6(1)2.  The problem I am having is that the NAT entries are not working on the ASA 5515x.  Is there anything that needs to be considered when moving the configuration from the ASA 5510 to the ASA 5515x.

    Hi,
    ASAs NAT configuration format went under a big change when going from 8.2 to 8.3. The NAT configuration format changed completely and therefore none of the old NAT configurations work anymore. These are "global" , "nat" and "static". Actual NAT configurations start with the command "nat" though but otherwise in a totally different format.
    Your new ASA 5500-X series firewall can only use 8.6 or above software level. That is its "oldest" software. Therefore you cant use your old configuration on it. People who simply upgrade software on the original ASA5500 series will be able to just boot their ASA to the new software. Though while the ASA then migrates the NAT configurations to the new format, the results arent always the best.
    One major change would also be ACLs. In the new software you will always use the real IP address in the interface ACL when allowing traffic somewhere. So even if you were allowing traffic to some server (that has a Static NAT configured on the ASA) you would now use the real IP address as the destination rather than the NAT IP address. This is mainly due to the fact that ASA handles NAT before ACL now in the new software.
    There is also some minor changes to the commands related to VPN configurations.
    But the above are the biggest changes.
    How large NAT configuration do you have on the original ASA5510? If we are not talking about a huge configuration I could probably help with converting the NAT configurations.
    Here is a document I wrote about the new NAT configuration format
    https://supportforums.cisco.com/docs/DOC-31116
    Here is also a good document that might help you compare the old and new NAT configuration formats
    https://supportforums.cisco.com/docs/DOC-9129
    Hope this helps
    Please do remember to mark a reply as the correct answer if it answered your question.
    Feel free to ask more if needed.
    - Jouni

  • NOT ABLE TO UPGRADE FROM CUE 1.1.2 TO CUE 2.3.1

    Hello,
    I am trying to upgrade from CUE Ver 1.1.2 TO CUE 3.2.1 by "Upgrading  Using the Boot Helper" method
    but after uploading the "cue-installer.2.3.1" from the TFTP the system boots up but it does not show me the
    "Service Engine Helper Software" Its booting directly and going to the CUE Prompt.
    MODULE DETAILS
    Module Type:  NM
    NAME: "NM-SE on Slot 1", DESCR: "NM-SE"
    PID: NM-CUE   , VID: NA ,
    sh software versions
    Installed Packages:
    - Core  1.1.2
    - Auto Attendant  1.1.2
    - Voice Mail  1.1.2
    - Boot Loader  1.0.17 Installed Languages:  - US English  1.1.2
    According to the document
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/rel2_3/install/upg_boot.html#wpxref53388
    After "cue-installer.2.3.1" is loaded i should get the prompt as given below
    Welcome to Cisco Systems Service Engine Helper Software
    Please select from the following
    1       Install software
    2       Reload module
    (Type '?' at any time for help)
    Choice: 1
    but i don't see this prompt.Also interestingly I don't see this command
    "software download clean pkg ..... " In fact "software" does not appear as an option under any
    mode in CLI......
    Quick help will be much appreciated!!!!
    Thanks & Regards,
    Hasan Jafri

    Hello Paulo ,
    Given below is what i see on the CLI
    se-10-1-1-10> reload
    Are you sure you want to reload?
    Doing a reload will cause any unsaved configuration data to be lost.
    Continue[y]? : y
    se-10-1-1-10>
    MONITOR SHUTDOWN...
    EXITED: ${ROOT}/bin/probe exit status 0
    EXITED: SQL_startup.sh exit status 0
    EXITED: LDAP_startup.sh exit status 0
    EXITED: HTTP_startup.sh exit status 0
    MONITOR EXIT...
    INIT: Remounting device 03:01 ... OK
    Done.
    Restarting system.
    Initializing memory.  Please wait.  256 MB SDRAM detected
    BIOS Version: SM 02.00
    BIOS Build date: 09/17/02
    System Now Booting ...
    Booting from flash..., please wait.
    [BOOT-ASM]
    7Found Intel 82371AB at 0x00000000 ROM address 0x00000000
    Please enter '***' to change boot configuration: ***Probing...[EEPRO100]Found I    // I DO THIS AND GO INTO THE BOOT-LOADER
    ntel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Ethernet addr: 00:14:1C:95:FC:A2
    equalizer val: 16
    ServicesEngine Bootloader Version : 1.0.17
    ServicesEngine boot-loader> boot helper                                 // THEN I TYPE "boot helper"
    Probing...[EEPRO100]Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x
    00000000
    Found Intel EtherExpressPro100 at 0x00000000 ROM address 0x00000000
    Ethernet addr: 00:14:1C:95:FC:A2
    equalizer val: 16
    Me: 10.1.1.10, Server: 10.1.1.55, Gateway: 10.1.1.11
    Loading cue-installer.2.3.1                    //AFTER THIS STEP CUE RELOADS IT SELF
    Initializing memory.  Please wait.  256 MB SDRAM detected
    BIOS Version: SM 02.00
    BIOS Build date: 09/17/02
    System Now Booting ...
    Booting from flash..., please wait.
    [BOOT-ASM]
    7Found Intel 82371AB at 0x00000000 ROM address 0x00000000
    Please enter '***' to change boot configuration:  Filesystem type is reiserfs,
    partition type 0x83
    kf: a1 : (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    kf: a2 : (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open: (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open1: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open2: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open3: /bzImage root=/dev/hda1 ro plat=nm 1
    in grub_open: (hd0,0)/bzImage root=/dev/hda1 ro plat=nm
    in grub_open1: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open2: /bzImage root=/dev/hda1 ro plat=nm
    in grub_open3: /bzImage root=/dev/hda1 ro plat=nm 1
    In verify_kernel_sig
    Chksum: final image size: 809372
    plat: 1
    Debug: bl_sz: 115296
    After: buf_len: 2048
    After KEY_InitMem
    reading key: 0
    reading key: 1
    reading key: 2
    reading key: 3
    reading key: 4
    reading key: 5
    After karr
    After 2: buf_len: 2048
    sig len : 172
    in verifysignature_md5, MD5 hash generated now, str format:hexmd5:bfb41f99bd669
    c4df612cb94f2e81764
    Verifying signature now...
    calling RSA decrypt now
    mem ptr: 0 704 832 968 1040 1172 1184 1196 1208 1220 1228 1244 1268 1284 1300 1
    316 1332 1344 1360 1384 1400 1664 1804 2080 2224 2364 2880 3396 3660 3924 4188
    RSA decrypt returned:33
    verifysignature_md5, Orig MD5 hash generated during encryption:bfb41f99bd669c4d
    f612cb94f2e81764
    Kernel signature verified successfully
    In load_imagea1
    In load_imagea2
    Dbg ********* filemax/data_len/SECSIZ: 809372/2560/512
       [Linux-bzImage, setup=0xa00, size=0xc4d9c]
    kernel_func: kt: 3
    in boot func: kt: 3
    Linux version 2.4.18 (bld_adm@bld-system) (gcc version 2.95.3 20010315 (release)
    ) #5 Sun Sep 19 22:25:25 PDT 2004
    Platform: nm
    setup.c: handling flash window at [15MB..16MB]
    setup.c: handling kernel log buf at [245.5MB]
    setup.c: handling trace buf at [246MB]
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0800 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 0000000000f00000 (usable)
    BIOS-e820: 0000000000f00000 - 0000000001000000 (reserved)
    BIOS-e820: 0000000001000000 - 000000000f580000 (usable)
    BIOS-e820: 000000000f580000 - 000000000f600000 (reserved)
    BIOS-e820: 000000000f600000 - 0000000010000000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    On node 0 totalpages: 62848
    zone(0): 4096 pages.
    zone(1): 58752 pages.
    zone(2): 0 pages.
    Kernel command line: root=/dev/hda1 ro plat=nm
    Initializing CPU#0
    Detected 498.673 MHz processor.
    In serial_console_setup
    Calibrating delay loop... 996.14 BogoMIPS
    Memory: 244056k/251392k available (1027k kernel code, 5924k reserved, 661k data,
    84k init, 0k highmem)
    kdb version 2.3 by Scott Lurndal, Keith Owens. Copyright SGI, All Rights Reserve
    d
    in atrace_init
    log_head: h: 0, t: 5717961, l: 0, w: 0, s: 10484672
    Using existing trace log
    log_head: h: 0, t: 5717961, l: 0, w: 0, s: 10484672
    Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
    Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
    Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
    Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    CPU serial number disabled.
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU: Intel Pentium III (Coppermine) stepping 0a
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    POSIX conformance testing by UNIFIX
    PCI: PCI BIOS revision 2.10 entry at 0xeab9c, last bus=0
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    Limiting direct PCI/PCI transfers.
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    VFS: Diskquotas version dquot_6.4.0 initialized
    devfs: v1.10 (20020120) Richard Gooch ([email protected])
    devfs: devfs_debug: 0x0
    devfs: boot_options: 0x1
    Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI en
    abled
    ttyS00 at 0x03f8 (irq = 4) is a 16550A
    ttyS01 at 0x02f8 (irq = 3) is a 16550A
    Cisco ContentEngine Flash Driver Version 0.02
    block: 128 slots per queue, batch=32
    Uniform Multi-Platform E-IDE driver Revision: 6.31
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    PIIX4: IDE controller on PCI bus 00 dev 39
    PIIX4: chipset revision 1
    PIIX4: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:pio
        ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
    hda: C/H/S=50127/232/176 from BIOS ignored
    hdb: C/H/S=0/0/0 from BIOS ignored
    hda: IC25N020ATMR04-0, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: 39070080 sectors (20004 MB) w/1740KiB Cache, CHS=38760/16/63, UDMA(33)
    Partition check:
    /dev/ide/host0/bus0/target0/lun0: p1
    device capacity not supported
    Flash capacity == 39070080
    eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.
    html
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@sa
    w.sw.com.sg> and others
    eth0: PCI device 8086:1229, 00:14:1C:95:FC:A1, IRQ 9.
      Receiver lock-up bug exists -- enabling work-around.
      Board assembly 668081-002, Physical connectors present: RJ45
      Primary interface chip i82555 PHY #1.
      General self-test: passed.
      Serial sub-system self-test: passed.
      Internal registers self-test: passed.
      ROM checksum self-test: passed (0x04f4518b).
      Receiver lock-up workaround activated.
    eth1: PCI device 8086:1229, 00:14:1C:95:FC:A2, IRQ 10.
      Receiver lock-up bug exists -- enabling work-around.
      Board assembly 668081-002, Physical connectors present: RJ45
      Primary interface chip i82555 PHY #1.
      General self-test: passed.
      Serial sub-system self-test: passed.
      Internal registers self-test: passed.
      ROM checksum self-test: passed (0x04f4518b).
      Receiver lock-up workaround activated.
    IEEE 802.2 LLC for Linux 2.1 (c) 1996 Tim Alpaerts
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 2048 buckets, 16Kbytes
    TCP: Hash tables configured (established 16384 bind 16384)
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    reiserfs: checking transaction log (device 03:01) ...
    Using r5 hash to sort names
    ReiserFS version 3.6.25
    VFS: Mounted root (reiserfs filesystem) readonly.
    Mounted devfs on /dev
    Init drive control
    Freeing unused kernel memory: 84k freed
    INIT: version 2.84 booting
    Started device management daemon v1.3.25 for /dev
    reiser root fs ...
    Reiserfs super block in block 16 on 0x301 of format 3.6 with standard journal
    Blocks (total/free): 4883752/4804594 by 4096 bytes
    Filesystem is cleanly umounted
    Filesystem seems mounted read-only. Skipping journal replay.
    Checking internal tree..finished
    FILESYSTEM CLEAN
    Remounting the root filesystem read-write...
    kernel.sem = 16384 32000 32 128
                    Welcome to Cisco Service Engine
    Sun Aug 14 21:49:14 PDT 2005
    WARNING: Found files describing previous failures...
             Saving them in /var/cores.prev
    ********** rc.aesop ****************
    WARNING: Found files describing previous failures...
             Saving them in /var/javacores
    ==> eth1 exists, we must be running on a Network Module
    ==> eth1 exists, we must be running on a Network Module
    Router communications servers initializing...complete.
    IOS IP Address Registration complete.
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    10.1.1.0      *               255.255.255.0   U        40 0          0 eth1
    127.0.0.0       *               255.0.0.0       U        40 0          0 lo
    default         142.1.66.254    0.0.0.0         UG       40 0          0 eth1
    Reading Manifest...done.
    Reading License ...done.
    ModuleType = nm
    INIT: Entering runlevel: 2
    ********** rc.post_install ****************
    INIT: Switching to runlevel: 4
    INIT: Sending processes the TERM signal
    STARTED: cli_server.sh
    STARTED: ntp_startup.sh
    STARTED: LDAP_startup.sh
    STARTED: superthread_startup.sh
    STARTED: SQL_startup.sh
    STARTED: HTTP_startup.sh
    STARTED: ${ROOT}/usr/wfavvid/run
    STARTED: ${ROOT}/bin/probe
    waiting 132 ...
    SYSTEM ONLINE
    se-10-1-1-10>
    According to the document when the CUE reloads it should give me the option to install the software or reload ?
    Am i doing the right way ??
    Regards,
    Hasan Jafi

  • How to create custom GUI interface for Cisco router?

                       Hello,
    I am working on a Cisco solution and I have my router configured for the solution I need. However, if a non-cisco person needs to use my solution then I think he will need a GUI interface which will have few "buttons" which when clicked will run some Cisco commands on Cisco router to make it work. Is there a way to design such GUI interface which is compatible with Cisco routers? I know Cisco has SDM, but that is too involved and detailed, which is useful only for people who know atleast a little bit about Cisco. Here I am looking at crowd who will have 0 knowledge of Cisco.
    Please let me know if something like this can be done. If yes, how and how easily?
    Thank you.

    There are lots of ways to do this - you can use SNMP or even HTTP to push or pull commands from Cisco devices. How easy it is to create a GUI depends on your programming skills. I would guess a simple web page triggering backend scripts would be the easiest way to do this.

  • CUE GUI page not working

    Hi
    I was trying to open CUE GUI page from IE with no joy. Any idea?
    I can access CLI with no problem at all.

    Hi Naiman
    those config already in CME CLI, pls see below:
    sh run | s ip http
    ip http server
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip http path flash:
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    web admin system name EMCCMEAdmin secret 5 $1$B9U3$d/iBBte/6jQYHJobVeqOg/
    web admin customer name admin password 8264
    BTW, it is CUE GUI stop working NOT CME.    

Maybe you are looking for