HCL Workload Automation, Version 9.4

Configuration steps for a dynamic domain manager configured as backup

About this task

After you install a dynamic domain manager as backup, perform the following configuration steps:
  1. Log in as <TWS_user> on your master domain manager
  2. Set the environment variables by running tws_env as described indynamic domain manager.
  3. Define the dynamic domain manager as backup as a full status autolink fault-tolerant agent in the HCL Workload Automation database, using the composer command interface or the Dynamic Workload Console. In this example using composer, type:
    composer
    new
  4. Type the workstation definition in the text editor, for example:
    CPUNAME BDDM1
      DESCRIPTION "backup dynamic domain mananger"
      OS UNIX 
      NODE lab00777
      TCPADDR 31111
      DOMAIN DYNAMICDM
      FOR MAESTRO
         TYPE FTA 
         AUTOLINK ON
         BEHINDFIREWALL OFF
         FULLSTATUS ON
    END
    For more information about workstation definitions, see the HCL Workload Automation: User's Guide and Reference.
  5. Run JnextPlan -for 0000 to include the dynamic domain manager as backup workstation in the plan and to send the Symphony file to it.
    Note: Ensure that the global option carryforward is set to all or only the not completed job streams are carried forward.
  6. Change the workstation limit to allow jobs to run on the workstation. For example, set the number of jobs to run concurrently on the workstation to 10:
    conman "limit;10"