ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs domain password schedule show

    Display the domain account password change schedule

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

    Description

    The vserver cifs domain password schedule show command displays the domain account password change schedule configuration. It displays the following fields:

    • Vserver: Vserver for which the schedule is configured

    • Schedule Enabled: Whether the schedule is enabled or disabled for this Vserver

    • Schedule Interval: Weeks after which the password change schedule occurs again for this Vserver

    • Schedule Randomized Within: Minutes within which the schedule must begin for this Vserver

    • Schedule: Password change schedule currently set on this Vserver

    • Last Successful Password Change/Reset Time: Time at which the last password change or reset happened successfully on this Vserver

    • Warning: Warning message, applicable only when the change password job is deleted with the feature still enabled on this Vserver

    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.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information for the specified Vserver.

    [-is-schedule-enabled {true|false}] - Is Password Change Schedule Enabled

    If you specify this parameter, the command displays information for all the Vservers on which the is-schedule-enabled value applies.

    [-schedule-weekly-interval <integer>] - Interval in Weeks for Password Change Schedule

    If you specify this parameter, the command displays information for all the Vservers on which the schedule-weekly-interval value applies.

    [-schedule-randomized-minute <integer>] - Minutes Within Which Schedule Start Can be Randomized

    If you specify this parameter, the command displays information for all the Vservers on which the schedule-randomized-minute value applies.

    [-schedule-last-changed <text>] - Last Successful Password Change/Reset Time

    If you specify this parameter, the command displays information for all the Vservers on which the schedule-last-changed value applies.

    [-schedule-description <text>] - Schedule Description

    If you specify this parameter, the command displays information for all the Vservers on which the schedule-description value applies.

    [-schedule-warn-msg <text>] - Warning Message in Case Job Is Deleted

    If you specify this parameter, the command displays information for all the Vservers on which the schedule-warn-msg value applies.

    Examples

    The following example shows the domain account password change schedule configuration when the password change feature is enabled for Vserver vs1.

    cluster1::> vserver cifs domain password schedule show
    Vserver: vs1
    Schedule Enabled: true
                Schedule Interval: 4   week
       Schedule Randomized Within: 120 min
                         Schedule: Fri@23:00
                  Last Changed At: Thu Apr  4 02:35:23 2013

    The following example shows the domain account password change schedule configuration when the password change job has been accidently deleted.

    cluster1::> vserver cifs domain password schedule show
    Vserver: vs1
    Schedule Enabled: true
                Schedule Interval: 4   week
       Schedule Randomized Within: 120 min
                         Schedule: Fri@23:00
                  Last Changed At: Thu Apr  4 02:35:23 2013
                          Warning: Password change job was deleted. Re-enable the password change schedule.
    Top of Page