Search Results

Search: Posts Made By: Digjoy83
6,480
Posted By Digjoy83
Check Junk character in sql file
Hello,

I have two .sql files which I transferred from Windows to Unix (Linux Enterprise Linux Server release 5.3).I want to ensure that these two files have no junk characters in them.How do I do...
2,511
Posted By Digjoy83
Hi, Requirement is -- 1)How to use the...
Hi,

Requirement is -- 1)How to use the egrep fuction you suggested?
2)How to check for failures of both 10g and 11g services..
2,511
Posted By Digjoy83
10g has 4 instances,11g also has four..Could you...
10g has 4 instances,11g also has four..Could you please tell what the logic would be?
2,511
Posted By Digjoy83
Any update,please??
Any update,please??
2,511
Posted By Digjoy83
Thanks brother... Just a question,how do i...
Thanks brother...

Just a question,how do i exactly use egrep to distinguish between 10g and 11g services,coould you elaborate more please?
2,511
Posted By Digjoy83
This is the script I had written echo...
This is the script I had written

echo "Check OBI service.." >> $LOGFILE
ps -ef | grep sawserver >> $LOGFILE
obisrvc_count=`ps -ef | grep sawserver | grep -v grep | wc -l`
...
2,511
Posted By Digjoy83
Hello, I was actually thinking of a script...
Hello,

I was actually thinking of a script that will send email when the services are found to be stopped or halted.
2,511
Posted By Digjoy83
Script to check OBI 10g & 11g services
Hello Unix experts,

I am very new to shell scripting.However,I have been asigned a task in Unix-that I need to prepare a script which will check if OBI 10g and OBI 11g services are running or not...
1,975
Posted By Digjoy83
Thanks a lot itkamaraj. Another dumb...
Thanks a lot itkamaraj.
Another dumb question.How do I run this code?Do I need to create a .sh script and run ./<scriptname.sh> ??
Or do I run it directly?

Regards
1,975
Posted By Digjoy83
Thanks everyone for your prompt response and...
Thanks everyone for your prompt response and advice.
Just a question-it might seem very lame ,but isnce I'm very new to Unix I can be forgiven--
for FILE in dir/* do
touch "$FILE" ...
1,975
Posted By Digjoy83
Help with touch and timestamps
Hello fellow Unix geeks,
I have been given a very urgent assignment in my office on writing a particular Shell script but I'm very much new to it.I would appreciate any help from you on solving this...
Showing results 1 to 11 of 11

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