Friday, 25 February 2011

AIA 3.0 silent installation

Due to node manager was not working on some machine - needed to install only files and do silent installation

Pretty well described in user manual but took time to cut all scripts


1. antExit -f C:\\OracleHome\\Infrastructure\\Install\\AID\\AIACreateInstance.xml -DPropertiesFile=C:\\OracleHome\\aia_instances\\AIA\\config\\AIAInstallProperties.xml
2. antExit -f C:\\OracleHome\\Infrastructure\\Install\\AID\\AIAInstallDriver.xml -DDeploymentPlan=C:\\OracleHome\\config\\FPInstallDP.xml PreInstallScript -DPropertiesFile=C:\\OracleHome\\aia_instances\\AIA\\config\\AIAInstallProperties.xml
3. antExit -f C:\\OracleHome\\Infrastructure\\Install\\AID\\AIAInstallDriver.xml -DDeploymentPlan=C:\\OracleHome\\config\\FPInstallDP.xml Configurations -DPropertiesFile=C:\\OracleHome\\aia_instances\\AIA\\config\\AIAInstallProperties.xml -logfile=c:\\FPInstall.log
4. antExit -f C:\\OracleHome\\Infrastructure\\Install\\AID\\AIAInstallDriver.xml -DDeploymentPlan=C:\\OracleHome\\config\\FPInstallDP.xml Deployments -DPropertiesFile=C:\\OracleHome\\aia_instances\\AIA\\config\\AIAInstallProperties.xml -logfile=c:\\FPInstallDeploy.log
5. antExit -f C:\\OracleHome\\Infrastructure\\Install\\AID\\AIAInstallDriver.xml -DDeploymentPlan=C:\\Middleware11g\\config\\FPInstallDP.xml PostInstallScript -DPropertiesFile=C:\\OracleHome\\aia_instances\\AIA\\config\\AIAInstallProperties.xml -logfile=c:\\FPInstallPost.log
6. ant –f AIACreateInstance.xml -DPropertiesFile=C:\OracleHome\Oracle_SOA1/config/AIAInstallProperties.xml
7. In case would like to install DEMO: ant –f C:\OracleHome\Oracle_SOA1\samples\AIADemo\config\deployDemo.xml

For these actions would suggest to switch default java homes to 64bit (installed separately) due to fact memory requirements are over 2gb for single run.


No comments:

Post a Comment