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
0 answers
Restricting ssh access for local user with exception
I have a local user in AIX system now my management want to restrict ssh access for that local user except two servers.
I tried many options in ssh configuration by creating AllowUsers, DenyUsers, Match(conditional block) but nothing works. I can…

vaithy
- 1
0
votes
1 answer
Putty Wyse60 emulation
I have AIX (v.7) box and using TinyTerm app.
However Id prefer to use Putty instead.
Problem is I do not have there proper key mapping - I miss there Wyse60 emulation.
Is there any way to configure putty to work with AIX ?

Maciej
- 123
- 6
0
votes
1 answer
Connecting a Fujitsu SS-170A phone to Asterisk
I have recently acquired a Fujitsu SS-170A VoIP phone in order to connect it to my Asterisk server.
First things first, I am able to perfectly use softphones in the same network I am setting up the phone with the same server.
After figuring out the…

akasaka
- 101
- 1
0
votes
1 answer
How do I add a persistent static ARP entry to an AIX server?
How do I add a persistent static ARP entry to an AIX server?
/> uname -a
AIX CBDIS 3 5 000B8886D700
/> uname -v
5
/> uname -r
3
/>

Corey
- 2,031
- 12
- 39
- 54
0
votes
1 answer
How to replace some character from a string in UNIX?
I have two string like this...
a=[2018:08:22-15:26:18:26182619]
b=[2018:08:22-15:26:18:26182619]
And I want to convert a= 20180911183706376476 b= 2018082215261826182619
Can anyone please help me out?

justAnAnotherCoder
- 11
- 3
0
votes
1 answer
OpenSSH passwordless ssh with multiple identity key files
A new server is being setup by referring to an existing server.
Passwordless ssh from the server to other machines needs to be supported with multiple key files (more than 6).
By referring to the existing server, MaxAuthTries in /etc/ssh/sshd_config…

bboy
- 23
- 3
0
votes
2 answers
Exclude certain disk in dd command script for disk erasure
for disk in $(lspv | awk '{print $1}') ; do
dd if=/dev/zero of=/dev/${disk} bs=1024 count=$(bootinfo -s ${disk})
echo $disk wiped
done
How do i exclude certain disks like hdisk0,hdisk1 and hdisk3?
Regards,
Adel

Adel Farhad
- 11
- 2
0
votes
1 answer
sendmail: rewrite part of envelope sender address
I'm is configuring sendmail on aix server and I need to rewrite part of envelope sender address.
from this: user@servername.foo.org
to this: user_it@foo.com
As you can see what I need is rewrite part of the user name adding "_it" and change…

azk
- 39
- 9
0
votes
3 answers
Why are these accounts being locked when their passwords expire?
We've got a customer on AIX 6.1 who unfortunately doesn't have an in house sys admin with any measure of experience or training, so we are supporting their server in addition to our software.
They have it set up in smitty (smit?), for the different…

Morinar
- 141
- 2
- 7
0
votes
1 answer
Install Tensorflow on Oracle Application Server with AIX
I would like to install python and Tensorflow on the Oracle Application Server operating on IBM AIX. I have not been able to find any documentation for installing python on AIX, much less on Oracle Application Server. Is this configuration…

sccrthlt
- 111
- 4
0
votes
1 answer
While running oracle DBD::Oacle installation am getting this "Cannot find or open file: /lib32/crt0_64.o"
While installing DBD::Oracle in AIX , I am getting the following error. The oracle client version is 11.2
, I am not sure where I would missed this.
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
rm -f…

Shankar
- 219
- 1
- 4
- 14
0
votes
1 answer
HTTPD + OpenSSL - Long time to connnect to port 443 then ssl_handshake_failure
I know that ssl_handshake_failure is a generic error, however this is my last resort, since I've been investigating this issue for three weeks.
I'm deploying Apache HTTPD server on an AIX Server. AIX does not have standard repository so I've…

vinicius.olifer
- 5
- 7
0
votes
1 answer
not getting last Password change time on AIX by default lsuser command
I need all attributes for all users from AIX system for this I am using
"lsuser -f ALL command" this gives me all attributes but not giving lastupdate attribute which used to indicate last password change dateTime of user.
for getting lastupdate…

Prasad Parab
- 101
- 3
0
votes
0 answers
crontab doesn't work when time is specified
In my AIX server, the cron job runs fine when specified to run every minute.
* * * * * echo "test" >> /home/myUser/testLog.log
But it doesn't work when a specific time is given.
* 16 * * * echo "test" >> /home/myUser/testLog.log
Please note I've…

Sudh33ra
- 179
- 1
- 2
- 7
0
votes
1 answer
non computational memory in aix reaches zero value
i'm using AIX 6.1 on a database server,i'm having a problem where the non computational memory reaches 0 at some point, which causes the system to swap i guess and therefore the system becomes really slow , i read on some forums that this is due to…