Syntax for: globus-hostname2contacts Usage: globus-hostname2contacts [-help][-type ...|-service ...] globus-hostname2contacts returns contact strings on stdout, identifying gatekeeper service(s) configured on the host(s) specified. By default, contacts are returned in the following order: contacts with Mds-Software-deployment=jobmanager, and Mds-Service-Gram-schedulertype not fork or poe contacts with Mds-Software-deployment=jobmanager, and Mds-Service-Gram-schedulertype=poe contacts with Mds-Software-deployment=jobmanager, and Mds-Service-Gram-schedulertype=fork A contact string is on the form "host:port/service:certificate subject". Options: -help,-usage Show help -version Show version -debug Show extra output -dryrun (-d) Don't search: print the MDS search commands -anonymous (-x) Use anonymous binding instead of GSSAPI -mdshost H (-h) Set non-default hostname of MDS server -mdsport P (-p) Set non-default port number of MDS server -mdsbasedn DN (-b) Set non-default base DN for MDS searches -mdstimeout SEC (-T) Set non-default search timeout (SEC seconds) -type T1,T2,... (-t) Narrow search to specific scheduler type(s) -service S1,S2,... (-s) Narrow search to specific service type(s) NOTE: -type and -service are mutually exclusive! Wildcards in hostname, -type and -service arguments are accepted. The following is equivalent and will search for types X, Y and Z, in that order: -t X,Y,Z -t X -t Y -t Z The same holds for the service option (-s).