Ansible, DevOps How to use AWX REST API to execute jobs 31.03.2023 by Oracle Team by Alexandre Nestor Introduction AWX provides a REST API which allows to do pretty all commands that can be executed through the web interface, using http requests. Sometimes is more easy to restart, or start jobs for instance through(…)
Cloud, Oracle Oracle Zero Downtime Migration : Offline logical database migration from on-premises to Autonomous DB 23.03.2023 by Marc Wagner I have recently written a blog introducing the Oracle ZDM (Zero Downtime Migration) tool : https://www.dbi-services.com/blog/zero-downtime-migration-zdm-to-oracle-cloud-infrastructure-oci/ I have also done some tests performing an offline logical database migration from a database running on an OCI(…)
Cloud, DevOps, Kubernetes ChatGPT vs DevOps 01.02.2023 by DevOps As a lot of curious people, I have experimented with ChatGPT in order to figure out if it could be helpful in my work as a DevOps consultant or even replace me (why not?). If you are also interested to(…)
Ansible, Docker Docker Containers for Developers 19.01.2023 by DevOps As I am working on developing a component for YaK, I have to stick to standards on how to write code in Ansible as well as many other constraints regarding security. I always thought of docker(…)
Ansible, Application integration & Middleware, Oracle, YaK Oracle HTTP Server (OHS) 12c : Configure Full SSL 29.11.2022 by Middleware Team This blog describes how to configure an Oracle HTTP Server (OHS) 12c fronting a Fusion Middleware Forms and Reports in full SSL mode. This means, the HTTP Server listen in SSL and the mod_wl_ohs plugin is configured to connect to(…)
DevOps, Kubernetes Kubernetes: Cloudbees troubleshooting with Cilium 11.11.2022 by DevOps We came across an interesting issue recently in one of our customer’s Kubernetes cluster that worth sharing. We installed Cloudbees in that cluster and everything looked fined with all pods up and running. However we couldn’t connect to the Cloudbees(…)
Application integration & Middleware, Oracle Fusion Middleware WebLogic domain creation fails with OPSS error 31.10.2022 by Middleware Team Working with YaK core, we created a YaK component to deploy WebLogic Domains, Fusion Middleware Forms & Reports and Fusion Middleware ADF infrastructure. The idea is to be able to deploy such kind of infrastructure in different Clouds or on-Premise(…)
YaK Tips to Develop a new Component on top of YaK Core 11.10.2022 by DevOps If you are following social medias, you are probably aware of the new product that dbi services launched which is called YaK (news here). With Pascal Brand, we(…)
YaK Add On-Premises Host in YaK Core 10.10.2022 by DevOps Even if YaK Core does not manage on-premises servers provisioning, these can be easily added to YaK inventory. If you are too excited, can’t wait to test YaK and have no cloud account handy, you can(…)
Database Administration & Monitoring PostgreSQL from packages on OpenBSD 09.10.2022 by Daniel Westermann Almost all of our customers run PostgreSQL on one of the distributions of Linux, either installed from packages or from source code. But there is not only Linux, there a various flavors of BSD you can(…)