Change the Xtremio Cluster Name:
xmcli (tech)> show-clusters-info
Cluster-Name
XTREMIO_1234
xmcli (tech)> rename cluster-id=”XTREMIO_1234″ new-name=”XTREMIO_4321″
Object XTREMIO_1234 [1] renamed to XTREMIO_4321
xmcli (tech)> show-clusters-info
Cluster-Name
XTREMIO_4321
Change XMS IP Address:
xmcli (tech)> modify-ip-addresses xms-ip-sn=”192.168.0.10/24″
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-SC1″ new-name=”XBrick1-SC2″
Change Storage Controller IP Address:
Using the ‘modify-ip-addresses’ cmd:
xmcli (tech)> modify-ip-addresses sc-ip-list=[sc-id=1 sc-ip-sn=”192.168.0.1/24″,sc-id=2 sc-ip-sn=”192.168.0.2/24″]
Change the IPMI IP Address:
xmcli (tech)> modify-ip-addresses sc-ip-list=[sc-id=1 ipmi-ip-sn=”192.168.1.1/24″,sc-id=2 ipmi-ip-sn=”192.168.1.2/24″]
Hello But what about the GW IP address of the SC how can I change it