em_asr_asset_activation_job

Manages the Oracle Auto Service Request (ASR) activation job. Use this verb to show the job status, start the job, or reschedule it.

Note:

Only the Enterprise Manager super user can perform this operation.

Format

Standard Mode

emcli em_asr_asset_activation_job
      [-start]
      [-rescheduleNow]

Interactive or Script Mode

em_asr_register(
      [start=True/False]
      [,rescheduleNow=True/False]
      )

[ ]  indicates that the parameter is optional.

Options

  • start

    Starts the activation job to run daily (including today) at the current time, if not started.

  • rescheduleNow

    Reschedules the activation job to run daily (including today) at the current time, if it is already scheduled.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

Example 1

Shows the status of the activation job:

Standard Mode

emcli em_asr_asset_activation_job

Interactive or Script Mode

em_asr_asset_activation_job()

Example 2

Starts an activation job, if not already scheduled. An error is returned if the activation job is already scheduled.

Standard Mode

emcli em_asr_asset_activation_job
      -start

Interactive or Script Mode

em_asr_asset_activation_job(
      start=True
      )