ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster contact-info modify

    Modify contact information for the cluster

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

    Description

    The cluster contact-info modify command modifies contact information for the cluster administrators. If any values contain spaces, you must enclose those values in quotes.

    Use the cluster contact-info show command to display contact information for the cluster administrators.

    Parameters

    [-primary-name <text>] - Name of Primary Contact

    Use this parameter to specify the name of the primary contact.

    [-primary-phone <text>] - Phone Number of Primary Contact

    Use this parameter to specify the phone number of the primary contact.

    [-primary-alt-phone <text>] - Alternate Phone Number of Primary Contact

    Use this parameter to specify the alternate phone number of the primary contact.

    [-primary-email <text>] - Email Address or User ID of Primary Contact

    Use this parameter to specify the email address of the primary contact.

    [-secondary-name <text>] - Name of Secondary Contact

    Use this parameter to specify the name of the secondary contact.

    [-secondary-phone <text>] - Phone Number of Secondary Contact

    Use this parameter to specify the phone number of the secondary contact.

    [-secondary-alt-phone <text>] - Alternate Phone Number of Secondary Contact

    Use this parameter to specify the alternate phone number of the secondary contact.

    [-secondary-email <text>] - Email Address or User ID of Secondary Contact

    Use this parameter to specify the email address of the secondary contact.

    [-business-name <text>] - Business Name

    Use this parameter to specify the name of the business responsible for this cluster.

    [-address <text>] - Business Address

    Use this parameter to specify the street address of the business responsible for this cluster.

    [-city <text>] - City Where Business Resides

    Use this parameter to specify the name of the city in which the business is located.

    [-state <text>] - State Where Business Resides

    Use this parameter to specify the name of the state or province in which the business is located.

    [-country <Country Code>] - 2-Character Country Code

    Use this parameter to specify the 2-character country code of the country in which the business is located.

    [-zip-code <text>] - Postal Code Where Business Resides

    Use this parameter to specify the postal or ZIP code area in which the business is located.

    Examples

    The following example changes the name and phone numbers of the secondary contact person for the cluster.

    cluster1::> cluster contact-info modify -secondary-name "John Doe" -secondary-phone 123.555.0156 -secondary-alt-phone 123.555.0178

    The following example changes the mailing address of the business responsible for the cluster.

    cluster1::> cluster contact-info modify -address "123 Example Avenue" -city Exampleville -state "New Example" -zip-code 99999 -country US
    Top of Page