GeekInterview.com
Series: Subject:

Websphere FAQ

Showing Questions 1 - 20 of 30 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Websphere cluster

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

What is a cluster in websphere? Why do we need a cluster? What are the different types of clusters available?

Answered by: sateesh babu.Ginjupalli on: May 15th, 2012

Clustering is grouping of the servers.Every cluster member must have the same configuration and same version.We can say each cluster member is the clone to one another. Clustering concept is for High ...

Answered by: ks9bp on: Feb 28th, 2012

Clustering is nothing but the logical grouping of application servers.

By using clustering we can provide the high availability environments for application.

Clustering can be done in 2 types

1. Horizontal clustering
2. Vertical Clustering

What is difference between websphere5.X and websphere 6.X?

Asked By: srini | Asked On: Jun 5th, 2006

Answered by: sateesh babu Ginjupalli on: May 15th, 2012

If we want to deploy an application in 5.X we need to stop all the cluster members .In 6.X we have a concept called ROLLOUT UPDATE which will make the update on each cluster member separately where we were not needed to stop all the cluster members .

Answered by: shiva on: Jul 13th, 2011

in WAS 5 there was no concept of profiles, but in WebSphere 6 profiles are created under which again servers a created.

Federating node

Asked By: neeraj79 | Asked On: Apr 23rd, 2008

Can someone explain what it means by federate a node ?

Answered by: sateesh babu Ginjupalli on: May 15th, 2012

Federation is nothing but addition.Federating the node means we have to add the node of the standalone application server to the DMGR profile.

Answered by: yudesh007 on: Jul 15th, 2008

This refers to adding a Node to a Websphere cell.A node is a collection of application server instances. A cell is a collection of nodes.To federate the node you must use the addNode command or a...

What is nodeagent in websphere?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: ks9bp on: Feb 28th, 2012

When a node is federated to the DMGR a node agent will be formed. To perform any actions like start server and stpop server the DMGR send the request to Node agent and it will send the request to Node.And It will push the configuration changes from the Master repository to the node.

Answered by: dala.prasad on: May 20th, 2011

Node Agent is Server which acts as communication between Deployment Manager and Application Profile server which is federated to DMGR

How will you change port number in which XML file all the port numbers are available?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: ks9bp on: Feb 28th, 2012

We can see the port numbers in 2 ways: 1. From the console servers--> application Servers ---> select appropriate Application server ---> right hand side under communications we can see the Ports. Se...

Answered by: krishna mul on: Mar 28th, 2011

you can change the port numbers in serverindex.xml file

What is high availablity in websphere?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: ks9bp on: Feb 28th, 2012

it is about the application availability for the users who are using it. We can provide the high availability by installing the application in different cluster members. In case one of the Application...

Answered by: Ritam Bose on: Sep 7th, 2011

High availability basically provide fail over to cluster member.In websphere world core group is a set of process that provides High Availability to cluster member.whenever we will create an applicati...

Explain what are refresh packs, fix packs and internal fixes?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: ks9bp on: Feb 28th, 2012

Fix pack: Fix packs are unscheduled releases which consisting of relative few fixes to address significant issues discovered between regularly scheduled maintainable releases.

Answered by: mumtaz.shaikh on: Aug 5th, 2011

Hi, Release: --------------- This is the term used by web sphere development and support for a major version of web sphere. The first 2 digits of the product version number identify the re...

Install fix pack in websphere

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

How to install a fix pack in websphere 6.0? Explain all the steps

Answered by: ks9bp on: Feb 28th, 2012

To install fix packs We need the following 1. Update installer 2. Appropriate fiX packs for WAS,SDK,HTTP SERVER AND PLUG-IN. STEPS: 1. Stop the server before you apply the fix packs. 2. Use update ...

What is the difference between application and web server ?

Asked By: anupam | Asked On: Oct 14th, 2005

Answered by: ks9bp on: Feb 28th, 2012

WEBSEREVER: It will serve only HTTP protocol requests and it will divert the URLs to the application servers. It can serve only static content and is used to display customised error messages. Applic...

Answered by: mahesh on: Jan 9th, 2012

Web server: It contain static pages or HTTP images only.

App server: It the user requests to servlets, jsps i.e dynamic content, it also contains container for EJBs

What is managed node and unmanaged node in websphere?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: kranthi.soparla14 on: Feb 24th, 2012

Managed Node: It have a node agent,it can managed Dmgr and federated profile.
Unmanaged Node : It dont have node agent, why because it does not managed Dmgr and profiles.

Answered by: hari on: Oct 28th, 2011

Managed Node: The node which is managed by Deployment manager is called Managed Node.

Unmanaged Node: The node which is not managed by Deployment Manager is called Unmanaged node.

Cell, node and profile

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

What is a cell, node and a profile?

Answered by: HARI on: Oct 28th, 2011

Cell: A cell is a grouping of nodes into a single administrative domain. Based on the Websphere packages the servers available in each node will vary. Node: A node is nothing but logical grouping of ...

How to change virtual host name after deployment of an application?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: hari on: Oct 28th, 2011

Hi, From the console go to Applications --> Enterprise Applications --> Select the deployed application --> select virtual host under web module properties --> change the virtual host which should be...

What are the difference between update and rollout update?

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

Answered by: hari on: Oct 28th, 2011

Update: It is used to update a full application or a single module or a single file or a part of application or replacing the old file with new file within a server Rollout Update: It is used to sequ...

Load balancing and workload management

Asked By: kirankumar samudrala | Asked On: Feb 23rd, 2011

What are the differences between load balancing and work load management?

Fix pack feature pack

Asked By: ipan_mirra | Asked On: Jun 12th, 2008

What is the difference between web shpere fix pack and feature pack?

Answered by: aajkaal on: Feb 3rd, 2009

As the name suggests fix pack is synonym for patch whereas feature pack is like an addon to a software which will provide added functionality.

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".