Friday, 11 November 2016

Controlling Scheduler Start or Stop in a Clustered Environment

The scheduler.disabled system property is required if you want to control scheduler start or stop on a clustered setup. The scheduler.disabled system property must be set to true if you do not want to start the scheduler service on that node of the cluster.
This section contains the following topics:
  • Adding the Server Side Property for Oracle Identity Manager
  • Restarting Oracle Identity Manager Managed Servers from the Node Manager
  • Modifying the Server Side Property for Oracle Identity Manager

Adding the Server Side Property for Oracle Identity Manager

To add the scheduler.disabled server-level property:
  1. Log in to the WebLogic Administrative Console.
  2. On the left panel, select EnvironmentServers.
  3. Click the name of the managed server where you want to add the scheduler.disabled=false property.
  4. Select Lock and Edit.
  5. Select ConfigurationServer Start.
  6. In the Arguments box, add the scheduler.disabled=false property, and click Save.
  7. Click Activate Change.
Restart the managed server using node manager so that the newly added property is picked up. Restarting from the Command-Line Interface does not work.

Restarting Oracle Identity Manager Managed Servers from the Node Manager

To restart Oracle Identity Manager Managed Servers from the Node Manager:
  1. Start the Administration server. To do so:
    1. From your current working directory, go to the MW_HOME/user_projects/domains/base_domain/ directory.
    2. Run the following command:
      For UNIX:
      startWebLogic.sh
      
      For Windows:
      startWebLogic.cmd
      
  2. Start the Node Manager. To do so:
    1. From your current working directory, go to the MW_HOME/wlserver_10.3/server/bin/ directory.
    2. Run the following command:
      For UNIX:
      startNodeManager.sh
      
      For Windows:
      startNodeManager.cmd
      
  3. Log in to the WebLogic Administrative Console.
  4. On the left panel, select EnvironmentServers.
  5. Select Control from the right panel.
  6. Select the option where the property is added, and click Start.

Modifying the Server Side Property for Oracle Identity Manager

To modify the scheduler.disabled system property:
  1. Log in to the WebLogic Administrative Console by using the WebLogic administrator credentials.
  2. Under Domain Structure, select EnvironmentServers. The Summary of Servers page is displayed.
  3. Click the Oracle Identity Manager server name, for example, oim_server1. The settings for oim_server1 is displayed.
  4. Click ConfigurationServer Start.
  5. In the Arguments box, change the existing property scheduler.disabled = false/true.
  6. Click Save.
  7. Click Activate Changes.
  8. Restart the Oracle Identity Manager Managed Server.

Note : Copied from Oracle Docs but a good one to share even copied.

No comments:

Post a Comment