CyberArk PSMP 12.2 upgrade to CyberArk PSMP 12.6

Описание к видео CyberArk PSMP 12.2 upgrade to CyberArk PSMP 12.6

In this upgrade of CyberArk PSMP, I am going to take the PSMP server from CyberArk 12.2 to CyberArk 12.6.
This should be a straightforward upgrade, I am going to do things out of sequence if you like it is possible to use the PSMP installation script from GitHub.
https://github.com/dru0pa/psmp-installer
At lines 40 and 42 change the i to U.
echo install CARKpsmp-infra
rpm -ivh IntegratedMode/CARKpsmp-infra-*.rpm
echo install CARKpsmp
rpm -ivh CARKpsmp-*.rpm

That should look like this
echo install CARKpsmp-infra
rpm -Uvh IntegratedMode/CARKpsmp-infra-*.rpm
echo install CARKpsmp
rpm -Uvh CARKpsmp-*.rpm

The script will do all the work for you by doing the following
chmod the CreateCredFile
Change the vault.ini file by replacing the 1.1.1.1 to what ever you vault IP is.
Edit the psmpparms.sample to edit line 5 to InstallationFolder=(path to PSMP installation files)
Edit the psmpparms.sample to edit line AcceptCyberArkEULA = No to AcceptCyberArkEULA = Yes
copy and rename psmpparms.sample to the /var/tmp/psmpparms

The upgrade to CyberArk Digital PSMP 12.6
The server is a VM with minimal resources 1 CPU, 1 GB Ram, and 20 GB storage.
#cyberark #cybersecurity #cyberarkvault

Комментарии

Информация по комментариям в разработке