HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- man pages for logrotate
Operating System - HP-UX
1834447
Members
2778
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-03-2003 10:13 AM
12-03-2003 10:13 AM
I have just installed the logrotate-2.5-sd-11.00.depot that I downloaded from the HP-UX Porting and Archive Centre.
Everything installed correctly with out any errors, I used the swinstall tool.
But, when I try to do a man on logrotate it tells me there are no manual entries for logrotate.
I have logged out and logged in numerous times.
Did I do something wrong, is it the right depot.
# uname -a
HP-UX name B.11.00 U 9000/785 2001107332 unlimited-user license
Everything installed correctly with out any errors, I used the swinstall tool.
But, when I try to do a man on logrotate it tells me there are no manual entries for logrotate.
I have logged out and logged in numerous times.
Did I do something wrong, is it the right depot.
# uname -a
HP-UX name B.11.00 U 9000/785 2001107332 unlimited-user license
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 10:18 AM
12-03-2003 10:18 AM
Solution
I am not familiar with this product, but where the software is loaded assuming /opt/logrotate, is there a man directory? If so has this path been added to $MANPATH If it hasn't you can add it manually to the /etc/MANPATH file using other entries as an example.
$ echo $MANPATH
$ echo $MANPATH
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 10:26 AM
12-03-2003 10:26 AM
Re: man pages for logrotate
I have just installed that product on a test system of mine, and certainly it does load the man page for it (/opt/logrotate/man), but does not add the man page path into /etc/MANPATH
I added the entry manually, logged in again and can see the man page.
I added the entry manually, logged in again and can see the man page.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 03:03 PM
12-03-2003 03:03 PM
Re: man pages for logrotate
This is a common oversight when depots are put together. Many packages will keep the man pages in the /opt/app-name/docs directory and the MANPATH value is not updated. As mentioned, just add the path to end of the MANPATH file. Note! There must one and only one line inn MANPATH. When you edit the file it will appear to be multipkle lines but type $ and you'll see that the end of the first line is also the end of the file. Just type A to append to the end of the line.
Even if the file /etc/MANPATH does have the new man page location, your current MANPATH variable needs to be updated. Either logout and login again, or do what /etc/profile does:
export MANPATH=$(cat /etc/MANPATH)
Bill Hassell, sysadmin
Even if the file /etc/MANPATH does have the new man page location, your current MANPATH variable needs to be updated. Either logout and login again, or do what /etc/profile does:
export MANPATH=$(cat /etc/MANPATH)
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP