Monitor an instance's changes

Hello,
all information that I need to monitor with a unit monitor is included in the properties of its target instance. The monitor must react to changes of the properties of its target instances (as they change during discoveries). Such as, if one of its properties
changes from 1 to 2, monitor should go critical, when the instance's property changes from 2 to 1, it should switch back to green.
Is it possible? To have a monitor receive both the current and "yet uncommitted future" state of an instance which it targets?
ondrej.

hello, thanks for your interest, but it seems I do not understand. I am kind of new into MP authoring. So would you please be able to be more specific?
My class instance and its parameters are discovered with a very resource expensive operation. It takes something like several-minutes-on-one-CPU-core-at-80% to populate the properties of the instance. I do that discovery with a script surely.
If I want to monitor the changes, I can definitely use some similar script for the "monitor" to plug data from the physical system again. The problem is, I just want to save some resources and do not want to run the script again.
The resulting value is already saved in the instance as one of its properties.
So isn't there a way, a monitor or something, that would be able to react/target directly the changes in a discovered instance?
I am just inexperienced in this. What I can do now, is to extract some monitor input values from its $Target, but these are only the current properties of the instance. I need to see even the previous values after its change.
I need to react NOT ONLY to a specific constant property value. I need to see the previous and current property states to determine how to react.
Is there a way how one can create a monitor/event/anything that would receive as parameters previous/future properties of some instance?
ondrej.

