home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9104 < prev    next >
Encoding:
Text File  |  1992-08-26  |  4.3 KB  |  96 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!fsi-ssd!marke
  3. From: marke@fsi-ssd.csg.ssd.fsi.com (Mark W. Easter)
  4. Subject: Re: Where are the #*&^$( MAN pages?
  5. Sender: marke@dev1.csg.ssd.fsi.com (Mark Easter)
  6. Message-ID: <MARKE.92Aug26102020@fsi-ssd.csg.ssd.fsi.com>
  7. In-Reply-To: mbeckman@mbeckman.mbeckman.com's message of Tue, 25 Aug 92 06:02:18 PST
  8. Date: Wed, 26 Aug 1992 15:20:20 GMT
  9. References: <01050810.buvbad@mbeckman.mbeckman.com>
  10. Organization: FlightSafety-SSD, Tulsa, OK, USA
  11. Lines: 83
  12.  
  13. In article <01050810.buvbad@mbeckman.mbeckman.com> mbeckman@mbeckman.mbeckman.com (Mel Beckman) writes:
  14.  
  15. >   OK. I'll bite.  Where are the man pages?  I did not load the entire InfoExploder
  16. >   lib onto my 400MB 220W, and don't usually have the CD mounted. When I request
  17. >   a man page, I get the message "man pages not found" or something similar.
  18. >   If the Info CD is mounted, I get about a TWO MINUTE delay while it performs
  19. >   some horrid inverted markov linear search, and then the plain old man page.
  20. >   I'm willing to sacrifice the 15MB or so that text-only man pages would occupy,
  21. >   but I can't find the suckers!  Local IBM support says they believe that
  22. >   man pages don't exist at all because of the graphical IE, but clearly this
  23. >   is false, as regular unix-style text-only man pages DO eventually appear
  24. >   if the IE CD is mounted.  Thanks for shedding light...
  25.  
  26. The man pages can be copied over from the cdrom to your hard disk.
  27. The following is from a response to a question of mine to IBMLINK.
  28. Hope it helps.
  29.  
  30.     I will answer your questions starting with how aix.rom gets copied
  31.     from cdrom to disk.
  32.  
  33.     (Q1) Both files are not necessary.  If you want aix.rom to be
  34.          accessed from disk rather than cdrom, you would issue the
  35.          following sequence of commands:
  36.  
  37.     mount -V cdrfs -o ro /dev/cd0 /mount_point
  38.     cd /mount_point
  39.     (An example copy)
  40.     cp aix.rom\;1 /usr/lpp/info/En_US/aix.rom
  41.  
  42.     (Note in the cp command above that I escaped the ;1 with a backslash(\)
  43.     in 'aix.rom\;1' and removed the ;1 in '/usr/lpp/info/En_US/aix.rom')
  44.  
  45.     (Q2)  If you remount the cdrom, you will be able to access the
  46.           copy you made to the hardfile by doing the following:
  47.  
  48.     The /usr/lpp/info/data/ispaths file shows where all the InfoExplorer
  49.     data on the cdrom is located.  You can edit that file to show what
  50.     databases/files reside on cd or on disk.  Here is an example of my
  51.     copying aix.rom from the Navigation Database on the cd-rom to disk and
  52.     how it should be referenced in ispaths:
  53.  
  54.     Before the Change
  55.     ##########################################
  56.     #          info Navigation Database      #
  57.     ##########################################
  58.     id              0
  59.     primary         TRUE
  60.     name            nav
  61.     title           Navigation
  62.     sys             /usr/lpp/info/%L/sys.sys
  63.     key             /usr/lpp/info/%L/aix/aix.key
  64.     rom             /usr/lpp/info/%L/aix/aix.rom
  65.  
  66.  
  67.     After being move from cd to hard disk
  68.     ##########################################
  69.     #          info Navigation Database      #
  70.     ##########################################
  71.  
  72.     id              0
  73.     primary         TRUE
  74.     name            nav
  75.     title           Navigation
  76.     sys             /usr/lpp/info/%L/sys.sys
  77.     key             /usr/lpp/info/%L/cdrom/aix/aix.key
  78.     rom             /usr/lpp/info/%L/disk/aix.rom
  79.  
  80.     aix.rom was copied from cd-rom to /usr/lpp/info/En_US/disk/aix.rom.  I
  81.     created two directories in /usr/lpp/info/En_US (disk and cdrom). The
  82.     directory 'disk' holds all of the databases (i.e. aix, prog, nav)
  83.     The 'cdrom' directory has the cd-rom mounted on it.
  84.  
  85.     By editing ispaths properly, whether the files be on disk or CD, they
  86.     will be in the search path.
  87. -- 
  88.                                                                          
  89. ----------------------------------------------------------------    /|  -
  90. Mark W. Easter            FlightSafety International               / | /|
  91. Staff Engineer            Simulation Systems Division         -----------
  92. Computer Systems Group    Broken Arrow, Oklahoma 74012    Flight   \ |   
  93. marke@fsi.com             918-251-0500 x596                  Safety \|SSD
  94.                    "You wreck 'em - we'll rack 'em"                       
  95. ----------------------------------------------------------------------------
  96.