# Operation Guide

- [Alerts](https://docs.weka.io/operation-guide/alerts.md): Explore how alerts identify problematic, ongoing states within a cluster that require administrative attention. These notifications provide, actionable insights into system health and performance.
- [Manage alerts using the GUI](https://docs.weka.io/operation-guide/alerts/alerts.md): View, mute, and unmute alerts to maintain cluster health.
- [Manage alerts using the CLI](https://docs.weka.io/operation-guide/alerts/alerts-1.md): This page describes how to manage alerts using the CLI.
- [List of alerts and corrective actions](https://docs.weka.io/operation-guide/alerts/list-of-alerts-and-corrective-actions.md): Check WEKA system alerts and take necessary actions based on severity and nature.
- [Events](https://docs.weka.io/operation-guide/events.md): WEKA system events provide timestamped information about cluster operations and changes.
- [Manage events using the GUI](https://docs.weka.io/operation-guide/events/events.md): This page describes how to manage events using the GUI.
- [Manage events using the CLI](https://docs.weka.io/operation-guide/events/events-1.md): This page describes how to manage events using the CLI.
- [Events list](https://docs.weka.io/operation-guide/events/events-list.md): Explore the various events the WEKA system produces, organized according to their respective categories.
- [Statistics](https://docs.weka.io/operation-guide/statistics.md): This page describes the statistics available in the WEKA system and how to work with them.
- [Manage statistics using the GUI](https://docs.weka.io/operation-guide/statistics/statistics.md): This page describes how to manage the statistics using the GUI.
- [Manage statistics using the CLI](https://docs.weka.io/operation-guide/statistics/statistics-1.md): This page describes how to manage the statistics using the CLI.
- [Statistics list](https://docs.weka.io/operation-guide/statistics/statistics-list.md): Explore the various statistics the WEKA system produces, organized according to their respective category labels.
- [Insights](https://docs.weka.io/operation-guide/insights.md)
- [System congestion](https://docs.weka.io/operation-guide/system-congestion.md): This page describes possible congestion issues in the WEKA system.
- [User management](https://docs.weka.io/operation-guide/user-management.md): The WEKA system enables managing user access and roles locally and through organizational directories like LDAP or AD. This topic covers user types, authentication methods, and management.
- [Manage users using the GUI](https://docs.weka.io/operation-guide/user-management/user-management.md): Explore the GUI to manage local users and configure the user directories LDAP or AD.
- [Manage users using the CLI](https://docs.weka.io/operation-guide/user-management/user-management-1.md): Explore the CLI to perform a broader range of user management tasks, including creating, updating, and deleting local users, managing access, and authenticating users through the LDAP or AD directory.
- [WEKA native multi-tenancy management](https://docs.weka.io/operation-guide/weka-native-multi-tenancy-management.md): Logically separate users and resources on one WEKA cluster. Host tenants with independent LDAP, KMS, and QoS. Scale from small workloads to multi-petabyte deployments on shared infrastructure.
- [Multi-tenancy cluster-level administration](https://docs.weka.io/operation-guide/weka-native-multi-tenancy-management/multi-tenancy-cluster-level-administration.md): Manage cluster-level multi-tenancy by configuring network spaces and isolated tenant environments to define resource quotas and security policies.
- [Multi-tenancy tenant-level administration](https://docs.weka.io/operation-guide/weka-native-multi-tenancy-management/multi-tenancy-tenant-level-administration.md): Manage isolated storage, users, and security within a specific tenant boundary.
- [Expand and shrink cluster resources](https://docs.weka.io/operation-guide/expanding-and-shrinking-cluster-resources.md): Expand and shrink a cluster in a homogeneous WEKA system configuration.
- [Add a backend server](https://docs.weka.io/operation-guide/expanding-and-shrinking-cluster-resources/add-a-backend-server.md)
- [Expand specific resources of a container](https://docs.weka.io/operation-guide/expanding-and-shrinking-cluster-resources/expansion-of-specific-resources.md): Guidelines for expansion processes that only involve the addition of a specific resource.
- [Shrink a cluster](https://docs.weka.io/operation-guide/expanding-and-shrinking-cluster-resources/shrinking-a-cluster.md)
- [Background tasks](https://docs.weka.io/operation-guide/background-tasks.md): This page describes the management of background tasks running on the WEKA system.‌
- [Set up a Data Services container for background tasks](https://docs.weka.io/operation-guide/background-tasks/set-up-a-data-services-container-for-background-tasks.md): Efficiently manage resource-intensive tasks with at least one Data Services container for improved performance and reliability.
- [Manage background tasks using the GUI](https://docs.weka.io/operation-guide/background-tasks/manage-background-tasks-using-the-gui.md)
- [Manage background tasks using the CLI](https://docs.weka.io/operation-guide/background-tasks/manage-background-tasks-using-the-cli.md)
- [Audit and forwarding management](https://docs.weka.io/operation-guide/audit-and-forwarding-management.md): Manage the forwarding of data access audit events to external monitoring systems.
- [Manage audit and forwarding using the GUI](https://docs.weka.io/operation-guide/audit-and-forwarding-management/manage-audit-and-forwarding-using-the-gui.md): Configure cluster-wide audit settings and manage telemetry exports to forward audit data to external systems using the NeuralMesh GUI.
- [Manage audit and forwarding using the CLI](https://docs.weka.io/operation-guide/audit-and-forwarding-management/manage-audit-and-forwarding-using-the-cli.md)
- [Upgrade WEKA versions](https://docs.weka.io/operation-guide/upgrading-weka-versions.md): Upgrade your WEKA system with the latest version.
- [Manage WEKA drivers](https://docs.weka.io/operation-guide/manage-weka-drivers.md): Learn how to manage WEKA drivers to ensure they are properly built, installed, signed, and distributed for the appropriate kernel version.
- [Drivers distribution service](https://docs.weka.io/operation-guide/drivers-distribution-service.md): A centralized service that delivers pre-built WEKA kernel drivers for supported Linux distributions, eliminating manual compilation while ensuring consistent deployment across environments.
- [Drives sharing](https://docs.weka.io/operation-guide/drives-sharing.md): Share access to physical NVMe devices among multiple Drive IO processes through a centralized SSD Proxy process by dividing a single physical drive into multiple virtual drives.


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/operation-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
