home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14436 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  2.2 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hplabs!ucbvax!NSCVAX.PRINCETON.EDU!dragon
  2. From: dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: VMSINSTALLable and those .A files HELP!!!
  5. Message-ID: <0095FF76.550C9700.11499@nscvax.princeton.edu>
  6. Date: 1 Sep 92 15:58:42 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 52
  11.  
  12.  
  13.     Matthew Harttree <Harttree@vax1.elon.edu> writes:
  14.  
  15. >AW geez ....  Here I go makin a fool of myself again....
  16. >
  17. >If this is on the FAQ I'm blind. but....
  18. >
  19. >I keep getting requests to install certain software from various
  20. >ftp sites.  They come in various formats.  Most I can handle with ease.
  21. >Backup, Make, etc...
  22. >
  23. >I notice that many call for VMSINSTALL and are distributed in a format as
  24. >follows:
  25. >
  26. >program.A
  27. >program.B
  28. >program.C
  29. >
  30. >I know INSTALL well (I think) and I believe VMSINSTALL and INSTALL
  31. >are two different things.  We are running cmu and MX and they came in
  32. >this format.  My boss did the installation and I cant find a trace of
  33. >the product.
  34. >
  35. >How does one setup and install such packages that come in the above format??
  36. >If it is a public domain program, could someone provide me with a FTP
  37. >pointer.
  38. >
  39.  
  40.     You install these things the same way that you install VMS upgrades 
  41. and layered products:
  42.  
  43. $ @SYS$UPDATE:VMSINSTAL 'product' 'load_device'
  44.  
  45. e.g. to install CMU-TEK TCP/IP V6.6 from magnetic tape you would say:
  46.  
  47. $ @SYS$UPDATE:VMSINSTAL CMUTEK066 MUA0:
  48.  
  49.     If you omit the parameters, you will be prompted.  This usually 
  50. must be done from the SYSTEM account.
  51.  
  52.     The instructions for the product you are installing usually include 
  53. the proper command line to use.
  54.  
  55.  
  56. *************************************************************************
  57. *                                                                       *
  58. *                        Here, there be dragons!                        *
  59. *                      dragon@nscvax.princeton.edu                      *
  60. *                                                                       *
  61. *                                                Richard B. Gilbert     *
  62. *************************************************************************
  63.  
  64.