Technology

UCSM: Changing IP addresses

You just got a UCS system and now you want to install it.  You configured it, but now you realize you need to change the IP addresses.  You could rerun setup and it would take about 15 minutes to reboot and reconfigure.  Not the most efficient use of your time.  What do you do? You just change the IP addresses silly!  Normally you can just do this via the web interface.  But for fun, you want to do it via the command line.  Here is how its done:
scope fabric-interconnect a
set out-of-band ip ip-address netmask netmask gw gateway-ip-address
scope fabric-interconnect b  
set out-of-band ip ip-address netmask netmask gw gateway-ip-address
scope system
set virtual-ip vip-address
commit-buffer
Too easy!