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

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!uwm.edu!linac!att!ucbvax!ARIZONA.EDU!VANCE%VIPS
  2. From: VANCE%VIPS@ARIZONA.EDU (Email comes like manna from Heaven)
  3. Newsgroups: comp.os.vms
  4. Subject: Ethernet not starting because of Invalid circuit parameters
  5. Message-ID: <01GOM5Y1A3UA91W0IL@Arizona.edu>
  6. Date: 10 Sep 92 16:58:27 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 79
  11.  
  12. Another FYI:
  13.  
  14.     Our local telecommunication's recommended DECnet parameters were recently
  15.     updated to have us use the following parameters:
  16.  
  17.  
  18. |For each Ethernet circuit (SVA-0, QNA-O, UNA-0, etc.)
  19. |
  20. |DEFINE CIRCUIT circuit-name HELLO TIMER 120
  21. |DEFINE CIRCUIT circuit-name ROUTER PRIORITY 64  ! or less
  22. |DEFINE CIRCUIT circuit-name MAXIMUM ROUTERS 64  ! or more
  23.  
  24.  
  25.     I happily set these and went upon my business until the next cluster
  26.     reboot when DECnet started but the ethernet devices on the cluster
  27.     had an "Invalid parameter value" and failed to start.  It seemed
  28.     strange since it seemed these values were alright:
  29.  
  30.  
  31. |$ r sys$system:ncp
  32. |NCP>help set circuit maximum routers
  33. |
  34. |SET
  35. |
  36. |  CIRCUIT
  37. |
  38. |    MAXIMUM
  39. |
  40. |      ROUTERS
  41. |
  42. |        Applies only to Ethernet circuits.  It specifies the maximum number
  43. |        of routers (other than the executor itself) allowed on the circuit by
  44. |        Routing for circuits that are owned by the executor node.  The value
  45. |        must be a decimal integer in the range 0 to 255.
  46. |
  47. |
  48. |Topic?
  49.  
  50.  
  51.     Well it seems that the NCP HELP is wrong because the "VMS Network
  52.     Control program" manual states that the permitted values for maximum
  53.     routers is 0-33 (under SET/DEFINE CIRCUIT).  When you try to SET
  54.     this parameter above 33 you get an error:
  55.  
  56.     
  57. |NCP>set circuit sva-0 maximum routers 34
  58. |%NCP-W-INVPVA, Invalid parameter value , Maximum routers allowed
  59.  
  60.     
  61.     however using the DEFINE command doesn't complain and in fact sets
  62.     the parameter to an invalid value:
  63.  
  64.     
  65. |NCP>define circuit sva-0 maximum routers 64
  66. |NCP>list circuit sva-0 characteristics
  67. |    
  68. |    
  69. |Circuit Permanent Characteristics as of 10-SEP-1992 09:30:27
  70. |    
  71. |Circuit = SVA-0
  72. |    
  73. |Cost                     = 4
  74. |Maximum routers allowed  = 64
  75.     
  76.     
  77.     at which point you get the error upon DECnet startup and your
  78.     ethernet devices are not activated.
  79.     
  80.     So... DON'T DEFINE MAXIMUM ROUTERS ABOVE 33!
  81.  
  82.     It would be nice if NCP HELP reflected reality and NCP not accept
  83.     invalid parameter values which have bad consequences later.
  84.     
  85.  
  86.    Vance Haemmerle                              vance@vips.lpl.arizona.edu
  87.    Support Systems Analyst, Senior              vance%toyvax@arizona.edu
  88.    Lunar & Planetary Lab
  89.    University of Arizona
  90.  
  91.