- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: man not working for hpux11i v2
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
08-13-2006 01:41 AM
08-13-2006 01:41 AM
Man is not working....
I am getting ;
Reformatting entry wait sh:btl not found
sh:neqn not found
sh:col not found
sh:nroff not found
Plzzzzzzzzz help as it is must.............
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 01:48 AM
08-13-2006 01:48 AM
Re: man not working for hpux11i v2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 02:33 AM
08-13-2006 02:33 AM
Re: man not working for hpux11i v2
MANPATH is present in my /etc/profile.......
is theres any patch which is to be installed.......?? for hpux 11i v2......rx4640 server......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 02:41 AM
08-13-2006 02:41 AM
Re: man not working for hpux11i v2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 05:55 AM
08-13-2006 05:55 AM
Solutionis it like this:
MANPATH=/usr/share/man:/usr/contrib/man:/usr/local/man
2. do a "whereis" for any command?
#whereis ls
ls: /sbin/ls /usr/bin/ls /usr/share/man/man1.Z/ls.1
3. for space problems, there may be man pages not installed in your system.
4.sometime, you may not given permissions to use man pages.
5. is man page not available for all the commands or any particular command? for example users when install their own applications the path of man pages for the new applications should be included in the MANPATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 06:20 AM
08-13-2006 06:20 AM
Re: man not working for hpux11i v2
if u want a quick solution,
In this link, man pages for all the hpux versions in html and pdf forms available.
http://docs.hp.com/en/hpuxman_pages.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 07:23 AM
08-13-2006 07:23 AM
Re: man not working for hpux11i v2
The key is the 'sh: col not found' and other similar messages. These commands reside in /usr/bin/. If /usr/bin/isn't in your path, then man won't work.
Try this:
# echo $PATH
examine the output for /usr/bin. If it is not there do this:
# export PATH=/usr/bin:${PATH}
Now try using the man pages again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 08:21 AM
08-13-2006 08:21 AM
Re: man not working for hpux11i v2
try
# man tsconvert
No manual entry for tsconvert.
and Patrick,
"These commands reside in /usr/bin/. If /usr/bin/ isn't in your path, then man won't work"
man pages reside in /usr/share/ and commands reside in /usr/bin/ (not all)
now, if /usr/bin is not in PATH, we will get command not found error.
if /usr/bin is included in PATH and /usr/share is not included in PATH, man pages will be available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 08:53 AM
08-13-2006 08:53 AM
Re: man not working for hpux11i v2
If you notice the errors given:
Reformatting entry wait
sh:btl not found
sh:neqn not found
sh:col not found
sh:nroff not found
It is not saying anything about the man pages themselves not being available. It is saying 'btl not found', etc. That means it can't find the commands it needs to format the man pages.
/usr/share doesn't have to be in your path for 'man' to work. It needs to be in your MANPATH though. /usr/bin/ should be in everyones PATH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 09:13 AM
08-13-2006 09:13 AM
Re: man not working for hpux11i v2
so dattu,
# export PATH=/usr/bin:${PATH}
and update us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 07:08 PM
08-13-2006 07:08 PM
Re: man not working for hpux11i v2
Thanks for ur responses........But /usr/bin,/usr/sbin is already mentioned in PATH variable.........Any patch is to be installed for man page........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 08:31 PM
08-13-2006 08:31 PM
Re: man not working for hpux11i v2
like,
1. for which command, u r not able to view man pages? is all the commands? or any particular commands?
2. no need of any patch for man pages to function(i think).
3. copy the PATH and MANPATH values
4. ur home directory permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 09:47 PM
08-13-2006 09:47 PM
Re: man not working for hpux11i v2
i am not able to view any of the command's man page........already entered man path i.e. PATH ..and MANPATH variables in my etc/profile file..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 01:17 AM
08-14-2006 01:17 AM
Re: man not working for hpux11i v2
type man
It may have been aliased to some other comand or script. Override the current definition of man by unalias man or type the full path: /usr/bin/man cut
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 01:39 AM
08-14-2006 01:39 AM
Re: man not working for hpux11i v2
Patrick referred to /usr/bin (no "s"), and dattu replied that /usr/sbin was in his PATH. These are obviously two different directories.
dattu, please check again. You will need /usr/sbin for sysadmin commands, but /usr/bin is also necessary for normal commands for any user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 02:29 AM
08-14-2006 02:29 AM
Re: man not working for hpux11i v2
dattu told,
/* " Thanks for ur responses........But /usr/bin,/usr/sbin is already mentioned in PATH variable.........Any patch is to be installed for man page........" */
so, from that, both /usr/sbin and /usr/bin are there in PATH.
As Bill told, check whether alias is there for "man":
"alias" (without arguemnts) will give you all the alias defined in the system.
Dattu,
echo $PATH;echo $MANPATH; alias;
do this and copy paste the result here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 06:47 PM
08-17-2006 06:47 PM
Re: man not working for hpux11i v2
Sorry for the delay.....
But the o/p requested cant be pasted right here....since the server is at remote location..and no telnet login possible right now...But after logging into console i checked and verified that /usr/bin is included in PATH and MANPATH env variable..and reg alias no alias is set for man........Now what is to be done???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 07:00 PM
08-17-2006 07:00 PM
Re: man not working for hpux11i v2
Does man -k pwd work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 12:54 AM
08-18-2006 12:54 AM
Re: man not working for hpux11i v2
Please post the results of:
echo $PATH
echo $MANPATH
type man
alias
Now you mentioned above that /usr/bin is in $MANPATH. That is incorrect. The MANPATH variable must point to man directories. DO NOT make MANPATH=$PATH as nothing will show up. Your MANPATH should start with something like this:
/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:
Just to bypass the MANPATH variable completely, try these 2 commands:
unset MANPATH
man -M /usr/share/man cut
This will verify that the man command can search a specific directory without using MANPATH.
Also, in your original post, the first error shows: sh:btl not found
btl is not an HP-UX command so it is not clear at all what the man command is doing.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 02:53 AM
08-18-2006 02:53 AM
Re: man not working for hpux11i v2
I will try out your suggestion and let u know..Sorry for delay caused but it is unavoidable...Thanks to all of you guys for being patient with me.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2006 05:41 PM
08-19-2006 05:41 PM
Re: man not working for hpux11i v2
I tried ur suggestion...but no success.....Also bill its tbl and not btl extremely sorry for that....
Anyway then i decided to check whether i have those 4 binaries in my /usr/bin to run man command....
1] neqn
2] nroff
3] tbl
4] col and to my horror they were not there...so i just copied those from hpux 11i v1 machine into this machine....which is hpux 11i v2...
And now my man is working..but not for all commands..For some commands i am getting ;
man ls
Reformatting entry ..Wait
Aborted(sorry)
Thanks guys to all of you,
Points given to all of you...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2006 03:19 AM
08-20-2006 03:19 AM
Re: man not working for hpux11i v2
Those are basic hp-ux binaries and should be on every machine.
Have you ever taken an ignite make_tape_recovery or make_net recovery backup of this machine? If so, check it and see if those files exist on the backup. I would then seriously think about restoring your VG00 from that backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2006 06:49 PM
08-20-2006 06:49 PM
Re: man not working for hpux11i v2
Its not a new machine....we have actually borrowed it from from one hp vendor....and from that day itself man was not working...so initially it was used as test server by some other team might be they have done some mischief....I would certainly pay heed to your suggestion to check whatever binaries are not there....
Since this is an hpux 11i v2 machine and we are restoring bin form hpux 11i v1 machine...
What else problem could i face...???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 12:52 AM
08-21-2006 12:52 AM
Re: man not working for hpux11i v2
This OS may be slightly damaged or it is on the verge of complete instability -- there is no way to tell. I would not trust it even as a test machine until it is reinstalled! Even as a test machine, the results may not be meaningful. Whenever I inherit a machine with basic problems, I save off whatever files (non-OS) that might be useful and then replace (install) everything on the vg00 disks.
Bill Hassell, sysadmin