> For the complete documentation index, see [llms.txt](https://help.claritylims.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.claritylims.illumina.com/instruments-and-integrations/novaseq-x-series/novaseqx-onprem/novaseqx-onprem-v1.1.0-release-notes/novaseqx-onprem-v1.1.0-installation.md).

# Installation

The Illumina NovaSeq X Series On-Prem Integration Package v1.1.0 supports the integration of Clarity LIMS to NovaSeq X Series instruments that are on-premise via Illumina Run Manager. Refer to [NovaSeq X Series On-Prem Integration v1.1.0 User Interaction, Validation and Troubleshooting](/instruments-and-integrations/novaseq-x-series/novaseqx-onprem/novaseqx-onprem-v1.1.0-release-notes/novaseqx-onprem-v1.1.0-user-interaction-validation-and-troubleshooting.md#prerequisite-for-installation) on prerequisites for installation.

## **Installation Steps**

Steps:

1. Install / Upgrade Clarity LIMS
2. Install and Configure Illumina Run Manager Integration Service
3. Install NovaSeq X Series On-Prem Integration RPM
4. Install Illumina Preset Protocols (IPP) v2.12 RPM and Import Required IPP Workflows.

### **Step 1: Install / Upgrade Clarity LIMS**

Install or upgrade to Clarity LIMS v6.2 or later. If you are using an older version of Clarity LIMS, please contact Illumina Support (<techsupport@illumina.com>) to schedule for upgrade.

### **Step 2: Install and Configure Illumina Run Manager Integration Service**

Install and configure Illumina Run Manager Integration Service v1.1.0, please refer to [Illumina Run Manager v1.1.0 Installation](/instruments-and-integrations/irm/illumina-run-manager-v1.1.0/irm-v1.1.0-installation.md) for details.

### **Step 3: Install NovaSeq X Series On-Prem Integration RPM**

Install ClarityLIMS-NovaSeqXSeries-OnPremise RPM using yum or your preferred package manager.

Example with YUM:

{% code overflow="wrap" %}

```markup
yum install ClarityLIMS-NovaSeqXSeries-OnPremise
```

{% endcode %}

Example with RPM:

{% code overflow="wrap" %}

```markup
rpm -i ClarityLIMS-NovaSeqXSeries-OnPremise-{version}.86_64.rpm
```

{% endcode %}

### **Step 4: Install Illumina Preset Protocols (IPP) v2.12 and Import Required IPP Workflows**

Install BaseSpaceLIMS-Illumina-Preset-Protocols RPM using yum or your preferred package manager.

Example with YUM:

{% code overflow="wrap" %}

```markup
yum install BaseSpaceLIMS-Illumina-Preset-Protocols
```

{% endcode %}

Example with RPM:

{% code overflow="wrap" %}

```markup
rpm -i BaseSpaceLIMS-Illumina-Preset-Protocols-{version}.86_64.rpm
```

{% endcode %}

Upon successful installation of IPP v2.12.0, install the following workflow configurations:

* NovaSeq X Series On-Prem Sequencing v2.0 workflow
* (Optional) Library Prep Validation v2.3.7 workflow

For detailed options and steps on how to install IPP workflows and protocols, see [Installer Parameters and Operations section of Illumina Preset Protocols v2.12 Installation and User Configuration](/illumina-preset-protocols/ipp-v2.12/ipp-v2.12.0-installation-and-user-configuration.md#installer-parameters-and-operations).


---

# 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.claritylims.illumina.com/instruments-and-integrations/novaseq-x-series/novaseqx-onprem/novaseqx-onprem-v1.1.0-release-notes/novaseqx-onprem-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.
