User Tools

Site Tools


aix:ivmtohmc

How to Convert a POWER Blade from IVM Managed to HMC Managed

This document describes how to switch a POWER Blade from IVM-managed to HMC-managed using HMC 7.7.7.0 or later. The conversion is concurrent meaning it can be done while the partitions are running.

Requisite

HMC Version 7 Release 770 or later is required.
Note: If any partition has a virtual ethernet adapter with 20 additional VLANS then the following fix is also required: V7R7.7.0 Service pack 3 with MH01400 or later; V7R7.8.0 Service pack 1 or later.

Blade Firmware
Power 7 Blades needs to be 01AA730_094 or later; Power 6 Blades need to be 01EA350_132 or later.

VIOS
There is no known dependancy on VIOS level however the following levels are recommended: o 2.2.0.11-FP24-SP01, 2.2.1.4 (FP25) or later

Steps to follow

Step 1 :

Back up or record the existing IVM configuration. The backup is option but may be useful for recovery should an unexpected error occur.

1a . Backup Under Service Management, click Backup/Restore. Click Generate Backup. Click on the backup file link and use the browser's save option to save the file locally. While this file cannot be restored using the HMC, it does contain a readable version of the current partition configuration that can be used as a reference.

1b. Record the VIOS mappings. Log into VIOS. Save the output of the following commands:

lsmap -all
lsmap -all -net
lsmap -all -npiv

Backup the profiles

bkprofdata -o backup -f /home/padmin/profile.bak

1c. Record IVM Settings. In most IVM-managed blades, one VIOS partition owns all physical IO. Use screen shots or Command Line Interface (CLI) to record other useful settings such as processor/memory assignments, virtual Ethernet settings, virtual fibre channel settings, and Virtual Storage adapter settings.

Step 2 : Configure FSP networking

Important If you use VLAN tagging, the tag using for HMC management on the Blade Power, won't be enable as VLAN tag on the VIOS SEA !

Communication between HMC and FSP will use ports 30000 and 30001.

By default, the FSP is not accessible on the network. Advanced Management Module (AMM) must be used to enable the FSP on the network. First ensure that the latest AMM firmware and Power Blade firmware is installed. Navigate to

Blade Tasks -> Configuration -> Management Network Configuration 

to enable and configure the FSP network interface in AMM. This will enable the FSP network using the switch in Bay 1 of the Blade chassis. Detailed instructions are documented in document New, Accessing Advanced System Management (ASM or ASMi) on a Power Blade: Database 'DCF Technotes (IBM i)', View 'Products', Document 'Accessing Advanced System Management (ASM or ASMi) on a Power Blade'. Note: Only one of the two FSP ports can be configured for external access. Redundant HMCs can still be used; however, the switch bay and FSP port 1 are a single point of failure. For double-wide POWER 7 blades with dual service processors, only the first service processor is functional for management purposes. These blades do not support redundant FSP functions.

Step 3 : Verify Virtual Switch management

Some power servers have the capability to manage virtual switches from Advanced System Management (ASM). Converting from IVM to HMC managed does not change the switch management policy.

To check if ASM has virtual switches defiined: a. Log into ASM as admin, Open a browser to the FSP ip address assigned in Step 2. Log in with the user admin. The default password if it has not been set is admin.

b. Expand System Configuration > Virtual Ethernet Switches. If the Number of Virtual Ethernet Switches is 0 then the HMC can be used to define and manage virtual ethernet switches; no change is needed. If the number of switches is greater than 0, the administrator can continue to use ASM to define/manage the virtual switches or they can undefine the switches and use the HMC. To undefine the switch and use the HMC continue to step c.

c. To change to HMC managed virtual switches: Power off all partitions and the server. In ASM under System Configuration > Virtual Ethernet Switches set the value to 0 and save the setting.

Step 4 : Disable SOL

