home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19747 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.1 KB

  1. Path: sparky!uunet!think.com!ames!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Connection rejected by remote host
  5. Date: 23 Dec 1992 00:25:41 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 35
  8. Distribution: world
  9. Message-ID: <1h8bm5INNn7h@gap.caltech.edu>
  10. References: <1992Dec22.114724.37@elmrd6.ineab.ikea.se>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Dec22.114724.37@elmrd6.ineab.ikea.se>, anos@elmrd6.ineab.ikea.se writes:
  15. >Broadcast to all network gurus ;
  16. >
  17. >I have a problem with RT-terminals (or lack of them ;-) on a system that
  18. >previosly was used via LAT, but not any more. Since we moved it away from
  19. >our LAT network we can't create enough logins
  20. >
  21. >    %SYSTEM-F-REJECT, connect to network object rejected
  22. >
  23. >I'm pretty sure that some system parameter (or possible PQL's for the
  24. >REMACP on the remote node) is involved, but can't find what parameter
  25. >to modify. Does anybody have a quick answer (or not so quick, but correct)?
  26.  
  27. You need to increase the SYSGEN parameter RJOBLIM.  Since it's a dynamic
  28. parameter, you can:
  29.     $ MCR SYSGEN
  30.     SYSGEN>SET RJOBLIM new_value
  31.     SYSGEN> WRITE ACTIVE
  32.     SYSGEN> EXIT
  33. if you want the change to survive the next reboot, you should also:
  34.     $ MCR SYSGEN
  35.     SYSGEN> USE CURRENT
  36.     SYSGEN> SET RJOBLIM new_value
  37.     SYSGEN> WRITE CURRENT
  38.     SYSGEN> EXIT
  39. If you want the change to survive the next invocation of AUTOGEN, you should
  40. also make the change in SYS$SYSTEM:MODPARAMS.DAT
  41. --------------------------------------------------------------------------------
  42. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  43.  
  44. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  45. understanding of astronomy is purely at the amateur level (or below).  So
  46. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  47. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  48. hold me responsible for it, but my organization had nothing to do with it.
  49.