Inspirational journeys

Follow the stories of academics and their research expeditions

ForgeRock DS Installation Steps

Narayanaswamy Ragi

Mon, 20 May 2024

ForgeRock DS Installation Steps




You can download OpenDJ and keep it in the specified folder and then execute the setup.bat file for opendj installation and following the above steps.

The above steps are interactive mode. By using the following single command, we can install the opendj by using the following single command.

In this process, we have selected 4 profile such as follows

  • AM-Config
  • AM-CTS
  • AM-Userstore
  • IDM-Repo

./setup --instancePath "D:\forgerock\opendj\instance" ^
--serverId "DS1" ^
--deploymentId "AG_07iY0St6_0uJmRJ8RX8q3mNCVeRxA5CBVN1bkVDAPNX0ixPUNznBBM" ^
--deploymentIdPassword Admin1234 ^
--rootUserDn "uid=admin" ^
--rootUserPassword Admin1234 ^
--monitorUserDn "uid=Monitor" ^
--monitorUserPassword Admin1234 ^
--hostname "opendj.example.com" ^
--adminConnectorPort "4444" ^
--ldapPort "1389"
--ldapsPort "1636" ^
--replicationPort "8989"
--profile "am-config" ^
--profile "am-cts"
--profile "am-identity-store:7.3.4" ^
--profile "idm-repo:7.3.4" ^
--set "am-config/amConfigAdminPassword:Admin1234" ^
--set "am-cts/amCtsAdminPassword:Admin1234" ^
--set "am-cts/tokenExpirationPolicy:am" ^
--set "am-identity-store/amIdentityStoreAdminPassword:Admin1234" ^
--set "idm-repo/domain:example.com" ^
--acceptLicense


0 Comments

Leave a comment