5.1.6.4 Configuration Checkpoint
OHS Variables
- Before proceeding make sure you have the following
information:
Variable Your Value Sample Value Description <WEB_HOST> https://ohs.oracle.comThe URL of the OHS server that is used as the entry point to OAM. If you are using a load balancer in front of OHS, also collect the URL of the <LBR_HOST>. Variable Your Value Sample Value Description <OAM_ADMIN_USER> oamadminThe username of the OAM administration user who logs into the OAM Administration console ( /oamconsole).<OAM_ADMIN_PASSWORD> passwordThe password for the OAM administration user. <OAM_ADMIN_BASE64> b2FtYWRtaW46cGFzc3dvcmQ=The BASE64 encoded value of
<OAM_ADMIN_USER>:<OAM_ADMIN_PASSWORD>.To find the BASE64 encoded version run:echo -n <OAM_ADMIN_USER>:<OAM_ADMIN_PASSWORD> | base64<IDSTORE> OUDStoreThe Default User Identity Store used by OAM.
This value can be found by logging into the OAM Administration Console and navigating to Configuration > User Identity Stores > Default Store.
Variable Your Value Sample Value Description <OUA_TAPFILE_LOCATION> /workdir/OAMOUAKeyStore.jksThe location of the <WORKDIR>/OAMOUAKeyStore.jkson the <INSTALL_HOST>.<OUA_TAPFILE_PASSWORD> cGFzc3dvcmQ=The BASE64 encoded password of the
OAMOUAKeyStore.jks.To find the BASE64 encoded version run:echo -n <password> | base64<OAA_TAPFILE_LOCATION> /workdir/OAMOAAKeyStore.jksThe location of the <WORKDIR>/OAMOAAKeyStore.jkson the <INSTALL_HOST>.<OAA_TAPFILE_PASSWORD> cGFzc3dvcmQ=The BASE64 encoded password of the
OAMOAAKeyStore.jks.To find the BASE64 encoded version run:echo -n <password> | base64