Uninstalling 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 Platform, Enterprise Edition (Java EE) applications.

About this task

Remove the SchedulerCalendars system application on federated node, as follows:

Procedure

  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 WebSphere Application Server 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 you want to have the SchedulerCalendars application available:
    wsadmin> $AdminApp uninstall SchedulerCalendars "-cell $MyCell -node $MyNode -server $MyServer"
    where:
    • $Install_Root is the directory where WebSphere Application Server is installed.
    • $MyCell, $MyNode, and $MyServer are the values with the name of the cell, node, and server.
    Important: 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. Repeat steps 1-5 for each federated node or profile where the SchedulerCalendars application is to be removed.
  7. Using the Administrative Console or scripting, start or restart the servers to unload the SchedulerCalendars application.

Results

The SchedulerCalendars application should now be removed.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Feb 5, 2014 9:49:51 PM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-mp&topic=tsch_uninstallcalendar
File name: tsch_uninstallcalendar.html