On jasper, ls -l /usr/lpp/info/data lrwxrwxrwx 1 root system 19 Aug 26 12:00 almaden -> /local/info/almaden lrwxrwxrwx 1 root system 35 Aug 26 12:00 c -> /usr/lpp/info/lib/en_US/aix41/sws/c caix missing - suppose to be same as c above. Added to other script on 12-17-96. lrwxrwxrwx 1 root system 38 Aug 26 12:00 cset -> /usr/lpp/info/lib/en_US/aix41/sws/cset xlC missing - suppose to be same as cset above. Added to other script on 12-17-96. lrwxrwxrwx 1 root system 37 Aug 26 12:00 xlf -> /usr/lpp/info/lib/en_US/aix41/sws/xlf lrwxrwxrwx 1 root system 37 Aug 26 12:00 xlp -> /usr/lpp/info/lib/en_US/aix41/sws/xlp ------------------------------------------------------------------------------------------- On page 9 of the little SWS instruction booklet that comes with the SWS CD, there is a pointer to a setup script, which can be found in our AFS copy at /afs/alm/common/inst.images/sws/package/info/setup. In that script are these lines; To copy these InfoExplorer files onto a hard disk, copy all the files from one of the info subdirectories on the CD-ROM to a directory on the hard disk, create a link that points to that directory: ln -s /directory/name/on/hard/disk /usr/lpp/info/data/prodname and edit the copied ispaths file to reflect the path names of the .rom and .key files on hard disk. A find /afs/alm/common/inst.images/sws -type d -name info -exec du -ks {} \; command finds 5 of these directories, but we don't need the package one. The four we do need are 3306 /afs/alm/common/inst.images/sws/c/info 43644 /afs/alm/common/inst.images/sws/cset/info 10640 /afs/alm/common/inst.images/sws/xlf/info 3272 /afs/alm/common/inst.images/sws/xlp/info ----- 60867 = 60 MB of Info Stuff Based on the links we put in everybody's /usr/lpp/info/data directory, it looks like I need to do the following on nim, cd /usr/lpp/info/lib/en_US/aix41 mkdir sws cd sws Then, for each product, c, cset, xlf, and xlp, mkdir c cp -p /afs/alm/common/inst.images/sws/c/info/* c chmod -R u+w c chown -R root:system c vi c/ispaths Change the rom & key lines to rom /usr/lpp/info/lib/en_US/aix41/sws/c/caix.rom key /usr/lpp/info/lib/en_US/aix41/sws/c/caix.key