Wednesday 15 July 2015

OS-specific Package Installation

OS-Specific Package Installation:

There are 3 types of installations

1. GUI mode.

2. Console mode.

3. Silent mode.

1) GUI Mode: 

Step1: welcome screen

Step2: Accept license agreement.

Step3: Create new BEA home directory

C:\bea10.3

Step4: Choose installation- Complete (or) Custom

Step5: Select complete

Step6: Select product installation directory

          C:\bea10.3\wlserver_10.3

2) Console Mode:

       server10.3_win32.exe  -mode = console

3) Silent Mode:   It is a way of setting installation configuration only once and then using those configurations to duplicate the installation on many machines.

The installation programs read the settings for your configuration from an xml file.(silent.xml)

server10.3_win32.exe -mode=silent -silent.xml=c:\bea10.3\silent.xml  -log=c:\10.3\silent.log


Step 1: Create silent.xml file

<?xml version="1.0" encoding="ISO-8859-1" ?>

<bea-installer>

<input-fields>

<data-value name="BEAHOME" value="C:\bea10.3" />

<data-value name="USER_INSTALL_DIR" value="C:\bea10.3\wlserver_10.3" />

</input-fields>

</bea-installer>

Step 2: Save this file as silent.xml file in C:\bea10.3 folder

Step 3: Copy the WebLogic software under C:\bea10.3 folder

Step 4: Create a sub folder wlserver_10.3 under c:\bea10.3

Step 5: Execute the below command

server103_win32.exe -mode=silent -silent_xml=C:\bea10.3\ silent.xml  -log=C:\10.3\silent.log

No comments:

Post a Comment