Hi Michael,
Create a folder /opt/uc4/capki under "user" and give it this path. you will see it created. But I personally do not recommend capki. while capki is installed, the agent, wp/cp and servicemanager cannot provide stability between themselves. I always encountered problems and deleted it.
It should definitely be as follows.
-- .profile &
CALIB="/opt/automic/capki/lib"; export CALIB
CABIN="/opt/automic/capki/bin"; export CABIN
CASHCOMP="/opt/automic/capki"; export CASHCOMP
CAPKIHOME="/opt/automic/capki/CAPKI"; export CAPKIHOME
-- .bash_profile
export CASHCOMP=/opt/automic/capki
export CAPKIHOME=$CASHCOMP/CAPKI
export CALIB=$CASHCOMP/lib
export CABIN=$CASHCOMP/bin
Have a nice day.
------------------------------
Olgun Onur Ozmen
https://www.linkedin.com/in/olgunonurozmen/------------------------------
Original Message:
Sent: May 15, 2024 11:34 AM
From: Michael A. Lowry
Subject: CAPKI installation
We run the CAPKI setup program on Linux like this:
setup install caller=automic instdir=/opt/uc4 env=user veryverbose
We have discovered that this causes the following lines to be added to the .profile of the installing user:
CALIB="/opt/uc4/lib"; export CALIBCABIN="/opt/uc4/bin"; export CABINCASHCOMP="/opt/uc4"; export CASHCOMP
I have two observations:
CALIB
and CABIN
point to non-existent directories.CAPKIHOME
is not added to the .profile
file.
Can either of these situations cause a problem?