Service Health Dashboard OSB tab broken when a managed server is down

I closed one of the servers managed in my OSB three members 10.3.1 cluster to load test the configuration reduced, and who broke the "health services" tab on the dashboard console OSB.

The problem is that, with the mgd1 server close (one marker of Singleton's ear is deployed to, if it matters), in the Dashboard, the console of the OSB, in the 'Health Service' tab is broken. I get the warning message "Unable to get data from the server settings" at the top of the page every time I go to the dashboard. I can't even look at the screens for the individual (mgd2, mgd3) servers that are running. I get the following in the log error when you try to access the health service for the cluster services, or even if I try to get the health services in one of the two remaining members of the group individually:

+ # < 8 April 2010 11:00:02 CEST > < error > < AlertLog > < nj09mhm0033.edmz.mcgraw - hill > < SS_ESB_Admin > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1270782002573 > < BEA-000000 > < WLDFAccessRuntimeMBean is not available for the server SS_ESB_mgd1 > +.

In addition, as part of the load test procedure, I need to collect statistics of the proxy service line performance and business. To do this, I wrote the JMX code called off soapUI scripts to reset statistics on these services before the race, and then collect the statistics after the end of the race. the code connects to the server administrator. This is also broken when the server mgd1 is down.

I get the error below in an attempt to collect statistics of the bunch of the administrator of the server from the JMX code. This error is unrecoverable, and no statistics back the rest of the pole either. (you can ignore all the groovy stuff in the stack trace, it's nested Exceptions that are more interesting).

Does anyone have an idea on what is happening and how to fix it? I would have thought that the DomainService MBean Runtime would be able to intercept and to handle an Exception to this, if one of the managed servers have declined and gathering statistics for the part available in the cluster, but it seems that this is not the case.

TIA for any help.

/ Steve Elkind

java.lang.reflect.UndeclaredThrowableException
to $Proxy6.getBusinessServiceStatistics (Unknown Source)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ GetAndResetStatisticsTask.run (ServiceStatsRetriever.java:652)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ GetAndResetStatisticsTask.getStats (ServiceStatsRetriever.java:619)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ getStats.call (unknown Source)
at Script1.sleepGetStats (Script1.groovy:75)
in Script1$ sleepGetStats.callCurrent (unknown Source)
at Script1.runBenchMarkTest (Script1.groovy:104)
in Script1$ runBenchMarkTest.callCurrent (unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
at Script1.run (Script1.groovy:152)
at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
to com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$ RunLoadTestAction.actionPerformed (WsdlLoadTestDesktopPanel.java:424)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6263)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.reflect.InvocationTargetException
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:597)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ ServiceDomainMBeanInvocationHandler.invoke (ServiceStatsRetriever.java:567)
... more than 46
Caused by: com.bea.wli.monitoring.MonitoringException: [control Runtime:473057] could not get services because of the java.rmi.UnknownHostException statistics: could not discover the URL of administration for the server 'SS_ESB_mgd1 '.
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
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:597)
at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
in weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$ $10 1.run(AuthenticatedSubjectInterceptor.java:582)
to weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$ 10.run(AuthenticatedSubjectInterceptor.java:580)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
at $200 (RMIConnectionImpl.java:72) javax.management.remote.rmi.RMIConnectionImpl.access
to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1264)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.rmi.UnknownHostException: could not discover the URL of administration for the server 'SS_ESB_mgd1 '.
at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
... 35 more
java.lang.reflect.UndeclaredThrowableException
to $Proxy6.getBusinessServiceStatistics (Unknown Source)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ GetAndResetStatisticsTask.run (ServiceStatsRetriever.java:652)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ GetAndResetStatisticsTask.getStats (ServiceStatsRetriever.java:619)
at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ getStats.call (unknown Source)
at Script1.sleepGetStats (Script1.groovy:75)
in Script1$ sleepGetStats.callCurrent (unknown Source)
at Script1.runBenchMarkTest (Script1.groovy:104)
in Script1$ runBenchMarkTest.callCurrent (unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
at Script1.run (Script1.groovy:152)
at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
to com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$ RunLoadTestAction.actionPerformed (WsdlLoadTestDesktopPanel.java:424)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6263)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.reflect.InvocationTargetException
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:597)
to com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ ServiceDomainMBeanInvocationHandler.invoke (ServiceStatsRetriever.java:567)
... more than 46
Caused by: com.bea.wli.monitoring.MonitoringException: [control Runtime:473057] could not get services because of the java.rmi.UnknownHostException statistics: could not discover the URL of administration for the server 'SS_ESB_mgd1 '.
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
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:597)
at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
in weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$ $10 1.run(AuthenticatedSubjectInterceptor.java:582)
to weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$ 10.run(AuthenticatedSubjectInterceptor.java:580)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
at $200 (RMIConnectionImpl.java:72) javax.management.remote.rmi.RMIConnectionImpl.access
to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1264)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.rmi.UnknownHostException: could not discover the URL of administration for the server 'SS_ESB_mgd1 '.
at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
... 35 more

