Questions tagged [aix]

AIX (Advanced Interactive eXecutive, pronounced "ay eye ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.

AIX (Advanced Interactive eXecutive, pronounced "ay eye ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms. Originally released for the IBM 6150 RISC workstation, AIX now supports or has supported a wide variety of hardware platforms, including the IBM RS/6000 series, and later IBM POWER and PowerPC-based systems, IBM System i, System/370 mainframes, PS/2 personal computers, and the Apple Network Server. AIX is based on UNIX System V with 4.3 BSD-compatible extensions. It is one of four commercial operating systems that are presently certified to The Open Group's UNIX 03 standard. (The others are Mac OS X, Solaris and HP-UX.)

The AIX family of operating systems debuted in 1986, became the standard operating system for the RS/6000 series on its launch in 1990, and is still actively developed by IBM. It is currently supported on IBM Power Systems alongside IBM i and Linux. AIX was the first operating system to utilize journaling file systems, and IBM has continuously enhanced the software with features like processor, disk and network virtualization, dynamic hardware resource allocation (including fractional processor units), live kernel updates and reliability engineering ported from its mainframe designs.

References:

138 questions
4
votes
1 answer

AIX: meaning of lslpp type-column

Running lslpp -L yields the following (shortened) output: Fileset Level State Type Description (Uninstaller) ---------------------------------------------------------------------------- DirectorCommonAgent 6.3.3.1 …
Per
  • 383
2
votes
4 answers

AIX service account - how to find who is locking it

I have a non-expiring service account on an AIX server. I use the account to connect to my database. Every couple of weeks some user or task tries to connect to the account with the wrong password, and the account gets locked. This causes me days of…
Payson
  • 21
1
vote
1 answer

Verify current routing table matches AIX ODM

My task is to verify that all current routes will be preserved after a reboot of AIX 6.1 and 7.1 systems, i.e., I want to verify the system will reboot and build the current routing table with a script that can be run periodically. We have had…
iAmJeff
  • 142
1
vote
1 answer

How to drop the caches on AIX?

I am running a series of tests from a script that have a habit of running a box out of memory. The simple solution on other linux boxes is to echo "3" > /proc/sys/vm/drop_caches but this command doesn't work on AIX. Is there an AIX equivalent to…
1
vote
0 answers

AIX: a hotspare hdisk not changing the status to rebuilding

Using AIX 5.3 with TL12 I have configured a hdisk as hostspare in one vg. When I pulled a disk from the same vg it shows missing but the hotspare will never goes to rebuilding state. Your help in this is highly appreciated
0
votes
2 answers

How to install Lex on AIX 7.1

I would like to install OpenMotif on an AIX 7.1, but it gave an error of missing lex. How can I install lex on AIX 7.1? Where can I find the package for it? I got the following error when installing OpenMotif: Target "includes" is up to…
0
votes
2 answers

How to rmdev a list of hdisk in one shot in AIX

In AIX I have a long list (more then 30) of hdisks I need to delete them in one shot, what command can I use?
0
votes
1 answer

Temenos T24 R19 Deployment Error

I have deployed Temenos T24 R19 on WebSphere with Oracle 12C (ExaData) on AIX platform. From Classic mode, I'm able to login to T24. But in T24 Browser, I'm getting below error. [7/25/19 9:11:56:541 IST] 00000196 BusinessExcep E CNTR0020E: EJB…
DeE DEe
  • 101
0
votes
1 answer

Removing multiple hdisk from smitty->devices ->fixed disk-> remove

Original Code that I saw I want to do the same thing but need to make sure i dont delete hdisk0 since this is my OS. photo of drives being deleted.
Jakekq
  • 3