WAS v8.5 > Administer applications and their environment > Welcome to administering Scheduler service > Install default scheduler calendars

Install default scheduler calendars


The default scheduler SIMPLE and CRON calendars are available in the SchedulerCalendars.ear system application and are automatically installed on standalone server profiles. System applications cannot be installed and uninstalled like traditional Java EE applications.

To map the SchedulerCalendars.ear system application on a server or cluster in a network deployment environment.

  1. Start wsadmin

  2. Install the system application.

    • Non-clustered server:

      • Jacl:
          $AdminApp install "/${WAS_INSTALL_ROOT}/systemApps/SchedulerCalendars.ear" {-systemApp -appname SchedulerCalendars -cell mycell -node mynode -server myserver}

      • Jython list:

          AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/SchedulerCalendars.ear', ['-systemApp', '–appname', 'SchedulerCalendars','-cell', 'mycell', '-node', 'mynode', '-server', 'myserver'])

      • Jython string:

          AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/ SchedulerCalendars.ear', '[-systemApp –appname SchedulerCalendars –cell mycell –node mynode -server myserver]')

    • To install on a cluster:

      • Jacl:

          $AdminApp install "\${WAS_INSTALL_ROOT}/systemApps/SchedulerCalendars. ear" {-systemApp -appname SchedulerCalendars -cell mycell -cluster mycluster}

      • Jython list:

          AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/ SchedulerCalendars.ear', ['-systemApp', '–appname', 'SchedulerCalendars','-cell', 'mycell', '-cluster', 'mycluster'])

      • Jython string:

          AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/ SchedulerCalendars.ear', '[-systemApp –appname SchedulerCalendars –cell mycell -cluster mycluster]')

  3. Save the configuration changes.


Related concepts:
Uninstall default scheduler calendars
Scheduler calendars
Scheduler daemon
Example: Use default scheduler calendars
Manage schedulers
Develop and schedule tasks
Start the wsadmin scripting client
Save configuration changes with wsadmin
Interoperate with schedulers

Install the WebSphere SchedulerCalendars application on federated, version 6 nodes


+

Search Tips   |   Advanced Search