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
3 answers
Java cannot resolve DNS address from AIX: UnknownHostException
I'm having this strange error.
On AIX, I can reach my server from the command line ( using ping / telnet )
But If I try using java I've got UnkownHostException
This is because Java cannot somehow "use" the DNS but I don't know why. If I use the IP…
unknown
0
votes
1 answer
Is ALTER COLUMN SET DATA TYPE supported for DB2 8.2.4 for AIX?
I am trying to expand a column from SMALLINT to BIGINT.
I get the error:
SQL0104N An unexpected token "BIGINT" was found following ""TYPE SET DATA TYPE". Expected tokens may include:"". SQLSTATE=42601

grouleau
- 3
- 1
0
votes
2 answers
how i can create hidden folder in unix-AIX Version 6.1
I try this command mkdir .done but it does not work. How does one create a hidden folder?

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
1 answer
bash file to send an e-mail in unix?
i want to write bash file perform the following steps :-
copy file from server1 to server2
if (copy success )
do nothing
if (copy failed )
send e-mail to admin@company.com contain the following information
file name [copy failed]

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
1 answer
AIX Missing Symbols ap_cleanup_scoreboard and ap_accept_lock_mech for Apache Process. However, the symbols do exist
I am having a problem whereby apache is not able to find certain symbols referenced from a library (mod_wsgi) loaded within the apache process.
When i start the apache process, i get this error.
root [zibal]% ./usr/local/apache2/bin/apachectl…

user60899
- 123
- 1
- 3
0
votes
1 answer
how I can return more than one value from windows to unix-AIX?
i'm have to server:-
1-windows-server 2003
2-UNIX-AIX
I execute something in windows server and now I want to return some value from windows to unix .... how I can do it
I install copssh in windows server and openssh in unix server

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
1 answer
how i can pass argument to windows 2003 batch file and execute it from unix-aix and return value to unix-aix
how i can pass argument to windows 2003 batch file and execute it from unix-aix and return value to unix-aix

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
4 answers
how i can take backup of file on UNIX-AIX?
how i can take backup of file on UNIX-AIX ?

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
1 answer
how i can scan file in unix?
group of person will upload file to IBM-AIX server (OS = UNIX) and we want to scan this files .... and we have another server (OS = WINDOWS) and we install in this server kaspersky ... now :-
1. how i can scan files on IBM-AIX server (OS = UNIX) ?…

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
2 answers
Debugging SFTP connections between AIX client and Windows Server
Situation: a client with an AIX machine can't connect properly to a Windows 2003 Server running FTP server Serv-U FTP Server v10.2. Plain FTP works. SFTP is not working.
It's not clear where the error is, whether this is an issue on the FTP client…

artlung
- 268
- 1
- 3
- 10
0
votes
1 answer
Is there any limit to AIX 5.3 pipe size?
I'm in trouble while performing cat/tail/head operation on large files on Aix 5.3. When asking for a cat of several 1Go file redirected to another one:
cat file1 file2 file3 > outputfile
The outputfile is limited to 2Go (cat: output error and…

snowflake
- 127
- 3
- 12
0
votes
2 answers
Failover clusters of WPAR with HACMP in AIX 6.1?
Is it possible to create a failover cluster using Workload Partitions (wpar) in AIX 6.1?
I want to create a two node cluster such that each of the nodes is a wpar and in event of a software failure the application fails over from one wpar to another…

UnixAdmin
- 11
- 2
0
votes
3 answers
How to install LSOF in AIX
I wanna install LSOF in AIX.
I've download the program from https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=aixbp&lang=en_US.
after I unzip the tar file, I don't get readme or installation guide file.
This is the first time I use…

adi sembiring
- 113
- 1
- 1
- 4
0
votes
1 answer
Change primary group with sudo (-u) -g
I would like to run commands on an AIX system with sudo -i instead of just sudo. This way I can make sure that any environment settings like umask will be those of the user I'm running the command as.
When the process started this way generates…

Soldaat
- 15
- 2
- 4
0
votes
3 answers
An SQLite/STDIN Conundrum, Specific to AIX
I'm been playing around with SQlite at work, specifically with trying to get the sqlite3 command line tool to accept stdin instead of a file. Sounds easy enough, on linux you can execute a command like:
echo 'test' | sqlite3 test.db '.import…
mikfreedman