Deleting information about individual compute nodes

Virtual Storage Platform One SDS Block Storage Administrator Guide

Version
1.17.x
Audience
anonymous
Part Number
MK-24VSP1SDS002-04

Delete information about the intended compute node. Deleting the compute node information also deletes all compute node initiator information, all compute node path information, and all volume path information.

  • Required role: Storage

  • When deleting compute nodes belonging to a VPS: Scope of the VPS

  1. When deleting a compute node that belongs to a VPS, verify the VPS ID.

    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

  2. Verify the ID of the intended 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

  3. Delete information about the intended compute node.

    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: DELETE /v1/objects/servers/<id>

    CLI: server_delete

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

  4. Verify the state of the job.

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

    REST API: GET /v1/objects/jobs/<jobID>

    CLI: job_show

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

  5. Obtain a list of compute nodes and verify that the information about the intended compute node is deleted.

    REST API: GET /v1/objects/servers

    CLI: server_list

  6. (Bare metal) Back up the configuration information.

    Perform this step by referring to Backing up the configuration information (Bare metal).

    If you continue operations with other procedures, you must back up the configuration information after you have completed all operations.

    If tasks are scheduled according to Scheduling the tasks (when the compute node runs on the Windows OS) in this document, go to the next step. If no tasks are scheduled, this completes the procedure.

  7. From the Start menu, select [Administrative Tools], and then [Task Scheduler].

    The Task Scheduler window appears.

  8. Select [Task Scheduler Library] in the left side of the window, select the task created in Scheduling the tasks (when the compute node runs on the Windows OS), and then click [Delete] from the right-click menu.

    Delete all the tasks created in Scheduling the tasks (when the compute node runs on the Windows OS).

  9. Close the Task Scheduler window.