maxava

Welcoming the IBM Community

Author: Andy Youens

  • ActiveMQ

    I’ve got a little home project that I’ve been looking at for a while.  In this article, I’ll prepare our IBM i for that project. It will involve some IoT devices sending data to the IBM i. To receive that information the IBM i, will be using the Open Source package ActiveMQ. What is ActiveMQ?…

  • An Advanced Job Scheduler

    In this article, I’ll be going back to good old green screen, well for some parts of this article! Nested in the IBM i 7.5 OS announcements made by IBM in May 2022, was the statement that half a dozen or so licensed programs will now be included within the cost of the OS.  Great…

  • An Ansible Environment Setup

    Firstly, thank-you to all those who attended my Ansible workshop and presentation of Visual Studio Code at the i-UG conference at Northampton in June.  It was great to be back presenting and meeting up with friends. This article is related to this event. The Power servers for the event, were kindly provided by Rowton IT…

  • An Ansible IBM i Disk Checker

    This article slightly deviates from my usual open source articles on IBM i. I say slightly, as this article will be about Ansible and yes Ansible is open-source.  Thank-you Red Hat. This article will not be an introduction to Ansible.  My good friend Glenn Robinson, has written a great couple of PowerWire articles on that…

  • LFTP on IBM i

    If you know all about the TCP/IP utility FTP, you will feel right at home with this nifty utility. If you are fed up with all the virus’s in the open-source utility FileZilla, give lftp a try.  You will not be disappointed. As the man page for lftp states; lftp is a file transfer program…

  • Dot Files on IBM i

    For those who have been following my bite size BASH tutorial on You Tube, I thought it about time I wrote an article about a very useful BASH utility that’s available for our IBM i, and of course, plug my BASH videos at https://bit.ly/3IXBkm6 at the same time! This helpful utility was developed by my…

  • NCDU on IBM i

    Yes, I am continuing my amazing journey with open source on the IBM i. In this article I’ll be taking a look at another one of the open source utilities that has slipped under the covers… This time it is NCurses Disk Usage, or NCDU from now on. This is a disk storage utility, with…

  • Service Commander on IBM i

    Service Commander on IBM i

    In this article I will talk about another great open-source utility for our IBM i. Firstly, what a great name! Service commander was developed by Jesse Gorsinski, the business architect of open source on IBM i. The github repository for Service Commander can be found at https://github.com/ThePrez/ServiceCommander-IBMi Check-out this repository, not only to see the…

  • Logrotate on IBM i

    In this article I will talk about an open-source utility that hasn’t got much airspace since it was released on our IBM i. Its called logrotate, a handly utility that can help us manage the many logs we have on our IFS.  As we all know, log files can easily get out of hand.  How…

  • PostgreSQL on IBM i

    In this article I will show you how we can install and use the very popular PostgreSQL database on our IBM i. PostgreSQL is an open source relational database management system, a DBMS developed by a worldwide team of developers.  It has been around since 1986 and now available on the IBM i. Install To…

  • Data-Queues with ODBC

    In my last couple of PowerWire articles, I have written about using data-queues and about ODBC connectivity. If you need to refresh yourself of either of the articles, the data- queues article can be found here, with the ODBC article in the link here. In this article, we are going to combine those two features…

  • Data-Queues and DB2 Services

    In this article I will be taking a look at how DB2 SQL Services can help with using data-queues. Data-queues are a great way for open source to communicate with traditional objects on the IBM i. For example, an RPG program may place order details on a data-queue, where a Node.js program will pick up…