Search Results

Search: Posts Made By: bsrajirs
5,606
Posted By bsrajirs
Hi, Thanks for all the details. Yes i am...
Hi,

Thanks for all the details. Yes i am able to get the list from the specified string, but I am not sure how to get the details after the specified string.
EG:
Thu Jan 10 12:56:50 2008
err1...
5,606
Posted By bsrajirs
Hi, I am getting the following errors when i...
Hi,

I am getting the following errors when i tried with the awk command.

awk: syntax error near line 1
awk: bailing out near line 1
5,606
Posted By bsrajirs
Hi, Please find my sample code.. #!...
Hi,

Please find my sample code..

#! /bin/ksh
set -x

LogFile="/tmp/scan_log.log"
LoadFile="/tmp/new_scan_log.log"
Last_Alert="Alert: Fri Jan 4 16:15:01 2008"

while read line
do
...
5,606
Posted By bsrajirs
Hi, Thanks for your response. I tried to...
Hi,

Thanks for your response.
I tried to using the shell script, but i am getting error because there are spaces in between the data and time.
Can we able to get all the lines from the logfile...
5,606
Posted By bsrajirs
Read text file from a specified string to the end
Hi All,

I like to read the log file from specific time to end of the file.

eg:
message
date and time
message 1
date and time1
message 2
EOF

I want to read all the text (Messages) after...
Forum: Solaris 11-13-2007
64,997
Posted By bsrajirs
Hi, No, I am not using the graphical...
Hi,

No, I am not using the graphical window..

Thanks,
bsraj.
Forum: Solaris 11-13-2007
64,997
Posted By bsrajirs
Hi, Thanks for all the details. Yes, i...
Hi,

Thanks for all the details.
Yes, i used the Top command and when i sum up the memory usage shown (such as 'res' or 'size') is becoming more than the RAM size. So i am not sure how to...
Forum: Solaris 11-12-2007
64,997
Posted By bsrajirs
HI, I am trying to get the RAM usage by each...
HI,

I am trying to get the RAM usage by each process.
When i used TOP, i am able to get the total RAM used and the availabe memory as 100.. But we are having aroung 2G..
So i am trying to find...
Forum: Solaris 11-11-2007
64,997
Posted By bsrajirs
RAM Physical Memory usage by each Process.
Hi All,

I am trying to find the physical memory usage by each process/users.
Can you please let me know how to get the memory usage?.

Thanks,
bsraj.
7,247
Posted By bsrajirs
Thanks a lot..
Hi All,

Thank You All!!
I am sure this will help me lot. I am working to test the codes..
I will let you know if there are any issues..
I Appreciate all your help..

Again Thanks to all...
...
7,247
Posted By bsrajirs
Read words from file and create new file using K-shell.
Hi All,

Please help me in creating files through K-shell scripts.
I am having one file in this format.
OWNER.TABLE_NAME
OWNER.TABLE_NAME1
OWNER1.TABLE_NAME
OWNER1.TABLE_NAME1

I want to...
Showing results 1 to 11 of 11

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