- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no manual entry for (command)
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-19-2006 08:20 PM
04-19-2006 08:20 PM
A preloaded HP-UX 11.11 rp4440 server is working fine but there is no man page come out after typing #man command. It only displays no manual entry for this (command). Is there any command or documents to fix it?
Rgds,
Mostafa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:23 PM
04-19-2006 08:23 PM
Re: no manual entry for (command)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:25 PM
04-19-2006 08:25 PM
Re: no manual entry for (command)
do you have a MANPATH set up for your user.
Test with
env | grep man
should return something like:
MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/upgrade/share/man/%L:/op
t/upgrade/share/man:/usr/dt/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/sam
ba/man:/opt/hparray/share/man/%L:/opt/hparray/share/man:/opt/resmon/share/man:/opt/pred/share/man/%L:/opt/pred/share/man
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:27 PM
04-19-2006 08:27 PM
Re: no manual entry for (command)
"man" command searches in MANPATH variable. Set your MANPATH by, export MANPATH=
and check with /etc/MANPATH for system wide setting.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:28 PM
04-19-2006 08:28 PM
Re: no manual entry for (command)
MANPATH is usually initialized from /etc/MANPATH file, via /etc/profile.
check these files.
Are you failing to get man for a particular command or also for any standard (such as ls) command?
MANPATH variable on my server resolves to:
/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/upgrade/share/man/%L:/opt/upgrade/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/resmon/share/man:/opt/hparray/share/man/%L:/opt/hparray/share/man:/opt/graphics/common/man:/opt/openssl/man:/opt/openssl/prngd/man:/usr/dt/share/man:/opt/gnome/man:/opt/wbem/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/java1.4/man:/opt/perl/man:/opt/ssh/share/man
you can set it by
export MANPATH=
antonio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:35 PM
04-19-2006 08:35 PM
Re: no manual entry for (command)
I am failing in any command. Even if I fail to get output from command #man ll
Best regards,
Mostafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:56 PM
04-19-2006 08:56 PM
Re: no manual entry for (command)
I did not install anything in the system. It is default. I am logging as a root user. I have checked follwing-
#echo $PATH - displays two lines
# vi /etc/profile - MANPATH is there with those two lines
Best regards,
Mostafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:19 PM
04-19-2006 09:19 PM
Re: no manual entry for (command)
if the MANPATH is correct, it would mean that the man code has not been installed.
Can you please do:
ls /usr/share/man/man1.Z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:31 PM
04-19-2006 09:31 PM
Re: no manual entry for (command)
I am not onsite now. Please tell me how can I install man code if it is not installed.
What output should I get if the man code is installed?
Rgds,
Mostafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:30 PM
04-19-2006 10:30 PM
Solutionhave a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=41996
Covers the checking and install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 11:43 PM
04-19-2006 11:43 PM