Similar Messages

  • Monitoring AQ instances

    What is a good way to monitor AQ instances? I was looking at using GV$AQ and/or
    V$AQ views;
    Worry with GV$AQ is that it does cross instance traffic and may contribute to
    interconnect traffic;
    Ran a trace on V$AQ and it does not appear to get it's stuff from
    the SGA, but does runs queries on the queue tables themselves. Based on the
    sql traces, it looks like these might get expensive. (there are full table scans in
    the plans)
    Any opinions? I am in a 9.2.0.7 version, 4 node environment with one queue with affinity to each rac node.
    Thanks
    Vijay

    Here are more stuff now in 10g
    New DBMS_AQ packages
    New DBMS_AQADM packages
    V$BUFFERED_QUEUES
    V$BUFFERED_SUBSCRIBERS
    V$BUFFERED_PUBLISHERS
    --Khaleel                                                                                                                                                                                                                                                                                                                                               

  • Issue monitoring SQL instance

    We are running SCOM 2012 R2 and are monitoring several SQL 2012 servers. 
    There is one I am having difficulty monitoring.  Within the event logs I am constantly getting: 
    Management Group: SCOM Script GetSQL2012DBFileGroupFreeSpace.vbs : Cannot login to database [servername][mssqlserver:content_portal]
    For all the SQL databases that are on the server. 
    I am using a dedicated Action Account that is a sysadmin on the SQL instance, a local admin on the server and I have configured the Default action profile to use the dedicated action account for that server. 
    I have also ran the following command: 
    USE [master]
    GO
    /****** Add a login in SQL Server for the service SID of System Center Advisor HealthService ******/
    CREATE LOGIN [NT SERVICE\HealthService] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english]
    GO
    /****** Add the HealthService Service SID login to the sysadmin server role ******/
    ALTER SERVER ROLE [sysadmin] ADD MEMBER [NT SERVICE\HealthService]
    GO
    Restarted the Microsoft Monitoring Agent several times but still the cannot login to database error. 
    The above setup works fine for the other two SQL 2012 servers we are monitoring. 
    Am I missing something? 
    www.techielass.com

    have a read at the below
    http://www.scomgod.com/?p=258
    Extract of the needed permissions is as below
    For Low Privilege environments:
    o   I add the Run As account or Action Account to:
    o   Local Performance Monitor Users Group
    o   Local EvenLogReaders Group
    o   Add Log On Locally permission
    o   Configure the SQL Instance for monitoring
    Details and Permission required are stated in Low Privilege Environment monitoring in the MP Guide
    Note from the MP Guide:
    “By default, all discoveries, monitors, and tasks defined in the SQL Server management packs default to using the accounts defined in the “Default Action Account” Run As profile. If the default action account for a given system does not have the necessary permissions
    to discover or monitor the instance of SQL Server, then those systems can be bound to more specific credentials in the SQL Server Run As profiles, which do have access.”
    Blog: http://theinfraguys.com
    Follow me at Facebook
    The Infra Guys Facebook Page
    Please remember to click Mark as Answer on the answer if it helps you in anyway

  • How do I send a message to my whole address book, for instance, a change of phone number?

    How do I send a message to my whole address book, for instance, a change of phone number?

    The feature has been disabled, so now you can only play a sound on the devices

  • Timestamp for the redologs belong to that instance is changing but not for

    redo logs on
    Group Member THREAD# Archived Status ( MB)
    00 /mount1/dbname/mount1_a.mount 1 NO CURRENT 100
    01 /mount2/dbname/mount1_b.mount 1 YES INACTIVE 100
    02 /mount1/dbname/mount2_a.mount 2 NO CURRENT 100
    03 /mount2/dbname/mount2_b.mount 2 YES INACTIVE 100
    04 /mount1/dbname/mount3_a.mount 3 NO CURRENT 100
    05 /mount2/dbname/mount3_b.mount 3 YES INACTIVE 100
    06 /mount1/dbname/mount4_a.mount 4 YES INACTIVE 100
    07 /mount2/dbname/mount4_b.mount 4 NO CURRENT 100
    Timestamp for the redologs belong to that instance is changing but not for the otherinstances on a commom storage area..
    Like on node1
    00 /mount1/dbname/mount1_a.mount 1 NO CURRENT 100
    01 /mount2/dbname/mount1_b.mount 1 YES INACTIVE 100
    Time stamp is changing on node 1 for redologs belong to group 10 and 11 but not for others .same thing on other nodes groups which belong to that node(thread ) are changing.
    On node1.
    [node51-dbname1] ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 10:54 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount1_a.mount
    On node2:
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 10:54 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount2_a.mount
    On node3:
    ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 09:13 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount3_a.mount
    On node4:
    ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 06:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount2/dbname/mount4_b.mount

    If there is a question here, and a version number here, I can't find either one.
    Please return to your first post, use the edit button, and format your listing use the tags show in the FAQ so what you post can be read.
    Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Program Monitor looks like it changed ratio

    I started in 1920x1080, but after editing videos and saving a few times I looked up and the program monitor looks something like 1920x800!  Any suggestions? I made no changes and cannot seem to find a way to display 1920x1080 again.  Thank you all for the help.

    The Program Monitor reflects the Sequence.

  • Can we rename the clustered instance and change its IP address?

    Hi,
    We have an Sql Server 2008R2 Clustered production instance by name 'ProdVir' configured in 2 nodes(Active-passive) with
    WIndows Server 2008 R2. We also have another clustered instance as disaster recovery by name 'VirDr' configured again
    in another 2 nodes of Windows Server 2008 R2. Every day morning there is mainatenace plan which backups all the database
    in production and another maintenace plan in the disaster recovery server 'VirDr' which restores the backups into the
    VirDr instance. I would like to know that in an eventuality of a disaster in the clustered production instance of 'ProdVir'
    could we rename the the instance VirDr(meant for disaster recovery) to ProdVir and also change the Ip addresses accordingly
    so that the application programs do not have to change the details for the datasource in the connection strings.
    Thanking you in advance,
    Binny Mathew

    Binny - Yes this is quite achievable, higher level steps (You also need to consider other operational checks):
    In the cluster administrator landing page, select your SQL Server Network Name, Press f2 or right click and select rename, give it a new name and then
    Take resource OFFLINE and then
    Bring it ONLINE back again, test your application
    Changing IP Address:
    Add one more Network resource with the new IP Address
    Then you add this IP address to the SQL Server group and set dependency accordingly
    Take SQL Server Application OFFLINE and ONLINE again
    Here you will end-up with 2 IP Addresses, you can keep both of them or remove the old one later
    Good Luck! Please Mark This As Answer if it solved your issue. Please Vote This As Helpful if it helps to solve your issue

  • Monitor went black after changing resolution

    I changed my mac mini resolution to something higher. The screen went black and now it never shows anything on it anymore. I turned off the mac and the monitor but still the same problem when I turn the mac back on. How can I get to see the screen again?

    Hello Bill,
    Welcome again to the Apple Forums.
    Most likely you have picked a screen resolution and/or screen signal frequency that is not compatible to drive your monitor.
    You have a couple options available to you.
    Option 1.
    Restart your mini computer and turn off the monitor.
    Let the mini computer start up completely.
    The mini will detect no monitor is detected and default to a lower resolution and frequency setting.
    Turn on your monitor after the mini has completed its start up.
    Option 2.
    Restart you mini computer and leave the monitor turned on.
    Hold down the shift key on the keyboard after you hear the start up tone.
    The mini will start up in Safe Boot mode and switch to a lower resolution and frequency setting.
    Cheers
    Jan J.

  • ASM, Listener, Instance status changes to OFFLINE.

    Hi All,
    I have completed the installation part...whereby installed Clusterware (no OCFS2), ASM and the RAC database S/w along with the database. The RAC version is Oracle 10.2.0.1. The installation is done on the CentOS operating system.
    The crs_stat -t shows all the resources. I am facing the following issue.
    1) After rebooting the server, most of the resources status changes to UNKNOWN. I need to stop all the resources and then need to restart it again (crs_start -all).
    2) The ASM, Listener and Instances resources status changes to OFFLINE after restarting all the resources. This happen regularly. Below is the output.
    [root@rac1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora....B1.inst application ONLINE ONLINE rac1
    ora....B2.inst application ONLINE OFFLINE
    ora.RACDB.db application ONLINE ONLINE rac1
    ora....SM1.asm application ONLINE ONLINE rac1
    ora....C1.lsnr application ONLINE ONLINE rac1
    ora.rac1.gsd application ONLINE ONLINE rac1
    ora.rac1.ons application ONLINE ONLINE rac1
    ora.rac1.vip application ONLINE ONLINE rac1
    ora....SM2.asm application ONLINE OFFLINE
    ora....C2.lsnr application ONLINE OFFLINE
    ora.rac2.gsd application ONLINE ONLINE rac2
    ora.rac2.ons application ONLINE ONLINE rac2
    ora.rac2.vip application ONLINE ONLINE rac1
    If someone can help me with some solution for Point 2, it will be great.
    Regards
    Amit.

    Your Database started completely, right?
    You found ASM processes, right?
    You can check by:
    srvctl status asm -n <node_name>
    How?
    try to stop/start cluster again...
    Or try to start step by step -> nodeapps -> ASM -> database by use srvctl command-line
    anyway if you serious about resulting from crs_stat command-line:
    You need to unregister from Cluster and add it again.

  • Need help in Solution Manager System Monitoring-activating Instance Status

    I would like to use System Monitoring with Solution Manager.
    The agents CCMSPING and SAPCCM4X are installed on the monitored system and CCMS is configured
    I've already created a solution and a logical component. Now i would like to activate Instance Status in the tree when i enter in Setup System Monitoring .... but i get a red alert an the following Message Instance status is no performance alert. Thresholds have been deleted ... how can i activate this Instance Status?
    I am going my first steps in SAP SolMan and tried to solve this problem but i had no success. Can someone please help me? What i am doing wrong?
    thanks...
    Edited by: Satish Machavarapu on Dec 15, 2009 12:46 PM
    Edited by: Satish Machavarapu on Dec 15, 2009 1:04 PM

    Hi,
    If you want to monitor the Availability status of the instance then check the below docs
    [http://help.sap.com/saphelp_nw70/helpdata/EN/38/9e100dd7980fffe10000009b3810a5/frameset.htm]
    [CCMSPING config|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/d547f687-0901-0010-07a9-ce64cc044215]
    [CCMS Agent config|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/40ef0688-814a-2a10-afb1-89b40d83d0e0]
    regards
    Naveen
    Edited by: Naveen Kumar on Dec 15, 2009 1:07 PM

  • Issues starting ECC 6.0 instance after changing passwords everywhere

    Hello everyone.
    I've had this problem for 2 weeks now. I tried all the solutions i found on the web but still my problem persists.
    2 weeks ago, I changed alle the passwords for the MaxDB Users (control, superdba, sap<sid>, etc) because we lost these passwords.
    Of course my SAP instance couldn't start anymore because xuser had the wrong passwords. I deleted the xuser list and configured it new.
    This is what it looks like:
    XUSER Entry  1
    Key         :DEFAULT
    Username    :SAPC01
    UsernameUCS2:S.A.P.C.0.1. .
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :DB2
    Nodename    :<unspecified>
    Sqlmode     :<unspecified>
    Cachelimit  :-1
    Timeout     :0
    Isolation   :0
    Charset     :<unspecified>
    XUSER Entry  2
    Key         :c
    Username    :CONTROL
    UsernameUCS2:C.O.N.T.R.O.L.
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :DB2
    Nodename    :SAPTEST
    Sqlmode     :INTERNAL
    Cachelimit  :-1
    Timeout     :-1
    Isolation   :-1
    Charset     :<unspecified>
    XUSER Entry  3
    Key         :w
    Username    :SUPERDBA
    UsernameUCS2:S.U.P.E.R.D.B.A
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :DB2
    Nodename    :SAPTEST
    Sqlmode     :INTERNAL
    Cachelimit  :-1
    Timeout     :-1
    Isolation   :-1
    Charset     :<unspecified>
    Sadly, my SAP instance can't start completely, the DISP+WORK.exe hangs, saying
    "J2EE Status unavalible"
    and the Syslog tells me:
    "Database: Database error -4008"
    "Database: > POS(1) Unknown user name/password combination "
    What module wants to have the password from me? And where can i put it?
    Does the xuser list have to contain a J2EE entry?
    Non of the web servers run, i cannot access  any webpage (eg 127.0.0.1:5XX00)
    Please help me. Thank you in advance.
    Jan

    Hello Markus.
    Thank you very much for your answer.
    I now have a xuser for the J2EE. But it didn't entirely solve my Problem.
    The DISP+WORK.exe still shows
    "J2EE Status unavalible"
    but the Syslog now shows several other Warnings. Could you help me with those too?
    In reverse order:
    - SAP-Basis System: Operating system call           recv failed (error no. 10054)
    - SAP-Basis System: Operating system call        connect failed (error no. 10061)
    - SAP-Basis System: Communication error, CPIC return code 017, SAP return code 236
    - SAP-Basis System: > CPI-C function:  CMINIT(SAP)
    - Communications data: Could not send SLD data
    - SAP-Basis System: Run-time error "RAISE_EXCEPTION" occurred
    - SAP-Basis System: Transaction Canceled 00                  671 ( RAISE_EXCEPTION                                                20110524140844saptest_C01_02                  SAPSYS      000         )
    I think i am not so far away from the solution, but i'm missing something here...
    Do you need any logs?
    Thanks again.
    Jan

  • Error on Component Monitoring On RWB after changing SLD .

    Hi,
    Guys If my below given questions are not clear to You ... >>>>>>>>>>>>Do ask me for Clearity
    My PI 7.0 System was on Local SLD earlier, at that time My Scenarios/ RWB Components were Working Fine.
    Now, On Place of Local SLD, We are onto Centerlise SLD on SOLUTION Manager.
    after few Changes now my ESR and ID are getting product and Buisness System from Solution manager's SLD.
    but ................. >>>>>>>>>>>
    >
    >>
    >>>>
    >>>>
    On RWB - Component Monitoring - Each Component is coming into Red/Error mark.
    So ..
    Question : Is RWB is also effected from SLD Changes ???????
    r
    Facts Found during troubleshooting : -
    >
    1. In Solution Manager's SLD  - Technical System - Exchange Infrastructure -  Only one Technical System is Coming for Integration Server.
         while
       IN Old Local SLD - Technical System - Exchange Infrastructure -  6 different tecnical system was coming ( Integration Server/ RWB / Integration Engine / Adapter Engine ...etc)
    Can this be the reason ????????
    Please Suggest, What is Missing ?
    for Sld Change following steps are performed .. .. . .
    1. PI 7.0 like User Creation in Solution manager.
    2. Changes in SLDAPICUST in PI System.
    3. Changes Done in Excange Profile for SLDNAME.
    4. Changes Done in Virtual Manager for SLDNAME.
    5. RZ70 on  new SLD.
    Regards

    Hi ,
    Solution : After changing Local SLD to Domestic SLD , Error was Coming in RWB - Components ...
    Solved by :
    These are Documents Used for doing Changes in SLD When found Error on RWB.
    764176 - Error in XI due to inconsistent SLD contents.
    1031321 - Self-Registration of Adapter Engine and RWB fails
    Problem has been solved.

  • Monitoring failed instances

    Dears,
    Do we have a possibility to monitor  the scheduled webi reports?
    - Could we inform a dedicated user with an email, if an instance failed
    - Could we see in the CMC a list of all failed instance e.g. in the CMC
    As our customer has scheduled dozens of reports, its not applicable every report manual. The Instance manager only shows the scheduled jobs but not the Status. Thanks for your feedback.
    SAP BI Platform 4.1 SP2

    Hi Felix,
    The instance manager in the CMC is better than you think.
    You can search for Failed instances - and if there is one you can click on failed and get the reason for the failure
    Another option that you have is to automate the email writing and use an scheduling event. Please see the next three screenshots to setup an event and also the last screenshot where to define it in the publication.
    and finally the setting in the properties
    Best regards
    Manfred

  • Utility for handling multiple Oracle instances (docs, changes, etc.)

    Please, remove this topic if it's not appropriate for this forum.
    I handle several databases (up to 50), and I would like to have some utility for handling them in way to have:
    - graphical GUI for their physical location
    - to keep info about all changes that I make on those instances
    - keep info about various properties (DB version, log_mode, last backup, etc, etc...)
    is there such utility (maybe even not from Oracle)
    tnx

    haven't find a useful one, so I'm closing it

  • Why does my external monitor name and resolution change when I close the lid?

    When I close my lid on my early 2001 MBP, the external monitor reverts to a lower resolution.  I am not even able to select the proper resolution.  
    I am using VGA (I need VGA for my KVM).   When the lid is open, the monitor sees the correct monitor, and I can set the correct resolution.   When the lid closes, it only shows a genertic VGA monitor and defaults to a lower resolution.  I am not able to change the resolution up when I have the lid closed as well.   Does anyone have any insight into this?

    Show Hard Drive on Desktop...
    Finder  >  Preferences  >  General  >  Show these items on the Desktop.

Maybe you are looking for

  • How to call class os functions defined in share/vm/runtime/os.hpp?

    HI. I haven't coded in C for some time, and no experience with JNI I dabbled a bit in JNI and creating native functions. I would like to know, how can I call Java VM os functions from my own libraries without much hassle? e.g. os::javaTimeMillis(), o

  • Outlook invitations have incorrect date

    Hope someone can help, when I create meeting rooms and send out the invitations to all participants the time and date of the 'event' is displayed correctly in the email message generated by Adobe Connect Pro, but if I want to send out a calendar remi

  • XML parser Xalan

    hello I have downloded the XML parser Xalan how can one instal xalan with tomcat ?? danke

  • DVD stuck in drive but drive opens on Satellite A notebook

    Hi, I have a DVD that is stuck inside the drive even though the dvd drive door opens and closes normally. The DVD was put in the drive and the drive door closed but the DVD was never snapped/locked into place. Any idea on how to remove it? All help w

  • Changing Home Name

    I wish to change the home name that appears at the top of the Finder screen, I suppose this should be easy I cannot work it out. Can any one help I have wasted hours?