In the case of FC connection

Virtual Storage Platform One SDS Block Virtual Private Storage Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS003-02
  • Required role: VpsStorage

  • The information about the applicable compute node must be registered beforehand.

  1. Verify WWN in documentation and so on, from each HBA vendor.
  2. Verify the VPS ID and conditions set for the VPS (upper limit for the number of initiators).

    If you want to specify a VPS by its name in the CLI, verify the VPS name.

    REST API: GET /v1/objects/virtual-private-storages

    CLI: vps_list

  3. Verify the ID of the applicable compute node.

    If you use the CLI to specify a compute node by nickname, check the nickname of the compute node.

    REST API: GET /v1/objects/servers

    CLI: server_list

  4. Register information about the intended initiator.

    Run either of the following commands with the ID of the compute node, connection protocol for the initiator, and the initiator name (WWN) specified.

    If you use the CLI, you can specify a nickname instead of the compute node ID.

    REST API: POST /v1/objects/servers/<id>/hbas

    CLI: hba_create

    Verify the job ID which is displayed after the command is run.

  5. Verify the state of the job.

    Run either of the following commands with the job ID specified.

    GET /v1/objects/jobs/<jobId>

    CLI: job_show

    If the job state is "Succeeded", the job is completed.

  6. Obtain a list of information about initiators and verify that the information about the intended initiator is registered.

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

    If you use the CLI, you can specify a nickname instead of the compute node ID.

    REST API: GET /v1/objects/servers/<id>/hbas

    CLI: hba_list