Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
InfoScale™ 9.1 Storage Foundation Configuration and Upgrade Guide - Linux
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrading 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 InfoScale using YUM
- Downgrading InfoScale 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
Downgrade InfoScale using YUM
This topic describes the procedure to downgrade 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 downgrade using YUM.
Note:
Perform the following procedure on each InfoScale host in your configuration where you want to roll back the upgrade. Arctera recommends that you roll back the OS and the InfoScale RPMs separately, if required, and reboot the host immediately afterwards.
To downgrade InfoScale using YUM
- Configure an InfoScale repository on the host, by performing the following tasks sequentially:
Create a repository file (
.repo) under/etc/yum.repos.dfor the InfoScale version to which you want to downgrade.# 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:///<imageDirectory>/rpms/ enabled=1 gpgcheck=1 gpgkey=file:///<imageDirectory>/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
- Roll back the InfoScale upgrade, by performing the following tasks sequentially:
Find out the transaction ID that was used for the InfoScale upgrade.
# yum history
The output resembles:
Updating Subscription Management repositories. ID | Command line | Date and time | Action(s) | Altered 17 | update VRTS* | 2025-11-03 21:34 | Upgrade | 39 E<
Roll back the transaction.
# yum history undo <transactionID>
For example:
# yum history undo 17
- Gracefully reboot the host.
# shutdown -r now