- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logrotate for HPUX 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 02:41 AM
07-11-2005 02:41 AM
Have ia64 systems running HPUX 11.23.
I have been out to the gatekeep site looking for logrotate but it only goes to 11.00
Any updates available or do I need to rool my own?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 02:49 AM
07-11-2005 02:49 AM
Re: logrotate for HPUX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 02:52 AM
07-11-2005 02:52 AM
Re: logrotate for HPUX 11.23
The link is for Debian.
Is this for example on creating my own?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 03:00 AM
07-11-2005 03:00 AM
SolutionThere is the link for ia64 in the download section. I don't know if that is for Debian Linux on IA64 or hp-ux or what.
I guess if all else files, you can always download the source and compile your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 03:05 AM
07-11-2005 03:05 AM
Re: logrotate for HPUX 11.23
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:06 AM
07-11-2005 05:06 AM
Re: logrotate for HPUX 11.23
http://hpux.ee.ualberta.ca/hppd/hpux/hpux/Sysadmin/logrotate-2.5/
You could try re-compiling it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:16 AM
07-11-2005 05:16 AM
Re: logrotate for HPUX 11.23
Looking for the 'bsdinst' to complete the process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:26 AM
07-11-2005 05:26 AM
Re: logrotate for HPUX 11.23
I cannot add these packages onto the ia64 per policies.
Any other idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:11 PM
07-11-2005 11:11 PM
Re: logrotate for HPUX 11.23
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:30 PM
07-11-2005 11:30 PM
Re: logrotate for HPUX 11.23
Working on rolling my own at this point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 03:01 AM
01-05-2006 03:01 AM
Re: logrotate for HPUX 11.23
The make install creates the following directories:
/opt/logrotate/bin
/opt/logrotate/man
/opt/logrotate/man/man8
I copied logrotate to /opt/logrotate/bin and also had to create /opt/logrotate/adm/
I run it like this from cron:
#
# logrotate
#
0 0 * * * /opt/logrotate/bin/logrotate /etc/logrotate.conf >/tmp/logrotate.cron 2>&1
I havn't figured out how to install the man page - make -n install says it wants to do this:
bsdinst -c -m 644 logrotate.8 /opt/logrotate/man/man`echo logrotate.8 | sed "s/.*\.//"`/logrotate.8
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 03:09 AM
01-05-2006 03:09 AM
Re: logrotate for HPUX 11.23
Any chance of getting a copy of that binary?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 03:39 AM
01-05-2006 03:39 AM
Re: logrotate for HPUX 11.23
http://hpux.ee.ualberta.ca/hppd/hpux/X11/Core/imake-6.00/
If you want the binary - email me from http://www.met.ca
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 04:27 AM
01-05-2006 04:27 AM
Re: logrotate for HPUX 11.23
It is in "pre depot" format...just gunzip/untar and read the readme.txt file.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 01:32 AM
02-03-2006 01:32 AM
Re: logrotate for HPUX 11.23
Here a fully grown depot for 11.23
It might work on all other OS'sesss.
I have added two things :
a logrotate.status file in de /opt/logrotate/adm
This is the internal db file for logrotate
And i added /opt/logrotate/etc with the logrotate.conf file.
this config file is used by logrotate.
You can add in the cron the following entry :
0 16 * * 0 /opt/logrotate/bin/logrotate /opt/logrotate/etc/logrotate.conf
Have phun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 01:46 AM
02-03-2006 01:46 AM
Re: logrotate for HPUX 11.23
When it is installed, and you execute logrotate it will give an error :
"error: error reading top line of /opt/logrotate/adm/logrotate.status"
Just delete this file from the adm dir, and exec again.
Then the file we be recreated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 01:55 AM
02-03-2006 01:55 AM