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
0
votes
1 answer
Using WebSphere CloudBurst with PowerVM to AIX virtualization over a cloud
we are studying the virtualization option to reduce our datacenter cost, and this research was assigned to me.
we looked into alternatives and we almost reached a conclusion that PowerVM is the only option to virtualize pSeries servers. we found no…

A.Rashad
- 293
- 1
- 5
- 18
0
votes
3 answers
how can i increase cpu utilization on a aix unix p5 server
i need to make cpu utilization increase to about 90%

user36101
- 53
- 3
0
votes
1 answer
pscp doesn't read .profile
I'm transfering a file from Windows XP SP2 to AIX 5.3. In my .profile I have umask 002defined. After the transfer, the file always has 644 permissions, so it seems pscp doesn't read my profile. As a test I've tried doing an echo at the end of my…

nephilim
- 3
- 2
0
votes
0 answers
AIX 7.1/ AIX 7.2 filesystem not persistently mounted across reboots and appears corrupted
OS: AIX 7.1 / AIX 7.2
Arch: ppc-64
I have created a custom (non-root) volume group homevg
bash-5.1# lsvg homevg
VOLUME GROUP: homevg VG IDENTIFIER: 00c97c4000004b000000018577fceedd
VG STATE: active …

Yakup
- 3
- 2
0
votes
1 answer
Why this java processes are not ending once cronjob has executed in the AIX server?
I have set a crontab for execute a java service in every 8 hours in AIX(7.1) operating system. Once the crontab has done the job, the JAVA service should be end. This cronjob is working properly. But java service has not been closing its session at…

AnujaDx
- 1
- 1
0
votes
2 answers
Is JDK 1.6 supported in IBM POWER 9(AIX 7.1-7.2)?
I would like to check if jdk 1.6 is supported in AIX 7.2.
We are planning to upgrade from AIX7.1-7.2 (POWER7-POWER9).
But we are not sure if we have to upgrade java . As our development is done in JDK 1.6.
Can anyone suggest if java needs to be…

Mahahari
- 101
- 1
0
votes
4 answers
Install rpm packages with Ansible using rpm application (not yum)
I want to install some RPM packages using Ansible and the installed rpm package manager. yum is not installed.
Using command module with rpm -i {{package}} causes the task to fail if the package is already installed. I'm searching for an idiomatic…

Michael
- 345
- 6
- 19
0
votes
1 answer
Can c11 compiler be installed on AIX 5.3?
Is it feasible to install c11 c-compiler on AIX 5.3? IBM documentation only refers to AIX 7.1 and higher being supported... but would it work if I attempt to install?

E. Zeiger
- 1
- 1
0
votes
0 answers
Duplicate ACK and TCP Retransmissions
I'm doing some scp transfers between an AIX and a Linux in two separated LAN (I have a VPN between them).
Sometimes the connection ends well, so I get 50MB/s. In many other cases, instead, the connections starts fast and then drops until it ends…

ubu389
- 1
- 1
-1
votes
1 answer
How to remove some character from a string in Unix?
I have two string like this
a=[2018:09:11-18:37:06:376476]
b=[2018:09:11-18:37:06:376446]
I want two string like
a= 20180911183706376476
b= 20180911183706376446
Can Anyone please help me out?

justAnAnotherCoder
- 11
- 3
-1
votes
1 answer
PTY is not working
I have a problem when trying to log into a server with my ssh keys, it throws me the message: "key_load_public: invalid format PTY allocation request failed on channel 0". I try to fix this by increasing the PTY number of terminals, restarting the…
-1
votes
3 answers
How to stop growing the Apache access_log file?
While setting up the Apache HTTP server in AIX, I never realize there is a log file, access_log, located at /var/log/httpd. This file is keep growing until 600+ MB, I am not able to keep track of its growing and may bring other issues in the future,…

huahsin68
- 147
- 3
- 11
-1
votes
2 answers
How to configure Sendmail?
How can I learn to configure sendmail on Unix-aix? Note that I don't have a DNS server.

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
-1
votes
2 answers
how i can make windows server 2003 see some directory from UNIX-AIX?
how i can make windows server 2003 see some directory from UNIX-AIX

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
-2
votes
1 answer
Execution "df" command on AIX with the bash
it's very strange that when I am executing df command on AIX with bash like
bash -c "df /" I suppose it will be executed like on Linux, but still the result is same like korn shell. Please give me explanation to this. How can I somehow to be sure…