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