OEM to SCOM connector: Questions on installation and use

Just a few questions/concers about this connector. Mainly: has anyone used this connector?
1. The install documentation appears to not be found on the Oracle Site and the connector isn't in the Microsoft pack download forum. if anyone knows a link to the install docs that actually works, I'd appreciate the link.
2. The connector seems to be a .jar file. When opened it appears to be installing/connecting to web services...is this (web services) for the OEM communication from SCOm to OEM?
3. There appears to be a SCOM agent bundled with the installation (jar file) and an xml file called 'OracleEnterprisemanager.Alert.Creator.xml'. i assume if we already have a SCOm agent instlaled you dont' need to instll the one that came with the connector? Does the 'OracleEnterprisemanager.Alert.Creator.xml' file get imported into SCOM (I assume so?)
I also wanted to know if anyone's using this connector and if it's stable or causes any unexpected issues on the OEM or SCOM side.
Any input is appreciated!

The installation guide is available here:
http://download.oracle.com/docs/cd/E11857_01/install.111/e14736/toc.htm
along with other connector install guide:
http://download.oracle.com/docs/cd/E11857_01/nav/connectors.htm

Similar Messages

  • How do you completely disable the installation and use of add-ons for firefox 4? Is there a config setting/file that can be changed to completely disable add-ons?

    I want to completley disable the installation and/or use of add-ons in Firefox 4. I don't want anybody that logs onto either of my computers to be able to use add-ons and I can't find a way to disable it in the configuration files. I've found ways to lock down other options like updates etc. but I cannot find a way to completely disable add-ons.

    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use a mozilla.cfg file to lock prefs or specify default values.<br />
    You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes
    To prevent users from installing software use:
    <pre><nowiki> //
    lockPref("xpinstall.enabled" ,false);
    </nowiki></pre>

  • Question about loading and using Images.

    I know how to load an image and to draw it onto a canvas etc etc. However my question is to do with the efficiency of loading multiple images (possibly the same image!) and using them together. I have multiple objects, all instances of the same class, which all draw themselves onto a screen in different positions. However they all use the same 3 images (depending on an internal state).
    So if I create 5 of these objects and each object calls to load the same image using something along the lines of:
    url = this.getClass().getResource("MyImage.png");
    normalImage = Toolkit.getDefaultToolkit().getImage(url);Does this mean that in the memory there are 5 exactly the same copies of this image? Or does java do something clever and use one image that they would all reference? I suspect I will have 5 in memory but I wanted to ask about this before going and making an imageManager class where I load all the images and just use getMethods in that when drawing. I will not be preforming any transforms or anything on any of the images so they can all literally be the same image but simply drawn in multiple positions on the one canvas.
    (note: I am using active rendering to draw these images myself and then blit it to the screen ...).

    Use ImageIO rather than Toolkit--with Toolkit you need to use a MediaTracker to ensure you have your image loaded before you try to use it.
    If you load an image and then do this:
    MyImage1 = MyImage;
    MyImage2 = MyImage;
    MyImage3 = MyImage;
    There are 4 references to the Image in MyImage. If you don't specifically use a method that gives you a new Image, usually, you are getting a refrence to an image already loaded in memory.

  • OEM to SCOM connector

    Hi Team,
    I am trying to setup event sync between OEM and SCOM. From OEM documentation:
    <<<<<<
    The SCOM Agent must be installed on a Windows system that has connectivity to the SCOM Root Management Server (RMS).
    You can install the SCOM web service on any Unix or Windows system that has connectivity to the SCOM Agent and the Oracle Enterprise Manager server.
    >>>>
    I don't want to use any addtional servers other then RMS and OEM server, for this integration.
    Any suggestions/idea's so that I dont have to use additional servers??
    Thanks in Advance.
    -Brijesh

    Hi with SCOM installation are you telling the agent needs to be installed on the RMS?
    Because if I read the documentation correctly it states the agent can be installed on any server which has access to the RMS... like you would with any other SCOM Agent

  • Questions about Indexing and Using an Indexing POA

    Although I have only about 50 users, at least 15 of them have in excess of 100,000 messages in their accounts and the POA (version 7.0.2) is regularly slowing to a crawl. (I just know that plans for revolution are fomenting!) I have embarked on a campaign to reduce these accounts by archiving everything off to get mail accounts down to 3000 or fewer pieces. I have achieved user buy-in, but have worked on only a few users so far.
    In another closely related thread, it was suggested to me that the PO speed issues relate to broken indexes. And I suspect that given so many messages, the indexes were never getting fully rebuilt with the default QF POA settings. I am trying to fix that situation in addition to reducing mail account sizes. So, I have set up a second POA on another server and dedicated it to the indexing task. The /qfinterval is set for 1 hour, other /qf switches at default. The POA-QF does no mail delivery, but it does do nightly user upkeep.
    The POA-QF seems to be steadily working away and making progress at reducing the number of unindexed messages. However, I have questions about what I am seeing and what more I can do:
    1. Is the progress I am seeing real progress? For example I have a user with over 100,000 messages to be indexed and every time I check the logs, the count drops by about 500 messages per hourly QF cycle. I assume that if I just let it keep running, it will eventually get caught up and fixed. Not only with this user, but with all the others as well. Will my patience (and theirs) be rewarded? Are there any gotchas I need to prepare for?
    2. One user has recently had virtually all of her messages successfully moved to archive. I can see them in the Archive, and do not see them in the online account. However, now over a week later, QF still shows >130,000 items still left to index for that user. The POA-QF is making slow, steady progress reducing that number, but why is this user's QF count still so high? Does it just need more time, or is there something amiss for this user?
    3. I may want to rebuild indexes for single users from scratch. I have seen the TID 3105742 which tells how to do this: Essentially you turn off mail delivery functions, and make some other switch changes to dedicate the POA to indexing for just a single user, and then you let the POA rebuild the indexes. The implication of that scenario is that the POA is now enjoying exclusive access to the user's databases.
    If I want to use my secondary POA-QF to rebuild a user's index from scratch, does the main POA have to be offline and the user out of GWise? That is, Does the QF process require exclusive access in order to rebuild indexes from scratch?
    Thanks for any thoughts or suggestions.
    Peter Smick

    pgsmick wrote:
    > 1. Is the progress I am seeing real progress? For example I have a user with
    > over 100,000 messages to be indexed and every time I check the logs, the count
    > drops by about 500 messages per hourly QF cycle. I assume that if I just let
    > it keep running, it will eventually get caught up and fixed. Not only with
    > this user, but with all the others as well. Will my patience (and theirs) be
    > rewarded? Are there any gotchas I need to prepare for?
    Set this switch for this indexing POA - /qflevel=999 - this will index
    everything in one run. It will take a long time, but with no qflevel switch you
    are indeed only indexing 500 messages at a time, and if the user has that much
    mail, it might never really catch up.
    >
    > 2. One user has recently had virtually all of her messages successfully moved
    > to archive. I can see them in the Archive, and do not see them in the online
    > account. However, now over a week later, QF still shows >130,000 items still
    > left to index for that user. The POA-QF is making slow, steady progress
    > reducing that number, but why is this user's QF count still so high? Does it
    > just need more time, or is there something amiss for this user?
    >
    This is odd, because really the index count should drop to nothing, but with the
    above switch this might get resolved as well.
    > 3. I may want to rebuild indexes for single users from scratch. I have seen
    > the TID 3105742 which tells how to do this: Essentially you turn off mail
    > delivery functions, and make some other switch changes to dedicate the POA to
    > indexing for just a single user, and then you let the POA rebuild the indexes.
    > The implication of that scenario is that the POA is now enjoying exclusive
    > access to the user's databases.
    Not really - the POA is not enjoying exclusive access to the user's database,
    the indexer is just avoiding an attempt to index anything else.
    > If I want to use my secondary POA-QF to rebuild a user's index from scratch,
    > does the main POA have to be offline and the user out of GWise? That is, Does
    > the QF process require exclusive access in order to rebuild indexes from
    > scratch?
    No - QF never requires exclusive access. That said, you may find that an
    extremely vigorous QF can cause slowdowns for the user.
    Danita
    Novell Knowledge Partner
    Moving GroupWise to Linux?
    http://www.caledonia.net/gwmove.html

  • QT Pro - Installation and Use

    I'm using Quicktime 7.4.5 on a Windows XP machine with Service Park 2 installed.
    1. The installation program said I had successfully installed QuickTime Pro, but there is nothing on the menu bar or the "Help | About" screens that indicates Quicktime Pro is the active program. Both simply say "Apple Quicktime." Is Pro really installed?
    2. When I try to run a *.mov file from a DVD, the clip plays for 4 or 5 seconds then freezes. The time indicator along the bottom of the screen keeps moving, but the picture doesn't. If I hit pause then play the clip will run for another few seconds then stop again. The clip runs fine in other video editing programs on the same machine.

    Use the "About QuickTime" menu and you'll see a small Pro logo. The Pro registration merely enables features found the free QuickTime Player.
    DVD media is is too "slow" to read some QuickTime files (high data rates that exceed the media speed). Drag them to your computer to play them without issue.

  • Gnuplot installation and use

    Before the upgrade from Leopard to Snow Leopard, I have installed and often used gnuplot on my Macbook
    After the upgrade, gnuplot was unusable and I tried to install it again (through macports).
    Now it still does not work and the current error message on console is
    gnuplot
    dyld: Library not loaded: /opt/local/lib/libX11.6.dylib
    Referenced from: /opt/local/bin/gnuplot
    Reason: no suitable image found. Did find:
    /opt/local/lib/libX11.6.dylib: mach-o, but wrong architecture
    Trace/BPT trap
    I do not understand the problem.
    May anyone help me please?
    Thanks in advance to all the people that will answer my question.

    Hi matthewphy & welcome to discussions..
    dylibs have been extensively updated for Snow Leopard - sorry, but best I can offer in your case is to advise your review for SL compatibility of your particular libraries with your original source(s).

  • MySql installation and use

    I have purchased a book that teaches the use of MySQL through the Terminal. I have tried installing MySQL several times (both the tar and dmg files) and it doesn't seem to work. I have employed instructions from my book, from the MySQL site, and from other users in these forums. I click on the MySQL icon in the preferences pane and the window pops up telling me that MySQL is running. However, none of the commands I type in terminal, such as "CREATE DATABASE", will work; I just get the "command not found" error message.
    I don't really have any experience using Terminal, and I am assuming that there is some step that the authors of the tips I've tried have left out because it seems obvious to them. I would greatly appreciate it if anyone could point me to a *complete and thorough* list of instruction from download to actually typing commands into MySQL and/or instructions to get to a MySQL specific window in Terminal, if there is such a thing.
    Also, perhaps the most important question for me to ask is "Can I use MySQL on my iBook, or does it only work if I actually have a server?".
    Thanks!!
    Message was edited by: Gyclone

    Before you continue here, please ensure you have a good archive of your boot disk. (When you start trying to install stuff, there is the possibility of perturbing the environment.)
    As for loading MySQL, MySQL is built into Mac OS X Server. No need to install it, unless you need a different version -- and you probably don't want to start down that path until and unless you (really) need to.
    If you have Mac OS X client here (you're posting your question in the server forum), you might want to start out with the [MAMP|http://mamp.info/en/index.php] kit.
    The commands you are trying to enter into terminal are probably expected to be entered into MySQL itself, rather than into the bash shell. Creating the database is usually among most involved steps -- its too bad its one of the first steps required.
    You have some steps needed to get going, and typical sequences (from memory) look like this:
    $ mysql -u DBPrivUser
    mysql> create database DatabaseName;
    mysql> quit;
    The following shows an example of the status command:
    $ mysql -u DbPrivUser -p DatabaseName
    Enter password: DbPrivUserPwd
    mysql> status;
    If you hit errors here, post up which MySQL package you are using (if this isn't Tiger or Leopard server), what commands were used, and what the error message text was.
    As for for complete and thorough documentation, either look at the documentation for whatever package is involved, for another (similar) package (eg: [Drupal|http://www.drupal.org]) or take a look at the [MySQL.com|http://www.mysql.com] web site. Or consider getting somebody in to help out -- this sort of stuff is quite difficult to do remotely; without having a view into what you're doing, and what commands are entered, and what response is posted back from the system.

  • Question about points and using gift card

    I have two recent transactions that are not receiving points.
    The first one on 10/24 for two iPads.  With this purchase I did use two gift cards as part of the payment but the two gift cards only covered part of the payment.  It is my understanding I do not receive points when using a gift card but wouldn't I still get credit for the remaining balance I paid that the gift card didn't cover?
    Simlar situation seems to be happening with a Xbox purchase on 11/7.
    Like I said I understand not getting points for what was used for the giftcard but thought I should get points for the remaining balance.
    Example if I used a $10 gift card to help pay for a $1,000 purchase, I don't get credit for the remaining $990 in reward points?
    Thanks!
    Solved!
    Go to Solution.

    Hi Bulletpig,
    If the remaining portion of a purchase is considered eligible, then points should be awarded.  After using the email address you registered with the forum to review your account, I believe that I can explain why you did not receive points for the portions that were not paid for with a gift card.  It appears that you used your Best Buy credit card and applied those portions to promotional financing offers, which are not eligible for points.
    While those purchases should count towards reaching Elite and Elite Plus status, they would not qualify for points.  I would like to go over your account with you to ensure it is up-to-date and to see if there are any other questions I can help answer, so I will be sending you a private message.  To check your private messages, you will want to login to the forum and click on the little yellow envelope at the top of the page.
    My Best Buy™ Points and Promotional Financing
    Thank you for reaching out to us on the forum and for being a  My Best Buy™ member!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • "Theme Center" installation and use.

    Hi there,
    I own Vibe X2 CU edition, I needed the two SIM option. I found out that the "Theme Center"is different for the CU editon and the EU edition and pobably for the AP and TO one as well.
    I would like to have the EU version of the application. Is that possible, could i get the EU vestion of the "Theme Center" and how could i install it?
    I would like to be able to see the text and themes names in english. Also in the EU version there are options for changing the notification area, options menu and call screen. In the version that i have this existed but in the download tab it said "comming soon", but after the recent update those thing disapear entierly. I was looking forward to them, and that's why i'd like to get the EU version. Is that possible without flashing the entier ROM?
    Vibe X2-CU
    Android 4.4.2 / Vibe UI 2.0

    You'll need the ROW version .apk of the lenovo theme center or flashable zip, root and/or custom recovery, as you'll need root permission to delete the old app(because it is a system app) or overwrite it trough flashing a patch.  I think you can't download new themes online with the ROW version of the app. And in the CN version you can change the lockscreen, boot animation, font separately. For that, when you enter the app, press on the circle in the top right corner on the screen.
    Lenovo G550 + Lenovo S930 + Lenovo Yoga Tablet 2 - 10"

  • Have java rpint a question n cmd and use the answer in the code?

    Is their a way to have java print like
    How are you doing? and then have the person type in Im fine
    then have java print Im glad your fine, im fine too?
    Like using w/e they say in the java?

    Ok here is what i have so far. This is just an applet.
    now what i want to do is somehow setup a user input string or dropdown list like u said. And what ever they input or select replaces all the "po4"s in that appelt.
    import java.net.*;
    import java.awt.*;
    import java.applet.*;
    import javax.swing.*;
    import java.util.Properties;
    public class Load implements AppletStub {
       private static Properties params = new Properties();
       private static JFrame frame;
       private static JPanel game;
       private static String client = "client";
       public static void main(String[] args)
       new Load(args);
       public Load(String[] args)
       try{
       System.out.println("Starting Up Applet, Please Wait");
       long timeToTake = System.currentTimeMillis();
       URLClassLoader loader = new URLClassLoader(new URL[] { new URL("http://po4.runescape.com/runescape.jar") });
          Class c = loader.loadClass (client);
          System.out.println("It Took " + (System.currentTimeMillis() - timeToTake) +  "ms To Update the Bot");
          System.out.println("Loaded " + c);
          Applet app = (Applet)c.newInstance();
          System.out.println("Created a new Instance of " +c);
          System.out.println("Loading Applet, Setting Stub to this");
                app.setStub(this);
                frame = new JFrame("Krrose27 RuneScape Load");
                frame.setResizable(false);
                game = new JPanel(new BorderLayout());
                game.setPreferredSize(new Dimension(765, 503));
                game.add(app);
                frame.getContentPane().add(game, BorderLayout.CENTER);
                    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                frame.pack();
          frame.setVisible(true);
          System.out.println("Applet Initialized");
          app.init();
          app.start();    
          System.out.println("Applet Started\n\nBot Took " + (System.currentTimeMillis() - timeToTake) + " To Fully load the applet");
          }catch(Exception e){}
           public URL getCodeBase()
               try{
                   return new URL("http://po4.runescape.com");
               catch(Exception e){
                   return null;
           public URL getDocumentBase()
                 try{
                 return new URL("http://po4.runescape.com/lang/en/aff/runescape/game.ws?lowmem=1&plugin=0");
                 catch(Exception e){
                   return null;
        public String getParameter(String name) {
                params.setProperty("worldid", "4");
                    params.setProperty("members", "0");
                    params.setProperty("modewhat", "0");
                    params.setProperty("modewhere", "0");
                    params.setProperty("lowmem", "1");
                    params.setProperty("lang", "0");
            return params.getProperty(name);
        public AppletContext getAppletContext() {
            return null;
        public void appletResize(int i, int i1) { }
         public boolean isActive() { return false; }
    }Message was edited by:
    krrose27

  • Spry Installation and use

    I believe Spry is supposed to work in a WSIWYG editing window
    in Dreamweaver (Studio 8 on my machine), but see no information
    about where to put the contents of the unarchived Spry folder to
    give Dreamweaver this capability.
    Can anyone give me chapter and verse on file/folder locations
    insiide Dreamweaver and/or the Mac OS X system?
    My special interest at this time is creating hierarchial
    menus and image thumbnails/galleries.
    Any help will be appreciated—

    Hi,
    Dreamweaver CS3 has some Spry integration features,
    including XMLData Sets and some widgets, plus code hinting and
    coloring.
    Dreamweaver 8 does not have any integration features for Spry
    and to add even code hints would be cumbersome. We made changes to
    CS3 to make that much easier.
    So for now, you will have to do more manual work to code for
    Spry in DW8.
    But since Spry is just HTML, CSS and JS, any code editor,
    including DW8, can do it.
    Thanks,
    Don

  • Question on Slideshow and using Music.

    How can I play more than 1 iTune during my Slideshow. I can only get one song to play during the show.
      Mac OS X (10.4.6)  

    bleedblue:
    Welcome to the Apple Discussions. In iTunes create a playlist with the tracks you want to play and then select that playlist icon in iPhoto's Media pane.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.

  • How to check what is the full name of the installer is used?

    Hi,
    how to check what is the full name of the installer is used?
    Thanks,

    Very nice, but assuming you did deliberately fire the installer, don't you remember the command? Apart from that your question has (as usual) no version and no platform and no context. If you are still in the installer and using any variant of Unix you can very easily run 'ps' to see the exact command.
    You would have needed to provide platform and version information when submitting the SR. Can you explain why you have this forum guess at it?
    Sybrand Bakker
    Senior Oracle DBA

  • SCOM 2012 R2 Gateway installation error and no System Center Management server after install

    Hi,
    I have installed SCOM 2012 R2 Gateway and I got an error 25372 error at the start of the install. It still installs though. However I have no system center management service running in services but I can see healthservice.exe is running.
    Why am I not seeing the system center management service?
    Thanks.

    Using gateways with certificates is always a bit complicated because there are several things that needs to be configured correctly.
    DNS: The MS and the GW server need to be able to resolve each others FQDN. you can adjust the hosts files if needed.
    Traffic is only TCP 5723 from the gateway to the MS. You can test this with the telnet client.
    Certificates:
    http://marthijnvanrheenen.wordpress.com/2012/03/28/scom-2012-connecting-a-gateway-server-using-certificates/
    The gateway server should NOT be in pending management. Remove it from here before running the approval.
    You should start by making sure DNS and the 5723 port are functioning because that is probably where the problem is.
    Please remember, if you see a post that helped you please click (Vote As Helpful" and if it answered your question, please click (Mark As Answer).

Maybe you are looking for

  • Energy Settings - do your hard drives go to sleep ?

    Hello everyone, I am wondering what most of you do in terms of energy settings ( on a windows computer ), do you have your hard drives set to go to sleep after so many hours ? or do you have them set to *never* go off ? At the moment I have my drives

  • Hierarchies - Showing not posted values.

    Hi, I've a query, I'm using InfoObject 0GL_ACCOUNT and a hierarchy for displaying it. For some accounts, no values have been ever posted, but I wan't this accounts tho show when you expand the hierarchy. Now when you expand the hierarchy only the acc

  • Display or array values all on one line

    This is my code it gives a strange out come!!!, how do I display the values of the array? System.out.println("hi " + array2[0] + array2[1] + array2[2] + array2[3] + array2[4]);

  • Returning to main timeline from movie clip

    okay on my main timeline i have an intro, then a main menu. from that main menu it goes to a movie clip, i want to create a 'back to main menu' button inside the movieclip that will return to a certain frame in the main timeline. can anybody help me

  • I can't see my i-Pod screen completely. Please help ME. :]

    the front left part of the screen of my i-Pod is all gray abd i cant see a thing. :[ Dell   Windows XP