기본 스케줄러 SIMPLE 및 CRON 달력은 SchedulerCalendars.ear 시스템 애플리케이션에 사용
가능하며, 자동으로 독립형 서버 프로파일에 설치됩니다. 시스템 애플리케이션은
일반 Java™ EE(Java Platform, Enterprise Edition) 애플리케이션과 같이 설치되고 설치 제거되지 않을 수 있습니다.
이 태스크 정보
다음과 같이, 연합 노드에서 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 애플리케이션을 설치 제거할 현재 프로파일에서 각 서버에 대해 세 단계를 반복하십시오.
- 설치 제거가 해당되는 모든 서버에서 시스템 애플리케이션에 대해 완료되면, 다음 명령을 입력하십시오.
wsadmin> $AdminConfig save
wsadmin> exit
- SchedulerCalendars 애플리케이션이 제거될 각 연합 노드 또는 프로파일에 대해 1-5단계를 반복하십시오.
- 관리 콘솔 또는 스크립트를 사용하여 서버를 시작하거나 다시 시작하여 SchedulerCalendars 애플리케이션을 로드 해제합니다.
결과
SchedulerCalendars 애플리케이션은 이제 제거되어야 합니다.