If HMC vterm will be used for partition ID 1, then Serial Over Lan (SOL) must be disabled in AMM. For further information on disabling SOL on the blade, refer to document 610650462, Opening a vterm on Blades results in “The open failed” due to SOL enablement in AMM: Database 'DCF Technotes (IBM i)', View 'Products', Document 'Accessing Advanced System Management (ASM or ASMi) on a Power Blade'.

Step 5 : Remove IVM devices

a. Find the ibmvmc device's location code. On the VIOS partition, access oem_setup_env shell, then run the following command as root

lscfg | grep ibmvmc0

Output will be similar to the following. Record the location code in the second column:

* ibmvmc0 U7998.61X.100113A-V1-C2 Virtual Management Channel

b. Stop IVM In the VIOS partition access oem_setup_env shell, then run the following command as root:

/usr/ios/lpm/sbin/lparmgr accessprocess stop

c. Remove the ibmvmc device and adapter In the VIOS partition, access the VIOS command shell then run the following commands as padmin:

rmdev –dev ibmvmc0

Access oem_setup_env shell, then run the following command as root:

drmgr –c slot -r –s drc_name_for_ibmvmc0

where drc_name_for_ibmvmc0is the location code found in step a.

Step 6 : Discover the blade.

a. In the HMC navigation area, click on Systems Management.

b. In the work panel, select Servers then click the task Connections > Add Managed System

c. On the Add Managed Systems panel, select Add a managed system then specify the blade FSP IP address configured in step 2. If this is the first HMC to connect to the blade, leave the password field blank and click OK. Click Add.

d. In the navigation panel, click on Servers.

e. Wait for an IP address to appear in the list with a state of “Pending Authentication” with status “Pending Authentication - Password Updates Required”. This may take several minutes.

f. Select the IP address and click Update Password. The user will be prompted to set the HMC Access password . Enter the HMC access password and confirm password. If prompted to set the password for “general” set that as well.

Step 7 : Ensure RMC is active

a. Verify the HMC and VIOS partition have network connectivity.

b. Wait up to 10 minutes for RMC to go active. To check status of the RMC connection run the following command:

lssyscfg -m <SYSNAME> -r lpar -F rmc_state,rmc_ipaddr --filter lpar_ids=1 

where <SYSNAME> is the system name. It will show “active” once the connection is established:

active,x.x.x.x

Step 8 : Confirm VASI adapter is active

Note: This is needed before logical partition mobility (LPM) can be used; it may also cause errors attempting dynamic logical partition functions (dlpar) on virtual adapters on VIOS.

a. Check adapter status From VIOS, run the following command:

$ lsdev -field name status physloc | grep vasi | grep C32

The results should be similar to the following:

vasi1 Available U7891.73X.10D36AA-V1-C32769

If you do see an Available vasi adapter in a slot that ends in C32XXX, the procedure is complete. If you do NOT see a vasi adapter that ends in C32XXX, it can be added using the HMC. Continue to step 2.

b. Creating the VASI adapter. This procedure can be done using either the HMC GUI or Command line (CLI). Using the HMC GUI: 1. Select the VIOS partition then click Properties. On the properties panel un-check Mover Service Partition and click OK. 2. Click Properties again. On the properties panel check Mover Service Partition and click OK.

HMC CLI:

chsyscfg -m <system name> -r lpar -i lpar_id=1,msp=0
chsyscfg -m <system name> -r lpar -i lpar_id=1,msp=1

Repeat Step a to verify the VASI adapter status.

For information, if you want to open a console on a power blade, you can user the command line, first connect to the AMM from the chassis and then open a console:

 ssh USERID@amm_bladecenter
password:

Hostname:              AMM_bladecenter
Static IP address:     192.168.1.1
Burned-in MAC address: 00:1A:B4:AE:05:7E
DHCP:                  Disabled - Use static IP configuration.
Last login: Thursday May 15 2014 10:28 from 192.168.41.250 (Web)

system> console -T system:blade[6]

IBM Virtual I/O Server
                      login: 
aix/ivmtohmc.txt · Last modified: 2021/01/01 21:21 (external edit)