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
- 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
 
 
 - 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
 
 
 
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.