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
- About the upgrade
- Supported upgrade paths
- Preparing to upgrade SF
- Using Install Bundles to simultaneously install or upgrade full releases (base, maintenance, rolling patch), and individual patches
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Upgrading SF using YUM
- Performing post-upgrade tasks
- Optional configuration steps
- Re-joining the backup boot disk group into the current disk group
- Reverting to the backup boot disk group after an unsuccessful upgrade
- Recovering VVR if automatic upgrade fails
- Resetting DAS disk names to include host name in FSS environments
- Upgrading disk layout versions
- Upgrading VxVM disk group versions
- Updating variables
- Setting the default disk group
- Verifying the Storage Foundation upgrade
- 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
- About configuring secure shell or remote shell communication modes before installing products
- Manually configuring passwordless ssh
- Setting up ssh and rsh connection using the installer -comsetup command
- Setting up ssh and rsh connection using the pwdutil.pl utility
- Restarting the ssh session
- Enabling rsh for Linux
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
repodatadirectory.Save the changes and exit the file editor.
Update the
yumrepository.# 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>