A Automating the Enterprise Deployment

A number of sample scripts have been developed which allow you to deploy Oracle Identity and Access Management 14c. These scripts are provided as samples for you to use to develop your own applications.

You must ensure that you are using Identity and Access Management 14c with the October 2025 or later Stack Bundle Patch for this utility to work.

The scripts can be run from any host which has access to your servers, for example a bastion node.

You must have passwordless ssh set up from the deployment host to each of your hosts so that commands can be executed on those hosts without having to provide a password each time.

You must have the Oracle Binaries available on each of your hosts, this can be via shared storage.

These scripts are provided as examples and can be customized as desired.

Obtaining the Scripts

The automation scripts are available for download from GitHub.

To obtain the scripts, use the following command:
git clone https://github.com/oracle-samples/maa.git
The scripts appear in the following directory:
maa/1412EDG/IDM
Move these template scripts to your working directory. For example:
cp -R maa/1412EDG/IDM/* /workdir/scripts

The README can also be viewed directly by clicking here.