CQE Repository Script Management Guide
Learn how to manage, execute, and monitor script registration in the CQE (Custom Query Engine) Repository.
📋 Overview
The CQE Repo List provides a centralized repository for your maintenance and diagnostic scripts. You can store scripts once and deploy them across any number of logical servers (LSVR) with custom execution parameters.
🔍 Script Details & Execution
When you click on a script in the list, the detail modal opens with the following capabilities:
1. Script Content
View the full source code of the script. This is read-only in the list view; use the edit feature if modifications are needed.
2. Execution Settings (NEW)
Before registering a script to a server, you can configure how it should run:
- Active: Toggle whether the script is enabled for the selected servers.
- Repeat: If enabled, the script will run periodically.
- Interval (min): Set the frequency for repeated execution (in minutes).
- Start Date: Specify when the first execution should occur.
3. Server Registration (LSVR Queue Put)
You can select one or more servers from your current project to receive this script.
- LSVR Selector: Use the checkboxes to choose target servers.
- Add to Queue: Click this button to register the script with the defined settings for all selected servers.
📊 Script Usage Status
At the bottom of the modal, the Usage Status Table displays all servers currently registered for this specific script.
- Hostname: The name of the server using the script.
- Usage: The logical server's defined purpose.
- Settings: View the active/repeat/interval status for each registration.
- Last Run: Tracks the last time the script was successfully executed on that machine.
API 参考
有关此功能的 API 详细规范,请参阅专用指南。
故障排除
| 症状 | 原因 | 解决 |
|---|---|---|
| 加入队列后脚本仍未执行 | 执行设置中 激活 (Active) 处于关闭状态 | 在详情弹窗中开启 Active,然后重新加入队列。 |
| LSVR 选择器中看不到目标服务器 | 当前所选项目没有服务器,或服务器属于其他项目 | 确认已在顶部选择正确的项目。 |
| 重复执行不生效 | 已开启 重复 (Repeat),但 间隔 (分钟) 为空 | 将间隔设置为 1 或更大后重新注册。 |
| 使用状况中的 最后运行 未更新 | 目标服务器的代理尚未接收到队列 | 检查代理连接状态以及开始时间是否为过去时刻。 |
Version: 1.1 Last Updated: 2026-05-10 Source File:
giipv3/public/help/cqerepolist.en.md