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

Uninstall 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. Remove the SchedulerCalendars system application on federated node, as follows:

  1. Open a command window on the federated node.

  2. Run the following command:

    On Unix platforms:

      $Install_Root/bin/wsadmin.sh -conntype none -profile $Profile_Name
    On Windows platforms:

      $Install_Root/bin/wsadmin -conntype none -profile $Profile_Name
    where:

    • Install_Root is the directory where WAS is installed.
    • Profile_Name is the name of the profile where the target server is located.

  3. At the wsadmin> prompt, enter the following command for each server that exists on the node where to have the SchedulerCalendars application available:

      wsadmin> $AdminApp uninstall SchedulerCalendars "-cell $MyCell -node $MyNode -server $MyServer"
    where:

    • $Install_Root is the directory where WAS is installed.
    • $MyCell, $MyNode, and $MyServer are the values with the name of the cell, node, and server.

    Each of these values are case-sensitive.

  4. Repeat step three for each server in the current profile for which you will uninstall the SchedulerCalendars application.

  5. When uninstallation is complete for the system application on all appropriate servers, enter the following commands:

      wsadmin> $AdminConfig save wsadmin> exit
  6. Using the Administrative Console or scripting, start or restart the servers to unload the SchedulerCalendars application.


Results

The SchedulerCalendars application should now be removed.


Related concepts:

Scheduler calendars
Scheduler daemon


Related


Install default scheduler calendars
Example: Use default scheduler calendars
Manage schedulers
Develop and schedule tasks


Reference:

Interoperate with schedulers


Related information:

Install the WebSphere SchedulerCalendars application on federated, version 6 nodes


+

Search Tips   |   Advanced Search