This is how to extract specific patches without a full reinstall. Find the latest major build of silvertail, and just extract the component needed:
example: 4.1.x.x can use any version higher 4.1.x.x, but not 4.6.x.x
Need to extract an el5 binary while on an el6 system, or vice versa. Need a binary but cannot run the installer.
Example: need to obtain silvertap component from version 4.1.4.0 el5, so it can be installed on a customer 4.1.1.1 system:
a) Obtain the silvertail-enterprise-4.1.4.0.el5.run package and run it.
b) It expands, and in a new subdirectory is the RPM file silvertail-enterprise-4.1.4.0-0.el5.centos.x86_64.rpm.
c) Locate the directory silvertap will extract to, [as if you were to run the installer].
rpm -qlp silvertail-enterprise-4.1.4.0-0.el5.centos.x86_64.rpm | grep silvertap
You will get this output, note the directory for silvertap:
/var/opt/silvertail/bin/nullsilvertap
/var/opt/silvertail/bin/silvertap
/var/opt/silvertail/bin/silvertap-service.sh
d) Based on the information in C, run another command to extract the Silvertap binary and use the directory:
rpm2cpio silvertail-enterprise-4.1.4.0-0.el5.centos.x86_64.rpm | cpio -ivd ./var/opt/silvertail/bin/silvertap
./var/opt/silvertail/bin/silvertap
2938894 blocks
e) Navigate to the newly created subdirectory /var/opt/silvertail/bin and the extracted silvertap binary file will be there.
Related Articles
Error: Subprocess failed. Error: RPM failed: installing package kernel-default-4.4.121-92.98.1.x86_64 needs 15MB on the /… 63Number of Views GUI shows initialization error "ORA-04063: package body "AVUSER.UTILITIES_PKG" has errors" after patching to 7.5.2 P07 in … 382Number of Views How to extract parse certificates and private keys from PKCS #12 files using OpenSSL 163Number of Views "ORA-06575: Package or function ROLE_MANAGEMENT_PKG is in an invalid state" after patching to 7.5.2 P08 in RSA Governance … 36Number of Views Appliance Updater for SLES 15 fails to extract in RSA Governance & Lifecycle Virtual Application (OVA) 107Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA Announces Critical Security Updates for RSA ID Plus Components - RSA Authentication Manager and RSA Identity Router RSA MFA Agent 9.0 for PAM - Installation and Configuration Guide for Oracle Linux RHEL Ubuntu CentOS and Rocky Linux How to configure RSA Authentication Manager 8.1, 8.2, 8.3 to send data to multiple remote syslog servers