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
0 answers

Is Jboss Wildfly 8 certified on AIX?

A simple question really. Will JBOSS Wildfly version 8 run on IBM's AIX operating system using Java 7 or higher ? Is there any official certification to prove this ?
0
votes
1 answer

How to set a static system date for one user or application--"Groundhog Day"

I have a vendor application on AIX which requires the system date to be set to an arbitrary value for QA testing purposes. The application gets its date from the system, and there is no possibility of changing it to get the date from a parameter. …
None
0
votes
1 answer

AIX 6.1 use svn: libz.a could not be loaded

when I use svn, the error is: Could not load program svn: Could not load module /opt/freeware/lib/libsvn_delta-1.so. Dependent module /data01/SUGRP/tmpbm/release/lib/libz.a(libz.so.1) could not be loaded. Member libz.so.1 is not found in…
edwardramsey
  • 363
  • 2
  • 12
0
votes
0 answers

How do I add printer to AIX menu choices. (Unix operating system)

I need help assigning an alias name (printer name in menu) to a printer already installed in root mode on AIX 5.3/Unix operating system. I have added ip address and host name to etc/hosts already. I have also added the que, enabled printer, and…
0
votes
1 answer

AIX Environment - TCP Port RecvQ data increasing but application not consuming

Im new to the kernel level settings or TCP programming. So please bear with the basic (sometimes dumb) questions. I have a scenario where in a client application connects to my server through a TCP port and sends messages. My server application is…
0
votes
1 answer

How to get installed application with owner (user) on AIX?

I am using "rpm -qa --qf" to retrieve list of installed applications/packages on AIX with corresponding versions. However, I would also need the corresponding user/owner for each of these applications. Can anyone please confirm how this can be…
0
votes
2 answers

libqrencode - Segmentation fault couldn't read "qrspec.c"

I previously made this question and got a light at the end of the tunnel by the response that I got. But now that I found the problem, I don't understand it. I don't have root priv. Whenever I run the program I get segmentation fault and a core…
Vcoder
  • 124
  • 1
  • 13
0
votes
1 answer

The usage of sed c\ command under AIX

According to AIX man page http://www-01.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.cmds5/sed.htm They gave the definition of c\ command here (2)c\ Text Deletes the pattern space. With 0 or 1 address or at the end of a 2- …
Ran Bao
  • 156
  • 2
  • 5
0
votes
1 answer

Bash script to split field into array using regex for multi-character delimiters

Hi – I don’t have a ton of shell scripting experience, and I need to create a bash script to split a single large note field into an array of individual notes, using a regex (or multiple regexes) as delimiters. My input looks like this: This is the…
LisePr
  • 9
  • 1
0
votes
2 answers

qrencode - Segmentation fault (core dumped)

I have made a working program that generated an image given a certain string. It is fully working on my Slackware 32bit distro and others distros also 32bit. Now i need to implement it on the client machine, which is an AIX powerpc. It compiled…
Vcoder
  • 124
  • 1
  • 13
0
votes
3 answers

AIX Clear contents of files larger than 100 MB

I am looking for a command for clearing all files in a directory that has become more than 100 MB. I am using an AIX box and it is generating logs that are filling the space quickly. I do not wish to delete the files. Just want to clear the…
Sandeep
  • 95
  • 9
0
votes
2 answers

bash script: search into file for value in column

I did a search on the site but could not find something exhaustive. I have a list of servers "hostA hostB hostc hostd" and a central host hostX hostX connects to the servers via ssh, and obtained the following…
isifer
  • 1
0
votes
1 answer

"For loop" in AIX

Sure someone out there can point out what i'm doing wrong... Cant get this to loop correctly through all the results of the find command. running this in AIX. Essentually i'd like it to find all the files 1 day old and then cat them all into one…
Graham
  • 33
  • 8
0
votes
0 answers

Sum(bytes)/1024/1024/1024 shows in hexadecimal in aix

When I query the dba datafiles for size of db the value is returned in hexadecimal. Is there a db level parameter to be reset or anything else to get the value in number? It is an Aix box select sum(bytes)/1024/1024/1024 "gb" from dba_data_files; …
anudeepks
  • 1,080
  • 1
  • 12
  • 23
0
votes
1 answer

Shift in the columns of spool file

I am using a shell script to extract the data from 'extr' table. The extr table is a very big table having 410 columns. The table has 61047 rows of data. The size of one record is around 5KB. I the script is as follows: #!/usr/bin/ksh sqlplus -s \/…
Sandy
  • 1