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 » Renaming the Dell PowerFlex SDC through CLI
    PowerFlex

    Renaming the Dell PowerFlex SDC through CLI

    DaniloBy DaniloDecember 19, 2024Updated:July 31, 2026No Comments2 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    PowerFlex rename SDC
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Renaming the SDC through CLI shows how to change the SDC hostname to a friendly name using the PowerFlex command line.

    I used the PowerFlex 4.5 CLI Reference Guide. If you want to check this guide, click here!

    1- In this case, we have added both SDCs and the Name is “N/A.” So, based on it, we want to change it to a friendly name.

    The first SDC has the IPs “192.168.155.213,192.168.156.213“:

    scli --query_all_sdc | grep -i -A4 "192.168.155.213,192.168.156.213"
    
    SDC ID: 997fd4f300000010 Name: N/A IPs: 192.168.155.213,192.168.156.213 State: Connected GUID: 49D88B62-5237-4EF8-97E4-75B0CFD31A42  OS Type: ESX Loaded Version: 4.5.0 Installed Version: 4.5.0
        Agent status: disabled MDM IP addresses: stale Reboot safe: no
        Reads:  0 IOPS 0 Bytes per second
        Writes: 0 IOPS 0 Bytes per second

    The second SDC has the IPs “192.168.155.214,192.168.156.214“:

    scli --query_all_sdc | grep -i -A3 "192.168.155.214,192.168.156.214"
    
    SDC ID: 997fd4f400000011 Name: N/A IPs: 192.168.155.214,192.168.156.214 State: Connected GUID: C6BADE3A-75CC-42DA-9678-EE7FA5B8A353  OS Type: ESX Loaded Version: 4.5.0 Installed Version: 4.5.0
        Agent status: disabled MDM IP addresses: stale Reboot safe: no
        Reads:  0 IOPS 0 Bytes per second
        Writes: 0 IOPS 0 Bytes per second

    2- Changing the name for each one:

    192.168.155.213,192.168.156.213 –> ESXI06
    192.168.155.214,192.168.156.214 –> ESXI07

    To change each name, we are using the GUID, as we can see in the following block command:

    scli --rename_sdc --sdc_guid 49D88B62-5237-4EF8-97E4-75B0CFD31A42 --new_name ESXI06
    
    scli --rename_sdc --sdc_guid C6BADE3A-75CC-42DA-9678-EE7FA5B8A353 --new_name ESXI07

    3- Afterward, checking the name:

    scli --query_all_sdc | grep -i -A3 "192.168.155.213,192.168.156.213"
    SDC ID: 997fd4f300000010 Name: ESXI06 IPs: 192.168.155.213,192.168.156.213 State: Connected GUID: 49D88B62-5237-4EF8-97E4-75B0CFD31A42  OS Type: ESX Loaded Version: 4.5.0 Installed Version: 4.5.0
        Agent status: disabled MDM IP addresses: stale Reboot safe: no
        Reads:  0 IOPS 0 Bytes per second
        Writes: 0 IOPS 0 Bytes per second
    
    
    scli --query_all_sdc | grep -i -A3 "192.168.155.214,192.168.156.214"
    SDC ID: 997fd4f400000011 Name: ESXI07 IPs: 192.168.155.214,192.168.156.214 State: Connected GUID: C6BADE3A-75CC-42DA-9678-EE7FA5B8A353  OS Type: ESX Loaded Version: 4.5.0 Installed Version: 4.5.0
        Agent status: disabled MDM IP addresses: stale Reboot safe: no
        Reads:  0 IOPS 0 Bytes per second
        Writes: 0 IOPS 0 Bytes per second

    That’s it 🙂

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleExpanding the PowerFlex Cluster with New Disks
    Next Article Adding and Mapping a new Volume to a Linux SDC
    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