TITLE : Installing man pages using Hypertext Info Base Library CD OS LEVEL : AIX 3.2.x DATE : 27/10/98 VERSION : 1.1 ---------------------------------------------------------------------------- This procedure uses the man pages and info explorer on the cd, and required that the cd is mounted to use the man pages. 1, Check that /usr/man does not exist, this may already be there if the C Compiler has already been installed. If /usr/man is present then move to to a temp directory until the man pages have been installed :- cd /usr mv man /tmp 2, bos.data (Base Operating System Data) needs to be installed check with :- lslpp -L bos.data If bos.data is not installed, then install using :- smit install 3, $LANG needs to be set to En_GB. Check using :- echo $LANG Set by editing the /etc/environment file. 4, Check if a directory called En_GB exist in /usr/lpp/info/lib, if it does not exist then create using :- cd /usr/lpp/info/lib mkdir En_GB 5, In directory /usr/lpp/info/data copy the file ispaths.full to ispaths using :- cp /usr/lpp/info/data/ispaths.full /usr/lpp/info/data/ispaths 6, Mount the cd over /usr/lpp/info/lib/En_GB using :- mount -v cdrfs -r /dev/cd0 /usr/lpp/info/lib/En_GB