Close Menu
DPC Virtual Tips
    Read More

    How to Troubleshoot Packet Drops on an ESXi Host

    August 16, 2026

    SlurmDBD Is Down: What Continues Working and What Does Not

    August 15, 2026

    How to Investigate Jobs Stuck in COMPLETING State on Slurm

    August 14, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 25
    DPC Virtual Tips
    • Home
    • Operating Systems
    • PowerFlex
    • HPC
    • Virtualization
    • About the Author
    • About Us
    • Contact
    DPC Virtual Tips
    Home » Resizing a PowerFlex Volume
    PowerFlex

    Resizing a PowerFlex Volume

    DaniloBy DaniloDecember 20, 2024Updated:July 31, 2026No Comments2 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    PowerFlex Volume resize
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Resizing a PowerFlex Volume shows how to resize an existing PowerFlex Volume and the steps necessary to reflect it in the filesystem.

    Our PowerFlex cluster has version 4.5.2 and runs on a lab (nested) environment.
    The PowerFlex volume is already mapped to a Linux SDC (there is an EXT4 filesystem).

    1- Access the PowerFlex Manager UI –> Block –> Volumes –> Select the volume (in this case, for instance, “Linux-Vol-01” –> Modify –> Resize:

    2- We can only increase the size. It is not possible to reduce the volume’s size:

    Since our volume has 64GB, we will add 32GB more, resulting in a 96GB.
    Note: We must type the final volume’s size on the Resize volume page!

    3- Each volume has a “Volume ID”. Take notes of the Volume ID:

    4- Access the SDC command line by SSH and check all disk devices already mapped from PowerFlex.
    With the following command, we can see what volume is mapped to what disk identifier:

    ls -l /dev/disk/by-id/

    The Volume ID “29039d3800000001” was mapped to the disk device “/dev/scinia,” as we can see in the following picture:

    The command “lsblk” shows the new disk size (96GB); however, its partition has 32GB yet:

    lsblk --path

    5- The next step is to extend the GPT disk partition to use the additional size.
    We can do it using the “parted” tool, as we can see below:

    6- Resizing the EXT4 filesystem:

    resize2fs /dev/scinia1

    Afterward, check the new disk partition size:

    lsblk --path
    df -Th

    Note: It is essential to mention that we could expand the volume without disruption or downtime to the system!

    That’s it 😉

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleMounting a PowerFlex Volume on Linux’s SDC Boot
    Next Article Installing the SDC on Windows
    Danilo

    Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

    Related Posts

    An Introduction to PowerFlex REST API Operations

    February 27, 2025

    How to Switch the MDM Cluster Mode

    February 26, 2025

    Shutting Down the PowerFlex Manager Cluster

    February 17, 2025

    Comments are closed.

    Search
    Categories
    • HPC (12)
    • Operating Systems (85)
    • PowerFlex (22)
    • Virtualization (130)
    Read More
    Virtualization

    How to Troubleshoot Packet Drops on an ESXi Host

    By DaniloAugust 16, 20260
    HPC

    SlurmDBD Is Down: What Continues Working and What Does Not

    By DaniloAugust 15, 20260
    HPC

    How to Investigate Jobs Stuck in COMPLETING State on Slurm

    By DaniloAugust 14, 20260
    Operating Systems

    Linux Server Has Free Memory but Is Swapping: Why?

    By DaniloAugust 13, 20260
    Operating Systems

    How to Determine Whether Packet Loss Is Local or Network Related on Linux

    By DaniloAugust 12, 20260
    Latest Posts

    How to Troubleshoot Packet Drops on an ESXi Host

    August 16, 2026

    SlurmDBD Is Down: What Continues Working and What Does Not

    August 15, 2026

    How to Investigate Jobs Stuck in COMPLETING State on Slurm

    August 14, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • HPC
    • Operating Systems
    • PowerFlex
    • Virtualization
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Copyright © 2026, DPC Virtual Tips. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure your best experience on our website. If you continue using our website, we'll assume you agree to our cookie policy