Search Results

Search: Posts Made By: Ankgne
10,380
Posted By Ankgne
SFTP was successfull but got return code as 1
Hi,

I am using SFTP for transferring files to remote server. Below is the snipped i am using for my sftp program

echo "lcd $i_localdir">/tmp/sftp_Batch
echo "cd...
5,145
Posted By Ankgne
Foreground shell script terminated when session expired
Hi,

I ran a shell script in the foreground but it seems that the shell script teminated when the session expired. Please let me knw if it's possible or hypothesis is incorrect ASAP.
2,597
Posted By Ankgne
Something like this would work for you for i...
Something like this would work for you

for i in `ls xyz`
do
ATM_ID=`cut -d"." -f3 $i`
TERM_ID=`grep $ATM_ID flat.txt|cut -d"," -f2`
mv $i ${TERM_ID}.DATE.txt
done

flat.txt is the file...
2,597
Posted By Ankgne
Hello Renjesh I understood your problem but...
Hello Renjesh

I understood your problem but before offering you any solution i would like to know whether there is a flat file which contains the mapping of unique id(ATM id) to terminal id.

If...
Forum: Filesystems, Disks and Memory 02-14-2009
3,116
Posted By Ankgne
great and it's an amazing discovery:):)
great and it's an amazing discovery:):)
4,551
Posted By Ankgne
try gzcat xyz.gz or gunzip -c xyz.gz
try gzcat xyz.gz
or
gunzip -c xyz.gz
9,418
Posted By Ankgne
Check your junk emails. Sometimes the mails from...
Check your junk emails. Sometimes the mails from the servers are delivered in the junk folder.
3,321
Posted By Ankgne
Hi Akhtar , Try this command grep "DEBUG...
Hi Akhtar ,

Try this command
grep "DEBUG - Start! PaymentGatewayFactory - getPaymentGateway" test.txt|cut -d"(" -f2|awk -F, '{print $6}'>>xyz.txt

The above command will write the ip address...
4,551
Posted By Ankgne
Use gzip -c xx.gz
Use gzip -c xx.gz
1,971
Posted By Ankgne
CPU utilization problem
Is there anyone who can help me with this problem:(:(
1,971
Posted By Ankgne
Thanks a lot Neo for the prompt reply...but i...
Thanks a lot Neo for the prompt reply...but i would be great if u can tell me few commands that i shuld run to check the server's health...currently i am using sar command...I tried using top but...
1,971
Posted By Ankgne
CPU utilization problem
Hi All,

I have a shell script which pulls the data from 72 different servers. We are running multiple instances of this script into infinite loop i.e we have divided the script into 9 instances...
Showing results 1 to 12 of 12

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