Automation Orchestrator API 提供了脚本类 (Command),可在 Automation Orchestrator 服务器主机操作系统中运行命令。为防止对服务器主机进行未经授权的访问,默认情况下,Automation Orchestrator 应用程序没有 Command 类的运行权限。如果 Automation Orchestrator 应用程序需要在主机操作系统上运行命令的权限,可以激活 Command 脚本类。

可以通过设置 Automation Orchestrator 配置系统属性,授予 Command 类的使用权限。

过程

  1. root 用户身份登录控制中心。
  2. 单击系统属性
  3. 单击新建
  4. 文本框中,输入 com.vmware.js.allow-local-process
  5. 文本框中,输入 true
  6. 说明文本框中,输入系统属性的说明。
  7. 单击添加
  8. 在弹出菜单中单击保存更改
    此时系统会显示一条消息,提示您已保存成功。
  9. 等待 Automation Orchestrator 服务器重新启动。

结果

您即向 Automation Orchestrator 应用程序授权权限可在 Automation Orchestrator 服务器主机操作系统上运行本地命令。

注:com.vmware.js.allow-local-process 系统属性设置为 true,您可以允许 Command 脚本类在文件系统任意位置中进行写入。此属性会覆盖您在 js-io-rights.conf 文件中针对 Command 脚本类设置的任何文件系统访问权限。在 js-io-rights.conf 文件中设置的文件系统访问权限仍会适用于 Command 以外的所有脚本类。