# WHATPORT(2135)

## NAME

port 2135 — GRIS (Grid Resource Information Server) — The Globus MDS resource information service — an LDAP-backed description of what a cluster has.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns 2135 to the Grid Resource Information Server, registered by Steve Tuecke of the Globus project. GRIS is the resource-level half of the Globus Monitoring and Discovery Service: an LDAP-speaking daemon on a compute resource that publishes what the site has — CPUs, memory, queues, software — which site-level index servers then aggregate for job schedulers. It appears on grid clusters next to the GRAM gatekeeper on 2119. The Globus Toolkit MDS stack is retired, so anything still answering here is old software.

## EXPOSURE

**Expose with care.** Read-only by design, but it advertises a detailed inventory of your compute hosts and runs on unmaintained code. Publish it only to the grid peers that need it.

## CHECK

```sh
nc -vz TARGET 2135
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)
- docs — [Grid Community Toolkit documentation (successor to the Globus Toolkit)](https://gridcf.org/gct-docs/latest/gram5/user/index.html) (gridcf.org)

---

HTML: <https://whatport.net/2135/> · JSON: <https://whatport.net/2135.json> · full dataset: <https://whatport.net/ports.json>
