Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.3.1 Installation Guide - Linux
Last Published:
2017-12-04
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Section I. Introduction to Veritas InfoScale
- Section II. Planning and preparation
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Section III. Installation of Veritas InfoScale
- Installing Veritas InfoScale using the installer
- Installing Veritas InfoScale using response files
- Installing Veritas Infoscale using operating system-specific methods
- Completing the post installation tasks
- Section IV. Uninstallation of Veritas InfoScale
- Uninstalling Veritas InfoScale using the installer
- Uninstalling Veritas InfoScale using response files
- Section V. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Removing the Storage Foundation for Databases (SFDB) repository
After removing the product, you can remove the SFDB repository file and any backups.
Removing the SFDB repository file disables the SFDB tools.
To remove the SFDB repository
- Identify the SFDB repositories created on the host.
Oracle:
# cat /var/vx/vxdba/rep_loc
{ "sfae_rept_version" : 1, "oracle" : { "SFAEDB" : { "location" : "/data/sfaedb/.sfae", "old_location" : "", "alias" : [ "sfaedb" ] } } }
- Remove the directory identified by the location key.
Oracle:
# rm -rf /data/sfaedb/.sfae
DB2 9.5 and 9.7:
# rm -rf /db2data/db2inst1/NODE0000/SQL00001/.sfae
DB2 10.1 and 10.5:
# rm -rf /db2data/db2inst1/NODE0000/SQL00001/MEMBER0000/.sfae
- Remove the repository location file.
# rm -rf /var/vx/vxdba/rep_loc
This completes the removal of the SFDB repository.