Try closing the second node of your cluster. That should help you. Sounds weird? Well, I think that this application with statistical data (aggregator?) are deployed on the first node in the cluster. If you stop it, you have all the statistics even if your second node is running.

I don't like this "not so high available" feature of the OSB.

Tags: Fusion Middleware

Similar Questions

  • Services Exchange do not start automatically when rebooting the server (SBS 2011/07)

    Both services must be started manually after the server is restarted namely:
    Authentication based on the form of MS Exchange
    The MS Exchange RPC Client Access

    Try asking in the Windows Server forum:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • How can I get data off my 4 WHS disks when configuring physical server goes down?

    I have / had a HP MediaSmart ex485 Windows Home Server with 1 + 3 SATA drives installed. Unfortunately, the server hardware has failed (it seems the PSU Board and sata) and the unit is out of warranty. I will not replace this server. However, I need to access the data stored on the WHS disks. Any ideas? Suggestions?

    Thanks - Glen

    Hi Glen,

    For more specialist on this question help, post your query on Windows Home Server Forums.

    Windows Home Server Forums

    http://social.Microsoft.com/forums/en-us/category/WindowsHomeServer/

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************

  • http using aaa authentication when Ganymede server is down

    I installed AAA using Ganymede and everything works well except for authentication http through a browser or a network Assistant when the RADIUS server is down. For console and telnet connections, the default authentication line when Ganymede is out of service.

    AAA new-model

    AAA authentication login default group Ganymede + line

    AAA authorization exec default group Ganymede + authenticated if

    AAA accounting update newinfo

    AAA accounting exec default start-stop Ganymede group.

    only AAA 0 default stop accounting controls group Ganymede +.

    only AAA 1 default stop accounting controls group Ganymede +.

    accounting AAA commands default 15 stop only Ganymede group.

    !

    aaa IP http authentication

    !

    radius-server host 10.161.161.20

    111111 radius-server key

    It must be something with the fact that on http or ANC, it connects to the router at level 15, but I have played with all sorts of orders of different authorization and cannot operate.

    Paul

    What you want to do for authentication if the RADIUS server is down? For telnet and console access you can use the line as a backup method because it is possible to configure a password for the line on the console and vty ports. Which type of backup method you want for HTTP? The one that seems most logical to me would be to a local authentication in order to cover the situation where the server is down.

    To use local authentication, you must do the following:

    -create a definition of the local user (maybe more if you need extended security).

    -specify a special method for authentication of the aaa.

    -specify that http, using the special method.

    The configuration might look like this:

    password user tech1 tech1

    AAA authentication login http_auth group Ganymede + local

    IP http authentication aaa - authentication of the connection http_auth

    Or you can decide to use the secret to activate (or password that is configured in office). The config might look like this:

    AAA authentication login http_auth group Ganymede + activate

    IP http authentication aaa - authentication of the connection http_auth

    If you want a different backup method, let us know what it is and we'll see how it could be implemented.

    HTH

    Rick

  • Information on the Health Service OSB tab

    Hi all

    I was supposed to do some monitoring and tests on OSB performance services. During this process, I allowed surveillance on the required services and managed to find the respective parameters in the Health Service of the OSB Console tab.

    Here is my question/request,

    • Where the OSB stores this information which is displayed on the console. Could you please let me know if any of you know the name of the Table
    • If this isn't a picture, could you please let me know is there a way to access this information in a different way

    Thank you

    Sandeep

    Hi Sandeep,

    You can access statistics using the JMX API. By using JMX framework you can draw information.

    http://docs.Oracle.com/CD/E28280_01/admin.1111/e15867/monitoring_ops.htm#i1107353

    There is a sample program provided in the link below to retrieve statistics

    "Sample program to collect statistics for a Proxy Service that is enabled for monitoring"

    http://docs.Oracle.com/CD/E28280_01/admin.1111/e15867/app_jmx_monitoring.htm#CEGFFBFG

    See you soon,.

    Sahil

  • UCS B service health profile: inoperable and my front-end server of red lights.

    Hi all

    UCS B service health profile: inoperable and my front-end server of red lights.

    Description: health: inoperable

    ID; 225695

    type equipment

    cause: equipment inoperable

    Code: F0317

    I do this, the major is not OK. but the server is good work

    fltComputePhysicalInoperable

    Error code: F0317

    Message

    Server [id] (see service profile: [assignedToDn]) health: [operation] Server [chassisId] / [slotId] (see service profile: [assignedToDn]) health: [operation]

    Explanation

    This error occurs generally when the server has encountered an error diagnostic.

    Recommended action

    If you see this error, perform the following actions:

    Step 1 If the error occurs in the Cisco UCS Manager GUI, capture one or more screenshots of the error message and to other related areas.

    Step 2 Check the results of the POST to the server. In Cisco UCS Manager GUI, you can access the general tab for the server POST results. Cisco UCS Manager CLI, you can access the POST results via the post command show under the scope of the server.

    Step 3 Though theserver.

    Step 4 If the actions above has not resolved the problem, run the command of technical support see the and contact Cisco Technical Support.

    fault doct

    http://www.Cisco.com/en/us/docs/unified_computing/UCS/TS/faults/reference/UCS_SEMs.html

    What theis question?

    Hello

    Please open a TAC SR to get replaced for server 1/1 CMOS battery. After that you replace, alerts inoperable see service profile would also get cleared out.

    Padma

  • display HP 7 voice tab broken, unfortunately. tab is under warranty... How to replace the screen

    display HP 7 voice tab broken, unfortunately. tab is under warranty... How to replace the screen

    HP India never have bad service. I hv order three books "hp 15-ac026tx" before five days for the company. Distributior open boxes. But at the time of installation pilot not single manager of the graphics card, 2 GB. As a Distributor, realized with the support of Hp, they said that the engineer will soon be at your place. But still no one came. And im going to cancel this order and will prefer another compony.

  • Health Dashboard missing IoS10?

    I use the application health to fire the blood pressure, heart rate and blood sugar levels on a daily basis. In earlier versions of IoS, I got all this information available on a single screen--dashboard - but this seems to have disappeared from IoS10 and has been replaced by four icons oversized for activity, mindfulness, nutrition and sleep than favorites are now within each category, rather than all in one place (aka the dashboard).

    Are there plans to restore the traditional health dashboard, so his favorites are all in the same place?

    1 reset your iPhone by pressing and holding the sleep/wake and home buttons.

    2 disconnect you from your iCloud account and reconnect again.

  • Where the health dashboard? How can I get it back?

    Where the health dashboard? How can I get it back?

    Press the tile of the activity.

    All sections of the dashboard are there now.

  • How can I immediately switch to a new tab only when you drag link to tab bar?

    I want the browser to switch immediately to the newly opened when tab by dragging a link to the bar tabs or when right-clicking on the link and selecting 'open in a new tab '. When Ctrl-click on a link I want the browser to open the new tab without switching focus to it. Y at - it a setting or an add-on that can do this?

    Hello Lezreth, check if the module Tab Utilities adapt to you.

    Thank you

  • Text is broken when scanning to the TOP of the page; but good scan to the bottom of the page; Why?

    Text is broken when scanning to the TOP of the page; but good scan to the bottom of the page. The text looks like a shotgun was fired through it. It has been good both ways until the last update. This isn't a problem in other programs, including Internet Explorer. I have a picture to show you, but there is no link here to attach.

    After you click Allow, I had... The add-on could not be downloaded due to an error on the support site.

    Try to create a new Boolean pref on the subject: config page via the context menu with the name layout.paint_rects_separately and set to true and leave hardware acceleration enabled.

    See the 414 comment in bug 812695:

    If this help then try to disable hardware acceleration in Firefox (you will need to close and restart Firefox).

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.
  • Firefox passes to the new tab, even when I ask him not to.

    I currently have my updated Firefox to NOT move to a new tab immediately when a link opens one. However, every time I click on a link to open a new tab, that it does not. I tried Firefox in safe mode and still have the same question. I read the previous articles on this subject and have also made sure my appearance has the default value. Any suggestions on this would be appreciated. Thank you.

    Jscher2000 thanks a lot. Changing the value worked perfectly. I appreciate it. However, now that I got it do what I want, I have to get used to not having the tabs switch to the right. But it makes it easier. Have a good night.

  • Why the old tabs reappear when I restart Safari?

    How to stop the previously closed tabs reappear when I restart Safari? When I restart Safari I want only my home page to appear, but all the previously closed tabs back into the top of the page.  Please tell me how to prevent the reoccurrence of closed tabs.

    Safari-> Preferences-> general: check the first line 'Safari opens with ".

    Lex

  • If I leave tabs open when I close Firefox then shut down PC, are the tabs available to hackers?

    I did not have this problem but someone at work warned me not to leave the tabs open when I stopped because the tabs open when the browser opens again... which is what I want, but she explained that open the tabs without having to re-enter passwords, so even if the PC is off hackers can get into the tabs already protected by. It makes no sense to me, but she is adamant, saying his bank account was wiped out because she didn't close her bank tab on its browser when the computer is shut down.

    If your computer is turned off, it cannot be hacked. In addition, you can set your preferences to not save passwords if you wish. But no, if your computer is turned off are not accessible (for obvious reasons). For better security, you can use a master password in Firefox or put a password on your PC if someone turns on it back, they need to put a password. Use a master password to protect stored logins and passwords

  • Firefox Help my firefox top bar has been changed, I used to be able to get the file to bookmarks Format printed, and other services that I have found useful when you take information from the internet, where they went, I want them back?

    Firefox help

       Search
    

    "Found 0 results for" my firefox top bar has been changed, I used to be able to get the bookmarks printed Format file, and other services that I have found useful when taking information from the internet, I found bookmarks to the right of the new game to the top, but it seems not instantly friendly where they went, I want that they come back? »

    See:

Maybe you are looking for