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
- Open a command window on the federated node.
- 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.
- 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.
- Repeat step three for each server in the current profile for which
you will uninstall the SchedulerCalendars application.
- When uninstallation is complete for the system application on all
appropriate servers, enter the following commands:
wsadmin> $AdminConfig save
wsadmin> exit
- Using the Administrative Console or scripting, start or restart
the servers to unload the SchedulerCalendars application.
Results
The SchedulerCalendars application should now be removed.