Server Goes Down Alert

Hello,
I am running SCOM 2012 R2 and I am trying to setup an alert to let me know when a server goes down.    I tried creating a rule that monitored the Management Server's "Operations Manager" Event Log for ID 20022.  I also configured
the rule that parameter #2 must have my servers name.  I also tried EventDescription conatains my servers name.  None of them worked.  But I looked in the Event Log of my Management Server and as I looked at all of the 20022 entries, I noticed
the computer I was on was listed as not heartbeating.  Two of my other servers that are currently on were listed as not heartbeating.  So obviously monitoring this 20022 entry is not reliable.  I do not want to setup a monitor for something
like Ping Status.  I want to try to avoid using monitors because they could be taxing on the servers, my management server, and my network.

Hi 
yes event id 20022 is not reliable and never go for windows event id monitor for server shutdown or unavailability on agent , as scom health service will be stopped or connection closed with MS at the time of shutdown on agent.
you need to go for ICMP port monitoring for server availability, as port monitoring run from remote server(watcher node) and can capture server unavailability and ping test.
refer below link for port monitoring 
http://technet.microsoft.com/en-us/library/hh457544.aspx
http://www.systemcentercentral.com/custom-tcp-port-monitoring-management-pack-for-scom-2012/
regards
sridhar v

Similar Messages

  • Planning server goes down when I try to delete a member in Planning Web

    Hi,
    Planning server goes down when I try to delete a member in Planning Web. I am using Hyperion Planning 4 with Tomcat 4.1.30 and Windows Server 2003.
    I am not sure whats happening. This is the exception log I am looking at:
    2009-07-24 18:19:22 ApplicationDispatcher[HyperionPlanning] Servlet.service() for servlet jsp threw exception
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    2009-07-24 18:19:22 ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[errorCode=500, location=/Error.jsp]
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    Please do help me........ how to resolve this.
    Thanks.

    Hi,
    You could try increasing the java heap size, though sometimes an issue can occur if you are trying to delete a member when a workflow process has started, do you have one running?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Functionalities Available if Server Goes Down?

    Hello! As a structural question...... I have a web server that holds my web application (includes My Sites), and an application server with CA and all of the other services.
    Suppose the web server goes down. Does that mean my users no longer have access to the site, their profile, and their document libraries?
    Conversely, if the application server goes down, will my users still have access to the site, but none of the services will work? (IE. Will the site still communicate with the databases to pull documents information from their documents library; I just can't
    use search, etc.)?
    Thank you!

    Suppose the web server goes down. Does that mean my users no longer have access to the site, their profile, and their document libraries?
    Correct. If the server hosting the Microsoft SharePoint Foundation Web Application Service goes down then you will lose all access to the sites.
    Conversely, if the application server goes down, will my users still have access to the site, but none of the services will work? (IE. Will the site still communicate with the databases to pull documents information from their documents library;
    I just can't use search, etc.)?
    Thank you!
    Again correct.
    Depending on what exactly you've put on the App tier and on the WFE tier you may still have working sites. If there's a component that is needed to render a page such as the MMS or Excel Services that runs on the App tier then that page will throw an error
    but the general document library pages and so on will probably still work for the most part.

  • Why Portal server goes down?

    Hi All,
             We are currently running on EP7, SP9.
             Suddenly one day our portal server went down.We checked the logs but could not find the correct information. Can any one of help me as why our server went down at that particular time.
    Please reply as soon as possible.
    Thanks in Advance.
    Regards,
    Ramalakshmi.S

    Portal server goes down for several reasons:
    1) Check the portal license. If the trial license expired, it goes down every 30 mins.
    2) Check your J2EE settings. If the portal cannot handle the user requests, you should increase the MaxThreadCount and other parameters.
    3) Check the trace files at D:\usr\sap\<SID>\JC01\j2ee\cluster\server0\log
    Hope this helps.
    ~Yasin

  • Server Goes Down

    Hi All,
    I am using AS9i, Forms Server 6i, and Database 9i on a single Server Machine (Dell 2950).
    I am facing a problem on my server,
    Some time ifweb60 process capture the 100 % CPU. and did not release it.
    and server goes down .
    to recover it I have restarted the server, But its not a proper Solution.
    I need help from U people to resolve the problem.
    Regards,
    Raza

    You will need to go through your log files to find out what is happening, I guess.
    Also you can use Process Lasso (http://www.bitsum.com/prolasso.shtml) to avoid your server becomes unresponsive if one process takes 100% cpu.

  • Load balancing - what happens if a server goes down?

    Hi, Just an academic question.
    Assume I have 2 DA servers behind a BIG-IP load balancer, named DA1 and DA2.
    If I enable Load Balancing (BIG-IP in my case), what happens to the clients already Connected to DA1 when IP-HTTPS is used?
    For example:
    Client1 is connected to BIG-IP, which in turn redirect this client to DA1-Server. Assume that DA1-server goes down, what happens with the client then? I assume the Client will be redirected to DA2-server by BIG-IP after some time, meaning it will have to establish
    the connection from scratch. Is this correct and roughly how long does it take for the clients to connect to the DA2-Server?
    Since IP-HTTPS is using it's own pool and IPv6 prefix per DA server, I assume this will happen? And the DA client1 will receive a new IPv6 address from DA2 ?
    Thanks!

    Hi,
    It depends of the way your Big-IP is checking the servers in your pool.
    The client will try to reconnect to the HTTPS interface and still be redirected to server1 until your Big-IP validate that the server1 is not responding and disable it.
    And yes, you'll receive a new IPv6 address because each server in a DirectAccess NLB cluster has a specific IPv6 range for the clients.
    Gerald

  • How can a JMS Listener Notified get when a Topic Server Goes Down?

    I'm in the process of looking into pub/sub model for a centeralized data source where vertical applications subscribe to a topic to get updates on person demographic information.
              I was playing with the JMS topic examples and noticed that when I have a Durable Subscriber listener (java main) and the topic Server goes down. It never gets notified. When I restart the Topic server and send msgs to the topic, the Durable Listener doesn't get them.
              Once I restart the Durable Listener (java main), it receives all the messages that were pending.
              I implemented the ExceptionListener and it never gets a shutdown msg either. I shutdown the Topic server via Ctrl-C, Graceful Shutdown and Forced Shutdown.
              Is there a way for the client listener to determine when the Topic Server went down, came backup, and restore the connection to it automatically? Or do we have to implement some type of ping mechanism on the client listener and re-create the connection ourselves?
              Thanks. Later...
              - Wayne
              Edited by wlau1000 at 03/07/2007 8:34 AM

    Hi Wayne,
              I think the exception listener should have fired. Some comments/questions:
              - Does your app call "connection.setExceptionListener" in addition to implementing ExceptionListener?
              - Which version and maintenance/service pack are you using?
              - Is the client using the wl* "thin" client jars or the "thick" client jar?
              - Version 9.2 provides an automatic reconnection capability for consumers. This behavior isn't enabled by default due to natural side effects that some apps might not be prepared to handle (needles to say, I recommend reading the doc thoroughly).
              http://edocs.bea.com/wls/docs92/jms/recover.html#wp1320125
              Tom

  • JMS Exception when server goes down (Urgent) ?

    Hi All,
    I have three topics in the JMS Server which is on the top of Web logic server 8.1.
    On the client side I have Swing thick cleint.For each topic I have a listener.
    When the web logic server goes down ( I shut down manually ) Only one listener is recieving the Exception and the Swing client reacts accordingly.
    After this ,
    Client continousoly checks whether the server is up or not. Once the server is up again the Exception is thrown that server is down ( I guess now the second listener is recieving the message).
    After some time again the third listener recives the message.....
    and the client reacts on that exception 3 times.
    How can I get rid of this ?
    thanks in advance.
    san

    Hi,
    this is probably a very good question to ask support. 'Logical' deployment sequence
    was added to the WebLogic only recently (6.1sp?) ('logical' means that first datasources
    are deployed, then EJB's and then web-apps, deployment-order parameter was added etc).
    So, for applications where shutdown sequence is important there must be a document which
    describes how server shutdown works.
    On the other hand, this may not be as important as deployment sequence, because running
    instance can crash at any time and it should not affect anything.
    Jen <[email protected]> wrote:
    Repost
    Hi,
    Most of my ejbs use connection from the connection pool. At the weblogic server shut
    down time (heavy load), I can see the jsps call the ejb, sometime jsp can't find
    the bean because it's removed from jndi. sometime jsp found the bean but when the
    bean try to talk to database, ejb can't use the connection because the datasource
    is removed from jndi. Also my shutdown class waits for the threads finish up, and
    the threads calls the ejb and do the db operation, and the conn is cut when the db
    operation is half way. So, the order of events when server shut down is important
    to me. I am wondering how other people deal with it. Thanks --
    Dimitri

  • Siebel 8.1.1.5 and BIP 10.1.3.4.1 Integration - Siebel server goes down

    Hi Gurus,
    I followed the steps as per the Siebel Reports Guide Rev. C and I can see the BIP Screens , views and the standard template. Also if I upload any custom template to in the siebel I can view those reports in BIP SiebelCRMReports folder.
    But my issue is if I click any any screens in Siebel and then the list applet or form applet and then if I click the "Reports Button" in the top menu then the Siebel server goes down or sometimes the application hangs up. I don't know exactly the error is on Siebel side or BIP side and one thing I didn't check is the Integration Objects in Siebel tools for the standard report templates.
    I'm on windows environment.
    Any help would be very much appreciated.
    Thanks

    Hi Jing Jang
    if you click the report menu button, I guess Siebel checks which reports are associated with this particular view. If the while OM crashes at this point, it looks as if some of the repository changes in 8.1.1.5 were not successfully applied. Did you import the provided .sif file which came with the 8115 BIP ACR?
    Benny

  • Flash Media Server goes down mid-stream

    So if my application is streaming a video and FMS goes down
    during it... I need to be able to error handle this. I'm wondering
    if FMS would return some sort of message or error upon going off
    line or if there is any other manner in which I could handle this.
    Ultimately I'd like to give the user a message informing them of
    the problem... or possible just switch to a progressive version of
    the same clip.
    Any ideas?

    Well... if the server goes down it can't very well respond to
    it.
    What you want to do is have your client side
    netConnection.onStatus method repond to the change in the
    connection and notify the user.
    http://livedocs.macromedia.com/fms/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00000 574.html

  • Why do we have to manually recreate our accounts each time the email server goes down?

    On very infrequent occassions (fortunately), our email server will go off-line.  Whenever this happens, every one of us has to login to the Blackberry Internet Service website to reenter the account information.  This is very annyoing.  Why doesn't it just automatically reconnect when the email server goes back up?

    No idea why. I'm guessing the the BIS system goes to check for email and can't find the account.  Then it sends you the email to revalidate and it won't check again until you do.  If it was setup to check too many times with, say, a wrong password, it may lock the account.  This is only a guess on my part. 
    Your people with accounts setup like this should know how to go to their email setup on their device and validate the password.  It's not very complicated and takes only a moment.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Weblogic 12.1.2.0.0 server goes down.

    Hi ,
    We have recently installed JDEVELOPER 12.1.2.0.0 (in built weblogic 12c) successfully.But we are facing some performance issues if any adf deployment done.The weblogic service goes down automatically,then again we need to bounce the weblogic services.
    Could anyone help us to fix the issue.
    Thanks in advance,
    GOPI T

    Hi Sharmela,
    Thanks for the reply
    Please guide me which MSO document to follow for JDevelpoer 12c deployment(with prerequirments).
    Thanks,
    Gopi T

  • Call drop when VXML server goes down

    Can somebody tell me what should ideally happen in the below given scenario?
    We have two media/vxml servers. We have a ACE load balancer which sends calls to these two servers. When the customer call is sent to CVP for self service (VXML application) , if the VXML server is shut down (via the CVP OAMP) , should the call drop ? or survivability kicks in the gateway ?
    What we saw is the call is dropped after 2-3 seconds of silence.
    We see in the CVP PIM logs that " called party disconnect" event and ends the call. Similarly in the gateway we see the transport down message and discnnects the call. is this correct?
    Is there any way to preserve this call and treat it?

    Hi Shravan,
    If you had configured survivability then ideally that call should hit the survivabilty. Normally on the VXML Gateways survivability is not auto configured, we would need to configure accordingly depending on the requirement. If survivability is not configured then the call would disconnect
    Additionally, could you please let us know the call flow for the self service in your setup
    Thanks,
    Dass
    Please rate useful posts

  • ACE slowness issue when one server goes down

    Hi,
    We are having two application servers.Both are load balanced using ACE.
    When we bring down one server, we find that when we upload some files into the second application server, its too slow.
    But when primary server comes up again the performance increases.This issue happens only when we bring the primary server down.
    We are using cookie based stickiness.Any ideas where we can look into.
    Rgds.,
    Sachin

    Depending on the load-balancing algorithm or predictor that you configure, the ACE performs a series of checks and calculations to determine which server can best service each client request. The ACE bases server selection on several factors including the source or destination address, cookies, URLs, HTTP headers, or the server with the fewest connections with respect to load.
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/slb/guide/classlb.html

  • Exchange server goes down... Export EDB into PST?

    Can some body help me.....how can i import my EDB file into Outlook file format
    Please help me....

    Agreed please provide more details such as the version of Exchange for the EDB and also where you want the data to really end up, i.e. in PST or are you planning on injecting it back into a Production Exchange server and if so what version is the production
    server
    How big is the Offline EDB and how many mailboxes are within?
    What happened to the Server to cause you to need to do this extraction?
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003 -->
    2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

Maybe you are looking for

  • I made a mistake . . . . so, what are the options for a fix?

    I have one of the original MacBook Pros (Intel), with a couple of iPods (classic, nano 3rd), the iPhone (3G), and the iPad. This MacBook is not dead (won't boot) - not a critical issue as I am going to replace it with a new one, but I can't get it to

  • Service tax on Import

    Hi All,            We have purchased an imported raw material which is  Excisable. The Clearing Agent has charged some thing for clearing on which service tax is applied. Now, I have to Inventories the raw material purchased along  with service charg

  • HT4906 i have lost some of my iPhoto albums how do i get them back

    how do i return iphoto albums that have just vanished from my  iphoto page.

  • Firefox freezes/hangs until I move something.

    This is a strange one, but Im hoping to find the solution here. I have '''Firefox 6.0''' - this also happened with the previous version - and am running '''Windows 7 Home Premium'''. Anyways, I have this issue where the browser will freeze (or hang,

  • I cant remove Edit with pse10 plug in from Aperture

    I've followed this Ernie StamperMar 22, 2013 7:03 PM Re: How do I remove old plug ins from the edit with plug in list in aperture 3 Re: How do I remove old plug ins from the edit with plug in list in aperture 3in response to ameliabradley One of two