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.

Resources

1819 questions
0
votes
1 answer

compiling Vim 7.4 under AIX 6.1

I have a problem while compiling Vim 7.4 under AIX 6.1. My options for the configure script are: "--prefix /opt/freeware/bin" and "--enable-pythoninterp". There where no Errors while running the configure Script but when I try to run "make" I get…
0
votes
1 answer

Failing to start IBM Http server with root user

I had installed IBM Http server 8.5 on AIX(Not with root user). I'm able to start and stop the server with that user. Now my problem is, I had configured port 80 in httpd.conf file. But, as this is a port below 1024, I am trying to start the server…
dush
  • 211
  • 4
  • 15
0
votes
2 answers

Does Azure support AIX?

I'm thinking that I could use Azure IaaS to host some Unix machines. Can I upload and use an AIX 6.1 64 bits virtual machine to Azure? Thank you!
Andres
  • 667
  • 1
  • 6
  • 14
0
votes
2 answers

Copying data between two remote hosts - how does it works?

I need to copy data from host A to host C. There is no connection between them. Only way is A <-> B and then B <-> C. To made this in some faster way I use the following command on B (the middle server): ania@hostname_B: /home/ania/ ssh…
Ania
  • 3
  • 1
0
votes
2 answers

"sendmail" command bug. Getting distorted mails also "!" chars are added

I am creating HTML format for sending email in Java and using below UNIX script to send it: ( echo "Subject: Test"; echo "To: test@mail.com"; echo "MIME-Version: 1.0"; echo "Content-Type: text/html"; echo…
Vishrant
  • 15,456
  • 11
  • 71
  • 120
0
votes
1 answer

ksh: cannot execute a compiled c library

I downloaded http://stedolan.github.io/jq/ Linux 64 bit copy and ftp to AIX server 64 bit. $ chmod 777 jq $ ./jq ksh: ./jq: cannot execute Does any one know what the problem is ?
user2711819
  • 960
  • 3
  • 16
  • 29
0
votes
1 answer

Unix Script exiting when select query returns no rows

Below is the part of my script. The "set -e" will make the script exit whenever a negative return code comes from any of the commands. But, when the below select statement returns no rows from the table, the script exits there itself (echo "Get Eg…
nitgeek
  • 1,250
  • 12
  • 20
0
votes
2 answers

Hardware address of network interface using ioctl on AIX

I want to get hardware address of network interface on AIX using ioctl. Like in Linux we get it through: ioctl(sockFd, SIOCGIFADDR, ifr_p); I didn't find SIOCGIFADDR flag in /usr/include/sys/ioctl.h on AIX to get hardware address information. Is…
diago
  • 33
  • 1
  • 1
  • 7
0
votes
1 answer

location of struct ifnet on AIX

In which header file on AIX struct ifnet is defined? I want to use this structure to get network interface information on AIX.
diago
  • 33
  • 1
  • 1
  • 7
0
votes
0 answers

Issue with crypt C API on AIX 7.1

I am writing a password reset utility on AIX (7.1.0.0) and I need to support SMD5, SSHA256, SSHA512 and BLOWFISH password hash algorithms. I have successfully implemented the code for SMD5, SSHA256 and SSHA512. However, for BLOWFISH algorithm the…
user1915016
  • 176
  • 1
  • 12
0
votes
1 answer

Could not load module libdb2.a(shr.o)

I have a C executable which depends on libdb2.a. Yet, when the executable is called, the following error popped up: exec(): 0509-036 Cannot load program /my/path/my_c_exe because of the following errors: 0509-150 Dependent module…
Qiang Xu
  • 4,353
  • 8
  • 36
  • 45
0
votes
3 answers

How to get the files which have more than one lines in Shell scripting

I need to get the files in which it should contain more than more then 1 lines in it. eg: file1.txt 756 H#001263 2869 1035 PUR 420200.00 756 H#001263 2866 1023 PUR 157500.00 file2.txt 756 S#001263 2869 7777 MCH …
user2260984
  • 13
  • 1
  • 4
0
votes
0 answers

MALLOCDEBUG showing random output when using xlc_r

I have a program, compiled using xlc_r, that spawns off multiple threads and am trying to trace it to see if there's any memory leaks. I've gone through this article detailing how I can use the MALLOCDEBUG feature that's built in to AIX, but after…
Zac
  • 2,325
  • 3
  • 23
  • 33
0
votes
2 answers

GCC issue on AIX

I am building my C Program using GCC on AIX. While building it I am referring to some libraries those are complied and build using XLC on AIX. My library location has two forms i.e same library is present in the form of *.so and *.a. But when while…
diago
  • 33
  • 1
  • 1
  • 7
0
votes
2 answers

sh - remove text outside two strings

I need help to filter a part of text from my original logs:
tiago
  • 39
  • 10
1 2 3
99
100