Commands to help you to Start Using ScaleIO Storage

To start using your storage:

  1. Log in to the MDM:
    scli --login --username admin --password <password>
  2. Add SDS devices: (unless they were already added using a CSV file containing devices)
    You must add at least one device to at least three SDSs, with a minimum of 100 GB free storage capacity per device.
    scli --add_sds_device --sds_ip <IP> --protection_domain_name default
         --storage_pool_name default --device_path /dev/sdX or D,E,...
  3. Add a volume:
    scli --add_volume --protection_domain_name default
         --storage_pool_name default --size_gb <SIZE> --volume_name <NAME>
  4. Map a volume:
    scli --map_volume_to_sdc --volume_name <NAME> --sdc_ip <IP>
 
摘自ScaleIO Gateway中的Installer在安装完成之后的提示.
原文地址:https://www.cnblogs.com/awpatp/p/5065923.html