home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18346 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  2.7 KB

  1. Path: sparky!uunet!olivea!hal.com!darkstar.UCSC.EDU!moldes.ucsc.edu!wipke
  2. From: wipke@moldes.ucsc.edu
  3. Newsgroups: comp.os.vms
  4. Subject: Exceeding max links -- effect of control Y on MONITOR
  5. Message-ID: <23NOV92.09532326@moldes.ucsc.edu>
  6. Date: 23 Nov 92 16:53:23 GMT
  7. Organization: UCSC Molecular Engineering Laboratory
  8. Lines: 64
  9. NNTP-Posting-Host: moldes.ucsc.edu
  10.  
  11. I had nodes to which SET HOST gave error of insufficient system resources
  12. at remote node.  On the affected node, SET HOST gave error exceeding max links.
  13. MCR NCP SHOW KNOWN LINKS did in fact show 32 links, all to MONITOR_SERVER
  14. from the same user.  That user exits MONITOR with control Y.  It appears that
  15. doing that leaves the link forever.  The following transcript illustrates:
  16. [SYSMGR] mcr sysman
  17. SYSMAN> set env/node=carbon
  18. %SYSMAN-I-ENV, current command environment:
  19.         Individual nodes: CARBON
  20.         Username SYSTEM       will be used on nonlocal nodes
  21.  
  22. SYSMAN> do mcr ncp show known links
  23. %SYSMAN-I-OUTPUT, command execution on node CARBON
  24.  
  25.  
  26. Known Link Volatile Summary as of 23-NOV-1992 08:43:05
  27.  
  28. No information in database
  29.  
  30. SYSMAN> do mcr ncp show known links
  31. %SYSMAN-I-OUTPUT, command execution on node CARBON
  32.  
  33.  
  34. Known Link Volatile Summary as of 23-NOV-1992 08:44:01
  35.  
  36.    Link       Node           PID     Process     Remote link  Remote user
  37.  
  38.   8268    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8299  WIPKE
  39. SYSMAN> ! job monitoring exited with control Y
  40. SYSMAN> ! then gave the monitor/proc/topcpu/node=carbon
  41. SYSMAN> do mcr ncp show known links
  42. %SYSMAN-I-OUTPUT, command execution on node CARBON
  43.  
  44.  
  45. Known Link Volatile Summary as of 23-NOV-1992 08:46:09
  46.  
  47.    Link       Node           PID     Process     Remote link  Remote user
  48.  
  49.   8268    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8299  WIPKE
  50.   8269    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8300  WIPKE
  51. SYSMAN> ! the link did not get disconnected by control Y
  52. SYSMAN> ! repeat above
  53. SYSMAN> do mcr ncp show known links
  54. %SYSMAN-I-OUTPUT, command execution on node CARBON
  55.  
  56.  
  57. Known Link Volatile Summary as of 23-NOV-1992 08:47:16
  58.  
  59.    Link       Node           PID     Process     Remote link  Remote user
  60.  
  61.   8268    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8299  WIPKE
  62.   8269    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8300  WIPKE
  63.   8270    1.31 (MOLDES)    24C001AC  MONITOR_SERVER     8301  WIPKE
  64. SYSMAN>do stop/id=24c001ac
  65.  
  66. Thus process rundown by typing another command after control Y does not
  67. disconnect the link.  Eventually max links is reached leading to the
  68. original problem with SET HOST errors.  Of course users should not exit
  69. by control Y.  Hope this is helpful to someone.
  70.  
  71. wipke@secs.ucsc.edu
  72. Molecular Engineering Laboratory
  73. University of California
  74. Santa Cruz
  75.