-
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
Tag 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
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
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
rmsock bug and workaround
I found a bug in rmsock on AIX 6.1 TL9 recently which caused a server crash. If run on a socket ID that has disappeared, the server just dumps and reboots. I came up with a work around for identifying … Continue reading
xpinfo and dyntrk – FSCSI_ERR10
I had noticed lots of FSCSI_ERR10 ‘Configuration mismatch’ messages with identifier 1FB4FD21. The errpt entry had the PID as 12D0E4 hex in the sense data: SENSE DATA 0000 0000 0000 00D3 0000 0016 0200 0000 0000 0000 0000 0000 0000 0000 … Continue reading