Path: utzoo!mnetor!uunet!munnari!vuwcomp!windy!srwhmdr From: srwhmdr@windy.dsir.govt.nz Newsgroups: comp.os.vms Subject: Re: Cluster Names Message-ID: <417@windy.dsir.govt.nz> Date: 5 Apr 88 09:59:29 GMT References: <14217@hc.DSPO.GOV> Lines: 19 Organisation: DSIR, Wellington, NZ In article <14217@hc.DSPO.GOV>, whitfill@hc.DSPO.GOV (Jim Whitfill) writes: > I would like to know if anyone has found a way to determine the names > of all the nodes in a cluster. > The only thing I have come across is that > there is a get$syi that will return a true or false given a cluster node > name to indicate if the node is available to the cluster. As you suggest, F$GETSYI only returns true or false for a GIVEN node and cannot return wildcard info. However, the system service SYS$GETSYI can return wildcard information so this is how you should do it. You could write a program to store a list of cluster nodes into a logical or a DCL symbol say. Malcolm Robbins, Department of Scientific and Industrial Research, New Zealand Domain: SRWHMDR@WNV.DSIR.GOVT.NZ