- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- *Some* manpages hiding?
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
04-02-2003 10:36 AM
04-02-2003 10:36 AM
It's not traceroute that's a problem - it's that I want all the manpages to work, if they exist.
I'm also adding some utilities (sudo, tcp_wrappers, apache, etc). I need to connect the manpages for those. Can I just insert symlinks into /usr/share/man, or do I need to actually copy files over?
Thanks for any suggestions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:41 AM
04-02-2003 10:41 AM
Re: *Some* manpages hiding?
You should not hae to take special actions for man pages, if you install them from depot. Maybe if you did compile off source though, though you should not have an issue.
Try this command and see if it generates an error. It enhances man functionality.
catman -w
then man -k
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:45 AM
04-02-2003 10:45 AM
Re: *Some* manpages hiding?
No manual entry for traceroute.
$ man whence
No manual entry for whence.
$ uname -a
HP-UX tsws1 B.11.11 U 9000/785 2006482480 unlimited-user license
$
Me, too! Curious.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:47 AM
04-02-2003 10:47 AM
Re: *Some* manpages hiding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:55 AM
04-02-2003 10:55 AM
Re: *Some* manpages hiding?
'whence' is a shell built-in. You can do a 'man sh-posix' to find out more about it.
As for 'traceroute', look in '/usr/contrib/bin' and '/usr/contrib/man' for the binary and man pages respectively.
Check 'echo $MANPATH' to see if your MANPATH includes '/usr/contrib'. It should.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:56 AM
04-02-2003 10:56 AM
Re: *Some* manpages hiding?
As far as traceroute, if Pete is also missing the pages, I'm guessing HP just hasn't done them (unlike some other Unix vendors!). So what's the .cat file under /usr/lib...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:00 AM
04-02-2003 11:00 AM
Re: *Some* manpages hiding?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:06 AM
04-02-2003 11:06 AM
Re: *Some* manpages hiding?
In answer to your question of what is the "cat" file under '/usr/lib/nls': The file is a "cat"alog file of messages. Do:
# dumpmsg
to see the contents. Do a 'man dumpmsg' for more information.
For instance, if you want to see the possible messages produced by 'fbackup', do:
# dumpmsg /usr/lib/nls/C/fbackup.cat
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:09 AM
04-02-2003 11:09 AM
Re: *Some* manpages hiding?
traceroute is not an HP developed util - it's a contributed util.
That's why it loads into /usr/contrib/bin & the man pgs into /usr/contrib/man
Funny thing is that it's a section 1 man pg & if you search thusly
man 1 traceroute
You'll get the page. If you don't specify the section, you won't.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:15 AM
04-02-2003 11:15 AM
Re: *Some* manpages hiding?
No entry for traceroute in section 1 of the manual.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:18 AM
04-02-2003 11:18 AM
Re: *Some* manpages hiding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:28 AM
04-02-2003 11:28 AM
Re: *Some* manpages hiding?
You need to have the following in MANPATH
..../usr/contrib/man/%L:/usr/contrib/man:....
Then
man 1 traceroute will work.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:35 AM
04-02-2003 11:35 AM
Re: *Some* manpages hiding?
$ man 1 traceroute
No entry for traceroute in section 1 of the manual.
$
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 12:10 PM
04-02-2003 12:10 PM
Re: *Some* manpages hiding?
Do you have the traceroute.1 file in /usr/contrib/man/man1.Z ?
If not - there's your problem.
Mines an 11i system patched to Dec '02. The file's dated May 21 '02. I *think* this is when the "new" traceroute came in - you know the one that forces you to use -i lanX to force the traceroute out the proper NIC, else it goes out the first NIC found.
I suspect the traceroute man page came in then as well.
I've checked older 11 & 11i systems that are NOT patched to Dec '02 & they don't have the man page file.
So to get the man page it appears you need to patch up to Dec '02, but be advised of the new "features" of traceroute & YES, I've complained to HP about this. It's caused several wild-goose chases when unknowing SAs try to track down nonexistent routing issues.
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 01:28 PM
04-02-2003 01:28 PM
Re: *Some* manpages hiding?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 02:43 PM
04-02-2003 02:43 PM
Re: *Some* manpages hiding?
Thanks, I'll check in the morning, seeing as I'm home now. I couldn't understand why I was seeing nothing and you were.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:06 PM
04-02-2003 03:06 PM
Re: *Some* manpages hiding?
Jeff, I've got the GOLDAPPS11i and GOLDBASE11i from Dec. 2002, installed over the base OS dated Sept. 2002. I have the FEATURE11-11 which is dated Sep, 2002.
Which patch package is missing, with the updated version of traceroute? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 04:08 PM
04-02-2003 04:08 PM
SolutionDid a little digging & this is what I found.
Appears the new binary AND the man page come in the
Networking.NET-RUN fileset in 11i
Then my systems also show a patch that supersedes that
PHNE_27063
It also contains a new binary & man page.
So do at least a
swlist -l fileset Networking.NET-RUN
and also look for PHNE_27063
swlist -l patch PHNE_27063
Later,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 11:45 AM
04-03-2003 11:45 AM
Re: *Some* manpages hiding?
That worked. That particular patch is now superceded by another rec: PHNE_28089. I installed that, and I now have mapages for traceroute!
Thanks again.