home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 14658 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  3.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!NSCVAX.PRINCETON.EDU!dragon
  2. From: dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: Invalid Login Information questoin (SAK 92_13)
  5. Message-ID: <009601C0.B7374640.11909@nscvax.princeton.edu>
  6. Date: 4 Sep 92 13:56:12 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 80
  10.  
  11.  
  12.     Sal Kabalani <SK0001@ACAD.DRAKE.EDU> writes:
  13. >
  14. >   In March of 91, we upgraded VMS from 5.2 to 5.4-2, and our VAX hardware to
  15. >   the setup shown below. here is our current setup:
  16. >
  17. <irrelevant configuration info omitted>
  18. >
  19. >      Since the upgrade, we have experience some strange phenomena. I am
  20. >      listing them below. Can anyone help me diagnose and rememdy the
  21. >      situation ? Thank you all in advance.
  22. >
  23. >   1- MAIL from KIRK to SPOCK and SPOCK to KIRK no longer displays receipt
  24. >      notification at the terminal.
  25. >
  26. >   2- MAIL to SPOCK::USER from KIRK, or KIRK::USER from SPOCK no longer works.
  27. >      It returns the errors:
  28. >      "%MAIL-E-LOGLINK, error creating network link to node KIRK",
  29. >      "-SYSTEM-F-INVLOGIN, login information invalid at remode node".
  30. >
  31. >   3- PHONE from SPOCK to KIRK and KIRK to SPOCK no longer works. Phoning
  32. >      KIRK::USER from spock results in the "Establishing DECnet link..."
  33. >      Message, the PHONE utility returns the error "login information invalid
  34. >      at remode node"
  35. >
  36. >   4- The DCL command REPLY/USER does not ALWAYS display a message on the
  37. >      user's terminal on KIRK on occasion. I was unable to detect a pattern of
  38. >      success or failure for this oepration.
  39. >
  40. >   5- SHOW PROCESS/CONTINUOUS and SHOW PROCESS/ACCOUNTING no longer work if the
  41. >      requestor process is on a different CPU than the target process.
  42. >
  43.  
  44.     Problems 1, 2, and 3 are simply solved.  I'm assuming a VAX Cluster 
  45. with a common UAF.  On any node in the cluster do:
  46.  
  47. $ SET PROCESS /PRIVILEGE=ALL
  48. $ MCR NCP
  49. NCP> SHOW OBJECT MAIL CHARACTERISTICS
  50.  
  51.  
  52. Object Volatile Characteristics as of  4-SEP-1992 09:43:58
  53.  
  54. Object = MAIL
  55.  
  56. Number                   = 27
  57. File id                  = MAIL_SERVER.EXE
  58. User id                  = MAIL$SERVER
  59. Password                 = GOBBLEDEGOOK
  60. Proxy access             = outgoing
  61. Alias outgoing           = Enabled
  62.  
  63.  
  64. NCP> EXIT
  65. $ MCR AUTHORIZE
  66. UAF> MODIFY MAIL$SERVER /PASSWORD=GOBBLEDEGOOK
  67. UAF> EXIT
  68.  
  69.     Now, for *EACH* other node on the cluster do:
  70. $ MCR NCP
  71. NCP> SET OBJECT MAIL PASSWORD GOBBLEDEGOOK
  72. NCP> DEFINE OBJECT MAIL PASSWORD GOBBLEDEGOOK
  73. NCP> EXIT
  74.  
  75.     This should take care of problems 1, and 2.  For problem 3, repeat 
  76. the above, substituting PHONE and PHONE$SERVER where appropriate.
  77.  
  78.     This problem arises when the upgrade runs NETCONFIG.COM on each 
  79. node and sets new passwords for all the DECNet objects.  Only the last 
  80. password gets saved in the UAF.  You probably have the same problem with 
  81. any other DECnet objects you have.
  82.  
  83. *************************************************************************
  84. *                                                                       *
  85. *                        Here, there be dragons!                        *
  86. *                      dragon@nscvax.princeton.edu                      *
  87. *                                                                       *
  88. *                                                Richard B. Gilbert     *
  89. *************************************************************************
  90.  
  91.