Server Diagnostic Watch and Notification

I would like to set up a watch such that when the weblogic management server Runtime MBean's 'state = FAILED_NOT_RESTARTABLE' I will get a mail notification. I have it working for when the state=RUNNING. The problem is I need to induce my managed server into the FAILED_NOT_RESTARTABLE state to test it which I can't seem to do.
What's an easy way to get that to happen so I can test my watch?
I also tried the a different approach which was to set my watch to notify when the state != RUNNING. I then shutdown my server, but it does not generate an email either.
Not sure why since it works for RUNNING. Anyone have any ideas? I need to alert some maintenance people when any of the managed servers are down and nodemanager is having problems restarting them for whatever reason.
Thanks,
Mike

Note that when you use '!=' it expects a numeric value. The '=' operator works for both numerics and string.
When you want to compare String you can use MATCHES or NOT(tekst MATCHES 'RUNNING').
More information on the usage of WLDF operators can be found here - http://docs.oracle.com/cd/E15523_01/web.1111/e13714/appendix_query.htm#i1054864
You can probably get a FAILED NOT RESTARTABLE when you give the server a wrong JVM parameter, or set the JVM parameters as the classpath.
For a managed server you can do this in the server, configuration, server start tab.

Similar Messages

  • HT204791 Notifications on both apple watch and phone?

    Is there any way to have notifications like iMessage or Text message go to both the Apple Watch and iPhone?
    For example I have my watch only giving Haptic notifications so not to annoy me or anyone. I would like to have my notifications on both because when I have my phone setup for notifications with sound it is nice to hear them and look. Now with my watch it seems like all my notifications only on my watch because my iPhone is usually in "sleep" unless I was using it.

    I agree completely, I think the user having the option to have notifications on both devices would be great.  I'm not always aware of the haptic on my watch, also like having the sound show up on my phone (especially if I'm not in the same room with my phone), plus the alert that shows on the face as well.  This would be an excellent software update!

  • Sun Java Application Server 9.0 and 9.1 - High CPU PROCENTAGE 100%

    Hi,
    I have problem with sun java application Server running after few days during watching a logs from web admin suddenly the application server takes 100% cpu and keeps this procentage - I have to manually close the server process.
    The server running on Windows Server 2003.
    Anyone have any idea to sovle the problem?

    Hi Kedar,
    Thanks for the reply. Yes, I finally figured it out.
    The custom MBeans seem to work well for the most part though I don't know for sure if I'm using them in the way they were really intended.
    Basically, I want to run 'services' on my application server for the lifetime of the server. I want these 'services' to maintain things like runtime caching of information over time that is not persisted in a DB but needs to be kept around in active memory to be used at a later time, but only while the application server is up and running.
    Another thing I would like to do is have them receive JMS notifications directly, but I seem to be having trouble when subscribing as a consumer within my custom MBean. The topic thread on that is here:
    http://forum.java.sun.com/thread.jspa?threadID=5153124&tstart=0

  • How do you watch and record a live h.264 stream at the same time using fmis and FMLE?

    I've read all the similar post but could not find a solution that actually works, and please no "just use the dvr or record on the FMLE suggestions" as neither will work for me.
    Some posts I've read suggest naming the stream in the FMLE to something like mp4:mystream.mp4 or mp4:mystream.f4v but then you can no longer view the stream, and according my the admin console the stream will not even publish using this syntax.
    I can view the published stream if I name the FMLE stream to something like mystream.mp4 or just mystream, but then it doesn't record at all or records as a FLV file depending on how I code the main.asc file.
    Here's one version of my main.asc, this one correctly publishes the live stream after the client triggers the joinStreams function but will not record it.
    application.onConnect = function (client, userType)
        trace("userType is " + userType);
        this.acceptConnection(client);
        //this.clientCount++;
        client.joinStreams = function (channel)
            trace("joinStreams on channel " + channel);
            liveVid = Stream.get("livevideo/" + channel + ".mp4");
            liveVid.play("hdvideo/" + channel, -1, -1);
            liveVid.record("append");
        client.clearStream = function (channel)
            trace("clearStream on channel " + channel);
            liveVid = Stream.get("livevideo/" + channel + ".mp4");
            liveVid.play(false);
            delete liveVid;
    I've been working on this for 48 hours straight, please advise.

    I think lets keep it simple, will explain what you have for watching live streams and recorded streams
    Live Publish and Play:
         FMLE Settings:
    Video Codec: H.264
    Audio Codec:<any of your choice>
    Server URI : Please put your server uri with application name here , for example i will use "rtmp://myServer/myApp"
    Stream name: livestream
        Subscriber Settings:
              Server URI :  "rtmp://myServer/myApp"          Stream name: livestream
              Mode: "live" ( i.e. ns.play("livestream",-1,-1,true)
    Playing VOD H.264 file:
         Subscriber settings:
              Server URI :  "rtmp://myServer/myApp"
              Stream name: if file name is "sample", use "mp4:sample", if file name is sample.f4v, use "mp4:sample.f4v"
              Mode: "record" ( i.e. ns.play("mp4:sample.f4v",0,-1,true)
    For DVR (Record-in-progress stream)
    If you are using FMLE and want to use "Record" option of FMLE then you need to have to dvrcast_origin application and subscrier needs to FLVPlayback 2.5 component
    If you want to use that option, do let me know i will give details later.
    For now we will use simple server-side code and FMLE as publisher.
    main.asc of "myApp"
    application.onPublish = function(myclient,mystream){
         mystream.record();
    application.onUnpublish = function(myclient,mystream){
         mystream.record(false);
    FMLE Settings:
    Video Codec: H.264
    Audio Codec:<any of your choice>
    Server URI : Please put your server uri with application name here , for example i will use "rtmp://myServer/myApp"
    Stream name: mp4:mydvrstream.f4v
        Subscriber Settings:
              Server URI :  "rtmp://myServer/myApp"          Stream name:  mp4:mydvrstream.f4v
              Mode: "live" ( i.e. ns.play(" mp4:mydvrstream.f4v",0,-1,true)
    Try out above and let me know if that works or does not work for you.

  • Welcome to the SQL Server Disaster Recovery and Availability Forum

    (Edited 8/14/2009 to correct links - Paul)
    Hello everyone and welcome to the SQL Server Disaster Recovery and Availability forum. The goal of this Forum is to offer a gathering place for SQL Server users to discuss:
    Using backup and restore
    Using DBCC, including interpreting output from CHECKDB and related commands
    Diagnosing and recovering from hardware issues
    Planning/executing a disaster recovery and/or high-availability strategy, including choosing technologies to use
    The forum will have Microsoft experts in all these areas and so we should be able to answer any question. Hopefully everyone on the forum will contribute not only questions, but opinions and answers as well. I’m looking forward to seeing this becoming a vibrant forum.
    This post has information to help you understand what questions to post here, and where to post questions about other technologies as well as some tips to help you find answers to your questions more quickly and how to ask a good question. See you in the group!
    Paul Randal
    Lead Program Manager, SQL Storage Engine and SQL Express
    Be a good citizen of the Forum
    When an answer resolves your problem, please mark the thread as Answered. This makes it easier for others to find the solution to this problem when they search for it later. If you find a post particularly helpful, click the link indicating that it was helpful
    What to post in this forum
    It seems obvious, but this forum is for discussion and questions around disaster recovery and availability using SQL Server. When you want to discuss something that is specific to those areas, this is the place to be. There are several other forums related to specific technologies you may be interested in, so if your question falls into one of these areas where there is a better batch of experts to answer your question, we’ll just move your post to that Forum so those experts can answer. Any alerts you set up will move with the post, so you’ll still get notification. Here are a few of the other forums that you might find interesting:
    SQL Server Setup & Upgrade – This is where to ask all your setup and upgrade related questions. (http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads)
    Database Mirroring – This is the best place to ask Database Mirroring how-to questions. (http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/threads)
    SQL Server Replication – If you’ve already decided to use Replication, check out this forum. (http://social.msdn.microsoft.com/Forums/en-US/sqlreplication/threads)
    SQL Server Database Engine – Great forum for general information about engine issues such as performance, FTS, etc. (http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/threads)
    How to find your answer faster
    There is a wealth of information already available to help you answer your questions. Finding an answer via a few quick searches is much quicker than posting a question and waiting for an answer. Here are some great places to start your research:
    SQL Server 2005 Books Onlinne
    Search it online at http://msdn2.microsoft.com
    Download the full version of the BOL from here
    Microsoft Support Knowledge Base:
    Search it online at http://support.microsoft.com
    Search the SQL Storage Engine PM Team Blog:
    The blog is located at https://blogs.msdn.com/sqlserverstorageengine/default.aspx
    Search other SQL Forums and Web Sites:
    MSN Search: http://www.bing.com/
    Or use your favorite search engine
    How to ask a good question
    Make sure to give all the pertinent information that people will need to answer your question. Questions like “I got an IO error, any ideas?” or “What’s the best technology for me to use?” will likely go unanswered, or at best just result in a request for more information. Here are some ideas of what to include:
    For the “I got an IO error, any ideas?” scenario:
    The exact error message. (The SQL Errorlog and Windows Event Logs can be a rich source of information. See the section on error logs below.)
    What were you doing when you got the error message?
    When did this start happening?
    Any troubleshooting you’ve already done. (e.g. “I’ve already checked all the firmware and it’s up-to-date” or "I've run SQLIOStress and everything looks OK" or "I ran DBCC CHECKDB and the output is <blah>")
    Any unusual occurrences before the error occurred (e.g. someone tripped the power switch, a disk in a RAID5 array died)
    If relevant, the output from ‘DBCC CHECKDB (yourdbname) WITH ALL_ERRORMSGS, NO_INFOMSGS’
    The SQL Server version and service pack level
    For the “What’s the best technology for me to use?” scenario:
    What exactly are you trying to do? Enable local hardware redundancy? Geo-clustering? Instance-level failover? Minimize downtime during recovery from IO errors with a single-system?
    What are the SLAs (Service Level Agreements) you must meet? (e.g. an uptime percentage requirement, a minimum data-loss in the event of a disaster requirement, a maximum downtime in the event of a disaster requirement)
    What hardware restrictions do you have? (e.g. “I’m limited to a single system” or “I have several worldwide mirror sites but the size of the pipe between them is limited to X Mbps”)
    What kind of workload does you application have? (or is it a mixture of applications consolidated on a single server, each with different SLAs) How much transaction log volume is generated?
    What kind of regular maintenance does your workload demand that you perform (e.g. “the update pattern of my main table is such that fragmentation increases in the clustered index, slowing down the most common queries so there’s a need to perform some fragmentation removal regularly”)
    Finding the Logs
    You will often find more information about an error by looking in the Error and Event logs. There are two sets of logs that are interesting:
    SQL Error Log: default location: C:\Program Files\Microsoft SQL Server\MSSQL.#\MSSQL\LOG (Note: The # changes depending on the ID number for the installed Instance. This is 1 for the first installation of SQL Server, but if you have mulitple instances, you will need to determine the ID number you’re working with. See the BOL for more information about Instance ID numbers.)
    Windows Event Log: Go to the Event Viewer in the Administrative Tools section of the Start Menu. The System event log will show details of IO subsystem problems. The Application event log will show details of SQL Server problems.

    hi,I have a question on sql database high availability. I have tried using database mirroring, where I am using sql standard edition, in this database mirroring of synchronous mode is the only option available, and it is giving problem, like sql time out errors on my applicatons since i had put in the database mirroring, as asynchronous is only available on enterprise version, is there any suggestions on this. thanks ---vijay

  • Ical Server Snow Leopard email notification: just a clarification question.

    Hi,
    I succesfully installed my mac mini snow leo server.
    Our scenario: icalserver calendar is used by 4 clients in our network.
    ical server is running fine, but there is one thing I
    do not understand: the workflow of email notification.
    On the server I enabled email notification and set up an email adress [email protected] in Server Admin / Emailnotification.
    Then I created a test event in ical. I did not use the local calendar,
    I used the caldav calendar.
    Then I was wondering: why did mail start on mini server to send the invitation ?
    Email data is still stored in Server Admin / Email notification, so I assume email is sent independently in the backgound from any mail programm !??!
    It would be nice if anybody could give me any advice.
    Thanks

    Invitations are sent to external email recipients directly by the server posting them to a known mail queue, (probably in your case on the same mini). There is a calendar server manual online which explains, and calendarserver.org where the project is based. I was only able to make it work using the internal account names, not a friendly one I set up for the purpose.

  • MAM RFC Error with Order and Notification SyncBo's

    Hi everyone, can you please advise on a problem I'm having when downloading 2-WAY SYNCBO MAM objects.
    I am able to download all syncbo's to my client with my username.  This includes Orders and Notifications.
    But.....whenever I use a different username only some of the SyncBO's come over.  I am missing MAM25_001 and MAM25_010 data.  Here is what I have done so far:
    -  Ensured username had exactly the same SAP security profile as I do, including the MI authorization objects.
    -  Ensured username was configured the same in the IMG.
    -  Re-generated and re-replicated my SyncBo's.
    -  Checked table MEREP_10100.  It showed no Order or Notification data.
    It does not make sense why everything works for me, but not for other usernames on my network.
    Here is the RFC error I get from the Middleware using MEREP_MON:
    RFC system Error:
    Z_MEREP_GEN_S01_____MAM25_010 has finished for run number 0000019624 and runtime counter 17.
    Please help.  Thanks.

    Hi Alex,
    Could you please reply the SP levels of the MI Client, MI server and MAM application?
    Also is your client device a PDA?
    You could try out few things ( not sure whether they will help)
    1. Sync several times (may 6 times) for the other users.
    2. Remove the MAM application for the one of the other usernames from the webconsole(which is not able get the data) and reassign it.
    3. Try the username on some other device.
    All the best!!!
    Regards,
    Rahul

  • Paging and Notification Features included with CUCM 9.1!

    At last we have paging functionality using our own IP Phones on our UC systems. Starting with CUCM 9.1, Cisco has entered into an OEM agreement with longime developer partner Singlewire to include their well known InformaCast product with every CUCM install. All orders of CUCM will come with the Cisco Paging Server software DVD which has the InformaCast product and documentation on it. The DVD has an ISO file with OVA for installing in a virtual environment plus all documentation. You can quickly see how when running UC on UCS or a Business Edition 6000, you can create bundled packages of specific UC apps (1 VM per app) on a single server that is a perfect fit for specific verticals. This is going to be extremely helpful when targetting K-12 applications as well as hospitality, manufacturing, transportation and higher ed opportunities.
    The way it works is that basic paging features are now free with every CUCM product. Basic paging consists of the ability to send point-to-point or group live audio pages to/from Cisco IP Phones. There are an unlimited number of groups/zones to be configured and a maximum of 50 users per paging group. So all users of a system can participate in a variety of paging groups but without upgrading to advanced, 50 users at a time is available. Paging across sites is also supported with a properly configured multicast WAN network.
    But we aren't just providing the basic functionality with UCM, all advanced features from InformaCast will also be delivered and optional. Since these features are new to many customers, there is a 60 day trial of the advanced features to show customers what they have available to them and to determine if it is a good fit in their environment. Many applications require the high level functionality like that listed below, and the ability to claim these as being available with every UCM order as a single vendor solution is extremely powerful. No other competitor will have a UC product shipping with all of the advanced emergency notification and security awareness features like Cisco UC now has.
    The advanced features are what will be a great sales conversation starter to set your Cisco UC system apart from the rest. Included with this are features like:
    Pre-recorded/scheduled broadcasts (school bells/shift changes)
    Notification to Jabber IM
    Notification to Social Media
    Communication with mobile and remote users
    Triggered notification to/from other systems- M2M input/output (panic buttons, door locks, lights, etc.)
    Integration to existing overhead paging systems
    Text and Audio to Cisco IP Phones and other endpoints
    Broadcasts to IP Speakers
    911/emergency call monitoring/alerting/recording
    Weather Alerting with CAP
    Dynamically-triggered emergency conference calls
    And more..
    When trying to close a new UC deal, leveraging Cisco’s new paging and notification features can change the sales conversation to something that no one can match for a standard shipping, on-box solution. We can set the new standard that for all applications, mass awareness and security notification features are required with any UC solution. We will be able to respond to RFP’s where no other manufacturer can meet the single vendor/product requirement for voice and emergency notification together.
    Many customers will be satisfied with paging through Cisco IP Phones but those looking for higher level security and awareness features, advanced notification is highly recommended. Those licenses can be obtained in 2 ways:
    *Perpetual licenses from SolutionsPlus on Global Price List (SP-INFORMCST-2500=, SP-INFORMACST-1K=,SP-INFORMACST-250=)
    *Annual Subscription liceses directly from Singlewire- [email protected]. Quoting Tool: http://www.singlewire.com/quote_gen/quote_form.php
    For more info: [email protected] and http://www.singlewire.com/ic-learn.html

    Great article, there is now a new range of cyberdata singlewire informacast enabled IP Intercoms. I found some here through this UK supplier. www.ipagingsystems.co.uk The Intercoms double as a paging ip speaker that accept SIP and Multicast.

  • Set "always show all icons and notifications on the taskbar" via Group policy

    Any ideas on how to set "always show all icons and notifications on the taskbar" on a set of users?
     I thought it would be under User Configuration\Administrative Templates\Start Menu and Taskbar, but I cannot find it.
    Anyone know if this can be enforced via policy?

    Hello,
    Thank you for your post here.
    Unfortunately, there is not any group policy settings which can set "always show all icons and notifications on the
    taskbar".
    To distribute the setting, you can create a default domain user profile and copy it to the following network share.
    When the domain user account is first logged onto the domain, the default profile will be applied.
    \\<Server_name>\NETLOGON\Default User.v2
    How to customize default user profiles in Windows 7 and in Windows Server 2008 R2
    http://support.microsoft.com/kb/973289
    This would only apply if a new profile is created, not for existing ones.

  • A definitive answer please: Can OS X server push iCal/mail notifications to iOS devices?

    Can somebody please answer this definitively?
    Can OS X Server 10.6 push iCal and Mail notifications to iOS 4.x devices?
    Apple's documentation states that OS X Server supports push notifications to OS X 10.6 *clients* - but makes no mention of iOS devices. I find that strange because iOS devices stand to gain the most benefit from push functionality.
    I've seen several posts in this forum that seem to indicate that iOS devices are supported, but no clear instructions on how to configure push to support them. My own attempts at doing so have failed - the mail and CalDAV accounts on both my iPhone and iPad only show support for manual / fetch methods, not push.

    Hi
    http://support.apple.com/kb/HT3947
    IOS devices are specifically mentioned towards the bottom. AFAIK Push is fully supported in Exchange Mail Server.
    Moreover and AFAIK Apple Mail does not support Push from OSX Server. However iCal is supported. In reality the 'IMAP idle' setting gives the appearance of 'Push' Mail and IMAP idle works fine on my IOS devices and for my needs is 'Pushy' enough.
    My 2p & HTH?
    Tony

  • Connecting MII server with PCO for Notification

    Hi All,
    I am Trying to connect MII server with PCO for Notification.
    I had given,
    ServerName,Port ,Version,UserName and password, advanced settings also.Eventhough Iam not able to connect to MII server from PCO.So please let me know any other settings to be done to connect.

    Hi Parthee
    Hope you are following the same steps as mentioned in the document.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/108a16e7-1448-2e10-caa3-9b18af7256b8
    Have you tested your connection?
    Regards
    Anshul
    Edited by: Anshul Sahu on Jun 24, 2011 9:34 AM

  • Server Diagnostic Error - OSoftInsightServiceShared

    Hi All,
    i installed SAP BPC 5.1 and SP11 on a single-server (MS Windows Server 2003 Enterprise Edition SP2 and SQL 2005 SP3 on VmWare Environment).
    The installation is OK, but if i do a Server Diagnostic i have an error on COM+ components.
    The error is :
    OSoftInsightServiceShared
         Assigned: ERROR
         Status: ERROR
    In Component Services-->COM+Application there isn't OSoftInsightServiceShared.
    I tried to start the Outlooksoft Insight Service but the error is the same.
    If i don't use Insight, can i ignore the error?
    Thanks
    Best Regards
    massimo

    Hi Sorin,
    i just tested admin and report standard functionality on apshell and BPC seems to work fine.
    Can i export the COM+ component OSoftInsightServiceShared from another BPC server and then import on my server?
    Do you Know a possible reason of this installation error?
    Thanks
    Best regards
    massimo

  • In iCal and Notifications on a notebook, is it possible to expand the notes window to make it easier to read and write notes?

    In iCal and Notifications on a notebook, is it possible to expand the notes window to make it easier to read and write notes? In the past, I have used Outlook calendar and tasks and I was able to expand the windows which allowed me to put a great amount of details into either the notes section in events and tasks. It would be great to be able to do this in iCal and Notifications as well. I am using a Macbook Pro with OS X 10.8. Thank you very much for assistance with this.

    HI,
    Try Spaces for a virtual desktop.
    http://www.ehow.com/how2189851use-spaces-mac-os-x.html
    Carolyn

  • Difference between using app server connection pooling and using the driver

    Hi all,
    How to get connection pooling with out application server and tomcat also?
    What is the difference between using app server connection pooling and using the driver supported connection pooling?
    Regards,
    Murali

    maybe the performance of App server pool is better than the JDBC pool,
    for you don't know wether the implementation of the JDBC interface is good or bad.

  • I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart the computer to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I ended up putting it in DFU mode.  It's kinda hard to tell it was in DFU mode because nothing showed on the screen, it was just black, but the sounds from the computer helped to tell me it was connected.
    Itunes still didn't recognize the device for whatever reason.
    So I used redsn0w.  I don't know if I can say that on these forums, but considering itunes was worthless at this point I am going to give credit where credit is due.
    Now I am giving itunes a second chance to upgrade to 5.1, if it doesn't work, well, back to redsnow and maybe I will even jailbreak it this time rather than just using the fecovery fix found under extras.

Maybe you are looking for

  • CS-MARS user authentication using Cisco ACS

    Hi, I would like CS-MARS (Web Interface) user authenticaiton to be done by Cisco ACS Server. Please let me know, either it is possible or not? And if possible then reply how to configure it. Thanks and Regards, Ahmed Shahzad.

  • Why doesn't my iMac Restart?

    Suddenly I noticed that my iMac wouldn't restart, it freezed with a white screen after giving to tone of restarting. I tried several times but the same thing occured. Then I thought it could be because I always had my iPod connected (although this sh

  • Won't come on

    I can't get my remote to work.  Apple TV does not light up?  Has worked for years?

  • FCP 10.1 - External Drives stopped connecting

    After a couple of days of using FCP 10.1 - suddenly when an external drive is connected - FCP doesn't recognize it. The OS registers the drive, so clicking on the "projects and events" folder on the external drive is the only way which projects show

  • Errors on schema import/export

    Hi all, I have a release 10.2.0.3.0. I exported a schema with exp user/password OWNER=PIN20 FILE=/opt/oracle/admin/dportal/export/PIN20_new.dmp log=/opt/oracle/admin/dportal/export/expPIN20.log and now I try to import with imp user/password  FILE=/op