-
Recent Posts
Recent Comments
- Can’t delete a macOS user with dscl [resolution] – it.megocollector.com on When you “can’t” delete a user in MacOS
- morsing on Starting tactic script for CPU allocation calculations on POWER9/10
- morsing on Adding a Gmail account to your Mutt
- morsing on AIX IRC channel moving home
- morsing on AIX IRC channel moving home
Archives
- October 2023
- August 2023
- May 2023
- April 2023
- December 2022
- November 2022
- October 2022
- September 2022
- April 2022
- December 2021
- October 2021
- June 2021
- May 2021
- March 2021
- February 2021
- January 2021
- November 2020
- June 2020
- November 2019
- May 2019
- August 2017
- July 2017
- January 2016
- June 2013
- April 2013
- November 2012
- March 2012
Categories
Meta
Category Archives: AIX
Graphing ilcs in Grafana
Graphing of ilcs in AIX is not included in the nimon data output because ilcs comes from the mpstat command and ilcs is not part of the perfstat library that njmon uses. ilcs is “Involuntary Logical CPU switches” and occurs … Continue reading
Posted in AIX, IBM POWER, Performance tuning, Scripting
Tagged aix, IBM power, ilcs, perfomance, POWER, processor pool, processor switches, shared processor pools
Leave a comment
Unable to increase MaxLPs for LV
As part of growing filesystems on AIX, you often hit the message: which is a bit of a legacy setting from the days of small disks. This is easily over-come by running chlv -x <number> but I was recently thwarted … Continue reading
Capacity and performance check script
Another little script I wrote to check capacity aspects of an AIX LPAR. I call it capacity checks as it is basing most of the checks on counters and averaging out over 90 days. Some of this is based on … Continue reading
Script to change WWPNS in LPAR profile
This is a script to interactively change WWPNs on adapters in an IBM POWER/Power systems LPAR profile. This is useful if you have to re-create adapters or even whole profiles as the HMC GUI does not allow you to set … Continue reading
Posted in AIX, HMC, IBM POWER, Scripting
Tagged aix, fibre adapter, hmc, hmc scripting, LPAR profile, VFC, WWPNs
Leave a comment
Starting tactic script for CPU allocation calculations on POWER9/10
Based on Earl Jew’s presentation on the 6th of October 2022, “Simplest starting tactic for Power10 AIX exploitation V1.2″. Excellent IBM POWER VUG materials can be found here: https://ibm.ent.box.com/s/6hn2orvig4r2peu6e39owmp07ewyyf4x And the meeting presentation replay here: https://ibm.ent.box.com/s/5atsp26sxup1ob04c3urbkiovj8epbax This is an analytic … Continue reading
Posted in AIX, IBM POWER, Linux, Performance tuning, Scripting
Tagged IBM, LPAR, POWER, Processor entitlement, script, smt, Tuning, virtual CPU
1 Comment
NIM certificate issues?
NIM is great, right up to the point where it stops working! Getting this error: This means the client certificate for nimsh isn’t working. You might have been Googling and be told nimclient -c or niminit might fix the problem, … Continue reading
Concurrent/parallel or sequential LPAR migrations
When you run lslparmigr -r sys -m <system>, the value of “num_active_migr._supported” shows how many concurrent migrations are possible. For multiple partitions, LPAR names must be comma separated. The maximum number of partition names that can be specified is displayed … Continue reading
Removing Java 7 on VIO 3.1
I asked IBM if I could remove Java 7 on our new VIO 3.1 instalattions, and rather than answer the question, they pointed me to this brilliant command: updateios -remove_outdated_filesets It happily removed old Java versions and a few other … Continue reading
Posted in AIX
Tagged 3.1, Java 7, Remove Java, remove_outdated_filesets, updateios, VIO
Leave a comment
NIM alt_disk_migration and p6 processor mode
I was trying to do a NIM alt_disk_migration on a POWER7 LPAR form AIX 7.1 to 7.2 but the nimadm scripts kept stalling, but without outputting anything interesting, even in debug mode. In the end I gave up and tried … Continue reading
Updating fileset in lpp_source on NIM
If you update your NIM server to a new TL level and you do alt_disk migrations from this NIM server on client servers on lower levels, you need to update the bos.alt_disk.boot_images fileset in both the LPP sources and SPOTs … Continue reading