LVM Config Creator

Generated Commands


      

Fstab Entry


      

Verification Commands


      

Data Migration Command


      

Resize Commands


      
📘 Additional Resize Notes
  1. Unmount the filesystem before resizing.
  2. Resize in SAN GUI if applicable.
  3. Rescan:
    rescan-scsi-bus.sh -m -s
  4. Restart multipath:
    service multipathd restart

〽️ Dell Specific Resize Notes
  • (Dell Specific) Resize the SAN Volume: If resizing the SAN volume, perform the following steps:
    1. Resize the SAN Volume: Unmount volume on sharesX, and resize the volume in the SAN management interface.
    2. Log in to the SAN Management Interface.

      Resize the Virtual Volume by the desired amount (e.g., 1.0TiB).

    3. Rescan the SCSI Bus: After resizing the SAN volume, rescan the SCSI bus to detect the new size.
    4. rescan-scsi-bus.sh -m -s
    5. Restart the Multipath Service: Restart the multipath service to ensure the system recognizes the new size.
    6. service multipathd restart
    7. Confirm Quota and Filesystem Changes: Confirm that the quotas and filesystem changes are correct.
    8. quota -g ME4084_www_data
      df -h | grep -i 'ME4084_www_data'