- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- man not working
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-13-2007 09:19 AM
тАО12-13-2007 09:19 AM
man is nont working for my users on a 11.11 system. It is working for root user.
I set the MANPSATH and other PATh variables, same for root and all other users bbut still there no luck..Pls help
$ man man
No manual entry for man.
$ man ls
No manual entry for ls.
echo $MANPATH
/opt/ldapux/share/man:/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/ldapux/ypldapd/man:/opt/upgrade/share/man/%L:/opt/upgrade/share/man:/usr/dt/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/%L:/opt/gnome/man:/opt/perf/man/%L:/opt/perf/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/opt/graphics/common/man:/opt/perl/man:/opt/prm/man/%L:/opt/prm/man:/opt/ssh/share/man:/opt/gwlm/man/%L:/opt/gwlm/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/hpnpl//man:/opt/resmon/share/man:/opt/EMCpower/share:/opt/sentinel/man/%L:/opt/sentinel/man:/opt/langtools/share/man/%L:/opt/langtools/share/man
echo $PATH
/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/pd/bin:/opt/resmon/bin:/opt/gnome/bin:/opt/perf/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/opt/hpsmh/bin:/opt/perl/bin:/opt/prm/bin:/opt/ssh/bin:/opt/gwlm/bin:/opt/ignite/bin:/opt/hpnpl//bin:/opt/mozilla:/opt/sentinel/bin:/opt/langtools/bin:/opt/r/bin:/usr/local/bin:.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2007 09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2007 09:34 AM
тАО12-13-2007 09:34 AM
Re: man not working
Works for root.
Does not work for others.
swlist -l file | grep ls
To get the location.
Check permissions. My guess is group and or other read permissions are not present. Compare the files to a working system and make the permissions match with chmod
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
тАО12-13-2007 02:42 PM
тАО12-13-2007 02:42 PM
Re: man not working
but ...
> I set the MANPSATH and other PATh
> variables, same for root and all other
> users bbut still there no luck.
That sounds like a good start, but with all
those "%L"'s in MANPATH, more of the
environment makes a difference. According to
"man man", "See environ(5) for a complete
description of MANPATH." According to "man
environ":
[...]
%L The value of LC_MESSAGES.
[...]
So, what does "echo $LC_MESSAGES" say for
each user?
(If that guess doesn't help, I'd look for
other environment differences.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2007 04:19 PM
тАО12-13-2007 04:19 PM
Re: man not working
swverify \*
then look at the bottom of the listing for the swjob line and run that command to get the list of errors.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2007 05:55 PM
тАО12-13-2007 05:55 PM
Re: man not working
Anyways, things are good now, thank you very much for all your replies. 10 points to James !!
RV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2007 11:38 PM
тАО12-13-2007 11:38 PM
Re: man not working
If you don't care about the man cache performance, you can just remove the cat directories, IF their is an original copy in the man directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2007 08:03 AM
тАО12-14-2007 08:03 AM
Re: man not working
catman -w
That will build the /usr/share/lib/whatis db so you can do a man -k
IE:
# man -k swap
BN_swap(3) - exchange BIGNUMs
allocate_fs_swapmap(5) - determines when swapmap structures are allocated for filesystem swap
lvlnboot(1M) - prepare LVM logical volume to be root, boot, primary swap, or dump volume
lvrmboot(1M) - remove LVM logical volume link to root, primary swap, or dump volume
makecontext, swapcontext(2) - manipulate user contexts
nswapdev(5) - maximum number of devices that can be enabled for swap
nswapfs(5) - maximum number of file systems that can be enabled for swap
pstat(), pstat_getcommandline(), pstat_getcrashdev(), pstat_getcrashinfo(), pstat_getdisk(), pstat_getdynamic(), pstat_getfile(), pstat_getfile2(), pstat_getfiledetails(), pstat_getipc(), pstat_getlocality(), pstat_getlv(), pstat_getlwp(), pstat_getmpathname(), pstat_getmsg(), pstat_getnode(), pstat_getpathname(), pstat_getpmq(), pstat_getproc(), pstat_getprocessor(), pstat_getproclocality(), pstat_getprocvm(), pstat_getpsem(), pstat_getpset(), pstat_getsem(), pstat_getshm(), pstat_getsocket(), pstat_getstable(), pstat_getstatic(), pstat_getstream(), pstat_getswap(), pstat_getvminfo()(2) - get system information
remote_nfs_swap(5) - enable swapping across NFS
swab( )(3C) - swap bytes
swapinfo(1M) - system paging space information
swapmem_on(5) - allow physical memory size to exceed the available swap space
swapon(1M) - enable device or file system for paging
swapon(2) - add swap space for interleaved paging/swapping
swchunk(5) - swap chunk size in 1 KB blocks
vxvmboot(1M) - prepare VERITAS Volume Manager volume as a root, boot, primary swap or dump volume
shows all the pages that have swap in them.
Rgds...Geoff
PS: I thought the title of this thread was quite funny - "man not working" - IE men not working....I'm suprised Rita hasn't given us what for :)