1755411 Members
4303 Online
108832 Solutions
New Discussion юеВ

Building alog on HPUX

 
Dek_1
Advisor

Building alog on HPUX

Has anyone built alog on HPUX using its native compiler ( ie not gcc ) ? Or is there a compiled version available ?
6 REPLIES 6
Stephen Keane
Honored Contributor

Re: Building alog on HPUX

Have you tried

http://hpux.connect.org.uk/

What is alog ?
Alessandro Pilati
Esteemed Contributor

Re: Building alog on HPUX

Seems alog is not available for hpux:

http://www.math.utah.edu/~beebe/unix/a/alog.html

But I found this :
/parallel/standards/mpi/anl/nupshot.tar.Z
Nupshot: A performance visualization tool that displays logfiles in
the 'alog' format or the PICL v.1 format. Requires TCL 7.3 and TK 3.6
to build.
Author: Ed Karrels .

at this site:
http://wotug.ukc.ac.uk/parallel/info/Changes/1995-08

Download it at this site:
http://wotug.ukc.ac.uk/parallel/standards/mpi/anl/nupshot.tar.Z

It seems contain the sources that you will have to compile on your hpux server.
I don't know if it will run correctly.


Regards,
Alessandro

if you don't try, you'll never know if you are able to
Dek_1
Advisor

Re: Building alog on HPUX

Stephen, alog is a program I have used on AIX which allows the system manager to set a log file size ( say 100 M) and this file will grow to that size and stay there. All earlier entries will be lost - a circular log file in effect. Great for logging.
Thanks for your link tho
Alex Lavrov.
Honored Contributor

Re: Building alog on HPUX

Do you mean log rotation?

I think it is, so there is something for HP:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/

It's a bit old, but I think the concept of the logs wasn't changed since than.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Dek_1
Advisor

Re: Building alog on HPUX

Alex, alog is similar, but different from logrotate. The lograotate does it by date and saves the old log - alog just keeps the last xK of information (x is of your choice)
Stephen Keane
Honored Contributor

Re: Building alog on HPUX

Have you looked at smartlog? Not quite the same, but might be useful.