Difference between revisions of "AIX"

From Computer History Wiki
Jump to: navigation, search
(Version 1.x: More underwhelm than you should be allowed to have)
m (corral external links)
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
| name = AIX
 
| name = AIX
 
| creator = [[IBM]]
 
| creator = [[IBM]]
| current version = 7.1 for RS/6000, PPC, up to POWER8
+
| current version = 7.2 for RS/6000, PPC, up to POWER9
 
| year introduced = 1986
 
| year introduced = 1986
 
| type = Multitasking, multiuser UNIX
 
| type = Multitasking, multiuser UNIX
Line 11: Line 11:
  
 
'''Advanced Interactive eXecutive (AIX)''' is the version of [[UNIX]] developed by IBM, initially for the [[RT PC]], and subsequently for [[RS/6000]], [[PS/2]] and [[System/370]].
 
'''Advanced Interactive eXecutive (AIX)''' is the version of [[UNIX]] developed by IBM, initially for the [[RT PC]], and subsequently for [[RS/6000]], [[PS/2]] and [[System/370]].
 
(See '[https://notes.technologists.com/notes/2017/03/08/lets-start-at-the-very-beginning-801-romp-rtpc-aix-versions/ Let’s start at the very beginning… 801, ROMP, RT/PC, AIX versions]', which describes the initial 3 versions.)
 
  
 
== Version 1.x ==
 
== Version 1.x ==
AIX 1 was jointly developed by IBM Austin, IBM Yorktown and Interactive Systems Corporation, based on [[System III]] and [[SVR1]] of [[Unix SYSV]], and released for the [RT PC]. It suffered from the expected limitations of a first release. See [http://technologists.com/sauer/SA23-1057_IBM_RT_Personal_Computer_Technology_1986.pdf IBM RT Personal Computer Technology].
+
AIX 1 was jointly developed by IBM Austin, IBM Yorktown and Interactive Systems Corporation, based on [[System III]] and [[SVR1]] of [[Unix SYSV]], and released for the RT PC. It suffered from the expected limitations of a first release. Later, October, 1992, AIX version 1.3 ran on the PS/2 and some compatibles.
  
 
== Version 2.x ==
 
== Version 2.x ==
AIX 2 supported the second version of the RT/PC hardware and capabilities planned for the first release. See '[http://technologists.com/sauer/Advanced%20Interactive%20Executive%20(AIX)%20Operating%20System%20Overview.pdf Advanced Interactive Executive (AIX) Operating System Overview]'.
+
AIX 2 supported the second version of the RT PC hardware and capabilities planned for the first release.
  
 
== Version 3.x ==
 
== Version 3.x ==
AIX 3 was designed to overcome limitations of prior versions and support the RS/6000. In addition, companion versions ('[https://archive.org/stream/bitsavers_ibmpcrtaixefinitionOverviewJul88_4100993/GC23-2002-0_AIX_Family_Definition_Overview_Jul88_djvu.txt IBM AIX Family Definition Overview]') were released for PS/2 and System/370, including TCF (Transparent Computing Facility) based on [https://en.wikipedia.org/wiki/LOCUS_(operating_system) LOCUS]. See [http://ieeexplore.ieee.org/document/109275/ AIX 3 Technology]
+
AIX 3 was designed to overcome limitations of prior versions and support the RS/6000. In addition, companion versions were released for PS/2 and System/370, including TCF (Transparent Computing Facility) based on [https://en.wikipedia.org/wiki/LOCUS_(operating_system) LOCUS].
  
 
== Version 4.x ==
 
== Version 4.x ==
Line 33: Line 31:
  
 
== Version 7.x ==
 
== Version 7.x ==
Adds virtualization support for AIX 5.3 environments. Built-in clustering support.
+
Adds [[virtualization]] support for AIX 5.3 environments. Built-in clustering support.
7.2 adds live kernel updates and some other improvements, including Power9 support.
+
7.2 adds live [[kernel]] updates and some other improvements, including Power9 support.
 
{{stub}}
 
{{stub}}
 +
 +
==External links==
 +
 +
* [https://notes.technologists.com/notes/2017/03/08/lets-start-at-the-very-beginning-801-romp-rtpc-aix-versions/ Let’s start at the very beginning… 801, ROMP, RT/PC, AIX versions] - describes the initial 3 versions
 +
* [http://technologists.com/sauer/SA23-1057_IBM_RT_Personal_Computer_Technology_1986.pdf IBM RT Personal Computer Technology] - covers AIX 1
 +
* [http://technologists.com/sauer/Advanced%20Interactive%20Executive%20(AIX)%20Operating%20System%20Overview.pdf Advanced Interactive Executive (AIX) Operating System Overview] - covers AIX 2
 +
* [https://archive.org/stream/bitsavers_ibmpcrtaixefinitionOverviewJul88_4100993/GC23-2002-0_AIX_Family_Definition_Overview_Jul88_djvu.txt IBM AIX Family Definition Overview] - covers AIX 3
 +
* [http://ieeexplore.ieee.org/document/109275/ AIX 3 Technology]
  
 
{{Nav Unix}}
 
{{Nav Unix}}
  
 
[[Category: Unix-based OS's]]
 
[[Category: Unix-based OS's]]

Latest revision as of 18:08, 2 March 2021


AIX
Logo-aix.gif
Logging into an AIX system
Type: Multitasking, multiuser UNIX
Creator: IBM
Architecture: RT/PC, RS/6000, IBM 386, System/370
This Version: 7.2 for RS/6000, PPC, up to POWER9
Date Released: 1986


Advanced Interactive eXecutive (AIX) is the version of UNIX developed by IBM, initially for the RT PC, and subsequently for RS/6000, PS/2 and System/370.

Version 1.x

AIX 1 was jointly developed by IBM Austin, IBM Yorktown and Interactive Systems Corporation, based on System III and SVR1 of Unix SYSV, and released for the RT PC. It suffered from the expected limitations of a first release. Later, October, 1992, AIX version 1.3 ran on the PS/2 and some compatibles.

Version 2.x

AIX 2 supported the second version of the RT PC hardware and capabilities planned for the first release.

Version 3.x

AIX 3 was designed to overcome limitations of prior versions and support the RS/6000. In addition, companion versions were released for PS/2 and System/370, including TCF (Transparent Computing Facility) based on LOCUS.

Version 4.x

Version 4.x introduced CPU support for the PowerPC family of processors, and included minor CHIRP/PReP compatibility, and at least one Apple server that ran AIX.

Version 5L

As it remains now, it's a SYSVr3 based OS with many enhancements from BSD and Linux.

Version 6.x

More Linux- and POSIX compatibility. Some POSIX thread library functions that are only stubs in 5.x are actually working in 6.1 (e.g. some locking functions that appear to be available in 5.1 but aren't locking anything!)

Version 7.x

Adds virtualization support for AIX 5.3 environments. Built-in clustering support. 7.2 adds live kernel updates and some other improvements, including Power9 support.

External links