Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

How to monitor Oracle Traffic Director(OTD) Components and Instances?

Previously on WLSDM blog, we announced our products new release with “New Release WLSDM 3.7.1 and WL-OPC 1.2.0 is common available!” post. WLSDM and WL-OPC release offers a complete Oracle FMW product stack monitoring infrastructure for your FMW domains and their system components and instances. In this blog post, we have created another tutorial to learn how to monitor and diagnose Oracle Traffic Director (OTD) Components and Instances.

WLSDM: A Complete End-to-End Monitoring solution for Oracle BI (OBIEE)

Many organizations today use a collection of Business Intelligence (BI) tools and applications to allow experts to gather and analyze information from disparate sources across various lines of businesses to meet enterprise wide information gathering and analysis needs required for the reporting and monitoring of business activities.

New Release WLSDM 3.7.1 and WL-OPC 1.2.0 is common available!

We are pleased to announce that WLSDM 3.7.1 and WL-OPC 1.2.0 products are now common available for download on https://wlsdm.com/download page. In this WLSDM/WL-OPC release pack, Oracle Fusion Middleware (FMW) System Component health dashboard available and offers monitoring all Oracle FMW 12c product stack.

How to Monitor OID Status and Restart the LDAP Service When OID is Down?

We prepared WLSDM OID DevOps MBean blog about when OID shuts down due to external problems such as a network issue, the system will be provided to stand up. First of all, We are going to create WLSDM DevOps MBean then assign restart script on it. If the dummy LDAP search on DevOps MBean does not return any result, the opmnctl service will be restart by triggering the action script.

How to Decrypt/Encrypt WebLogic and Datasource Password via WLSDM?

We prepared how to decrypt WebLogic passwords and how WLSDM decrypt WebLogic passwords(even other domains passwords) easily. Where do we use this feature? Consider a scenario you have one domain cloned by another domain and you have to add datasources to new domain. In this scenerio use WLSDM Decrypt/Encrypt feature and get WebLogic data source username and passwords quickly!

How to create server/machine disk usage dashboard and trigger "delete logs" DevOps action automatically?

“Oracle WebLogic Server has quite a number of log files that are generated which naturally tend to grow. Without any type of log rotation, archiving, or purging set up, your file system can be filled up rather quickly and eventually pose stability issues to your application environment.” Fortunately, WLSDM can create “Generic DevOps Mbeans” to prevent this scenario. It is also extremely simple.

WLSDM: How to monitor Outbound HTTP Socket connection (back-end outbound http/s response times) performance on WebLogic?

In this blog post we prepared monitoring http/s response times performance via WLSDM Back-End system monitoring features. URLs and URLConnections provide a relatively high-level mechanism for accessing resources on the Internet. Sometimes applications are require lower-level network communication, for example, when you want to write a client-server application.

WebLogic Smart Dashboard and Monitoring-A Tool for WebLogic Administrators by Rounak Agrawal

I have been working on WebLogic server for more than 3 years. I do monitor server log files, Server status, Data source , JMS servers, deployed application status, CPU/Memory usage and much more J2EE applications related metrics. This was a repetitive task for me checking manually everything on console .I always thought of writing some scripts , even i wrote one Jython script which was giving HTML formatted report.