Some hardware vendors do not support booting from NVMe drives where the /ws/ddb/iso path resides. In such cases, NVMe drives do not appear in the BIOS boot order menu. A manual mode migration is required.
Before You Begin
-
Ensure the latest HyperScale X image is available.
-
Access to the IPMI console for each node.
Procedure
-
Prepare the ISO.
-
Copy the latest HyperScale X image to the
/ws/ddb/isodirectory on the Remote Cache Node. -
Using the IPMI console, attach a separate copy of the ISO to each 2.x node that requires an upgrade.
-
-
Configure BIOS boot settings.
-
Edit the BIOS boot settings for each node to boot from the attached DVD.
Do not reboot the node at this point.
-
Exit the IPMI settings.
Alternatively, as each node auto-reboots, enter the boot menu and manually select the DVD as the boot device.
-
-
From the Remote Cache Node, run the following command:
cd /opt/commvault/MediaAgent ./cvmanager.py -t Migrate_Cluster manual_iso=True -
When prompted during the upgrade process, follow these steps:
-
Open IPMI console on the node
node1.company.comand keep it active throughout the migration.Press 'y' to proceed (y|n): y
-
Attach the migration ISO:
/ws/ddb/cvmanager/share/dvd_02132025_084957.isovia IPMI console.Press 'y' to proceed (y|n): y
-
Update the BIOS boot order to boot from the ISO.
Do NOT reboot the node at this point.
Press 'y' to proceed (y|n): y
-
The upgrade will sequentially update the OS and reboot each node.
Note
This process may take several hours to complete.
-
-
To verify the migration success, run the following command:
commvault reg | grep MigrationCompletedExpected output:
sRHELToRockyMigrationCompleted yes -
If the upgrade fails after authentication:
-
Retrieve the last task:
/opt/commvault/MediaAgent/cvmanager.py --unfinished_task_check Migrate_ClusterThis will generate a .yaml file, for example:
/ws/ddb/cvmanager/catalog/status/Task_6554744226181603181/cvmanager_jJV8X7.yaml
-
Resume the upgrade using the YAML file:
/opt/commvault/MediaAgent/cvmanager.py <filepath.yaml>You do not need to re-verify the upgrade criteria before resuming.
-