Skip to content

How do I structure data centers and racks?

Requires Pro

Notory maps the physical structure across three levels: Location → Data center → Rack. In the Infrastructure module, first add a data center and assign it to a location; then add racks and assign them to the data center. Racks can optionally be bundled into rack groups and given height units (U). There is no dedicated “room” object type — the server room is the data center.

The Infrastructure module is available from the Pro plan onward (feature Multi-Tenant). A location should already exist.

  1. Add a data center. In the Infrastructure module, switch to the Data Centers tab and click Add. Assign a name (e.g. “DC-1 / Server room ground floor”) and choose the associated location.

    'Data Centers' tab: assigning the data center to a location.
  2. Add a rack. Switch to the Racks tab and click Add.

    • Name — e.g. “Rack A01”
    • Data center — choose the data center you created earlier
    • Rack group (optional) — to bundle multiple racks
    • Role (optional) — e.g. “Network” or “Storage”
    • Height units (U) (optional) — height, 160
    • Description (optional)
    The rack form — assignment to a data center and an optional rack group.
  3. Save. Racks appear in the list. You can then place assets.

  • Loose chaining: The levels are connected via optional references (Datacenter.location_id, Rack.datacenter_id). When a parent level is deleted, Notory sets the reference to null (SET NULL) — child objects are retained but lose their assignment.
  • Height units: height_units is capped at 1–60 and documents the physical height; Notory doesn’t calculate any automatic occupancy from it.
  • Groups are optional: Rack groups bundle racks organizationally (e.g. by row) and are independent of the data center assignment.
  • Tenant isolation & gating: All objects belong to your tenant; without the Multi-Tenant feature (Pro plan), the API responds with 403.