> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/clarity-lims/instruments-and-integrations/irm/illumina-run-manager-v1.1.0/irm-v1.1.0-installation.md).

# Installation and User Interaction

## Prerequisites on LIMS related configuration

<details>

<summary>Prerequisite 1: Clarity LIMS v6.2 or later</summary>

Illumina Run Manager Integration package requires Clarity LIMS v6.2 or later.

</details>

{% hint style="warning" %}
If Clarity LIMS is deployed On-Premise and using vault-based secret storage, ensure that the appropriate ACL Policy is configured on HashiCorp Vault. The steps can be found in Authentication ACL Policies under On-Premise Deployments > Configure Your HashiCorp Vault in [Clarity LIMS (Clarity & LabLink Reference Guide) documentation](broken://pages/uuLbwpVZQxsGtVStdfOD).
{% endhint %}

## Installation Steps

Follow the steps below to set up Illumina Run Manager Integration Service to connect to an Illumina instrument.

1. [Install Illumina Run Manager Integration Package v1.1.0](#step-1-install-illumina-run-manager-integration-package-v110)
2. [Install supported on premise integration package](#step-2-install-supported-on-premise-instrument-integration)

### Step 1: Install Illumina Run Manager Integration Package v1.1.0

The installation and configuration steps are as follows:

1. Install the Illumina Run Manager Integration package from the repo, using root user with yum or your preferred package manager.

   Example with YUM:

   <pre class="language-markup" data-overflow="wrap"><code class="lang-markup">yum install ClarityLIMS-Illumina-Run-Manager-Integration
   </code></pre>

   Example with RPM:

   <pre class="language-markup" data-overflow="wrap"><code class="lang-markup">rpm -i ClarityLIMS-Illumina-Run-Manager-Integration-{version}.86_64.rpm
   </code></pre>
2. If the Illumina Run Manager Integration UI is not accessible, run the following command to start the integration service.

   <pre class="language-markup" data-overflow="wrap"><code class="lang-markup">systemctl start illumina_run_manager_integration
   </code></pre>
3. Verify that the integration is successfully installed by accessing the Illumina Run Manager Integration UI:

   `https://{Clarity LIMS server url}/irm`

### Step 2: Install Supported On Premise Instrument Integration

Please refer to individual instrument integration documentations and complete the installation steps listed there.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/clarity-lims/instruments-and-integrations/irm/illumina-run-manager-v1.1.0/irm-v1.1.0-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
