IBM Support

How to upgrade to VIOS Version 4.1.0.10 with IBM Storage and non-Shared Storage Pool Environment

Question & Answer


Question

How to upgrade to VIOS Version 4.x with IBM Storage and non-Shared Storage Pool Environment?

Cause

  • Currently IBM recommends customers to use VIOS versions the latest version in the market 4.1.0.10
  • For more information and check for cross-product compatibility firmware/software and fix recommendations, refer to our FLRT tool: https://www14.software.ibm.com/webapp/set2/flrt/power
  • Warning :- VIOS Level 4.1.0.x is only supported on Power8, Power9 and Power10. We have seen issues with customer updating VIOS on any lower level of hardware to 4.1.0.x, where they have lost the entire Virtual Fibre Channel Config. Make sure to check the compatibility of your hardware before planning for upgrade to 4.1.0.10 using the below link.
    System to VIOS maps

Answer

 Procedure to upgrade your system from 3.1.x (VIOS version 3.1.2.40) to 4.1.x (VIOS Version 4.1.0.10)

The upgrade process is managed by viosupgrade tool.

> Before you proceed with the upgrade procedure, have a look at the Technical documentation for more details :

- VIOS 4.1 Migration Demystified : https://community.ibm.com/community/user/power/blogs/ruchira-chawla/2023/12/08/vios-41-migration-demystified-expert-tips-and-ins

- VIOS 4.1 Overview : https://community.ibm.com/community/user/power/blogs/rupesh-thota1/2023/12/11/vios-41-overview

Other Technical Document on the entire upgrade process:

- VIOS upgrade: https://www.ibm.com/support/pages/upgrading-vios-31

- viosupgrade process-step by step: https://www.ibm.com/support/pages/vios-31-viosupgrade-process

Prerequisites:-

1. Download the Required packages for obtaining fixes throughout the upgrade.

Note: The upgrade to 4.x version is basically a new installation, for which you would need to download first a base ISO image. Then, after that you have to configure that cased ISO image to mksysb image, so you can use it later on with viosupgrade tool.

     1.1. Download iso images for 4.1.0.10 from ESS web portal: IBM's Entitled Systems Support - Software downloads

Note: You have to register with your machine serial number and then look for the images

Steps for obtaining the packages:

     > Go to: Entitled Systems Support > My entitled software > Software downloads

Example:

image 10398

Click Search(image-20220406005408-2)  and then > Select: 5799-V41  PowerVM V4 Technology Level

Example:     

image-20240708163820-1      

 

2. Backup the system by using backupios and viosbr:

Note :- Ideally, Backup of the VIOS before viosupgrade is not necessary because the method of viosupgrade ,described in this doc is a alt_disk_mksysb method , hence the current rootvg would not be impacted and the upgrade will be done on the free disk  .  All you need to do is revert back to the disk with the previous version in case of failures .
Eg :- Lets assume your current rootvg is on hdiskX and the free disk on which you will upgrade to 4.1 is hdiskY . During the upgrade hdiskX would not touched . We only work on  hdiskY and in case of failure, we just need to set the bootlist to hdiskX and reboot.

     2.1. backupios command example:

  • Example of how to generate a backup to the optical device named /dev/cd1, type:
backupios -cd /dev/cd1 -cdformat
  • Example of how to generate a system backup to a tape device named /dev/rmt0, type:
backupios -tape /dev/rmt0

For more information about backupios command, refer to the following Documentation:

https://www.ibm.com/docs/en/power8?topic=commands-backupios-command

      2.2. viosbr command example:

  • To back up all the device attributes and logical and virtual device mappings on the VIOS file called /tmp/myserverbackup, type the following command:
viosbr -backup -file /tmp/myserverbackup
  • To restore all the possible devices and display a summary of deployed and non-deployed devices, type the following command:
viosbr -restore -file /home/padmin/cfgbackups/myserverbackup.002.tar.gz

For more information about the viosbr command, refer to the following Documentation:

https://www.ibm.com/docs/en/power7?topic=commands-viosbr-command

3. Create mksysb:

  •  Later on, for executing the viosupgrade tool you will need mksysb image, created from the downloaded ISO from ESS. 
    > For more information about the steps, refer to the following document for creating mksysb: https://www-01.ibm.com/support/docview.wss?uid=ibm10795288&
  •  Commands to extract mksysb from iso:
$ oem_setup_env
# mkdir /mnt/dvd
# loopmount -i Virtual_IO_Server_Base_Install_4.1.0.10_Flash_112023_LCD8292400.iso  -o "-V udfs -o ro" -m /mnt/dvd
# ls -l /mnt/dvd/usr/sys/inst.images
total 1099026
dr-xr-xr-x    2 root     system         2048 Oct 27 19:00 installp
-r--r--r--    1 root     system   2250803200 Oct 27 19:00 mksysb_image
# cp /mnt/dvd/usr/sys/inst.images/mksysb_image /export/mksysb/VIO41/4101_vios.mksysb
Note: Pay attention that in this process you must specify the file system type as "udfs". Otherwise, AIX will fail to read the file correctly.
Disclaimer : If /export is full you can use any local path on the system

4. Use viosupgrade tool to proceed with the upgrade:

     > Verify that you have free disk by running:

$ lspv –free

image 10393

 

5. Once you know, you have a disk available you can use viosupgrade command.

This is the command structure:

$ viosupgrade -l -i image_file -a mksysb_install_disk [ -c ] [-g filename_files_to_restore ]

> For more information about the upgrade tool and command structure, you can refer to the following Documentations:
https://www.ibm.com/support/knowledgecenter/en/9009-42A/p9hcg/p9hcg_viosupgrade.htm
https://www.ibm.com/support/pages/vios-31-viosupgrade-process

> More information on the –g flag: https://www.ibm.com/support/knowledgecenter/9009-41A/p9hcg/p9hcg_viosupgrade.htm#p9hcg_viosupgrade__viosupgrade_g_flag

Note: The -g flag is useful for collecting files from padmin. All other basic configuration files are being taken from rootvg, into the alt_disk, created during the upgrade.

Example:
image-20240422151151-1
The command should look like this:
$ viosupgrade -l -i 4101_vios.mksysb -a hdisk1 -g files_to_restore.txt
Highlights on the flags used in the command:
-l flag is calling installation on a local node
-i flag is specifying the image file that will be used for the installation on an alternative disk
-Then we called the mksysb file with the installation image
-a flag is specifying the alternative disk to install the available VIOS image.
Note: The current  rootvg disk on your VIOS is not going to be impact by the installation, since you will use another free alternative disk.

• Verify whether the upgrade is completed by running the following command:
$ viosupgrade –l –q
image 10866

• Verify the VIOS version:
$ ioslevel (should display 4.1.0.10)

6. Changing time zone and Date and setup NTP after upgrade:

      >After upgrade you need to change your time zone to CET. You can use "smit chtz_user" to achieve the same(need a reboot)

  • Change the date and time to be latest by using "smitty date"
  • If you have an NTP server in your environment, configure the NTP.

Hint: Either copy the old ntp.conf to new location or copy the servers and add it in 3.1 ntp.conf

Example:

 # chrctcp -S -a xntpd

 # refresh -s xntpd 

For more information about the steps refer to the following Documentation:

[{"Type":"none","Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSPHKW","label":"PowerVM Virtual I\/O Server"},"ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)"}]

Document Information

Modified date:
17 February 2025

UID

ibm17111780