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
Sample response file for SF upgrade
The following example shows a response file for upgrading Storage Foundation with keyless license key.
our %CFG; our %CFG; $CFG{accepteula}=1; $CFG{keys}{keyless}=[ qw(STORAGE) ]; $CFG{prod}="STORAGE74"; $CFG{opt}{upgrade}=1; $CFG{systems}=[ qw(sys1) ]; 1;
The following example shows a response file for upgrading Storage Foundation with permanent license key.
our %CFG; $CFG{accepteula}=1; $CFG{keys}{licensefile}=["<path_to_license_key_file>"]; $CFG{opt}{noipc}=1; $CFG{opt}{upgrade}=1; $CFG{prod}="STORAGE74"; $CFG{systems}=[ qw(sys1) ]; 1;