Deployment calling home

when i deplay my jsf based war to jboss 3.2.5 its almost like running some piece of microsoft software: its calling home! how do i prevent that and provide the taglib stuff the app needs locally (i have jsf-api.jar and jsf-impl.jar in the war's WEB-INF/lib)?
2004-08-19 15:49:37,731 WARN [com.sun.faces.config.ConfigureListener] Can't parse configuration file:jar:file:/D:/jboss/server/default/tmp/deploy/tmp27810ofas-faces-gui.war/WEB-INF/lib/jsf-impl.jar!/com/sun/faces/jsf-ri-config.xml
java.net.ConnectException: Connection timed out: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
     at java.net.Socket.connect(Socket.java:452)
     at java.net.Socket.connect(Socket.java:402)
     at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
     at sun.net.www.http.HttpClient.New(HttpClient.java:320)
     at sun.net.www.http.HttpClient.New(HttpClient.java:315)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521)
     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498)
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
     at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
     at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
     at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
     at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
     at org.apache.commons.digester.Digester.parse(Digester.java:1548)
     at com.sun.faces.config.ConfigureListener.parse(ConfigureListener.java:1182)
     at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:168)
     at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3805)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4321)
     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
     at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
     at org.apache.catalina.core.StandardContext.init(StandardContext.java:5412)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
     at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
     at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:286)
     at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:70)
     at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:306)
     at org.jboss.web.WebModule.startModule(WebModule.java:62)
     at org.jboss.web.WebModule.startService(WebModule.java:40)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
     at $Proxy17.start(Unknown Source)
     at org.jboss.system.ServiceController.start(ServiceController.java:367)
     at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
     at $Proxy31.start(Unknown Source)
     at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:313)
     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
     at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
     at $Proxy7.deploy(Unknown Source)
     at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
     at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
     at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
     at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
     at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)
2004-08-19 15:49:38,075 ERROR [org.jboss.web.localhost.Engine] StandardContext[ofas-faces-gui]Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener

you are refering to the
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
part?
what would i have to use instead of it? where would i have to place the files in the war - WEB-INF/lib? what about the xmlns and schemaLocation attributes?

