安装后检查清单
- Updated: 2020/06/02
安装后检查清单
验证 IQ Bot 是否已安装,并确保服务正在使用运行状况检查 API IQ Bot 运行。
Automation Anywhere IQ Bot
确保Automation AnywhereIQ Bot项目存在于 功能IQ Bot中。
确认Automation Anywhere认知服务正在运行
请确保在IQ Bot安装了 的计算机上安装了以下服务,并在 Microsoft Windows 服务窗口中将服务状态设置为运行。
要查看当前正在运行的服务列表,请使用 StartRun
。- Automation Anywhere 认知别名
- Automation Anywhere 认知应用
- Automation Anywhere 认知分类器服务
- Automation Anywhere 认知文件管理器
- Automation Anywhere 认知控制台
- Automation Anywhere 认知网关
- Automation Anywhere 认知 MLScheduler 服务
- Automation Anywhere 认知 MLWeb 服务
- Automation Anywhere 认知项目
- Automation Anywhere 认知报告
- Automation Anywhere 认知验证程序
- Automation Anywhere 认知 Visionbot 管理器
- Automation Anywhere 认知 VisionbotEngine 服务
进行健康检查
如果需要,请使用运行状况检查 API 验证所需服务。下表描述了 Healthcheck API 的请求/响应详细信息。
请求
下表列出了为执行不同IQ Bot服务的运行状况检查而发送的 API 请求:
服务名称 | 乌尔 |
---|---|
别名 |
http://<hostname/IP>:9997/运行状况检查 |
应用服务 |
http://<hostname/IP>:9002/运行状况检查 |
项目服务 |
http://<hostname/IP>:9999/运行状况检查 |
文件管理器服务 |
http://<hostname/IP>:9996/运行状况检查 |
视觉机器人 |
http://<hostname/IP>:9998/运行状况检查 |
验证程序服务 |
http://<hostname/IP>:9995/运行状况检查 |
报告服务 |
http://<hostname/IP>:9992/运行状况检查 |
网关服务 |
http://<hostname/IP>:8100/运行状况检查 |
前端或控制台服务 |
http://<hostname/IP>:3000/运行状况检查 |
在表列表中<hostname/IP>
,使用 的主机名/IP 地址替换 IQ Bot ,以便在安装 的计算机上使用 Web 浏览器创建运行状况检查 API IQ Bot 请求。
例如,如果您IQ Bot的 可以通过 http://localhost:3000 访问,则可以使用此 URL 访问 FileManager Healthcheck(文件管理器运行状况检查):http://localhost:9996/运行状况检查。
响应
典型的成功响应在以下代码示例中:
子系统
应用: <Service Name>
状态:好的
应用程序正常运行时间:0d 3h 45m 6s
版本:1.2.0-RELEASE
分公司:RC-5
(RC-5.2-1)
GIT 编号:d88e59c0435c3a836bb47cd586081205564904c5
构建时间:2018-02-17T09:26:5523Z
依赖关系:
数据库连接:好的
消息队列连接:好的
项目:好的
VisionBot(VisionBot):好的
**<Service Name>
可以是别名、应用程序、文件管理器、项目、报告、网关、验证程序或 Visionbot。
依赖项:
列出所有依赖服务的状态,例如,探测服务的数据库和消息队列。
检查已创建的数据库和表
了解哪些数据库和表是在安装 后创建的IQ Bot。使用 <dbusername> 和 登录数据库<dbpasswd>,以使用 <hostname> 、 <dbusername>和 验证数据库和表格的名称<dbpasswd>。
系统将创建以下数据库:
- 别名数据:这是主数据库,用于存储与系统中不同文档类型的字段相关的不同别名的数据。此数据库还包含有关IQ Bot系统支持的语言和不同文档类型的信息。
- 分类器数据:此数据库具有与布局和内容分类的分类输出相关的数据。
- 配置:此数据库存储有关安装 时使用的配置的数据IQ Bot,例如 Control Room URL、输出路径等。
- 文件管理器:此数据库存储与学习实例、与学习实例相关的上传文件和视觉bot相关的数据。
-
ML数据:此数据库存储 中的机器学习 (ML) 系统使用的训练数据IQ Bot。