The KVM console is a video over IP representation of the blade server. This facility is required to build and manage the servers from remotely. In an order to access each blades remotely , a pool of IP addresses is assigned as a management interface into the server blades. These IP addresses need to be externally rotatable for remote access to the servers via the KVM console. The IP pools can be created using UCS GUI or UCS CLI method.
USING GUI METHOD:
1. Login to UCS Manager .
2. Navigate to LAN – > Pools – > root – > IP pool ext-mgmt.

3. Right click – “IP pool ext-mgmt” and select – > Create Block of IPV4 address.

4. Enter the management IP-range for the KVM.

Here you can see that IP pools are created.

Once the MGMT IP pool is created, you can see that IP’s are assigned to the blades and Rack Elements.

If you are familiar with UCS CLI , you can proceed with below instead of the GUI.
USING CLI:
1. Login to UCS CLI .
login as: ucspe ucspe@192.168.203.150's password: Last login: Fri Jul 17 10:13:42 2015 Cisco UCS Platform Emulator 3.0(2c) Choose an option: a: Show Status c: Login to CLI shell n: Modify Network Settings t: Modify System Settings s: Restart UCSPE Processes f: Perform a Factory Reset r: Reboot the VM x: Logout user z: Shutdown the VM > c Logging in ... Cisco Nexus Operating System (NX-OS) Software TAC support: http://www.cisco.com/tac Copyright (c) 2009, Cisco Systems, Inc. All rights reserved. The copyrights to certain works contained in this software are owned by other third parties and used and distributed under license. Certain components of this software are licensed under the GNU General Public License (GPL) version 2.0 or the GNU Lesser General Public License (LGPL) Version 2.1. A copy of each such license is available at http://www.opensource.org/licenses/gpl-2.0.php and http://www.opensource.org/licenses/lgpl-2.1.php ucspe#
2. Execute the command like below .
Ex: create block first-ip-addr last-ip-addrgateway-ip-addr subnet-mask
ucspe /org/ip-pool # scope org ucspe /org # scope ip-pool ext-mgmt ucspe /org/ip-pool # set descr "UnixArena Management IP pool" ucspe /org/ip-pool* # create block 192.168.201.10 192.168.201.19 192.168.201.1 255.255.255.0 ucspe /org/ip-pool/block* # commit-buffer
3. Verify the IP MGMT status.
ucspe /org/ip-pool/block # show detail Block of IP Addresses: From: 192.168.201.10 To: 192.168.201.19 Default Gateway: 192.168.201.1 Subnet Mask: 255.255.255.0 Primary DNS: 0.0.0.0 Secondary DNS: 0.0.0.0 ucspe /org/ip-pool/block #
Hope this article is informative to you .
The post How to Configure KVM IP Pool in Cisco UCS Manager ? appeared first on UnixArena.