Obtaining information about individual control ports

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.16.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-03

The following information can be obtained.

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

  • storageNodeId: ID (uuid) of the storage node with the intended control port

  • macAddress: MAC address

  • mtuSize: MTU size [byte]

  • interfaceName: Interface name

  • deviceName: Device name of the NIC

  • configuredPortSpeed: Link speed setting of the physical port used for communication

  • portSpeedDuplex:

    • (Cloud) Always “DependsOnHypervisor”

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

  • isTeamingEnabled:

    • (Cloud) Always “DependsOnHypervisor”

    • (Bare metal) Whether teaming is enabled/disabled

  • ipv4Information: IPv4 settings of the control port

  • teaming:

    • (Cloud) Always null
    • (Bare metal) In the case of teaming configuration, teaming information is output. In other cases, null is output.
  • redundancy: Redundancy of the physical port. In the case of teaming configuration, "1" is output. In other cases, "0" is output.

  • status: Status of the control port

    • (Cloud) Always "Normal"
    • (Bare metal) In the case of teaming configuration, "Normal", "Warning", or "Error" is output. When teaming configuration is not used, "Normal" or "Error" is output.
  • statusSummary: Status summary of the control port

    • (Cloud) Always “Normal”
    • (Bare metal) In the case of teaming configuration, "Normal", "Warning", or "Error" is output. When teaming configuration is not used, "Normal" or "Error" is output.
  • Required role: Security, Storage, RemoteCopy, Monitor, Service, Audit, or Resource

  1. Verify the ID of the intended control port.

    REST API: GET /v1/objects/control-ports

    CLI: control_port_list

  2. Obtain information about the intended control port.

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

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

    CLI: control_port_show