Created
March 14, 2020 12:35
-
-
Save MaheshwarReddyGade/22ccfbc2a4c9abe19a1d8df2e1b0d5a2 to your computer and use it in GitHub Desktop.
imagetool command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[oracle@ebsasserter]$cd /u01/install/projects/tools/imagetool/bin | |
. ./setup.sh | |
export JAVA_HOME=/u01/install/software/jdk1.8.0_211 | |
export PATH=$JAVA_HOME/bin:$PATH | |
imagetool create --tag wls:12.2.1.3.0 --latestPSU --version 12.2.1.3.0 --jdkVersion=8u211 --wdtModel=/u01/install/software/sample.yaml --wdtVariables=/u01/oracle/properties/domain.properties --wdtArchive /u01/install/software/archive.zip --wdtDomainHome /u01/oracle/Middleware/domains/asr_domain --wdtVersion 1.7.0 --chown oracle:oinstall --additionalBuildCommands=/u01/install/projects/tools/imagetool/bin/buildargs --additionalBuildFiles=/u01/install/software/wlsdeploy/applications/ebs/cwallet.sso,/u01/install/software/wlsdeploy/applications/ebs/idcs-1.cer,/u01/install/software/wlsdeploy/applications/ebs/idcs-2.cer,/u01/install/software/wlsdeploy/applications/ebs/idcs-3.cer --user username@****.com --password ******* --opatchBugNumber=28186730_13.9.4.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment