Obtaining information about individual compute ports

Virtual Storage Platform One SDS Block Virtual Private Storage Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS003-02

The following information can be obtained for the compute port with the ID specified.

  • id: ID (uuid) of the intended compute port

  • protocol: Connection protocol of the intended compute port

  • type: Type of the intended compute port

  • nickname: Nickname of the intended compute port

  • name:

    • WWNs or iSCSI names of compute ports for FC or iSCSI connection

    • (Virtual machine)(Bare metal) Always null for NVMe/TCP connection

  • configuredPortSpeed: Link speed setting

  • portSpeed:

    (Virtual machine)

    • Always "DependsOnHypervisor" for iSCSI connection or NVMe/TCP connection

    • Actual link speed for FC connection

    (Bare metal) Actual link speed

    (Cloud) Always “DependsOnHypervisor”

  • portSpeedDuplex:

    (Virtual machine)

    • Always "DependsOnHypervisor" for iSCSI connection or NVMe/TCP connection

    • Only link speed for FC connection

    (Bare metal) Actual link speed and duplex settings of the physical port used for communication

    (Cloud) Always “DependsOnHypervisor”

  • protectionDomainId: ID (uuid) of the protection domain containing the intended compute port

  • storageNodeId: ID (uuid) of the storage node containing the intended compute port

  • interfaceName: Interface name

  • statusSummary: Summary of statuses of compute ports

  • status: Status of each compute port

  • fcInformation:

    (Virtual machine)

    • For iSCSI connection or NVMe/TCP connection, always null.
    • For FC connection, FC port information

    (Bare metal)(Cloud) Always null

  • iscsiInformation:

    (Virtual machine)(Bare metal)

    • For iSCSI connection, iSCSI port information
    • For FC connection or NVMe/TCP connection, always null.

    (Cloud) Always null

  • nvmeTcpInformation:

    (Virtual machine)(Bare metal)

    • For FC connection or iSCSI connection, always null.
    • For NVMe/TCP connection, NVMe/TCP port information

    (Cloud) Always null

  • Required role: VpsStorage or VpsMonitor

  1. Verify the ID of the intended compute port.

    If you use the CLI to specify a compute port by WWN or iSCSI name, check the WWN or iSCSI name of the compute port.

    REST API: GET /v1/objects/ports

    CLI: port_list

  2. Obtain information about the intended compute port.

    Run either of the following commands with the compute port ID specified.

    If you use the CLI, you can specify the WWN or iSCSI name instead of the compute port ID.

    REST API: GET /v1/objects/ports/<id>

    CLI: port_show