How to Discover Standalone Oracle WebTier 11g Instances in Oracle Cloud Control 12c
Now I know what your going to say, your thinking Oracle WebTier allows you to associate an WT instance with a Weblogic Domain and when you do this Cloud Control will auto-discover it. That is true, but when you are managing large scale environments, sometimes it doesn't make sense to associate WebTier instances with individual domains. This is particularly true when you are running several domains on the same server, why have individual WebTier instances per domain when 1 or 2 will do!Â
Having standalone WebTier instances does have a couple of drawbacks with respect to Oracle Cloud Control 12c. The most obvious is that standalone WebTier instances are not automatically discovered like other targets. This post outlines how you can add your standalone WebTier instances as targets to Cloud Control 12c.
To add a standalone Oracle WebTier instance to CC12, you must add it by specifying its target properties. To do this:
Within CC12, navigate to 'Setup' -> 'Add Targets' -> 'Add Targets Manually'
Select the 'Add Non-Host Targets by Specifying Target Monitoring Properties' radio button.
From the 'Target Type' drop down, select 'Oracle HTTP Server'. Then select the agent for the host that the standalone WebTier instance resides on from the 'Monitoring Agent' field and then click 'Add Manually'.
On the next page you will be presented with a long list of property fields. Don't worry, only a few of them are required. Enter the values outlined for the fields below, and for any other required fields just enter 'x'. Once done, click 'Ok'
Machine Name: host name of server WebTier instance resides on
Oracle Home Path: path to the WebTier installation.
Port Number: WebTier listening port (i.e 7777)
Version of the Apache Server: 2.2
There, you've added your standalone WebTier instance to CC12. It will take CC12 a couple of minutes to start aggregating data for the new target so be patient, but once this is complete, you will now be able to see the availability status in CC12.
This brings me to the second drawback of having standalone WebTier instances as targets in CC12. When a WebTier instance is not associated with a Weblogic domain you do not see any of the enhanced metrics in CC12 such as performance. You can only see the Response Metric ( Target Up/Down). Now this isn't a big deal I feel in Development and Test environments, but for Production I like to see all the information I can, so keep this in mind. You may want to associate your WebTier instances with a domain in Production environments so you can see all of the metrics.
















