home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1788 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.0 KB  |  52 lines

  1. Path: sparky!uunet!destroyer!ubc-cs!bcsystems!ewilts
  2. From: ewilts@galaxy.gov.bc.ca (Ed Wilts)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: SYSMAN and MultiNet show/stat=prot
  5. Message-ID: <1992Jul22.123140.722@galaxy.gov.bc.ca>
  6. Date: 22 Jul 92 12:31:40 -0700
  7. References: <1992Jul21.190909.719@galaxy.gov.bc.ca>
  8. Organization: BC Systems Corporation
  9. Lines: 41
  10.  
  11. In article <1992Jul21.190909.719@galaxy.gov.bc.ca>, ewilts@galaxy.gov.bc.ca (Ed Wilts) writes:
  12. > I'm having problems running MultiNet from within SYSMAN on our cluster.  I
  13. > simply do the following:
  14. > $ mc sysman
  15. > set env/node=(mars,venus,juno,orion,saturn)
  16. > do multinet show/stat=prot
  17. > exit
  18. > $ exit
  19. > Doing this I usually get my output truncated on all nodes except the one that
  20. > invokes the command.  The number of lines I get varies from invocation to
  21. > invocation.  TGV is unable to duplicate this so I'd appreciate some help on
  22. > narrowing this one down.  If you can duplicate this, please e-mail me (feel
  23. > free to cc: service@tgv.com if you think it's a MultiNet bug) with the VMS
  24. > version you're running and the image file id (from ana/image) of SMISERVER and
  25. > SYSMAN.  We're certainly running a patched version of SMISERVER so it may be a
  26. > problem here.
  27.  
  28. Following up to my own post, I can now state that this is NOT a MultiNet bug. 
  29. Ken Adelman @ TGV wrote a short test program that duplicates the bug here.  Run
  30. the following program inside of Sysman and see how many lines you get (you
  31. should get 100 numbered 0 to 99).  I'm now in the process of logging the
  32. problem with Digital.  Thanks to all that responded.  My SMISERVER is X-24. 
  33. SYSMAN is X-38.  Both are dated 11-Apr-1992.
  34.  
  35. /*Last Modified: 22-JUL-1992 11:00:24 by EWILTS : FOO.C*/
  36. #include <stdio.h>
  37. /*
  38.  *    Duplicate SYSMAN bug
  39.  */
  40. main()
  41. {
  42.     int i;
  43.     for (i=0; i<100; i++) {
  44.         printf("\t%10.10u SYSMAN messages output\n", i);
  45.     }
  46. }
  47.  
  48. --
  49. Ed Wilts, BC Systems Corp., 4000 Seymour Place, Victoria, B.C., Canada, V8X 4S8
  50. EWilts@Galaxy.Gov.BC.CA   |   Ed.Wilts@BCSystems.Gov.BC.CA   |   (604) 389-3430
  51.