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.
Questions tagged [aix]
288 questions
1
vote
1 answer
Run munin and all dependencies in userspace on AIX 6.1
Summary: I would like to have a portable munin in user space without installing anything at all on the client system, (like portable Firefox, without root tasks).
I've downloaded all the…

Marc Riera
- 1,637
- 4
- 23
- 38
1
vote
1 answer
Upgrading memory on an IBM Power 710 Express (8231-E2B)
We have a Power 710 Express server that was loaded with 4x4 GB memory on a single riser card. I have replaced the 4 chips with 4x8GB and put in another riser card and loaded it with 4x8GB more for a total of 64GB memory. The firmware is…

cairnz
- 145
- 1
- 7
1
vote
1 answer
How to determine when/if maximum memory was allocated to an AIX LPAR
I recently had an LPAR on a Power7 system seemingly run out of memory. While it was up, I was unable to run any commands, so I was forced to perform an OS restart. It's minimum, desired, and maximum memory allocations are 8GB, 16GB, and 32GB,…

rvf
- 1,525
- 1
- 13
- 9
1
vote
1 answer
chcore command not taking effect
I am trying to change the behaviour of where core dump files get written to, as described here:
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/chcore.htm
However, when I log in again, even though…

Patrick
- 192
- 1
- 3
- 10
1
vote
3 answers
How can I recursively delete old files and prune resulting empty directories?
We're using an AIX server to house thousands and thousands of little files in a nested directory structure. I'm trying to write a script that will recursively delete old files, and then delete the containing directory if that was the last file in…

JeffK
- 113
- 1
- 6
1
vote
0 answers
How do I manually perform a password check using AIXpert?
One of the AIXpert tools is to perform a check of the root password against a dictionary (usually /etc/security/aixpert/dictionary/English). If I want to run this check manually, how would I do it?
I've had a look through some config files and I…

Rsaesha
- 360
- 3
- 11
1
vote
1 answer
Backups, JFS2 Snapshots and powerloss
I have recently been tasked with improving the backup strategy of a legacy server supporting 150 users via a terminal based interface. The issue is currently that the server has a single backup taken at 2am, and due to the nature of the application…

Moo
- 2,244
- 21
- 23
1
vote
3 answers
AIX list size of files in a Volume Group
I'm trying to list the size of all files on a volume group in AIX 5.3. I need to backup a volume group and I need to determine if it will fit on the tapes I have available.
This question lists 'pvdisplay' and 'pvs' which aren't available in AIX it…

WernerCD
- 344
- 2
- 6
- 18
1
vote
1 answer
What version of ksh ships with AIX 5.3?
I'm writing a Korn shell script for a client, who will use it on AIX 5.3. For testing, I'm using version 93u-1 Debian Wheezy. Is this the same version as the one I'll find on AIX?

Martin Geisler
- 1,271
- 9
- 23
1
vote
1 answer
Memory per user on AIX
nmon is showing me 99% memory usage and swap activity. My user is not very active at the moment so it should be someone elses fault.
Is there a way I figure how much memory each user is taking?
Must be a non root command. It is an AIX 5 box.
thanks.

filippo
- 219
- 3
- 9
1
vote
1 answer
What is a "virtual context switch"
IBM's AIX has a "virtual context switch" column in lparstat but neither IBM's redbooks nor google searches will tell me what exactly a virtual context switch is and how its different from a regular context switch. All my searches yield what a…

bot403
- 412
- 2
- 8
1
vote
1 answer
Java command not going to background with &
I'm running a java command:
java weblogic.Admin -adminurl t3://URL:POST -username username -password password START $SERVER &
on an Aix machine.
The problem is that the shell still halts until the command is completed. What should I do to make it…

Vladimir
- 179
- 1
- 1
- 6
1
vote
2 answers
LiveLinux PPC variant to boot and perform dd on SAS drive?
Ok here's the deal. In trying to install SLES 11, partd says it cannot read the partitioning on my SAS disk. Specifically I can reuse the existing AIX partition table but not edit it. The drive is SAS and the arch is PPC, specifically a Power770.…

JeremiahJohnson
- 100
- 1
- 7
1
vote
3 answers
how i can get the date in UNIX-aix and store ecah part in variable
I write batch file and i want to compare the modification time (timstap) to two folder and copy the latest one . i don't know if this option available directory be cause i don't know .so i want to get the date and store each part in variale to…

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
1
vote
1 answer
What does pwdadm -c effect?
If you were to run pwdadm -c against a user account and it clears the flags from /etc/passwd; what would those cleared flags stop from happening?

ElSwanson
- 11
- 1
- 2