> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/common-installation-limitations-and-fixes.md).

# Common installation limitations and fixes

The following provides guidance on avoiding or resolving common issues encountered at various installation stages Cortex XSOAR On-prem to ensure your system is ready for operation.

<details>

<summary>Cluster Installation fields in the textual UI menu cannot be changed after installation</summary>

After the installation completes, you cannot change any field values. Any changes need to be made before installing Cortex XSOAR.

To change an installation field value after installing, you must redeploy the cluster and reinstall Cortex XSOAR. For more information, see **Task 7. Install Cortex XSOAR on your VM** under [Cortex XSOAR installation](/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/installation-overview.md). Contact engineering or support for assistance.

</details>

<details>

<summary>Unable to access the Cortex XSOAR web page immediately after installation</summary>

When you install or upgrade in the textual UI, after all the tasks run, a successful installation or upgrade message displays. However, the system may not yet have fully completed the installation process.

Wait until the installation process fully completes (approximately 30 minutes) and then check that you can log in to Cortex XSOAR. For more information, see **Task 8. Verify you can log in to Cortex XSOAR** under [Cortex XSOAR installation](/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/installation-overview.md).

</details>

<details>

<summary>Unable to recover lost SSH password</summary>

When you set the SSH password after deploying your cluster, you need to save it securely. If you lose this password, you cannot recover or change it.

If you lose the SSH password, you must redeploy the cluster and reinstall Cortex XSOAR. For more information, see [Cortex XSOAR installation](/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/installation-overview.md). Contact engineering or support for assistance.

</details>

<details>

<summary>Unable to communicate between integrations and services and Cortex XSOAR</summary>

For Cortex XSOAR to successfully communicate with integrations and services and for High Availability to work, the IPs of all VMs (nodes) in a cluster, as well as the virtual IP, must be on the same subnet; they currently cannot be split across subnets.

To move the IPs in your cluster to the same subnet, you must redeploy the cluster and reinstall Cortex XSOAR. For more information, see [Cortex XSOAR installation](/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/installation-overview.md). Contact engineering or support for assistance.

</details>

<details>

<summary>After reboot, hard shutdown, or taking a snapshot from a hypervisor Cortex XSOAR is not running properly</summary>

Reboot, hard shutdown, or taking a snapshot in your hypervisor (which performs a hard shutdown) can cause issues in Cortex XSOAR, including:

* Service failures: Core services or integrations may fail to start due to corrupted files or improper shutdown sequences.
* Database errors: Incident data, playbooks, or audit logs may become inaccessible due to database corruption, causing errors when loading or querying data.
* Delayed or failed login: Users may experience delays or failures when trying to log in because authentication or session services were not properly restored.
* Broken playbooks and scripts: Active or scheduled playbooks and scripts may fail to execute, resulting in incomplete or disrupted workflows.

If you experience issues, download a log bundle from the textual UI menu. Contact support or engineering for assistance. Do not reboot or perform a hard shutdown of Cortex XSOAR. For more information, see [Shut down Cortex XSOAR](/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/shut-down-cortex-xsoar.md).

For a hypervisor snapshot, either perform a graceful shutdown for the VM and then take the snapshot, or instead of taking a hypervisor snapshot, use the backup and restore feature. For more information, see [Backup and restore Cortex XSOAR](/cortex-xsoar-8-on-prem/8.8/onboard-cortex-xsoar/back-up-and-restore-cortex-xsoar/set-up-backup-and-restore-in-cortex-xsoar.md).

</details>

<details>

<summary>Cluster installation fails on TASK \[opp-artifacts: Wait for OPP registry to be up\] with a timeout</summary>

The initial cluster installation fails on TASK `[opp-artifacts: Wait for OPP registry to be up]` with a timeout.

Verify if the HTTP PUT response hop limit is configured appropriately. This value may need to be increased from 1 to 2.

</details>


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.11/onboard-cortex-xsoar/cortex-xsoar-installation/troubleshoot-your-installation/common-installation-limitations-and-fixes.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.
