Nov 7, 2025
IBM has released the latest "IBM i on Power - Performance FAQ" dated Nov 2025.
The online PDF to it can be found here
Note: It is also listed on the "IBM i Extras" page.
Nov 7, 2025
IBM has released the latest "IBM i on Power - Performance FAQ" dated Nov 2025.
The online PDF to it can be found here
Note: It is also listed on the "IBM i Extras" page.
Oct 21, 2025
Confidentiality: Ensuring information is accessible only to those authorized to have access.
Integrity: Safeguarding the accuracy and completeness of information and processing methods.
Availability: Ensuring authorized users have access to information and associated assets when required.
The standard is applicable to organizations of all types and sizes across all sectors, helping them manage security risks, reduce vulnerabilities to threats like cyberattacks, and meet contractual and regulatory obligations.
Oct 17, 2025
Oct 14, 2025
Sept 25, 2025
Sept 24, 2025
Some of you may be aware of this but if not, it's the IBM i "You, Me and IBM i" Podcast. Brought to you by IBM'ers Alex Marquis and Kurt Schroeder.
The site states: "The You, Me, and IBM i podcast offers an inside look at the real lives of the technical support experts at the IBM i Global Support Center. Each episode explores a new aspect of support, and leaves listeners better able to solve their own issues and get back to business."
I hope you enjoy it as much as I have. It's a wealth of info.
The home page can be found here
Sept 23, 2025
Nick Litten @Nick Litten brings us this article about IBM i command PRTCMDUSG. I don't know about you, but I haven't used this command in quite some time. It's extremely handy when planning an OS upgrade. As Nick states: "Even a PTF can change a command's behavior".
Nick's article can be found here
Sept 22, 2025
This is something that is overlooked. It is the IBM i System Limits / Maximum Capacity values. The values can be found here. (Change the OS Version as Needed).
Per IBM "If you exceed system limitations, you might experience an application outage or a system outage. Avoid these types of outages by being aware of the maximum capacities and system limitations in advance."
Sept 17, 2025
Here's something that's kind of neat to configure. It's a bit tricky the first time through. If I could do it, so can you! It was fun to set up and run.
It's the "IBM Navigator for i - Custom Charts". The page for it can be found here.
Note: The IBM page shows a current date but only lists out V7R3, V7R4. Since it is "Nav for i", this will probably work on V7R5, V7R6 as well.
Keep in mind: In the steps IBM walks you through, there is mention of the following: "If for some reason a metric is not displaying correctly or is not retrieved, the icon in the upper right for that chart shows an error condition. To review the list of errors, under the main actions button click the "View Chart Errors" action.
When I built a chart to see how the process played out, the chart I built did not show up. I knew it was right so I checked the error log as IBM instructed. What I found out was, I had to open ACS, click on the "Tools" tab and click on "Navigator Requests". That will open up a dialog box showing your partition(s). Highlight the partition the chart is being built for and start the request. That action will force your new chart to be displayed.
Sept 16, 2025
Sept 15, 2025
The 13th annual FORTRA IBM i Marketplace Survey is now open. The dates of the survey are Sept 15th to Oct 31st, 2025.
Please spread the word amongst the IBM i community!
How will you use #ibmi in 2026? Give back to the IBM i community by taking the survey today! https://www.surveymonkey.com/r/Fortra-power-survey
Sept 5, 2025
| Description: Users are leaving their "Run SQL Scripts" sessions open for an extended period of time. | ||
| Although there is a configurable option to "automatically close cursor to release locks", | ||
| this does not disconnect the session. This can present a security risk if physical access | ||
| to the connected workstation is compromised. | ||
| How can we use SQL to identify ODBC/JDBC connections that have been idling for a long time | ||
| and proactively disconnect them? |
@Steve Riedmuller of KISCO Systems has a Gist Site containing SQL code that can assist you with this task. His Gist site can be found here. | |