Veritas InfoScale™ 7.3.1 Installation Guide - Linux
- 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
Verifying Veritas InfoScale RPMs
InfoScale RPMs include digital signatures in order to verify their authenticity. If you want to install the RPMs manually, you must import keys first. To import keys, perform the following steps:
Import the Veritas GPG key to verify InfoScale packages:
# rpm --import RPM-GPG-KEY-veritas-infoscale7
Display the list of Veritas keys installed for RPM verification:
# rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} -->%{summary}\n' | grep Veritas
Display the fingerprint of the Veritas key file:
# gpg --quiet --with-fingerprint ./RPM-GPG-KEY-veritas-infoscale7
For example:
Key fingerprint = C031 8CAB E668 4669 63DB C8EA 0B0B C720 A17A 604B
To display details about the installed Veritas key file, use the rpm -qi command followed by the output from the previous command:
# rpm -qi <gpg-pubkey-file>
You can also use the following command to show information for the installed Veritas key file:
# rpm -qi 'rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n' | awk '/Veritas/ { print $1 }''
To check the GnuPG signature of an RPM file after importing the builder's GnuPG key, use the following command:
# rpm -K <rpm-file>
Where <rpm-file> is the filename of the RPM package.
If the signature of the package is verified, and it is not corrupt, the following message is displayed:
md5 gpg OK
To verify the signature for all Veritas InfoScale RPMs:
# for i in *.rpm; do rpm -K $i; done VRTSamf-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSaslapm-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTScavf-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTScps-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSdbac-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSdbed-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSfsadv-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSfssdk-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSgab-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSglm-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSgms-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSllt-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSodm-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSperl-5.20.1.0-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSrhevm-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSsfcpi-7.3.1.0.000-GENERIC.noarch.rpm: rsa sha1 (md5) pgp md5 OK VRTSsfmh-7.3.1.0.0_Linux.rpm: rsa sha1 (md5) pgp md5 OK VRTSspt-7.3.1.0.000-RHEL6.noarch.rpm: rsa sha1 (md5) pgp md5 OK VRTSvbs-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvcs-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvcsag-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvcsea-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvcsnr-7.3.1.0.000-GENERIC.noarch.rpm: rsa sha1 (md5) pgp md5 OK VRTSvcswiz-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvlic-3.02.70.008-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvxfen-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvxfs-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK VRTSvxvm-7.3.1.0.000-RHEL6.x86_64.rpm: rsa sha1 (md5) pgp md5 OK