Most of us working with AIX know the IBM AIX Toolbox for Open Source Software. It’s a repository that gives us access to the open-source world. But have you ever looked closely…
IBM POWER
Intel x86, IBM Power, and Containers: A unified IT infrastructure
For some, what I’m about to describe might seem obvious. However, in my experience, many people still don’t fully understand how different technologies interact with each other and what their specific applications…
The Myth of Infinite Uptime in High Availability Systems
I often come across posts online where people boast about their system’s impressive uptime. “Server running without interruption for 5 years!” – sounds proud, right? But is it really a reason for…
Using Ansible for HMC Update
When managing the HMC console, the activity that needs to be done from time to time is to update it. In the life cycle of the console, ifixes and servie packs are…
IBM Power Ansible in Practice: Adding a VLAN to SEA (Shared Ethernet Adapter)
Here’s a practical approach to managing network configuration on IBM Power servers using Ansible and the ibm.power_hmc collection. Using a playbook as an example, I’ll show how to add a new VLAN…
AIX – health check of NVME drives
Since the release of the Power9 servers, the new servers come with NVMe drives. Internal NVMe drives can be used to install VIOS. This raises the question of what condition the NVMe…
Mastering SSL/TLS Certificate with OpenSSL
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that secure connections on the Internet. While SSL has been replaced by TLS, both protocols provide secure data transmission. [gspeech]…
IBM Creates Great Technologies, But What Happened to Them?
Today, I found out that IBM engineers created and contributed to adding support for LXC containers to the Linux kernel – a technology that became the foundation of modern containerization. Sounds impressive,…
Error Analysis in AIX: Interpreting ERRPT Sense Data
In the AIX system, when an error occurs, information about it is logged in the error log. By reviewing the errors that have appeared in the system (errpt), we can read basic…
Intruduction to AIX
In the world of technology, Unix systems are often perceived as complex, intended exclusively for a narrow group of specialists with advanced knowledge. IBM AIX, one of the most mature and stable…