ONTAP 9.12.1 commands

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

    Show iSNS service configuration

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

    Description

    Shows the iSNS service configuration.

    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 iSNS services that match the Vserver name that you specify.

    [-address <IP Address>] - iSNS Server IP Address

    Use this parameter to display the iSNS services that match the IP address of the iSNS server that you specify.

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

    Use this parameter to display the iSNS services that match the configured status of the service that you specify.

    [-entity-id <text>] - iSNS Server Entity Id

    Use this parameter to display the iSNS services that match the configured iSNS server entity-id that you specify.

    [-last-successful-update <MM/DD/YYYY HH:MM:SS>] - Last Successful Update

    Use this parameter to display the iSNS services that match the time of the last successful attempt.

    [-last-update-attempt <MM/DD/YYYY HH:MM:SS>] - Last Update Attempt

    Use this parameter to display the iSNS services that match the time of the last update attempt.

    [-last-update-result <isnsErrors>] - Last Update Result

    Use this parameter to display the iSNS services that match the result of the last update attempt.

    Examples

    cluster1::> vserver iscsi isns show
    Vserver    iSNS Server Entity Identifier   iSNS Server IP Address iSNS Status
    ---------- ------------------------------- ---------------------- -----------
    iscsi_vs   isns:00000044                   10.229.136.188         up

    Displays the output of the show command for all Vservers in a cluster.

    cluster1::> vserver iscsi isns show -instance
              Vserver Name: vs1
    iSNS Server IP Address: 10.72.19.11
     Administrative Status: up
     iSNS Server Entity Id: isns.0000001c
    Last Successful Update: 11/12/2011 10:18:45
       Last Update Attempt: 11/12/2011 10:18:45
        Last Update Result: iSNS_Ok
    
    Vserver Name: vs2
    iSNS Server IP Address: 10.72.16.13
     Administrative Status: up
     iSNS Server Entity Id: isns.0000001b
    Last Successful Update: 11/12/2011 13:38:05
       Last Update Attempt: 11/12/2011 13:38:05
        Last Update Result: iSNS_Ok
    
    
    2 entries were displayed.

    Displays the details for all Vservers in a cluster.

    Top of Page