Back to Wekan

Dev: IBM AIX install & update platforms (manual vs automatic)

docs/Design/Autoupdate/OS/AIX.md

10.101.9 KB
Original Source

Dev: IBM AIX install & update platforms (manual vs automatic)

AIX OS updates ship as filesets installed with installp (usually via the smit/smitty menus). NIM (Network Installation Management) pushes installs/ updates from a master to clients. Open-source software comes as RPMs from the AIX Toolbox, managed with dnf (modern replacement for yum). The Internet-update tool is SUMA, which downloads fixes on a schedule from IBM.

SUMA (Service Update Management Assistant) is AIX's automatic Internet downloader — cron-driven — but applying the fixes stays a separate admin/NIM step.

MechanismManualAutomaticAuto/Internet mechanismMaintainerURLLicense
installp + smit/smitty (filesets)NoneIBMhttps://www.ibm.com/docs/en/aixProprietary
NIM (Network Installation Management)partialPush installs/updates from NIM master (LAN, not Internet auto-refresh)IBMhttps://www.ibm.com/docs/en/aix/7.2.0?topic=management-managing-nimProprietary
dnf/yum (AIX Toolbox RPMs)Pulls from Toolbox repos on demand; no auto-refresh daemonIBM (pkgs) / OSS (dnf)https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overviewGPL/OSS
SUMA (Service Update Management Assistant)✓ (download)Scheduled task downloads TL/SP/security fixes over the Internet from esupport.ibm.com; cron-driven, e-mail notifyIBMhttps://www.ibm.com/docs/en/aix/7.3.0?topic=suma-service-update-management-assistantProprietary

WeKan / Electron applicability

No for the desktop — no Electron/Chromium on AIX. Node.js has an official AIX port, so the WeKan server side is feasible; the Electron client is not.

See also

Solaris.md · HP-UX.md · OpenVMS.md · zOS.md · Linux.md