home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / internal / 1236 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.9 KB

  1. Path: sparky!uunet!munnari.oz.au!network.ucsd.edu!mvb.saic.com!arizona.edu!mrsvax.mis.arizona.edu!jms
  2. Newsgroups: vmsnet.internals
  3. Subject: Re: Booting MicroVAX 3400 using non-system UIC
  4. Message-ID: <31AUG199215234934@mrsvax.mis.arizona.edu>
  5. From: jms@mrsvax.mis.arizona.edu (Entia non sunt multiplicanda praeter necessitatem)
  6. Date: 31 Aug 1992 15:23 MST  
  7. Reply-To: jms@arizona.edu
  8. References: <503@ssdc.UUCP>
  9. Distribution: world,local
  10. Organization: University of Arizona MIS Department
  11. Nntp-Posting-Host: mrsvax.mis.arizona.edu
  12. X-Lunar-Date: 1 day, 20 hours, 35 minutes since the new moon
  13. News-Software: VAX/VMS VNEWS 1.41    
  14. Lines: 32
  15.  
  16. In article <503@ssdc.UUCP>, eseeger@ssdc.UUCP (Eric Seeger) writes...
  17. >Is there a way to boot up a MicroVAX 3400 running VMS V5.4 so that a 
  18. >site specific definition can reside in a different UIC group instead of 
  19. >the system accounts group.  
  20.  
  21. Trivial.  This is something that we've been doing for years.  Here
  22. is an example from the system startup files:
  23.  
  24. $ set uic [aais]
  25. $ create/name_table/parent=lnm$system_directory/prot=(W:R) lnm_aais
  26. $ set uic [system]
  27. $ ! logical name tables created; now fill them:
  28. $ run/uic=[aais]/priv=(tmpmbx,netmbx,grpnam)/noauth -
  29.         /input=disk$sneezy:[aais.dba.logicals]logical_table.aais -
  30.         /output=disk$sneezy:[aais.dba.logicals]logical_table.aais_error -
  31.         /error=disk$sneezy:[aais.dba.logicals]logical_table.aais_error -
  32.         sys$system:loginout
  33.  
  34. The .COM procedure specified in the /input switch then looks like this:
  35.  
  36. $ assign/table=lnm_aais disk$pima:[aais.world.exe]addcall.exe tpu$calluser
  37. $ assign/table=lnm_aais disk$pima:[aais.world.exe] aais_exe
  38.  
  39. Make sure, of course, that you check for errors occasionally.
  40.  
  41. jms
  42.  
  43. Joel M Snyder, 1103 E Spring Street, Tucson, AZ, 85719 
  44. Phone: 602.882.4094 (voice) .4095 (FAX) .4093 (data)
  45. BITNET: jms@Arizona  Internet: jms@arizona.edu  SPAN: 47541::telcom::jms
  46. I want EARS!  I want two ROUND BLACK EARS to make me feel warm 'n secure!!
  47.