VMmanager: Administrator guide
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

Increasing SAN storage size

This article provides instructions on how to increase the size of SAN storage.

If the LUN size has been increased in the storage, the information about the storage size will not be sent to the platform automatically. To send the information:

  1. On all cluster nodes:
    1. Perform a disk scan: 
      echo 1 > /sys/block/<device_name>/device/rescan
      Comments to the command
    2. If multipath is used in the storage, perform a device map scan: 
      multipath -r
  2. On one of the cluster nodes, resize the VG: 
    pvresize <device>
    Comments to the command
  3. On the server with the platform, update the storage information: 
    docker exec -it vm_box curl -X POST -d '{}' input:1500/vm/v3/cluster/<cluster_id>/storage/<storage_id>/check -H 'internal-auth:on'
    Comments to the command
The article was last updated on 11.15.2024. The article was prepared by technical writers of ISPsystem.