This is to demonstrate how to install Unix Authentication Broker (UNAB) RPM package on linux X64 under SSH session login as username "root" on linux X64.
Here the steps:
1)To download the installation package under "tmp" folder on the linux X64 machine:
For instance "RO78604 TITLE: LINUX X64 PKG UNAB 12.8 SP1 GA " at our link:
https://support.ca.com/irj/portal/anonymous/redirArticles?reqPage=search&searchID=RO78604
and here the result:
# ls
RO78604.tar.Z
#
2)To "uncompress" and "untar" the package as follow:
# uncompress RO78604.tar.Z
# ls
RO78604.tar
# tar xvf RO78604.tar
./
./CA ControlMinder_12.8 SP1_README.HTML
./_LINUX_X64_Ux_PKG_128.tar.Z
# uncompress _LINUX_X64_Ux_PKG_128.tar.Z
# ls
CA ControlMinder_12.8 SP1_README.HTML RO78604.tar _LINUX_X64_Ux_PKG_128.tar
# tar xvf _LINUX_X64_Ux_PKG_128.tar
./
./customize_uxauth_rpm
./uxauth-128-1.0.1912.x86_64.rpm
./pre.tar
./ca-lic-01.90.04-00.x86_64.rpm
./install_calic
./README_calic
# ls
CA ControlMinder_12.8 SP1_README.HTML _LINUX_X64_Ux_PKG_128.tar install_calic
README_calic ca-lic-01.90.04-00.x86_64.rpm pre.tar
RO78604.tar customize_uxauth_rpm uxauth-128-1.0.1912.x86_64.rpm
3)To customize the UNAB package, at least the license agreement as follow:
# ./customize_uxauth_rpm -w Proceed uxauth-128-1.0.1912.x86_64.rpm
Setting license agreement accept command.
Successfully customized installation parameters.
Repacking the uxauth rpm package...
4)To install the UNAB package:
# rpm -ivh uxauth-128-1.0.1912.x86_64.rpm
Preparing... ########################################### [100%]
1:uxauth ########################################### [100%]
Finalizing the uxauth package ...
CA UNIX Authentication Bridging - uxauth has been successfully installed (/opt/CA/uxauth).
Installation saved a backup of OS user and group information files.
Installation complete.
Check uxauth.ini file for configuration.
Legal Notice: CA ControlMinder 128 may use JBoss Application Server v.4.2.3
and JBoss Native v.2.0.6, which are licensed under the Lesser General Public License (LGPL).
Copies of JBoss Application Server v.4.2.3, JBoss Native v.2.0.6 and the LGPL are provided
by a separate installation. Use of JBoss Application Server v.4.2.3 and
JBoss Native v.2.0.6 is subject to the terms of the LGPL as set forth in such installation.
The installation process messages are logged in /opt/CA/uxauth/uxauth_install.log.
Please refer to the log file for more information
#
5)To check that the UNAB package is installed:
# rpm -q uxauth
uxauth-128-1.0.1912.x86_64
#