Search Results

Search: Posts Made By: tagger
Forum: AIX 01-15-2009
12,887
Posted By tagger
Thanks for yours answers bakunin and Padow.
Thanks for yours answers bakunin and Padow.
Forum: AIX 01-14-2009
12,887
Posted By tagger
ls color on AIX
Hi,

I have retrieved the following rpm coreutils-5.2.1-2.aix5.1.ppc.rpm to get color with ls command. It doesnt work very well with | more.

ls -ltr | more
^[[0mtotal 8
-rwxr--r-- 1 ora10 dba...
Forum: AIX 12-23-2008
15,106
Posted By tagger
%wait nmon CPU-UTILISATION
Hi,

I collect statistics with nmon. I'm very suprised about % wait of processor.
Number Of Processors: 4
Processor Clock Speed: 4204 MHz

Do U have an idea about % wait ?


│ ...
Forum: AIX 05-13-2008
13,395
Posted By tagger
Thanks a lot zxmaus for your help and your...
Thanks a lot zxmaus for your help and your advices.
I send these parameters to our consultant.
5,518
Posted By tagger
it ' s amaising ! On my server (AIX), I have...
it ' s amaising !

On my server (AIX), I have created 4 files :
File1 with the following content :
0507 1202 JOBA
0507 1302 JOBB
0507 1452 JOBC
0507 1552 JOBA
0507 1553 JOBA

File2 :
JOBA...
5,518
Posted By tagger
You have to add the full path and the right name...
You have to add the full path and the right name of your file.
For exemple a file in /tmp :
cat /tmp/File1 | while read line
do
JOBNAME=$(echo ${line} | awk '{print $3}')
LINE2=$(grep -w...
5,518
Posted By tagger
#!/bin/ksh cat file1.txt | while read line ...
#!/bin/ksh

cat file1.txt | while read line
do
JOBNAME=$(echo ${line} | awk '{print $3}')
LINE2=$(grep -w $JOBNAME file2.txt | awk '{print $2 " " $3}')
echo "$line $LINE2" >> file3.txt
done
...
5,518
Posted By tagger
#!/bin/ksh cat file1.txt | while read line ...
#!/bin/ksh

cat file1.txt | while read line
do
JOBNAME=$(echo ${line} | awk '{print $3}')
LINE2=$(grep -w $JOBNAME file2.txt)
echo "$line $LINE2" >> file3.txt
done

I think it 's OK
Forum: AIX 05-09-2008
13,395
Posted By tagger
Hi zxmaus and thanks in advance for your help. ...
Hi zxmaus and thanks in advance for your help.

oslevel -r : 5300-03

- Memory
Physical memory : 16 Mb
Paging space : only 5 Mb

- Processor :
Processor Type: PowerPC_POWER5
Number Of...
Forum: AIX 05-07-2008
13,395
Posted By tagger
Thanks a lot for your quick advices. With...
Thanks a lot for your quick advices.

With nmon, I have the result hereafter :
Code Resource Stats Now Warn Danger
OK -> CPU %busy 2.6% >80% >90%...
Forum: AIX 05-07-2008
13,395
Posted By tagger
consumption memory
Hi,

I have a problem with memory on AIX 5.3. On this server, we have JDE Edwards (ERP) and Oracle Database (9.2.0.7.0).
We have 4 Gb for physical memory and 3 Gb for paging space.
When I stop...
Forum: AIX 05-07-2008
76,488
Posted By tagger
Hi, You must configure sendmail. In the...
Hi,

You must configure sendmail. In the configuration file /etc/sendmail.cf, the line with DS must be modified and you must specified your mail server.
You can add this server in the file...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 02:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy