How to check EM silent install process which runs in backend
create shell script to do EM 12cR2 silent install. After this installation finished, need to run ./allroot.sh.
$INS_DIST/runInstaller -silent -responseFile $INS_DIST/response/install.rsp
$<OMS_HOME>/allroot.sh
Then find that Installer process runs in the backend, it will execute below command in the shell scripts directly,don't wait for the Installer process finishes. But ./allroot.sh needs to run when the EM installation finished.
So How to check EM silent install process finished in the backend? or check logs? Thanks in advance
Edited by: user13535316 on 2012/10/24 20:26