Sun Update Connection - Enterprise 1.0 User's Guide

List Jobs Status (-ljs) Command

The list-job-status command outputs a list of jobs that you created with the current user name, according to the status criteria that you choose.

Parameter

-dlt delimiter Specify the delimiter for the output.

Flag

  • -all List all jobs.

  • -ok List jobs that completed successfully.

  • -fl List jobs that failed.

  • -pr List jobs that are in process.

  • -wc List jobs that are waiting for user confirmation.

Syntax

uce_cli -ljs [ -dlt "delimiter" ] ( -all | -ok | -fl | -pr | -wc ) -u username -p password

Example

uce_cli -ljs -ok -u admin -p 123

Result Example


makeWebServer
Deploy
Tue May 6 9:30:09 2004
All hosts finished successfully
anotherJob
Verify
Tue May 6 11:32:15 2004
All hosts finished successfully

Explanation: job name, mode, start time, status; for two jobs: “makeWebServer” and “anotherJob.”