Operations | Monitoring | ITSM | DevOps | Cloud

WLSDM

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 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.

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!

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.

How to monitor WebLogic Outbound HTTP Socket connection via WLSDM?

A socket is one end-point of a two-way communication link between two programs running on the network. Socket classes are used to represent the connection between a client program and a server program. The java.net package provides two classes--Socket and ServerSocket-that implement the client side of the connection and the server side of the connection, respectively.