SchedulerCalendars.ear 系统应用程序中提供了缺省调度程序 SIMPLE 和 CRON 日程表,它们自动安装在独立的服务器概要文件中。不能采用安装和卸载传统
Java™ Platform, Enterprise Edition (Java EE)
应用程序的方式来安装和卸载系统应用程序。
关于此任务
按如下方法在联合节点移除 SchedulerCalendars 系统应用程序:
过程
- 在联合节点上打开命令窗口。
- 运行以下命令:
在 Unix 平台上:
$Install_Root/bin/wsadmin.sh -conntype none -profile $Profile_Name
在 Windows 平台上:
$Install_Root/bin/wsadmin -conntype none -profile $Profile_Name
其中:
- Install_Root 是 WebSphere
Application Server 安装目录。
- Profile_Name 是目标服务器所在的概要文件的名称。
- 在 wsadmin> 提示符处,对要提供 SchedulerCalendars
应用程序的节点上存在的每台服务器输入以下命令:
wsadmin> $AdminApp uninstall SchedulerCalendars "-cell $MyCell -node $MyNode -server $MyServer"
其中:- $Install_Root 是 WebSphere
Application Server 安装目录。
- $MyCell、 $MyNode 和
$MyServer 是含有单元、节点和服务器名称的值。
- 对当前概要文件中要卸载 SchedulerCalendars 应用程序的每台服务器重复步骤 3。
- 在所有相应服务器上的系统应用程序完成卸载后,输入以下命令:
wsadmin> $AdminConfig save
wsadmin> exit
- 对于要移除
SchedulerCalendars 应用程序的每个联合节点或概要文件重复步骤 1-5。
- 使用管理控制台或脚本编制,启动或重新启动服务器以卸装 SchedulerCalendars 应用程序。
结果
现在应已移除 SchedulerCalendars 应用程序。