Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!caip!nike!ucbcad!ucbvax!UTAH-CS.ARPA!cetron%utah-cbd From: cetron%utah-cbd@UTAH-CS.ARPA.UUCP Newsgroups: mod.computers.vax Subject: Re: VMS/DECnet question - how to get status info about another machine? Message-ID: <8607121747.AA02437@utah-cbd.ARPA> Date: Sat, 12-Jul-86 13:47:30 EDT Article-I.D.: utah-cbd.8607121747.AA02437 Posted: Sat Jul 12 13:47:30 1986 Date-Received: Sat, 12-Jul-86 23:14:05 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 40 Approved: info-vax@sri-kl.arpa I won't take credit for the ideas embodied by the following code (most is out of the pageswapper and other sources), but i did manage to hack it into working order: in your login.com add the line: simstat == @simstat then create the local file simstat.com containing: $ procedure = """task=netwho " $ send_string = procedure + p2 + """" $ sho symbol send_string $ type 'p1'::'send_string' then create on all the remote nodes the following file called netwho.com : $ define/user sys$output sys$net $ sho 'p1' $ exit note well: this file should be on the default decnet account if you don't use proxy logins, and on your proxy account if you do.... then simply type $ simstat node function (i.e. simstat cedsim users) It works pretty well except simstat cedsim system will not work but simstat cedsim sys will..??... good luck and let me know if this helps... -ed cetron%utah-cbd@utah-cs.arpa Ed Cetron Center for Engineering Design Univ of Utah