Similar Messages

  • How to test Smart Call Home in cisco router?

    Hi ,
    I have done basic configuration n cisco router for Smart call Home.Please help me out on testing SCH if its proper or requres more configuration.Below is the configuration;
    call-home
    contact-email-addr [email protected]
    mail-server 10.0.0.59 priority 1
    mail-server "" priority 2
    mail-server "" priority 3
    mail-server"" priority 3
    profile "CiscoTAC-1"
      active
    profile "Test"
      destination preferred-msg-format long-text
      destination address email ""
      destination address email ""
      subscribe-to-alert-group environment severity critical
      subscribe-to-alert-group syslog severity minor pattern ".*"
      subscribe-to-alert-group configuration periodic weekly Tuesday 17:00
      subscribe-to-alert-group inventory periodic monthly 30 20:30

    hi bryan,
    But how will i know the cisco is receiving the alerts for the devices.Is there any way for checking that.
    Profile Name: CiscoTAC-1
        Profile status: ACTIVE
        Preferred Message Format: xml
        Message Size Limit: 3145728 Bytes
        Transport Method: email
        Email address(es): [email protected]
        HTTP  address(es): https://tools.cisco.com/its/service/oddce/services/DDCEService
        Periodic configuration info message is scheduled every 13 day of the month at 10:03
        Periodic inventory info message is scheduled every 13 day of the month at 09:48
        Alert-group               Severity
        diagnostic                minor
        environment               warning
        inventory                 normal
        Syslog-Pattern            Severity
        .*                        major
    Please suggest..

  • Smart call-home setup in ASA with contexts

    Hello,
    I have a problem configuring Smart call home service in an ASA 5500 having contexts.
    The DNS config is available on contexts, however the service is enabled to system. 
    At the moment, following all the cisco's documentations, seems it doesn't work. 
    Any suggestion?
    Thanks.
    Notis

    Let separate what the Cisco back-end can process and what the end device can do.  What your document above indicates is,  "What call home messages can the Cisco backend evaluate, and what processed call  home messages will raise a TAC case automatically?" The Call Home process on the end device sends in Call Home messages to the Cisco backend (aka Smart Call Home) from many sources or triggers. When it says "Alarm type" in the document, it means the source or trigger for the Call Home message.
    But the ASA supports adding syslog matching patterns to the alert group syslog. But it still triggers the same call home message containing "show log" and "show inventory". You can also rate limit the call home messages triggered via syslog with the rate-limit command.
    subscribe-to-alert-group syslog [severity  {catastrophic | disaster | fatal | critical | major  | minor | warning | notification | normal |  debugging} [pattern string]]
    Remember that a profile specifies the transport method and alert group selection. And that multiple profiles can be configured on the device at the same time.
    When you want human readable call home messages, you use the long text message format in the profile. On the other hand, the Cisco backend requires Call Home messages in a certain format (XML), hence the  CiscoTAC-1 restrictive profile.Typically people will copy the CiscoTAC-1 profile into a new unrestrictive profile and then add an additional email address besides [email protected] so they, too, can see the "unprocessed" call home messages.
    Of course, after the Cisco backend processes one of these Call Home messages, depending on the Call Home message, it sends a notification email to the admin for the device telling them it processed a message.

  • Little Snitch how to leave apps call home?

    I love Little Snitch but I am wondering are you able to leave certain applications called home with out constantly asking for your permission? I use Kaspersky and it has Web Anti-Virus and what's happening is Kaspersky is calling home to see if the web pages I am going to is safe every that happens Little snitch thing kicks in and ask for permission to leave it do so. I trust Kaspersky is there a way to just leave it do its own thing I'm not to be asking me for constantly asking permissions?

    You need to read the Little Snitch documentation. It is very easy to tell it to always allow certain applications to communicate, I just don't remember exactly how to do it. (It's been a while since I used Little Snitch.) I would have to say, though, that if you haven't read the documentation far enough to learn how to do this, you probably shouldn't be using Little Snitch. It's a powerful tool that can cause problems if not used properly.
    I also would recommend that you use something other than Kaspersky. It's just okay at detecting Mac malware, and there are far better tools that won't cost you any money. See:
    http://www.thesafemac.com/mac-anti-virus-testing-01-2013/
    As to which to use, and whether you should use one at all, see my Mac Malware Guide.

  • How to test Cisco Call home on UCS

    How do you test the call home feature on Cisco Call home?
    Thx

    Mark - Please see
    http://www.cisco.com/en/US/products/ps10281/products_configuration_example09186a0080ae7835.shtml
    Regards,
    Robert

  • How to disable call-home feature on 4948

    Hi,
    I would like to disable this log massage:
    an 16 07:35:15.714: CALL-HOME-DETAIL: Alert group 2 is valid(6)
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Checking if alert-group 3 is supported
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Alert group 3 is valid(6)
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Checking if alert-group 4 is supported
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Alert group 4 is valid(6)
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Checking if alert-group 5 is supported
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: Alert group 5 is valid(6)
    Jan 16 07:35:15.714: CALL-HOME-DETAIL: unlock call home database sempahore
    Jan 16 07:35:35.110: CALL-HOME-TRACE: Received event: 1
    Jan 16 07:35:35.110: CALL-HOME-TRACE: Cleared rate limit counter
    Jan 16 07:35:35.110: CALL-HOME-DETAIL:
    httpc_enabled 1, status 0, sid 2
    Jan 16 07:35:37.939: CALL-HOME-TRACE:  show_call_home_summary_func() is called
    Jan 16 07:35:37.939: CALL-HOME-TRACE: call_home_get_global_database() is entered
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: lock call home database semaphore
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: unlock call home database sempahore
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 0 is supported
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 0 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 0 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 0 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 1 is supported
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 1 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 1 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 1 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 2 is supported
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 2 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 2 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 2 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 3 is supported
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 3 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 3 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 3 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 4 is supported
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 4 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 4 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Alert group 4 is valid(6)
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: Checking if alert-group 5 is supported
    Jan 16 07:35:37.939: CALL-HOME-TRACE: call_home_get_profile() is entered profile
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: lock call home database semaphore
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: unlock call home database sempahore
    Jan 16 07:35:37.939: CALL-HOME-DETAIL: call_home_get_profile() found profile
    I did:
    no call-home
    All configuration under call-home mode are set to default value. Cisco TAC profiles are deactivated and all other profiles are removed.
    and disable all alert groups
    But I am still receiving log massage.
    Is there any way to disable them.
    sh call-home
    Current call home settings:
        call home feature : disable
        call home message's from address: Not yet set up
        call home message's reply-to address: Not yet set up
        vrf for call-home messages: Not yet set up
        contact person's email address: Not yet set up
        contact person's phone number: Not yet set up
        street address: Not yet set up
        customer ID: Not yet set up
        contract ID: Not yet set up
        site ID: Not yet set up
        source ip address: Not yet set up
        source interface: Not yet set up
        Mail-server: Not yet set up
        Rate-limit: 20 message(s) per minute
    Available alert groups:
        Keyword                  State   Description
        configuration            Disable configuration info
        diagnostic               Disable diagnostic info
        environment              Disable environmental info
        inventory                Disable inventory info
        syslog                   Disable syslog info
    Profiles:
        Profile Name: CiscoTAC-1
    Regards,
    Ivan

    workaround: I do not have this problem anymore, because I set the logging severity level debugging --> informational. (logging trap informational)

  • Excluding certain syslog messages from Call-Home

    I recently enabled call-home for all switches, including some 3750 top of rack acting as access layer. 
    call-home
     profile "Network"
      destination preferred-msg-format short-text
      destination address email [email protected]
      subscribe-to-alert-group environment severity warning
      subscribe-to-alert-group inventory
      subscribe-to-alert-group syslog severity warning pattern ".*"
    Problem is the servers are routinely taken down for maintenance, so I get call-homes for the LINK-3-UPDOWN messages.  How do I exclude these from notifications, but still get other messages that are warning or more severe (0-4)?
    Note that I do want syslog to log the UPDOWN messages in case they're needed for troubleshooting, I just don't want call-home alerts.

    From what I've seen, the challenge with getting tracebacks as syslogs is network connectivity is often not established sufficiently (after a crash) to send the syslogs out. The situation seems to be begging for a "delayed-fuse" mechanism to collect the early syslogs after a crash in a buffer somewhere, until after successful network convergence is realized. I'm not sure services such as EEM or tclsh are themselves initialized early enough during the IOS bootup sequences to try to perform that task.

  • Deployment of home terminal in an exbition with Expressway

    Hello! I'm wondering about Expressway solution. As far as I understand, it doesn't matter that my terminal got a private IP-address inside the home office. I also understand  that it doesn't matter how many router with NAT between the home officce  and the central site. If I deal with a registration my home terminal on central site Inified CM, I get a possibility to make a videocall with sharing content and to join the conference inside the central site. What reccomendations do we provide me about deployment the home terminal so that I can join the conference and make a videocalls?

    Have you ever worked the J2EE visual administrator from SAP?  Under the Server-> services -> Deploy, you can do the same deployment as you would from NDS.  You will already be logged into J2EEAdmin.  This might give you a clearer idea of what the problem is.
    Have you ever been able to deploy a J2EE App?  Did you change you app lately, possibly adding a bunch of new packages.  I know that when I was programming pure J2EE stuff, it deployed very quickly.  Then when I added JARs so that my JSPs could access additional functionality, it took quite a bit longer.  I'm sure it depends on how big you EAR is.

  • Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?

    Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?  Of course the GPS location feature will need to be on in order for this to work.  But the idea here would be to optimize battery life by disabling the 'call home' requests of apps.  The settings profile should also support downloads as I would like to download and allow it when I am on WiFi but not so much when I am using my cellular data.

    No, this is not possible as the sandboxed nature of iOS would not allow any app to modify another app like that. Such a feature would have to be enabled by Apple as a part of iOS itself. You can submit feedback to Apple about the idea if you wish to.
    https://www.apple.com/feedback/

  • Smart call home - HTTPS transport from the Nexus 7000 to Cisco

    hi
    i try configured call home on nexus 7000 with https transport and proxy server
    i follow this guide -
    http://www.cisco.com/en/US/docs/switches/lan/smart_call_home/QuickStart_NX7000.pdf
    and configured this :
    callhome
      email-contact XXXXXXXXXXX
      phone-contact XXXXXXXXXXX
      streetaddress XXXXXXXXXXXXXXXX
      destination-profile CiscoTAC-1 transport-method http
      destination-profile CiscoTAC-1 http https://tools.cisco.com/its/service/oddce/services/DDCEService
       transport http use-vrf management
      transport http proxy server XXXXXXXXXX port 8080                --------- XXXXXXXXX = my proxy server
      transport http proxy enable
      enable
      periodic-inventory notification interval  30
    i have a problem to install the security certificate , i follow thw guide but i get the error :
    failed to load or parse certificate
    could not perform CA authentication
    when i try test call home eith the command : callhome test
    trying to send test callhome message
    warning:no callhome message sent
    email configuration incomplete for destination profile:full_txt
    email configuration incomplete for destination profile:short_txt
    Error in transporting http message for CiscoTAC-1
    http: Received HTTP code 407 from proxy after CONNECT
    i guess the problem is because i didnt install the certificate , how can i install the certificate ?
    is this the real problem ?

    I agree with Bryan that the easiest proxy server to setup for the  nexus 7000 is the Transport Gateway. The documentation (certificates) is  setup to allow you to connect to a Cisco Transport Gateway or directly  into tools.cisco.com. Both have a Cisco certificate.
    But that doesn't explain your issue. To answer your issue, you need to look here
    http://www.cisco.com/en/US/docs/switches/lan/smart_call_home/SCH31_Ch6.html#wp1039385
    except  you need your proxy server's chained certificate in PEM format since  the Nexus 7000 is going to terminate at your proxy server. Take a look  at this line in the documentation.
    Input (cut & paste) the CA certificate (chain) in PEM format
    The error code 407 you indicated makes sense and  indicates "Proxy Authentication Required". You need the certificate  installed first. NX-OS uses the openssl crypto library to implement the  cert-pki feature if that helps. A complete certificate chain is required. Also,  you might make sure the CRL (certificate revocation list) is set to none  so it doesn't do that first.
    revocation-check none
    The 4 chained certificates given in the documentation are tools.cisco.com.cer, Verisign-G3-SSCA.cer, Verisign-G3-PRCA.cer,  Verisign-Root-CA.cer. The non-nexus 7000 devices just use the last one. Most likely you need a certificate that looks like
    your proxy server.cer,Verisign-G3-SSCA.cer, Verisign-G3-PRCA.cer,  Verisign-Root-CA.cer
    If you are using your own root CA (which typically are taken  off-line after authorizing subordinate CAs for security reasons) , then  make sure that their certificates are in the correct order to be  processed so each can be authenticated.
    Now you can see why a Cisco proxy server (Transport Gateway) is easier to setup.

  • Call Home w/o SMTP Server

    The Cisco 9216i switch's mgmt interface is on a private LAN that does not have an SMTP server. Is it possible to route outbound email through a gigE interface which is also an FCIP ISL?
    Has anyone had success at implementing Call home without a SMTP server? For instance, it would seem feasible to forward either SysLog or SNMP Traps to a receiver then have email initiated from the receiver.
    This seems like a weird limitation given all of the other capabilities of the switch.
    Thanks, Craig

    Hi Craig,
    Callhome through the gigE won't work. Reasoning is as follows. When you do a Callhome alert, the Callhome process will attempt to setup an SMTP connection. If you define a static route out the gigE interface then it will at least initiate the first TCP SYN out the gigE interface. The SYN packet is destined for the SMTP server (tcp port 25) and will be sourced with the gigE interface ip address. But when the SMTP server replies the TCP stack behind the gigE interface will issue a RST (reset). This is because the gigE TCP stack will not accept TCP connections other than FCIP or iSCSI. This is by design. For the same reason you cannot bring up the MDS http welcome screen through the gigE ip address.
    You can however use IPFC to route the Callhome SMTP traffic over the FCIP ISL to a remote switch that is acting as a default IP gateway, but of course the remote switch must have ip connectivity via it's mgmt interface to the SMTP server.
    Lastly, Callhome always requires an SMTP server. Forwarding traps to an external management server that then uses email or pager is an alternative to Callhome...you won't need to enable Callhome feature to do that.

  • Call home question

    Greetings,
    While trying to get SNMP traps running properly with Netview (if only I had Openview), I looked at using call home. Terrific product with the exception of one thing which probably does not affect the private sector. I would suggest that most government agencies need to have a classification of some sort in either the heading or the body of the email. I cant find anyway of doing that which means that the email will never get through. Would anyone know of a way to put certain words in the heading or body of the call home email? It may sound trivial but it would be a great leap forward in my view.
    Stephen

    Colin,
    I have tried everything regarding this issue. I even hoped that mucking about with call home on the host that you run FM from may do something but it has been to no avail.
    Whenever I try to do anything, the email filter goes ballistic and notifies everyone of some sort of security problem.
    BTW, if you want to share anything about your hope of getting a CCIE in storage, I started up a blog site today in order to teach some one eyed Brocade person the benefits of SAN-OS. I am not sure how it works yet but hey, it could be fun and hopefully share some info.
    http://iluvmystorage.blogspot.com
    There will be other stuff in there like my HDS equipment and how knows what else.
    My email address is speter24 at tpg dot com do au.
    Stephen

  • Calling 'home' literally

    I will be getting an iTouch shortly. I have Wi-fi at work and I would like to be able to call my home iMac (which has FaceTime installed) from there. (i don't have a cell phone)
    Will that be possible?
    if so, how do i set things up to be able to differentiate between my iTouch and my home iMac when i want to also be able top check my Email on each.
    When I'm at my desk at home i would not want FaceTime calls going to the touch... or ONLY to the touch (going to both then would be fine). When i'm not home i would like to be able to "call home" ... but not have to setup separate OS X user accounts (FaceTime on OSX does not seem to allow dual logins or to be able to select an account from a drop down to auto-login to.
    Thanks

    FaceTime uses the email address at this time to make the call.
    You could have 2 separate email addresses.
    1 for the Touch
    1 for your computer
    That way there would be no mistaking where the call would be going.

  • FM Server License and Call Home

    We currently are getting a message everyday for the call home that the Fabric Manager is grace period is going to expire in XX number of days. Is there any way to turn this alert off? This is annoying as we like the call home feature, but hate the NAG of the FM Server license.

    A way to stop the Fabric Manager license nag message is to remove the license alert group from each call home destination profile.
    To do this from the CLI, do these commands:
    sh callhome destination-profile <-- note "alert groups configured"
    conf t
    callhome
    destination-profile ?
    User defined destination profile name (Max Size - 32)
    full-txt-destination Configure destination profile for plain txt message
    short-txt-destination Configure destination profile for short txt message
    XML-destination Configure destination profile for XML message
    destination-profile short-txt-destination alert-group ?
    All This alert group consists of all of the callhome
    messages
    Avanti Avanti events
    Cisco-TAC Events which are meant for Cisco TAC only
    Environmental Power,fan,temperature related events
    Inventory Inventory status events
    License Events related to licensing
    Linecard-Hardware Linecard related events
    Supervisor-Hardware Supervisor related events
    System Software related events
    Test User generated test events
    [For profiles with all alert groups configured:]
    no destination-profile short-txt-destination alert-group all
    destination-profile short-txt-destination alert-group Avanti
    destination-profile short-txt-destination alert-group Cisco-TAC
    [repeat for all but "License" for each profile]
    [For profiles with License and other alert groups configured:]
    no destination-profile short-txt-destination alert-group license
    end
    copy run start

  • Call home in UCS

    Hi,
    As mail server is managed by another team, i want to check call home status from UCS manager end so that i can make sure that everything is working all right before we go to talk to mail server team.
    does UCS has ways to check the following kinds of status for callhome:
    (1) UCS manager has tried to talk to mail server to sned alert email or not
    (2) If email has not been sent out. What's the failure reason, etc.
    Regards

    Thank you for the response Kenny. I understand that Switching Priority defines the level of log messages, however I'm still not clear how the Call Home Policies tab works. For example, I want to receive only notifications about configuration failures, and nothing else. What I would do is set the Switching Priority to Notifications, and add a Call Home Policy "configuration-failure Enabled". Do I also need to add and disable the rest of available Call Home Policies that I don't want to receive notifications for? 
    According to the Cisco configuration guide  "By default, all Call Home policies are enabled to ensure that email alerts are sent for all critical system events." They are enabled by default, but they are not listed in Call Home Policies tab. Does it mean that In my scenario, I have to add all available policies to the Call Home Policy list and disable them one by one if I don't want to receive any notifications except "configuration-failure". There is about 50 or more policies, it would be a pain to go through all of them in order not to receive messages. 

Maybe you are looking for

  • Filter not working in SQL Developer 2.1

    I have just upgraded to SQL Developer 2.1 and there seems to be a problem with filtering information in the Data tab. The filters I type in are simply ignored. Is there a setting somewhere that I am missing?

  • GP and UWL

    Hi all, I've configured the UWL to also show the GP Processes, everything works fine, the users are receiving their Notifications and can continue the processes. But one user cannot, this one is having this mistake when is trying to access the Guided

  • My Macbook Air crashing and restarting

    I get the following error, it happens mainly while browsing with Safari Anonymous UUID:       03C0D7C0-2689-FD43-3E7E-426F6F7F145C Sun Oct 19 02:06:53 2014 panic(cpu 1 caller 0xffffff8008adc43e): Kernel trap at 0xffffff8008bc6ffe, type 14=page fault,

  • EDI Data into BW

    Hello, We receive some external EDI data that we want to move into BW directly or indirectly. Does anyone have suggestions on how this can be automated? The easiest way that i can think of, but it is also manual.  Is to cleanse the EDI file and dump

  • Boot Start Error

    I have a G62 HP laptop/windows 7 home premium. Sometimes my notebook wont boot and give me system boot error, how do I fix this?