ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • snaplock compliance-clock initialize

    Initializes the node ComplianceClock

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

    Description

    ` snaplock compliance-clock initialize` command is used to initialize System ComplianceClock from the system clock. System ComplianceClock can be initialized only once by the user. Once initialized, user cannot make any changes to the System ComplianceClock. Hence, user should ensure that system clock is correct before initializing the System ComplianceClock.

    Parameters

    -node {<nodename>|local} - Node

    Specifies the name of the node on which System ComplianceClock needs to be initialized.

    [-force <true>] - Forces Initialization

    If you use this paramter, it will suppress the warning message during snaplock compliance-clock initialize operation.

    Examples

    cluster-1::> snaplock compliance-clock initialize -node node1
    
    Warning: You are about to initialize the secure ComplianceClock of the node
             node1 to the current value of the node's system clock. This
             procedure can be performed only once on a given node, so you should
             ensure that the system time is set correctly before proceeding.
             The current node's system clock is: Wed Nov 26 16:18:30 IST 2014
    
    Do you want to continue? {y|n}: y
    
    cluster-1::>
    Top of Page