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:
- Log in to the WebLogic Administrative Console.
- On the left panel, select Environment, Servers.
- Click the name of the managed server where you want to add the scheduler.disabled=false property.
- Select Lock and Edit.
- Select Configuration, Server Start.
- In the Arguments box, add the scheduler.disabled=false property, and click Save.
- 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:
- Start the Administration server. To do so:
- From your current working directory, go to the MW_HOME/user_projects/domains/base_domain/ directory.
- Run the following command:For UNIX:
startWebLogic.sh
For Windows:startWebLogic.cmd
- Start the Node Manager. To do so:
- From your current working directory, go to the MW_HOME/wlserver_10.3/server/bin/ directory.
- Run the following command:For UNIX:
startNodeManager.sh
For Windows:startNodeManager.cmd
- Log in to the WebLogic Administrative Console.
- On the left panel, select Environment, Servers.
- Select Control from the right panel.
- 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:
- Log in to the WebLogic Administrative Console by using the WebLogic administrator credentials.
- Under Domain Structure, select Environment, Servers. The Summary of Servers page is displayed.
- Click the Oracle Identity Manager server name, for example, oim_server1. The settings for oim_server1 is displayed.
- Click Configuration, Server Start.
- In the Arguments box, change the existing property scheduler.disabled = false/true.
- Click Save.
- Click Activate Changes.
- 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