Sunday, 17 January 2016


                  Windchill Worker Agent Configuration

 

  1. Navigate to SiteàUtilitiesà Worker Agent Administration.  Click on Worker Agent Administration
  2. The Worker Agent Administration window opens.

 


 

 

  • Click on Configure to start configuring a worker in windchill server.
     
     
     
     
    Step 1: Click on ADD Worker to start the configuration of worker agent
    Step 2: Add Worker panel window opens.
    In the Add Worker panel, you specify the host name of the visualization server and the data type of the Worker to be created. 

  • Host - Specify hostname of the visualization server machine.
  • Data Type - Specify the data type from the list of types (ref above image).

  • Click Next. This displays the Worker Location panel.

Step 3: Select the location where the worker resides:

 

  • The Windchill Server — the worker resides on the same machine as the Windchill server.
  • A different Windows NT machine — the worker resides on a Windows machine other than the Windchill server.
  • A different UNIX machine — the worker resides on a UNIX machine other than the Windchill server.
     
    Click on Next to display the Worker Execution Command panel.
     

Step 4: In this panel, we specify the script used to start the worker and the execution settings


Enter values for the following parameters:

  • Execute command — the execute command is the worker script created during the Creo View Adapter configuration. Type the complete path to this script in the Execute Command text field. Specify the command which will start the worker executable on the host machine.
  • Startup Time (sec) — Specify an amount of time in seconds that it takes for the worker and the system to completely start, initialize, and be able to return a message confirming this. If this value is not large enough, the worker does not start reliably. Adjust the setting to work on your system.
  • Max Instances — specify the maximum number of instances of this worker that can be started. You should only set this value to be greater than one (1) if the worker machine is capable of running multiple copies of the application effectively (that is, a multiprocessor system with sufficient memory).
  • AutoStart — Select this option to set the worker to start automatically whenever it is needed. You should use this option if you want your system to automatically start up after a reboot or if you want the Worker Agent to automatically satisfy heavy demand.
  • AutoIdleStop (sec) — Specify an amount of time in seconds that determines how long the worker can remain idle before it is automatically stopped. If you leave this field empty or set it to zero (0), the worker is not stopped automatically at idle time. Use this option if you need to release the license when it is not being used.
  • AutoErrorStop — Click this option to set the worker to stop automatically whenever it returns an error from a conversion request. Use this option if you need to make sure that the application is not left in an unstable state after an error condition.
  •  
     
    Click Next to display the Worker Summary Information panel. This panel displays the values you entered or selected during the add worker process.
     
    Step 5: Verify the worker information displayed in this panel is correct, click Apply.
     

  • You are returned to the Worker Configuration window (step 1 of the configuration). Click Save File to update the <Windchill>\codebase\agent.ini file with your configuration changes.
  • Click Reload Worker Agent to commit the changes and update the Worker Agent Administration worker entries.
     

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Configuring a Worker on a Different Windows Machine

 

Follow the same steps 1 through 4; here select a different Windows NT machine

In this scenario, the visualization server and the worker machines are different, and the worker resides on a Windows machine. Click Next.


Step 5: Complete the Worker Execution Command instructions

Description: Image

Execute locally — The Execute locally option is available when "A different Windows NT machine" or "A different UNIX machine" is selected in the Worker Location window in Step 4. It specifies whether the Execute command is local to the Windchill machine or to the host machine.

Step 7: Common File system configuration


  • Windchill Machine Path — Enter the Location of the common file system relative to the Windchill machine
  • <machine_name>Path (Worker) — Enter the location of the common file system on the Creo Parametric CAD worker machine; for example, the shared folder to which the Windchill server must connect to via a mapped drive. In this example, the path is:
    C:\SharedFolder
  • FTP Username — Type the FTP user name.
  • FTP Password — Type the FTP password.
     
     

  • Follow the same remaining steps as mentioned in the above process.