This will cover the process for upgrading the application environment from Weblogic 8.1 to 9.1
I'm dividing the the whole process in to 5 different steps as fellows
- Plan the Upgrade
- Prepare to Upgrade
- Upgrade Your Application Environment
- Complete Post-Upgrade Procedure
- What to Do If the Upgrade Process Fails
Plan the Upgrade
Planning how you will upgrade an application environment is an important step in the process. To ensure that your plan addresses all of the aspects of upgrading that are necessary for your environment, complete the following steps:
Step 1: Inventory the Application Environment
Step 2: Verify Supported Configuration Information
Step 3: Review the Compatibility Information
Step 4: Create an Upgrade Plan
Step 1: Inventory the Application Environment
Generate a inventory for the Application Environment as a check list
Check list for Application Env for Upgrading:
1. Identify the Administration server and Managed on which it resides.
2. Identify the Managed servers and machines on which they resides.
3. Identify Custom security providers used in the domain.
4. Identify Custom Node Manager used in the domain.
5. Identify the location of the applications (including all external applications)
6. Identify External resources like databased used, firewalls, and load balancers.
7. Identify tools, scripts, templates, and source code used for automating the tasks required to create the application env.
Step 2: Verify Supported Configuration Information
Verify support for all the hardware and software components in the application environment.
this are the list of wee have to check
1. OS and hardware support: we can get this from
bea where listed the list of supported configuration
2. Database support: We have to identify the what type of database we are using for the application and we have to check what are the compatible drivers for that, this data we can get from
Supported Database Configurations
3.Web servers, browsers, and firewalls:
Supported Web Servers, Browsers, and Firewalls this link will provide the required details for this addons.
Step 3: Review the Compatibility Information
Compatibility with Previous Releases this link will provide the required information for the Compatibility Information.
Step 4: Create an Upgrade Plan
Using the information gathered in the preceding steps, create a plan for upgrading your application environment. Identify the scope and timing of the upgrade process, based on your business needs.
Note: It is not recommend to upgrading an application environment that is currently deployed in production. Instead, you should upgrade your application environment while it is under development or test and execute standard procedures for quality assurance and performance tuning before promoting the upgraded environment to production.
And the other steps I'll explain in forth coming postes