Setting up service monitoring on a group of servers, but only alerting when the service is down on all servers

Hey All -
I have the need to monitor one service that exist on 3 servers, but the service only runs on one of the servers at a time, and the servers are not set up as a cluster.  Any ideas around how to accomplish this?

Hi,
Create a service monitor as previously described and then create a distributed application and add the new service monitor for all servers to a component group. Then set the health rollup to Best state of any member - I think that should work...
Further details around DA's 
http://thoughtsonopsmgr.blogspot.co.uk/2011/06/distributed-applications-das-part-ii.html
http://social.technet.microsoft.com/Forums/systemcenter/en-US/9e932038-32c6-4403-8489-1535de4214be/distributed-applications-health-rollup?forum=operationsmanagerauthoring
Hope this helps..

Similar Messages

  • How do we know, when the service contract is last modified ?

    How do we know, when the service contract is last modified and by whom ?
    thanks
    siva
    Edited by: sivapara on Nov 24, 2008 3:14 PM

    To add also in OKC_K_HISTORY_B for some actions.
    Thanks
    Nagamohan

  • Is there any way to set a password so that txt messages only open when the password is entered

    Is there any way to set a password so that txt messages only open when the password is entered?
    Please help! Thanks for reading:)

    Hello Damien,
    There is an option to set a passcode for the entire iPhone.  You can use the following steps to set this up:
    You can configure a passcode for your iPhone, iPad, or iPod touch using Settings > General > Passcode Lock.
    Once enabled, you will be prompted for the passcode whenever you:
    Turn on or restart the device
    Wake the device
    Unlock the screen
    Note: You can specify the amount of time the screen must be locked before requiring a passcode.
    You can find the full article here:
    iOS: Understanding passcodes
    http://support.apple.com/kb/ht4113
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Intent_driven Interaction: Sending E-Mail when the Service Request is saved

    Hi,
    I would like to send automatically an E-mail when the Service Request is saved. I created a new policy within context "Intent Driven Interaction" . I chose the IC event "OrderSaved" and the relevant Business Roles.  In my rule I chose the condition "If current Event equals  Order was saved"  and  the action "Send out going E-Mail Using Mail Form".  I created an interaction profile that is assigned to the Service Manager Profile "IDI Default".
    It does not work.  Any idea ? Is there a way to test this type of rule ?
    Thanks a lot !!!

    Thanks a lot for your fast response, unfortunately this is not what i was looking for.
    Kind regards
    Hannes
    If your question is solved, please mark as answered.
    Edited by: Hannes Wegehenkel on Sep 22, 2010 2:38 PM

  • Setting Up External Monitor on Mac Book Air so I can still use the Keyboard.

    Hi,
    I have an Mac Book Air 15" and a 22" monitor that I would like to set up as the only display (so that the Mac Book screen is blank) and I can still use the laptop keyboard.  I have an external Apple Magic Mouse but really like using the Mac Book keyboard.  It would be appreciated if someone could assist with this.
    Thanks.

    this is what i am gettting after it does auto setup, but i can not insert anything into the incoming mail server space

  • Calling a CAF program via web service generates QName cannot be null error, but only for 1/5 of the same call in a parallel for loop.

    I'm calling 5 identical web service calls using a parallel for loop in BPM. Obviously the data in each slightly differs. Why would this call suspend the process and give the following errors:
    handleCommunicationError( ErrorContextData, Throwable, TransitionTicket ): A technical error occurred.
    Interface namespace = myNamespace
    Interface name = myService
    Operation name = myOperation
    Connectivity type = WS
    Application name = myAppName
    Reference name = 8bd95deb-8cf1-453d-94e5-0576bb385149
    Message Id = null
    WS style = DOC
    Start time of WS call = 2014-02-26 17:51:23.297
    Return time of WS call = 2014-02-26 17:51:23.412
    Principal name = SAP_BPM_Service
    Root error message = local part cannot be "null" when creating a QName
    Error message = Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name myComp application name myappname
    com.sap.engine.interfaces.sca.exception.SCADASException: Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name
    myCompname
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:341)
    at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:178)
    at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:657)
    at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:248)
    at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)
    at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:78)
    at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:196)
    at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:163)
    at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
    at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:261)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:152)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:337)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:149)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
    Caused by: java.lang.IllegalArgumentException: Could not process message for operation myOperation in web service plugin module.
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.accept(WebServiceImplementationInstance.java:228)
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:314)
    ... 19 more
    Caused by: java.lang.IllegalArgumentException: local part cannot be "null" when creating a QName
    at javax.xml.namespace.QName.<init>(QName.java:246)
    at javax.xml.namespace.QName.<init>(QName.java:190)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DInterfaceImpl.getInterfaceInvoker(DInterfaceImpl.java:126)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASImpl.<init>(WSDASImpl.java:43)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASFactoryImpl.createWSDAS(WSDASFactoryImpl.java:39)
    at com.sap.engine.services.sca.plugins.ws.tools.wsdas.WsdasFactoryWrapper.createWsdas(WsdasFactoryWrapper.java:30)
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.initWsdas(WebServiceImplementationInstance.java:256)
    at com.sap.
    Surely if it was the service group unassign then reassign issue then none of the calls would have worked?

    Hi David,
    While a random error is still an error it will be difficult for support to find a problem for an error which is not reproducible. It is always a faster resolution if you can determine how to provoke the error and provide those details. If we can reproduce an error on internal systems then we can fix the problem quickly and without having to access your system.
    regards, Nick

  • 3 way group video calling but only 2 groups can se...

    Hi Friends,
    I tried to have a group video call ( three persons from three different countries). Only two of us could see each other, the 3 person said he dont see any option for video chat he only receives options for Audio chat.
    How can we three parties can conduct video chat?
    Thanks
    Kazi

    I'm using a Mac (but I'm on the latest version) and I have the exact same problem.
    Person A: Using a Macbook Air
    Person B: Using an iPhone 4
    Person C: Using an Android Samsung 10.1 Tablet
    We're all up-to-date, but with this set-up, none of us can see each other.
    Simliarly:
    Person A: Using a Macbook Air
    Person B: Using Windows 8.1
    Person C: Using an Android Samsung 10.1 Tablet
    Person A and B can see each other, but Person C is out of the loop and has a yellow exclamation mark attached to their profile.
    What's the problem and how can I fix it?
    I have a theory that only three people with computer/laptop OS's can see everyone.

  • How to write a number on the keypad, when the service is shown?

    Hi!
    I develop idle service for 7941, everything works fine. But I have problem, users are accustomed to first dial the number on the keypad, then press the call. When the page is displayed on the screen, dial impossible. The keyboard is blocked. Can I hide a page of service, when the set of numbers?
    Thanks.

    Hmm.. there is something undocumented that you could try out.. if you look at the latest schema (for the 7.0 ip phone services developer guide) you there's an element called KeyItem which you can have for pretty much any CiscoIpPhone object (basically those that also can have SoftKeys).. the type is CiscoIPPhoneKeyType, you can have 0 - 32 such items, and there's an attribute that seems to indicate where the keys go.. keypadTarget can go to application (default), applicationCall or activeCall.. perhaps one of the latter two allows keys pressed to go to the telephony context and not the app context.
    CiscoIPPhoneKeyType has a key (can be any of the physical keys.. you'll find a listing of what the values are in the schema file), then an url, and an urldown url.
    So, either you manage to simply define those keys with some url (perhaps it can be empty? to be tested..) and manage to have them routed to the telephony context with the attribute I mentioned, or you could simply define a KeyItem for each key you want to be active, define an url for each and make this a notify url.. that way your app gets a notification about the key pressed, and you can do with it what you want.. this requires some additional logic on your end as you need to gather digits and decide when to initiate the call, but it still sounds doable.
    If you go down that route, please let us know your findings because as I said, those things are only in the schema and there's no documentation that outlines the use - thus it would be useful for the rest of us if you could tell us your findings.

  • Previously I had my account set up so both my daughter and I got a text notification when the bill was due. I made changes in our plan and now we no longer receive alerts that the payment is due. How can I get this back?

    Previously my account was set up so my daughter and I got texts when the bill was due. I recently made some changes in our plan and now this is gone. How do I get this back?

    Sorry, without knowing the Apple ID/Password that was originally used to activate this phone, then there is no way to re-activate it, as you've found out.
    Apple can't/won't help you. Your choice is to get this info, or you simply won't be able to re-activate this phone.
    If you ex won't give it to you, then consult a lawyer.

  • In service purchase order, value are different in status tab and when doing service enrty sheet

    please check the value 170360    4080  both are different  why?

    Hi tekhnath,
    Well according to the screen that you posted, the status of a PO can be seen under the status tab in the header of the PO, the value that you see in the service entry sheet is the price of the ordered value, like wise if my net price is 200 and the quantity i am booking is 2 then the value field in the service entry sheet would show 4000. The pending quantity can be seen in the report me2n against the PO number.
    here in your figures 170360 is the remaining order value and 4080 is the value for which you have booked the service entry sheet for.
    Regards,
    Sagnik

  • Photo Analysis service Bug. Process starts by itself even after you disable the service

    A process with the name Photo Analyser Service keeps popping up in my list of running processes. It looks as though this is the Photo Analysis service which can be turned on and off in the gallery, it's in the menu under the `Faces` folder. I keep putting this on Off but it keeps going back to On by itself and the service pops up again in the processes list. Anyone else having this problem? Is it a bug? 

    This will also be corrected in the next version of the Album app. I don't have any date for when it will be released but you will be notified by Update Centre in the phone when it's available. When the next version of the Album app is released there will be no need to disable the app from Settings -> Apps -> All.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • HT4993 when trying to connect to iTalk radio stations it says out of 3G/WiFi, my wifi is good, but only have 3 little service bars

    I have an iPhone 4 and when trying to listen to iTalk Conservative Talk Radio Station, somedays it works fine, but today it wouldn't connect at all, and this is not first time happened......I have 3 little service bars showing, and my WiFi connection is good.  When I can't connect to the iTalk station, a window pops up and says "you are out of 3G WiFi, check your internet connections".................everything appears to be in order, however.  Curious why some days it works/connects and other days it totally refuses!

    I do have parental controls on my account, but other accounts on the computer have it too and their iTunes store works just fine.
    Also the error doesn't appear right away, it takes a while of iTunes trying to load, and it usually just shows the white screen.

  • Monitor or alert when the all license consumed

    Good afternoon!
    We are using Business Object Enterprise XI R2- Product version 11.5.11.1470. We purchased 15 concurrent licenses.
    Currently, we have desinged our Java application that consumes only 1 license for 1 report processing.
    Java Web app(using Java SDK)
    Obtain a session -> process report -> export it to proper format(ReportExportFormat.processHttpRequest) -> log off the session.
    We would like to chage the application toward consuming more licenses using schedulling like below.
    Obtain a sesison -> schedule a report -> release the session
    Obtain a session -> see a list of scheduled reports by a user - release the session
    Obtain a session -> download the report -> release the session
    Is there any way to monitor if we exceed the number of licenses on the server for audit purpose?
    Thanks,
    Sung

    Thank you for your answer.
    Our product is relatively new and we keep adding customers.
    We could certainly see the error that the license has been consumed all on production.
    However, it also means the customer already failed to pull the report on production by the time we saw the errors.
    Not a good user experience.
    We have 15 concurrent licenses now.
    What I would like to do is having a warning (or whatever) when the license consumed nearly all, say all 13 licenses are used.
    If it is not possible, I am wondering what kinds of monitoring methods the XI server provides instead of throwing errors to the customer. Does it have it??
    I hope I explain my goal clearly.

  • Hi. trying bootcamp macbook pro but only get Virtual PCOS Services?? thanks if U can help.?

    hi trying to load windows 7 on macbok pro, with usb 3.0 having problems, only get 'virtual pcos service' message. thanks if you can help ?

    Boot Camp forum:
    https://discussions.apple.com/community/windows_software/boot_camp

  • Sending contents to windows authenticated service results in an error - "Content option is only supported when connecting anonymously."

    Error results when trying to send JSON content to a service which is internally hosted and requires windows authentication.
    Here is the sample code :
    let
    Content1 = "{""query"":....."},
    Source1 = Web.Contents("http://MyWindowsAuthenTicatedService:####/" ,[Content=Text.ToBinary(Content1)])
    in
    Source1
    Here is exact text from the error:
    [DataSource.Error] Web.Contents with the Content option is only supported when connecting anonymously.
    BTW, I tried configuring the Privacy and "Fast Combine" options and that does not work either
    Thanks for your help !

    Thanks Curt, for the prompt reply.
    In our case, the users are internal and so is the service which accepts the content.  Once the user is authenticated by the windows account, it reasonable to allow content.  
    Would it not be better anyway to have the restriction for anonymous access as opposed to this case where the account is already authenticated on an internal windows domain ?

Maybe you are looking for

  • ALV LIST - Amounts alignment

    Hi Experts, I worked on a development for showing G/L Balance sheet details. Screen shot as show below. We want to display the amounts of 'BALANCE SHEET TALLY' in proper format. The corresponding amounts should come under the respective Header. Like

  • Cant make phone calls or receive them or text...HELP!!!!

    My iPhone wont allow me to receive texts or send them, or make or receive phone calls. there are no bars on my phone, i have restarted network settings, still not fixed the problem Can anyone help please. Thanks in advance

  • Don't know how to set up iCloud for Windows 7.

    I am running Windows 7, and i looked in the Network & Internet section of the Control Panel for iCloud, but iCloud is not there. What do I do?

  • IPad or MacBook Air for Writers

    So, come March, with the anticipated arrival of the long awaited and less-rumored iPad 3, I will probably be joining the throngs of people eager to get my hands on and fall in love with another Apple device.  But wait!  As I mull over the decision to

  • Notes are gone on Macbook Pro after updating to OS X Mavericks

    Right after my mac restarted itself for the OS X Mavericks update, I looked in my notes and literally everything was gone. I unfortunately didn't have them backed up to anything, so they're most likely gone unless Apple can help me with that. But, ne