Please enter search query.
Search <book_title>...
Storage Foundation 7.4 Configuration and Upgrade Guide - Linux
Last Published:
2019-02-11
Product(s):
InfoScale & Storage Foundation (7.4)
Platform: Linux
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrade of Storage Foundation
- Planning to upgrade Storage Foundation
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Performing post-upgrade tasks
- 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
Reverting to the backup boot disk group after an unsuccessful upgrade
Note:
Root Disk Encapsulation (RDE) is not supported on Linux from 7.3.1 onwards.
Perform this procedure if your upgrade was unsuccessful and you split the mirrored boot disk to back it up during upgrade. You can revert to the backup that you created when you upgraded.
To revert the backup boot disk group after an unsuccessful upgrade
- To determine the boot disk groups, look for the rootvol volume in the output of the vxprint command.
# vxprint
- Use the vxdg command to find the boot disk group where you are currently booted.
# vxdg bootdg
- Boot the operating system from the backup boot disk group.
- Join the original boot disk group to the backup disk group.
# /etc/vx/bin/vxrootadm -Y join original_bootdg
where the -Y option indicates a silent operation, and original_bootdg is the boot disk group that you no longer need.