Installing 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 J2EE applications.

About this task

The following steps are required to map the SchedulerCalendars.ear system application on a server or cluster in a network deployment environment.

Procedure

  1. Start the wsadmin tool and connect to the deployment manager. See the Starting the wsadmin scripting client topic for more information.
  2. Install the system application.
    • To install on a non-clustered server:
      • Using Jacl:
        $AdminApp install
        "/${WAS_INSTALL_ROOT}/systemApps/SchedulerCalendars.
        ear" {-systemApp -appname SchedulerCalendars -cell
         mycell -node mynode -server myserver}
      • Using Jython list:
        AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/
        SchedulerCalendars.ear', ['-systemApp', '–appname',
         'SchedulerCalendars','-cell', 'mycell', '-node',
         'mynode', '-server', 'myserver'])
        
      • Using Jython string:
        AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/
        SchedulerCalendars.ear', '[-systemApp –appname
         SchedulerCalendars –cell mycell –node mynode
         -server myserver]')
        
        Where:
        Value Option
        mycell is the value of the cell option
        mynode is the value of the node option
        myserver is the value of the server option
    • To install on a cluster:
      • Using Jacl:
        $AdminApp install
        "\${WAS_INSTALL_ROOT}/systemApps/SchedulerCalendars.
        ear" {-systemApp -appname SchedulerCalendars -cell
         mycell -cluster mycluster}
        
      • Using Jython list:
        AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/
        SchedulerCalendars.ear', ['-systemApp', '–appname',
         'SchedulerCalendars','-cell', 'mycell', '-cluster',
         'mycluster'])
        
      • Using Jython string:
        AdminApp.install('${WAS_INSTALL_ROOT}/systemApps/
        SchedulerCalendars.ear', '[-systemApp –appname
         SchedulerCalendars –cell mycell -cluster mycluster]')
        
        Where:
        Value Option
        mycell is the value of the cell option
        mycluster is the value of the cluster option
  3. Save the configuration changes. See the Saving configuration changes with the wsadmin tool topic for more information.
  4. Synchronize the node. See the Synchronizing nodes with the wsadmin tool topic for more information.



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: Aug 31, 2013 12:02:36 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-zos&topic=tsch_installcalendar
File name: tsch_installcalendar.html