Questions tagged [aix]

AIX (Advanced Interactive eXecutive, pronounced "a i 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 "a i 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.3BSD-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 macOS, 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), and reliability engineering ported from its mainframe designs.

References:

http://en.wikipedia.org/wiki/IBM_AIX

http://www-03.ibm.com/systems/power/software/aix/index.html

710 questions
8
votes
2 answers

How to trace that what had "chmod 640"'ed the "/etc/passwd" file?

On AIX 6100-05-02-1034, something is frequently changing the permissions of the /etc/passwd file to 640. That's bad... How could I trace that what is chmoding the file? There is no history 1000 | fgrep -i chmod, I think a process is chmoding the…
LanceBaynes
  • 40,135
  • 97
  • 255
  • 351
5
votes
0 answers

What is the cheapest way to run AIX 6-7 at home?

What is the cheapest way to run AIX 6-7 at home? Using an emulator or is there any low-cost hardware that can run AIX6 or AIX7? Purpose: practicing VIO/LPAR/HMC/etc..
gasko peter
  • 5,514
4
votes
2 answers

AIX HMC - how to increase the memory on the fly?

How can I increase the memory on the fly with the hardware management console on AIX 5 & 6?
LanceBaynes
  • 40,135
  • 97
  • 255
  • 351
3
votes
1 answer

Why doesn "clpasswd" knows the "-R"?

There is a symbolic link: 2:root@SERVER:/root # ls -la /usr/bin/passwd lrwxrwxrwx 1 root system 39 Feb 3 2014 /usr/bin/passwd -> /usr/es/sbin/cluster/utilities/clpasswd 2:root@SERVER:/root # And there is the original binary:…
user90825
2
votes
1 answer

When a script runs in background on AIX, it is creating a copy in /tmp directory during bg runtime, how to change this behaviour?

When a script runs in background that is creating copy of it with the parent process id in /tmp directory, ofcourse this copy is getting removed soon after the process is done, however during this run time any user has access to server they can view…
2
votes
1 answer

Show AIX operator panel status

Is possible to see codes on the operator panel of P5 IBM workstation from console?
elbarna
  • 12,695
2
votes
2 answers

Other than a kill command or a system kill(pid, signal) command, what can cause a SIGKILL to occur for a process?

My process is mysteriously getting a SIGKILL on AIX. Running trace on the system indicated the process got a signal sent by itself via the kill(pid, SIGNAL) system call. I checked my code and I don't have any explicit call that does this. I'm…
James
  • 21
1
vote
2 answers

How to backup all installed software/packages on AIX?

Are there any ways to backup all the packages on an AIX 6.1 machine?
gasko peter
  • 5,514
1
vote
0 answers

Is this a viable way to perform a VIOS update and prepare for a quick back out at the same time?

Is the procedure below viable for performing a VIOS update and, at the same time, preparing for a quick back out if necessary? Assume that the existing VIOS is mirrored on hdisk0 and hdisk1. Therefore, the bootlist would contain entries for both…
Brian G
  • 11
1
vote
2 answers

In AIX lsdev -C -c processor command how do we understand the number of processors and cores available?

proc0 Available 00-00 Processor proc4 Available 00-04 Processor The above mentioned command gives me the following output. So from this how do we find the number of processors and cores available?
1
vote
1 answer

MUMPS doesn't permit to create a file bigger than 2 GB

We know that MUMPS does not allow to create files bigger than 2 GB. A Volume Group accepts 16GB, but only with 2 GB for each VG file. My unix "fsize" parameter it is configured correctly in /etc/security file: root: Fsize_hard = -1 Fsize = -1 How…
1
vote
1 answer

Can't upgrade TL neither update SP

We got an AIX server with default installed with 6100-06-12-1339 update - from oslevel -s command. When I do try to go with smit suma I only got the information : 0500-059 Entitlement is required to download. The system's serial number is not…
Michal
  • 113
1
vote
1 answer

AIX: is it a healthy thing that according to lslpp different ODM's have different version of a software?

1:root@SERVER:/root # lslpp -l bos.perf.perfstat Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos bos.perf.perfstat …
1
vote
1 answer

What to check in AIX bootlist?

It's OK that we can list the bootlist with: 2:root@server:/tmp/foo # bootlist -m normal -o hdisk0 blv=hd5 pathid=0 hdisk4 blv=hd5 pathid=1 hdisk0 blv=hd5 pathid=1 hdisk4 blv=hd5 pathid=2 hdisk0 blv=hd5 pathid=2 2:root@server:/tmp/foo # Question:…
user90825
1
vote
1 answer

Workload partition network

I see on AIX the workload partition wpars are similar to Solaris zones,but there is a difference,on solaris zone i can ping the external network,wpars are by default isolated. Can i ping the external network with a wpar?I have to put in promisc mode…
elbarna
  • 12,695
1
2 3