Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Man command in AIX 5.3

Status
Not open for further replies.

ertan

Technical User
Oct 3, 2001
3
TR
Can't get man command in AIX 5.3 to work. Infocenter and related filesets are installed and work ok, but man can not find the data. Does anybody know how to make it work?

Thanks in advance.
 
What's the value of $MANPATH? Have you added the location of your man pages to it?
 
The layout and location of man pages is not similar to previous AIX versions. There is no man, man1 ... directory layout for AIX commands. For example the data for df is in the following directory:

/opt/ibm_help/eclipse/plugins/com.ibm.aix.doc_5.3.0/cmds/aixcmds2/df.htm

I tried different settings for MANPATH but none of them worked.
 
I mentioned:

# lslpp -l|grep -i html
bos.html.en_US.cmds.cmds1 5.2.0.0 COMMITTED AIX Commands Reference 1 -
bos.html.en_US.cmds.cmds2 5.2.0.0 COMMITTED AIX Commands Reference 2 -
bos.html.en_US.cmds.cmds3 5.2.0.0 COMMITTED AIX Commands Reference 3 -
bos.html.en_US.cmds.cmds4 5.2.0.0 COMMITTED AIX Commands Reference 4 -
bos.html.en_US.cmds.cmds5 5.2.0.0 COMMITTED AIX Commands Reference 5 -
bos.html.en_US.cmds.cmds6 5.2.0.0 COMMITTED AIX Commands Reference 6 -
 
In AIX 5.3 the filesets are changed. There is no bos.html.en_us.cmds.* If you are using AIX 5.2 or 5.1 this is completely different. The related filsets are :

/ > lslpp -l |grep -i infocenter
infocenter.aix.EN_US.application
infocenter.aix.EN_US.base 5.3.0.1 COMMITTED AIX Info Ctr Base - U.S.
infocenter.aix.EN_US.commands
infocenter.aix.EN_US.help 5.3.0.1 COMMITTED AIX Info Ctr Welcome - U.S.
infocenter.aix.EN_US.how_to
infocenter.aix.EN_US.infocenter
infocenter.aix.EN_US.install
infocenter.aix.EN_US.programming_guides
infocenter.aix.EN_US.reference
infocenter.aix.EN_US.system_management
infocenter.aix.EN_US.system_user
infocenter.aix.EN_US.technical_reference
infocenter.rte 5.3.0.0 COMMITTED AIX information center runtime
/opt/ibm_help/eclipse/plugins >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top