.TH "globus_gram_resource_manager_contact" 3 "Version 14.6" "globus_gram_client" \" -*- nroff -*- .ad l .nh .SH NAME globus_gram_resource_manager_contact \- Resource Manager Contact\&. .PP The resource manager contact string is used by the GRAM Client to connect to, authenticate to, and request service from a GRAM resource manager\&. The simplest contact string is just a host name, but additional fields may be present in the name to qualify the TCP port number it is listening on, the service name (for example, to choose a specific scheduler), and the subject name (security identity) of the resource manager\&. .PP For those resource manager contacts which omit the port, service or subject field the following defaults are used: .PP .PP .nf port = 2119 (assigned by IANA) service = jobmanager subject = subject based on hostname .fi .PP .PP The following contain all of the acceptable formats of a GRAM Resource Manager Contact: .PP .IP "\(bu" 2 host .IP "\(bu" 2 host:port .IP "\(bu" 2 host:port/service .IP "\(bu" 2 host/service .IP "\(bu" 2 host:/service .IP "\(bu" 2 host::subject .IP "\(bu" 2 host:port:subject .IP "\(bu" 2 host/service:subject .IP "\(bu" 2 host:/service:subject .IP "\(bu" 2 host:port/service:subject .PP .PP Note: Any of the above forms may be preceded by an optional 'https://'\&.