Commands to help you to Start Using ScaleIO Storage
To start using your storage:
- Log in to the MDM:
scli --login --username admin --password <password>
- 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,...
- Add a volume:
scli --add_volume --protection_domain_name default --storage_pool_name default --size_gb <SIZE> --volume_name <NAME>
- Map a volume:
scli --map_volume_to_sdc --volume_name <NAME> --sdc_ip <IP>
摘自ScaleIO Gateway中的Installer在安装完成之后的提示.