ONTAP 9.12.1 commands

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

    Display FCP service configuration

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

    Description

    Displays the current status of the FCP service in a cluster.

    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

    Use this parameter to display the FCP services that match the Vserver that you specify.

    [-target-name <text>] - Target Name

    Use this parameter to display the FCP service that matches the target name that you specify.

    [-status-admin {down|up}] - Administrative Status

    Use this parameter to display the FCP services that match the administrative status that you specify.

    Examples

    cluster1::> vserver fcp show
                                           Status
    server    Target Name                  Admin
    --------- ---------------------------- ------
    s0        20:00:00:a0:98:0c:b0:eb      up
    s2        20:01:00:a0:98:0c:b0:eb      up
     entries were displayed.

    Displays the FCP configuration for all the Vservers in the cluster.

    Top of Page