Sponsored Content
Operating Systems HP-UX How To Rotate A File in HP-UX? Post 302869377 by werkraft on Wednesday 30th of October 2013 07:30:10 AM
Old 10-30-2013
Sorry vbe, but if i understand that you write, it does not work

Code:
 5127 Oct 30 11:42 RmiService.stdout
mv RmiService.stdout RmiService.stdout.bak
5127 Oct 30 11:42 RmiService.stdout.bak
cp -p RmiService.stdout.bak RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout.bak
> RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout.bak
0 Oct 30 11:44 RmiService.stdout

--- Apliccation writes in this moment
    0 Oct 30 11:44 RmiService.stdout
5485 Oct 30 11:44 RmiService.stdout.bak  --> Itīs using this...

or----

Code:
 5127 Oct 30 11:50 RmiService.stdout
cp -p RmiService.stdout.bak RmiService.stdout.bak2
5127 Oct 30 11:50 RmiService.stdout
5127 Oct 30 11:50 RmiService.stdout.bak
> RmiService.stdout
5127 Oct 30 11:50 RmiService.stdout.bak
  0 Oct 30 11:56 RmiService.stdout

--- Apliccation writes in this moment
 5127 Oct 30 11:50 RmiService.stdout.bak
5485 Oct 30 11:57 RmiService.stdout --> Itīs using this...

In the last code the problem is the size os the file...that will be 358 (5485-5127)...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to rotate log files

hi friends i need a shell script to rotate the logs in a directory, dated n days back. can anybody of help. appreciate.. (0 Replies)
Discussion started by: satya_skm
0 Replies

2. Shell Programming and Scripting

Help with script, trying to get tcpdump and rotate the file every 300 seconds

Greetings, I just started using scripting languages, im trying to get a tcpdump in a file, change the file name every 5mins ... this is what i have but its not working ... any suggestions? #!/bin/bash # timeout.sh #timestamp format TIMESTAMP=`date -u "+%Y%m%dT%H%M%S"` #tdump =`tcpdump... (3 Replies)
Discussion started by: livewire
3 Replies

3. UNIX for Advanced & Expert Users

log rotate

hi , what is the meaning of log rotate? how do i rotate /var/adm/wtmps log and gzip it? (6 Replies)
Discussion started by: cromohawk
6 Replies

4. Shell Programming and Scripting

Script for Log Rotate

Hello, I only know the basic for shell programing. I need help for this, I thinks this is a basic for anyone who know a litle of shell scripting. I need creat a script for a rotatate logs, when a filesystem is full. I have a filesystem. The rotate consist in zip the current log (copy) and... (1 Reply)
Discussion started by: El Rengo
1 Replies

5. Programming

Rotate an array

i have an array a={1,2,3,4,5} the output should be a= {4,5,1,2,3} please help me writin this program in c. (10 Replies)
Discussion started by: pgmfourms
10 Replies

6. UNIX for Dummies Questions & Answers

Rotate logs every 1 hour

Hello All, I am learning unix and basically I want to rotate one of my application logs every 1 hour. I need to rotate that file every one hour. I looked in the forums and googled.. but couldn;t get proper information. Requesting you all to kindly guide me. Our application is running on... (4 Replies)
Discussion started by: arunpvp
4 Replies

7. Shell Programming and Scripting

Help with a rotate log script

Hi all, Am trying to write my own log rotate script. Curremtly, what I have is as below: #!/bin/ksh file_to_rotate=${1} x=${2} while ] do let curr=${x} let prev=${x}-1 if ] ; then #echo "cp -p ${file_to_rotate} ${file_to_rotate}.${curr}" cp -p... (7 Replies)
Discussion started by: newbie_01
7 Replies

8. Shell Programming and Scripting

Script to rotate file log

Hi Experts, I have script on crontab and give output quite large. I would like to know how to create rotate log when the size of log maximum 50MB if the test.log is 50MB then create test.0 Thanks Edy (2 Replies)
Discussion started by: edydsuranta
2 Replies

9. Shell Programming and Scripting

Log rotate

Hi, I have below script in logrotate.d to rotate logs. logs are not rotating after the file grow to 1k, do you have any idea? Is it because of it just only 1K? Please let me know if the below syntax is in correct. # more trotate /sourcepath/*/servers/*/logs/*log... (2 Replies)
Discussion started by: lpprasad321
2 Replies

10. UNIX for Dummies Questions & Answers

Logs do not rotate

My problem: Both access and error logs do not rotate any more and get really large. They are located here: /srv/www/+vHost name here+/logs/ Configuration seems to be here: /etc/logrotate.conf => looks OK, including "size 10M" to avoid large files (/etc/logrotate.d => is empty) manually... (4 Replies)
Discussion started by: floko
4 Replies
GPIV_VHISTO(1)						      General Commands Manual						    GPIV_VHISTO(1)

NAME
gpiv_vhisto - Tests PIV data by printing/displaying an histogram of the vertical particle displacements. SYNOPSIS
gpiv_vhisto [-g] [-h | --help] [-n N] [-p | --print] [-v | --version] [filename] < stdin > stdout DESCRIPTION
Gpiv_vhisto calculates the histogram of the vertical particle displacement distribution between minimum and maximum values. The parameters read from the configuration resources (containing the key VALID) may be overruled by the command line options, as explained below. Options -g Graphical visualization of the histogram with gnuplot. -h | --help On-line help -n N Override number of bins (default 10, hard coded). -p | --print Print parameters, command line options and eventually used input and output filenames to stdout. The output is identic of file- name.par, in case -f is used. -v | --version Print version information on standard output, then exit successfully. filename Input PIV file. Overrides stdin and stdout. Output will be written to filename.pdf. The parameters will be written or appended to filename.par and may be used for future use by including them in ./gpivrc. SEE ALSO
gpivtools NOTES
stdin and stdout has still to be implemented. [-f filename ] will be added. AUTHOR
Gerber Van der Graaf BUGS
The program seems to work fine with real PIV data. So far, no serious bugs have been found. 8 November 2006 GPIV_VHISTO(1)
All times are GMT -4. The time now is 09:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy