InfoScale™ 9.0 Storage Foundation Configuration and Upgrade Guide - Linux
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrade of Storage Foundation
- Planning to upgrade Storage Foundation
- Preparing to upgrade SF
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Upgrading SF using YUM
- Performing post-upgrade tasks
- Planning to upgrade Storage Foundation
- Section III. Post configuration tasks
- Section IV. Configuration and upgrade reference
- Appendix A. Installation scripts
- Appendix B. Configuring the secure shell or the remote shell for communications
Upgrade InfoScale using YUM
This topic lists the procedures that you need to follow to upgrade InfoScale using YUM. For details about yum
repository configuration, refer to the RHEL documentation.
Before you proceed, make sure to review the requirements and limitations of using this method.
See About support for InfoScale upgrade using YUM.
Note:
Perform the following procedure on each InfoScale host in your configuration. Arctera recommends that you update the OS and the InfoScale RPMs separately.
To upgrade InfoScale using YUM
- Configure an InfoScale repository on the host.
Create a repository file (
.repo
) under/etc/yum.repos.d
.# cat /etc/yum.repos.d/infoscale<version>.repo
Add the following contents to the repository file:
[repo-InfoScale<version>] name=Repository for InfoScale <version> baseurl=file:///<image_dir>/rpms/ enabled=1 gpgcheck=1 gpgkey=file:///<image_dir>/rpms/RPM-GPG-KEY-veritas-infoscale
The values for the baseurl attribute can start with http://, ftp://, or file:///. The URL you choose should be able to access the
repodata
directory.Save the changes and exit the file editor.
Update the
yum
repository.# yum repoList
# yum updateinfo
- If applicable, perform a minor OS version upgrade as follows:
Disable the InfoScale repository.
# yum update --disablerepo=[Infoscale repo]
Update the minor OS version.
- Upgrade InfoScale.
Run the following command to update the required RPMs:
# yum update VRTS*
- Manually generate and install the installer scripts for the configuration.
# /opt/VRTS/install/bin/UXRT<version>/add_install_scripts
- Gracefully reboot the host.
# shutdown -r now
Note:
Perform the following procedure on each InfoScale host in your configuration.
To update the storage component versions
- Update the disk group (DG) version.
# vxdg upgrade <disk_group_name>
- Update the file system disk group layout version (DLV).
# vxupgrade <mount_point>