此内容没有您所选择的语言版本。
Appendix D. Upgrading to Red Hat Virtualization Manager 4.2 with ovirt-fast-forward-upgrade
If you have Red Hat Virtualization 4.0 or later installed, you can upgrade the Manager to the latest version with the ovirt-fast-forward-upgrade
tool. ovirt-fast-forward-upgrade
detects the current version of the Manager and checks for available upgrades. If an upgrade is available, the tool upgrades the Manager to the next major version, and continues to upgrade the Manager until the latest version is installed.
ovirt-fast-forward-upgrade
upgrades the Manager. See Section A.4, “Manually Updating Hosts” to upgrade the hosts.
Upgrading with ovirt-fast-forward-upgrade
Install the
ovirt-fast-forward-upgrade
tool:yum install ovirt-fast-forward-upgrade
# yum install ovirt-fast-forward-upgrade
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Run the following command to upgrade the Manager, while creating a backup of the current version:
ovirt-fast-forward-upgrade --backup --backup-dir=/backup
# ovirt-fast-forward-upgrade --backup --backup-dir=/backup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteRed Hat recommends using the
--backup
and--backup-dir
options to create a backup of the current Manager. If a backup directory is not specified, the backup is saved in/tmp
.The
--backup
option is a wrapper for theengine-backup
tool and is equivalent to running the following command:engine-backup --scope=all --mode=backup --file=file_name --log=log_file_name
# engine-backup --scope=all --mode=backup --file=file_name --log=log_file_name
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To restore your backup, run
engine-backup
inrestore
mode:engine-backup --mode=restore
# engine-backup --mode=restore
Copy to Clipboard Copied! Toggle word wrap Toggle overflow See Backing Up and Restoring the Red Hat Virtualization Manager in the Administration Guide for details.
Alternatively, to upgrade without creating a backup, run the following command:
ovirt-fast-forward-upgrade
# ovirt-fast-forward-upgrade
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
If there are errors, check the log:
/var/log/ovirt-engine/ovirt-fast-forward-upgrade.log
.