Thursday, February 9, 2012

WebLogic 10.3.5 Installation is Silent Mode

1. Go to the directory that contains the installation program.
2. Launch the installation program by entering the following commands:

Syntax:
chmod a+x file_name.bin
./file_name.bin -mode=silent -silent_xml=path_to_silent.xml
In this command, file_name.bin is the name of the installation file and path_to_silent.xml is the full path of the silent.xml file.

Below it the syntax to execute the Installer for installing web logic 10.3.5 in the silent mode:

chmod a+x wls1035_linux32.bin
./wls1035_linux32.bin –mode=silent -silent_xml=/weblogic1035_32bit/silent.xml -log=silent.log

Silent.xml





value="WebLogic Server/Core Application ServerWebLogic Server
/Administration ConsoleWebLogic Server/Configuration Wizard and Upgrade
FrameworkWebLogic Server/Web 2.0 HTTP Pub-Sub ServerWebLogic Server/WebLogic SCA
WebLogic Server/WebLogic
JDBC DriversWebLogic Server/Third Party JDBC DriversWebLogic Server
/WebLogic Server ClientsWebLogic Server/WebLogic Web Server Plugins
WebLogic Server/UDDI and Xquery SupportWebLogic Server/Server Examples"/>






cd /wls/Oracle/Middleware/utils/uninstall/
sh uninstall.sh -mode silent

No comments:

Post a Comment