ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security login motd show

    Display the message of the day

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

    Description

    The security login motd show command displays information about the cluster-level and data Vserver clustershell message of the day (MOTD).

    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 Name

    Selects the message of the day entries that match this parameter value. Use the name of the cluster admin Vserver to see the cluster-level MOTD.

    [-message <text>] - Message of the Day (MOTD)

    Selects the message of the day entries that match this parameter value.

    [-is-cluster-message-enabled {true|false}] - Is Cluster-level Message Enabled?

    Selects the message of the day entries that match this parameter value.

    Examples

    The following example displays all message of the day entries:

    cluster1::> security login motd show
    Vserver: cluster1
    Is the Cluster MOTD Displayed?: true
    Message
    -----------------------------------------------------------------------------
    The cluster is running normally.
    
    Vserver: vs0
    Is the Cluster MOTD Displayed?: true
    Message
    -----------------------------------------------------------------------------
    Welcome to the Vserver!
    
    2 entries were displayed.
    Top of Page