home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13113 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!agate!linus!linus.mitre.org!mwunix.mitre.org!phil
  2. From: phil@mwunix.mitre.org (Phil Brown)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: How to install from remote tape drive
  5. Keywords: aix, tape drive, remote
  6. Message-ID: <1993Jan7.230835.4675@linus.mitre.org>
  7. Date: 7 Jan 93 23:08:35 GMT
  8. References: <1993Jan6.215003.22247@ncs.com>
  9. Sender: news@linus.mitre.org (News Service)
  10. Organization: MITRE Corporation, McLean VA
  11. Lines: 43
  12. Nntp-Posting-Host: mwunix.mitre.org
  13.  
  14. In article <1993Jan6.215003.22247@ncs.com>, shehla@ncs.com (Shehla Mushtaq) writes:
  15. |> We would like to be able to install software onto
  16. |> a 320 from a remote tape drive attached to a 520.
  17. |> All the equipment mentioned is made by IBM.
  18. |> The software is in the form of LPPs and has to be
  19. |> installed through "smit startup".
  20. |> Your help is appreciated.
  21. |> 
  22. |> Thank You and Best Wishes from the freezer of the
  23. |> world (ie, Minnesota in case you couldn't guess)!!
  24. |> 
  25.  
  26.  
  27. I don't believe installp (which smit uses to install) allows for a
  28. remote device.  But, you can read the lpps into a spool directory
  29. on the 520 without installing them there.  then...
  30.  
  31.     export the directory:
  32.         add dir to /etc/exports
  33.         exportfs -av
  34.  
  35.     on 320, import the dir
  36.         add dir to /etc/auto.master
  37.         or hard mount it.
  38.             mount host:/dir /localdir
  39.  
  40.  
  41.     then using smit, specify /localdir as the install device.
  42.  
  43.  
  44.  
  45. OR
  46.  
  47.     remove the device from the 520, put it on the 320 and presto.
  48.  
  49.  
  50.  
  51. Hope this helps...
  52.  
  53.  
  54. Philip Brown
  55. The Mitre Corporation
  56. D.C.
  57.