Search Results

Search: Posts Made By: ST2000
9,291
Posted By ST2000
Thanks for all the posts. Each file is about...
Thanks for all the posts.

Each file is about 500mb. If the delete job kicks off and if there is a file written at that time, linux does not know what to do and locks that space off. Say 200 mb is...
9,291
Posted By ST2000
delete files except most recent
#!/bin/ksh -xvf

for arch_filename in `ls -lrt /u02/oracle/CMDR/archive | awk '{print $9}'`; do
echo "rm -rf /u02/oracle/CMDR/archive/"$arch_filename
rm -rf...
1,818
Posted By ST2000
Sar and mail
I am generating a SAR output file every minute for 8 hours to stress test the box. Whenever i hit %idle less than 20.00, I need to grep for it and send an email or send a page. How would i write a...
2,839
Posted By ST2000
cron tab commands
Hello:

If I want to run a crontab every hour between 9 am to 9pm, will this work

00 09-19 * * * /.../.../../program.sh

If the above does not work, what should it be ??

Thanks, ST2000
6,032
Posted By ST2000
I want it temporarily only or clearing buffers...
I want it temporarily only or clearing buffers when executed. History command has also a limitation set.. And in terms of security, I don't understand how we are comprimising since there ought to be...
6,032
Posted By ST2000
Remove Commands from Buffer
Hi..

When I execute a command, say for ex.. cp ../../* to ..../.../*
and then when I use escape K, enter... it shows the commands recently executed.

How can we remove that commands from...
Forum: Filesystems, Disks and Memory 12-06-2002
6,550
Posted By ST2000
Memory usage in the box
Hello:

Environment is: Oracle 817 on IBM RS/6000 AIX 433
I have 4GB RAM on the box and Page/Swap is about the same.
Presently I am using close to 1GB of RAM towards 5 instances of ORACLE...
64,481
Posted By ST2000
send message across terminals
Hello: How would you send message to other unix users logged in into the system now.. what should i verify, before sending them a mail across that displays mesage on the terminal. Any man pages?...
Forum: Filesystems, Disks and Memory 12-03-2002
3,103
Posted By ST2000
OS datablock size
Hi..

How would I find out the OS datablock size?

IBM RS/6000 AIX 433 is my environment..

Thanks, ST2000
Forum: Filesystems, Disks and Memory 11-22-2002
9,223
Posted By ST2000
Paging and Swapping
Hi Guys: Would like to know how to check system swapping and paging and some theory on how they function. I am an oracle dba and my environment is 8171 on AIX 433. We have a 1GB of RAM on the box and...
9,660
Posted By ST2000
That's the culprit.. Thanks a lot criglerj......
That's the culprit.. Thanks a lot criglerj... ST2000
9,660
Posted By ST2000
Sorry: For me the first three works.. Only the...
Sorry: For me the first three works.. Only the last command does not work.. There are tonnes of files, otherwise 1st three wont work either.. Anyway this is the result of the run..
...
9,660
Posted By ST2000
Script to move trace files
Please debug this shell script for me.. Basically the idea is to run the script, based on the command to move some trace files to a separate directory and I am getting the error. Only the COMMAND...
2,791
Posted By ST2000
Yap.. Thats what I did.. This was the only way I...
Yap.. Thats what I did.. This was the only way I could think of, before writing the same here..

My oldest files come to June 21st, 2001 which is about 465 days as of August 28th, 2002 (A week...
4,066
Posted By ST2000
Hi.. Somehow it does not work for me.. ...
Hi.. Somehow it does not work for me..

oracle@CG_JDA1:/home/oracle/admin/ODBMSPRD/bdump_> ls -l
total 29584
-rw-r--r-- 1 oracle dba 85 Jun 05 21:09 afiedt.buf
-rw-r--r-- 1...
2,791
Posted By ST2000
Unix Installation age
Hi.. Is there any way to find out when the OS was installed for a system? How can we find that out?

My system is :

IBM AIX 4.3.3 RS6000

Thanks, ST2000
6,109
Posted By ST2000
I have gone a little more further.. ls -lt |...
I have gone a little more further..

ls -lt | grep "Aug 26" | grep 11:14

gives me about 10 files.. I simply want to be able to delete those ten files.. How would I do that.. Since no one has...
3,836
Posted By ST2000
Adjust the db script
Enclosing a script that is used everyday for database shutdown. In here you will find some code that checks oracle version.
That part is very unnecessary since we use only 8.1.7 and will never go...
6,109
Posted By ST2000
remove some files on a condition..
Hi.. when I do a ls -lt, I get a listing of about 200 files.. These are trace files and some of it I might not need..

To be clear, say in a given week , I might not need files that have been...
4,168
Posted By ST2000
Great man.. Thx a lot again ST2000
Great man.. Thx a lot again

ST2000
4,168
Posted By ST2000
Thanks Perderabo for your response.. Just...
Thanks Perderabo for your response..

Just Two more Qns..

What is $0 ??
I know $1 is 1st parameter and so on..

Why is variable "file"=rpt ??

Please explain..

Thanks, ST2000
4,168
Posted By ST2000
Please decode in English
Hello: Can anyone please decode this script in English. I have also made some comments which I know.. The actual script does not have one comment also..

#! /bin/ksh

. odbmsprd_env.ksh ...
114,054
Posted By ST2000
Thanks a lot .. I can only display a comma...
Thanks a lot ..

I can only display a comma at the end of line and pipe it to new file, but how can i do that inside the file and retain the same name as well.. When I do on same file, it will...
114,054
Posted By ST2000
Add a comma at end of every line
hello

A small shell scripting help..

I have a file say with 5 lines of text (text file).
At the end of everyline I need to add a comma at the end of the file.

Thanks, ST2000
2,993
Posted By ST2000
I found it.. It is savevg for backing up any...
I found it..
It is savevg for backing up any other volume groups..
Thanks, ST
Showing results 1 to 25 of 26

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