AIX was/is one of the few big commercial unixes I've never got to touch, is it worth it?
It is hard to say about now, for most of the interesting AIX features are tightly coupled to the IBM hardware (e.g. dynamic CPU re-/allocation across LPAR's and a gazillion of other things), and the hardware is rare to come by nowadays. For its time, though, AIX was highly innovative and was perhaps the first UNIX that bundled a LVM and a journaling file system into the standard system distribution (and not as separa…
IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
21–30 of 75 posts
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#22Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#23Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#24AIX was/is one of the few big commercial unixes I've never got to touch, is it worth it?
I really enjoyed it, although Solaris was easier as the user base was bigger. My usage was circa 2000-2005. I loved smit and smitty, and would start new interns and juniors on AIX because the command lines to perform tasks would be generated and allow them to become productive quickly.
The jfs journaling filesystem was much better than ufs until sun got zfs into the formal distribution
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#25AIX was/is one of the few big commercial unixes I've never got to touch, is it worth it?
I mean ... I used to write software in C that targeted AIX as well as HPUX, Solaris etc back in the 00s. It was fine. Posix compliant, had a C compiler, debugging was OK with dbx (IIRC you could get ddd to use dbx as its subordinate debugger, which was helpful). The main selling point AFAICT was that it was on POWER, which has always been a pretty competitive set of processors, often faster than x86/64 in some (no do…
I'm guessing these lpars all have separate kernels.
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#26AIX was/is one of the few big commercial unixes I've never got to touch, is it worth it?
I develop applications (c) on AIX and it is a bit different, I find it rather close to the BSDs. There are minor oddities, but I think it is rather good, and I personally like it.
As time goes forward, I think RHEL is going to be the direction.
It is a bit sad to see these proprietary UNIXs fall by the wayside, but most of the reason is their fault for the restrictive licenses they have.
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#27It's very interesting to think AIX was ported to such a foreign architecture as it was so deeply tied to the R/S 6000 hardware. IBM Austin is where AIX was developed in the 90s.
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#28AIX was/is one of the few big commercial unixes I've never got to touch, is it worth it?
I mean ... I used to write software in C that targeted AIX as well as HPUX, Solaris etc back in the 00s. It was fine. Posix compliant, had a C compiler, debugging was OK with dbx (IIRC you could get ddd to use dbx as its subordinate debugger, which was helpful). The main selling point AFAICT was that it was on POWER, which has always been a pretty competitive set of processors, often faster than x86/64 in some (no do…
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#29To bootstrap GCC all you need is Linux. Crosscompile GCC on Linux to generate a set of binaries and install on AIX. Job done.
I rather doubt binutils supports that particular combination of items
Re: IBM AIX for IA64 (Itanium) a.k.a. Project Monterey Runs Again
#30Is the CPU architecture so complicated? Is it so undocumented? I would think that projects like MAME have in the past reverse-engineered and emulated much more complicated and undocumented systems (some of which were even encrypted).
So why don't we have any Itanium emulators yet?