Close Menu
DPC Virtual Tips
    Read More

    Linux ss, lsof, and fuser Commands: A Practical Guide

    August 4, 2026

    Linux Commands to Investigate High Disk Partition Usage

    July 20, 2026

    Essential Slurm Administration Commands Every HPC Administrator Should Know

    July 15, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 4
    DPC Virtual Tips
    • Home
    • Operating Systems
    • CLI
    • PowerFlex
    • HPC
    • Virtualization
    • 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
    • CLI (7)
    • HPC (7)
    • Operating Systems (81)
    • PowerFlex (22)
    • Virtualization (122)
    Read More
    Operating Systems

    Linux ss, lsof, and fuser Commands: A Practical Guide

    By DaniloAugust 4, 20260
    Operating Systems

    Linux Commands to Investigate High Disk Partition Usage

    By DaniloJuly 20, 20260
    HPC

    Essential Slurm Administration Commands Every HPC Administrator Should Know

    By DaniloJuly 15, 20260
    Operating Systems

    How to Install, Configure, and Use tmux on Linux

    By DaniloJuly 14, 20260
    HPC

    Getting Started with Lustre File System

    By DaniloJuly 13, 20260
    Latest Posts

    Linux ss, lsof, and fuser Commands: A Practical Guide

    August 4, 2026

    Linux Commands to Investigate High Disk Partition Usage

    July 20, 2026

    Essential Slurm Administration Commands Every HPC Administrator Should Know

    July 15, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • CLI
    • 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