# 3.4 启用 EGO 的 LSF

具有 LSF 的企业网格协调器（enterprise grid orchestrator EGO）能够提供系统基础结构，来控制和管理集群资源。 资源是应用程序使用的物理和逻辑实体。 LSF 资源按照 EGO资源分配计划中的定义进行共享。

* **EGO组件概述**

  可以使用 LSF 启用 EGO，以提供系统基础结构来控制和管理群集资源。
* **资源**

  资源是应用程序用来运行的物理和逻辑实体。 资源是一个通用术语，可以包含低级内容，例如共享内存段或信号灯。 在 LSF 中，EGO 管理CPU 槽位。.
* **LSF 如何通过 EGO 共享资源**

  可以通过定义 EGO 资源分配计划，来共享 LSF 资源。 LSF 向 EGO 资源管理器请求资源。 根据资源分配计划中指定的值，资源管理器返回可用槽位数（m）和该槽位所在的主机的名称。


---

# 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://baiyongan.gitbook.io/lsf-handbook/part-ii-ji-chu-cao-zuo-pian/user_fundations/lsf_with_ego_enabled.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.
