简体   繁体   English

如何在Bluemix上使用ibm工作负载调度程序?

[英]How to use ibm workload scheduler on bluemix?

I try to use IBM workload scheduler on bluemix, but I can't find good information about using this service. 我尝试在bluemix上使用IBM工作负载调度程序,但是找不到有关使用此服务的良好信息。

My steps are follow : 我的步骤如下:

  1. Create new Process library 创建新的流程库
  2. Create new Process 创建新流程
  3. Add general information 添加一般信息
  4. Add trigger 添加触发器
  5. Add restful step and add url in it. 添加宁静的步骤并在其中添加网址。 The URL reference to the existing Java liberty instance that already connected to the service.(add some secure headers in advanced options) 对已经连接到服务的现有Java自由实例的URL引用(在高级选项中添加一些安全标头)
  6. Then I try to test my job and just run it now. 然后,我尝试测试我的工作并立即运行它。

But in the end I have error : 但最后我有错误:

AWKRST030E An error occurred establishing a connection to the remote service. AWKRST030E建立与远程服务的连接时发生错误。 The error message is "Connection timed out". 错误消息是“连接超时”。

Maybe I don't indicate some fields? 也许我没有指出一些领域?

Can anybody explain how to schedule task from existing liberty instance using Restful step in bluemix workload scheduler? 谁能解释如何使用Bluemix工作负载调度程序中的Restful步骤从现有的自由实例调度任务? Or can offer another solution how to use this service? 还是可以提供另一个解决方案如何使用该服务?

PS the url that I paste full. PS我粘贴完整的网址。

Workload Scheduler service and its default cloud agents are running on the cloud outside Bluemix regions. Workload Scheduler服务及其缺省云代理正在Bluemix区域之外的云上运行。

When using dedicated Bluemix regions, if you want to schedule an API of your application running on Bluemix, you have two options: 在使用专用的Bluemix区域时,如果要调度在Bluemix上运行的应用程序的API,则有两个选择:

  1. Assure the Bluemix region firewall allows incoming connections from the Workload Scheduler server hosting your instance. 确保Bluemix区域防火墙允许来自托管您的实例的Workload Scheduler服务器的传入连接。
  2. Instantiate and run in your region the Workload Scheduler docker image ibm_wa_agent . 实例化并在您所在的区域中运行Workload Scheduler docker映像ibm_wa_agent This image contains the Workload Scheduler agent and you can bind it to the service instance to automatically connect the agent to your instance. 该图像包含Workload Scheduler代理,您可以将其绑定到服务实例以自动将代理连接到您的实例。 From network perspective this will only require the possibility to open https connections from the docker container to Workload Scheduler cloud. 从网络角度来看,这仅需要打开从Docker容器到Workload Scheduler云的https连接的可能性。

More information about Workload Scheduler docker container are available at Scheduling with IBM Containers for Bluemix 关于使用Workload Scheduler docker容器的更多信息,请参见使用IBM Containers for Bluemix进行调度

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM