Search Results

Search: Posts Made By: murali1687
2,949
Posted By murali1687
Thank you durden_tyler & scott. My script is...
Thank you durden_tyler & scott. My script is executing now.
I corrected my sql script. It had ""MSG_count" instead of "MSG_fail".
2,949
Posted By murali1687
Scott, I'm able to connect to the DB. Now...
Scott,

I'm able to connect to the DB. Now the script is not executing . It is not showing any errors as well.
In my script "do.sql" is returning the count. However the script is not reading...
2,949
Posted By murali1687
Thank you Scott. Script is now running with...
Thank you Scott.

Script is now running with "which".
Can you tell me why it was not executing with "whence"
2,949
Posted By murali1687
Help of Whence
Hi,

When i try to execute this particular script it gives out error.
Can anyone help me out what is the issue here.


Error:
=====
++ whence sqlplus
abc.ksh: line 14: whence: command not...
2,881
Posted By murali1687
Greping entire XML which has special character
I have an XML with has special character Â.
I wrote a Grep command to find out the special character

grep -i  Filename | grep ShipAddress2
I need the help to know how to find out special...
7,219
Posted By murali1687
Capturing the killed process logs
I have two set of questions.
1) To skip killing some process automatically.
2) To kill other process and capture their log.

I have set of process, some needs to be killed gracefully and others...
3,757
Posted By murali1687
Aashish, Thanks alot for explaining the...
Aashish,

Thanks alot for explaining the scripts.
The above scripts is used to exclude one Process from killing.
What if i want to exclude couple of more process say -- " murali" and "hippo"...
3,757
Posted By murali1687
Hi Bala, Can you please explain me what the...
Hi Bala,

Can you please explain me what the above scripts are doing. I'm new to unix just want bit explaination to understand.
3,757
Posted By murali1687
Killing the process ID's
Hi ,

I have a list of application process id's.
Is there a way to kill all the process listed below using the script, except the once which are starting with " Genesis "

adm 1522...
2,449
Posted By murali1687
Unix Script -- To Skip killing a specific process
Hi,

By using
ps -aux | awk '/mine/{split($15,a,"/");print $1,$2,a[length(a)]}'
i get the below listed PID's with there corresponding processes.

adm 1522 ABC_Process.tra
adm 1939...
3,510
Posted By murali1687
Thank you All for your wonderful responses. I...
Thank you All for your wonderful responses.
I was sick all these days hence was not able to respond.

One last thing i need to know. Hope you to help me on this.
...
3,510
Posted By murali1687
Hi, Now I'm able to get the output as...
Hi,

Now I'm able to get the output as required and i can see all the tra files along with the PID's. Please help me to kill the PID's sequentially.
By Manual process when i kill the PID, the log...
3,510
Posted By murali1687
Hi All, The given commands are not working (...
Hi All,

The given commands are not working ( I'm using Linux BOX).
Can you please explain me your command. I'm sorry for bugging you guys.
I'm new to this unix world, just want to understand the...
3,510
Posted By murali1687
Unix Script -- Suggestions to list and kill PID's sequentially
Hi,
I'm trying to write a script where i'm trying to grep the PID and the associated file and list them. Then execute the KILL command sequentially on the listed PID's for ".tra" files
...
1,703
Posted By murali1687
Thanks alot Naresh and Jay -- That works :p
Thanks alot Naresh and Jay -- That works :p
1,703
Posted By murali1687
Unix Script -- Unable to perform division
I'm new to scripts, i wrote the below script to capture the percentage of FreeMemory available in Linux box. Output of UsedfreeMemory is displayed as '0'.

I'm expecting the output like 0.89 (or)...
Showing results 1 to 16 of 16

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