Search Results

Search: Posts Made By: Chetanz
Forum: AIX 07-03-2013
4,050
Posted By Chetanz
Which process was consuming most memory in the Past?
Hello

There are options / commands to check which process is consuming maximum memory

However is there any command/mechanism which will tell us which process was consuming maximum memory in...
70,176
Posted By Chetanz
Many Thanks Pravin27 Sorry i misphrased the...
Many Thanks Pravin27

Sorry i misphrased the question

I got there but stumbled at getting last position

could you please advise how to get the "position" of last '-' in the string?
...
70,176
Posted By Chetanz
Find last occurrence of a character in a string
Hello

how to find last occurence of a string

for example in the following I want last occurence of '-' i.e. position 12

str="aa-bbb-cccc-ddd-ee"

my pupose is to get the string 'ee'
...
Forum: AIX 05-24-2013
34,004
Posted By Chetanz
Hello zaxxon SGA check is a good pointer!...
Hello zaxxon

SGA check is a good pointer! Many thanks for that

I remember, in the past, allocating 80-85% memory for SGA caused paging and then reducing the SGA resolved it
However in this...
Forum: AIX 05-23-2013
34,004
Posted By Chetanz
Hello -=XrAy=- Many Thanks for your reply...
Hello -=XrAy=-

Many Thanks for your reply & help

attached file contains the actual output from systm where Paging is still happnening
and I have following queries on that :

1) in the...
Forum: AIX 05-23-2013
34,004
Posted By Chetanz
Which Process is causing Paging?
Hello

On one of our systems (AIX 5) I am seeing (vmstat) paging intermittently
I want to know which process is causing the paging?

I understand that first I would need to find out which...
22,659
Posted By Chetanz
How can I write nested command substitutions?
Hello

How can write the nested command substitutions?

echo `expr substr $x 1 expr ${#x} - 1`

the above code is not working!

Thanks in advance

Regards
Chetanz
1,250
Posted By Chetanz
Concatenation in awk not working
Hello

I want to achieve the following.

However the concatenation is not working

mv `ls -ltr *myfile*.log|awk '{print $9}'` `ls -ltr *myfile*.log|awk '{print `date +'%d%m%y%k%M%S'` $9}'` ...
3,670
Posted By Chetanz
Hello Don, Rudic, MadeInGermany Thank you...
Hello Don, Rudic, MadeInGermany

Thank you so much for your help

@Don - I used the snippet mentioned in your post.. it is really charming !

Regards
Chetanz
3,670
Posted By Chetanz
Hello Friends Thank you so much for your...
Hello Friends

Thank you so much for your quick help

I got the issue

In the following line


cat /u01/zopepx/vmstat1.txt|grep -v kthr|grep -v '-'|grep -v r|awk '{print $8}'|grep -Ev...
3,670
Posted By Chetanz
Hello Output remains as following i.d. NULL...
Hello

Output remains as following i.d. NULL


Entry valid :


Regards
Chetanz
3,670
Posted By Chetanz
Thanks for quick replies I am retriving it...
Thanks for quick replies

I am retriving it from a file which is in fact output of vmstat... eliminating header, awking a particular column values and then getting max of that to set x_oug
...
3,670
Posted By Chetanz
Echo not displaying variable in If-Else condition
if [ "${x_oug}" -ne 0 ]
then
echo "Entry Valid : ${x_oug}"
else
echo "Entry Invalid : " 0
fi



In the above code the 3rd line is not working... it does...
3,111
Posted By Chetanz
Hello DGPickett and Bakunin Thanks for your...
Hello DGPickett and Bakunin

Thanks for your quick response

I used the following, word to word and space to space

But it created only the tar file and no gz file at all :(


tar -cvf...
3,111
Posted By Chetanz
Failed to use find-tar-gzip together
Hello

I am trying to select multiple files older than 14 days and create a single compressed file out of it. (AIX Release 3 Version 5)

I am trying to achieve it by following


tar -cvf...
Showing results 1 to 15 of 15

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