Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

How to change Host Names on EMC X-Bricks

Summary: Customers may choose to rename their ECM X-Bricks and the following is the process and cli command structure to implement this change.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Question
What is the process for changing the name of EMC X-Bricks?

Facts
EMC X-Bricks

Answer
Customers may choose to rename their EMC X-Bricks and the following is the process and CLI command structure to implement this change.

The Storage Controllers should all have their default generic names:
X1-SC1
X1-SC2
X2-SC1
X2-SC2
[...]
 
The cluster name is unique and assigned during install, run show-clusters-info to view that name:

View cluster name
All X-Bricks that are in that cluster, whether they were added as part of expansion or original, will use that cluster name.
 
The Brick-Name will show as X1, X2, etc. when running the show-storage-controllers-info command:
Brick name
 

You can also use the show-bricks command to get X-Brick and cluster names.
 
All IP addresses are defined by the customer:

  • X-Brick IP addresses: Four per X-Brick

  • Controller IP addresses: Two per controller, as follows:

    • Management Interface: Used for management and monitoring

    • IPMI: Used for "lights out" remote access to the storage controller


Use the following commands to check/change Storage controller host names:

Check/Change Storage Controller Name:
xmcli (tech)> show-storage-controllers
SC Name:
X1-SC1
X1-SC2

Example of renaming both storage controllers for X-Brick-1:
xmcli (tech)> rename sc-id=”X1-SC1″ new-name=”XBrick1-SC1″
xmcli (tech)> rename sc-id=”X1-SC2″ new-name=”XBrick1-SC2″

 

Additional Information

VCE System VB Extreme Applications
Component XtremIO

Article Properties


Affected Product

XtremIO

Last Published Date

08 Jan 2023

Version

2

Article Type

How To