Installing OpenIAM on a non-root partition
By default, OpenIAM is installed on the root partition, meaning the folder /usr/local/openiam folder. However, there is an option of installing OpenIAM on /opt partition.
Note: The /opt partition is used as an example here. OpenIAM can be installed on any partition with enough space available.
To do it, please follow the steps below.
rpm -i openiam-4.2.X.noarch.x86_64.rpm
- After installed, move OpenIAM folder to the /opt partition by executing the following command.
mv /usr/local/openiam /opt/
- Create the symbolic link
/usr/local/openiam
and change its owner with running next.
ln -s /opt/openiam /usr/local/openiamchown -h openiam:openiam /usr/local/openiam
- Initialize OpenIAM with a usual command.
openiam-cli init