Updating the firmware on a system that is managed by PowerVM NovaLink
To update the firmware on a system that is managed by only PowerVM® NovaLink, use the ldfware command on the service partition. If the system is co-managed by PowerVM NovaLink and a Hardware Management Console (HMC), you must use the HMC to update the firmware. The HMC must be set to the controller mode to update the firmware.
Before you begin
managed_system is the name of the managed
system.chcomgmt -m managed_system -o setcontroller -t normAfter
you set the HMC to the controller mode, you can update
the firmware by using the standard HMC procedure. For
information about how to update the firmware by using the HMC, see Updates. The information that is provided here applies to a managed system that is already managed by PowerVM NovaLink. For information about how to update the firmware on a system on which you plan to install PowerVM NovaLink, see Installing firmware using the USB port on the service processor on a system that is not managed by a management console.
Download the latest system firmware from IBM® Fix Central (http://www.ibm.com/support/fixcentral/).
About this task
- For the PowerVM
NovaLink software running in the PowerVM
Open I/O mode, complete the following steps:
- Power off all client partitions by entering the following command for each client partition,
where
partition_idis the partition ID.pvmctl lpar power-off -i id=partition_id - In the PowerVM Open I/O mode, the PowerVM NovaLink partition is designated as the service partition. Copy the firmware to a temporary location in the PowerVM NovaLink partition.
- Run the following command on the service partition, where
firmware_pathis the location of the firmware in the service partition./usr/sbin/update_flash -f firmware_path
- Power off all client partitions by entering the following command for each client partition,
where
- For the PowerVM
NovaLink software running the Virtual
I/O Server, complete the following steps:
- Power off all client partitions by entering the following command for each client partition,
where
partition_idis the partition ID.pvmctl lpar power-off -i id=partition_id - Power off all Virtual I/O Server partitions except for the
service partition by entering the following command for each Virtual I/O Server partition, where
partition_idis the partition ID.Note: A warning message is displayed that states that when the Virtual I/O Server partition is powered-off and if the redundant VIOS is not running, then all the running logical partitions might lose access to their storage and network, and confirms whether to proceed with the operation.pvmctl vios power-off -i id=partition_idBy default, the service partition is the partition with partition ID 2. To determine which partition is the service partition, enter the following command:pvmctl vios list -d id name serviceThe
is_service_partitionproperty of the service partition isTrue. - Power off the PowerVM
NovaLink partition by entering the
following command, where
novalink_idis the partition ID of the PowerVM NovaLink partition. The partition ID of the PowerVM NovaLink partition is typically1.pvmctl lpar power-off -i id=novalink_id - Copy the firmware to a temporary location in the service partition.
- Run the following command on the service partition, where
firmware_pathis the location of the firmware in the service partition.ldfware -file firmware_path - If the managed system does not completely power off automatically, power off the managed system
by using the Advanced System Management Interface (ASMI). Complete the following steps:
- Access the ASMI by using the PC or notebook. For information about how to connect to ASMI, see Accessing the ASMI using a PC or notebook and web browser.
- Power off the system by clicking .
- Power on the system.
- Power off all client partitions by entering the following command for each client partition,
where