Search Results

Search: Posts Made By: ankitknit
9,915
Posted By ankitknit
Checking running process status using "grep" on multiple servers in load sharing system.
Suppose i have 3 different servers say x,y and z.

Im running some process say ABC and 40 instances for the same is being created.
In load sharing suppose on
server x, 20 instances are running...
1,218
Posted By ankitknit
yes i have set this bill cycle for 5 lac accounts...
yes i have set this bill cycle for 5 lac accounts .
1,218
Posted By ankitknit
Process Instance not running properly.
I have run 10 instances of the process eg, process name is BG

nohup /WP01IRB1_irbapp/IRBWPROD/RB/bin/BG -c 1 -t 23 -a '-caTop TESTBILLCYCLE='5FEB13_81PT19NPT''>a.txt &

nohup...
1,337
Posted By ankitknit
Looping to check the currently running process.
Hi Gurus,
t=`ps -u irb|grep -v grep|grep BSNL_PAYMENT_C`
echo $t
if [ "$t" ]
then
echo $?
echo "Process Creation is Running ...."
else
echo "Process went down at $dat $tim" ...
872
Posted By ankitknit
o/p of col A should be like that ... id col...
o/p of col A should be like that ...

id col c =abc and col d >5
then col A produce .. 123
872
Posted By ankitknit
Extracting a certain pattern..
Hi All,

Suppose i have 4 coloumns in a excel sheet.
Col A Col B Col C Col D
123 time1 abc 8
231 time2 xyz 6
324 time3 abc 4...
Forum: UNIX and Linux Applications 10-15-2012
15,360
Posted By ankitknit
Would u plz elaborate how to do put the entry of...
Would u plz elaborate how to do put the entry of local server in unix ....
4,921
Posted By ankitknit
Hi, I didn't get it clearly. Can you please...
Hi,

I didn't get it clearly. Can you please provide the example. Thanks.
4,921
Posted By ankitknit
How to receive mails in unix .....
HI experts,

By using mailx command i can send mails to any email id. and my DNS is like
oper@xyz.com ..... but if someone replied to the mail sent earlier using mailx command. then how to...
1,906
Posted By ankitknit
Yeah thanks !! i got it what i really wanted ....
Yeah thanks !! i got it what i really wanted ....
1,906
Posted By ankitknit
its also printing the hyphen line...
its also printing the hyphen line...
1,906
Posted By ankitknit
How to print all the lines after pattern matching?
I have a file that contains...

Number
--------------------
1
2
3
4

i want to print all the numbers after the hyphen ...
3,123
Posted By ankitknit
My code snippet
set -A my_array `sqlplus -s username/pwd@DB <<EOF

set feedback off
SET NEWPAGE 1
SET ECHO OFF
SET FEEDBACK OFF
SET TERM OFF
SET PAGESIZE 50000
Set LINESIZE 300
SET TRIMS ON
set verify on
...
3,123
Posted By ankitknit
storing large data in unix array variable
Hi,

I have table in sql ..from this table im storing the first coloumn values in shell array variable ...

after this passing this variable as an arugument in SQL procedure.

But the proc. is...
Showing results 1 to 14 of 14

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