We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
How to run simultaneous vDisks repairing in CLI?
Environment
OnApp >= 3.0 with Cloudboot CRs, Integrated Storage
Answer
Parallelrepaivdisks enables to repair up to 10 degraded vdisks simultaneously in CLI directly on Compute Resorce or Backup Server. It's recommended to run in 'screen':
Also, you may indicate what data store will be repaired first or indicate the sequence of data stores.
- Log onto the Hypervisor via SSH.
- Get the list of the degraded vdisk with the following command:
-
getdegradedvdisks
- Run:
-
parallelrepairvdisks [datastores=DS_UUID1,DS_UUID2,...], [numthreads=<1..10>]
Please note that it could increase the load on CRs, so if your CRs are highly loaded, you can run parallelrepairvdisks in 4-5 threads.