ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • job schedule show

    Display a list of available schedules

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The job schedule show command displays information about schedules.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-cluster <Cluster name>] - Cluster

    Selects the schedules that match this parameter value.

    [-vserver <vserver name>] - Vserver

    Selects the schedules that match this parameter value. These job schedules can only be used by consumers in that Vserver.

    [-name <text>] - Schedule Name

    Selects the schedules that match this parameter value.

    [-type {cron|interval|builtin}] - Schedule Type

    Selects the schedules that match this parameter value.

    [-description <text>] - Description

    Selects the schedules that match this parameter value.

    Examples

    The following example displays information about all schedules:

    cluster1::> job schedule show
    Cluster       Vserver     Name         Type     Description
    ------------- ----------- ----------- --------- -------------------------------------------
    cluster1
                  data_vs_1
                              5min        cron      @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
                              daily       cron      @0:10
                              hourly      cron      @:05
                              monthly     cron      1@0:20
                              weekly      cron      Sun@0:15
    Top of Page