Can someone explain what it means by federate a node ?
How to take the back up of existing application in web sphere application through command line?
by using backupconfig command we make backup
What is nodeagent in websphere?
is possible to DMGR down? if its possible , How to start the DMGR? & which situation We are getting DMGR down? How to solve the Problem?
Please explain the any one to my question....
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.
What is difference between websphere5.X and websphere 6.X?
In WAS 6.1 we have 4 different types of profiles available. They are Deployment Manager Profile(DMGR): The deployment manager profile defines a deployment manager in a distributed server environme...
How many profiles are there in 6.1 & 7.0? what are that Profiles?
100% cpu utilization troubleshooting
How can we troubleshoot 100% cpu utilization in windows and LINUX? Explain me?
go to task manager and kill unwanted running programs.
Hi guys plz help me what is "invocation target exception" and " dgrm" in websphere.
How to assign weights to cluster members in websphere?
while creating the cluster members we can assign waits...we can give different waits among each cluster...the highest wait of a cluster member will serves more requests..the default wait value is 2 and the range of wait is 0-20.
Is it possible to communicate between two cells in websphere? If yes, how?
throught XD(Extended Deployment) package
Load balancing and workload management
What are the differences between load balancing and work load management?
Workload Management: When we assign clusters to the servers, the cluster maintain high performance when one of server failed to respond, the other server in cluster responds to the task.
What is a cluster in websphere? Why do we need a cluster? What are the different types of clusters available?
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 ...
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
How will you change port number in which XML file all the port numbers are available?
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...
you can change the port numbers in serverindex.xml file
What is high availablity in websphere?
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...
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?
Fix pack: Fix packs are unscheduled releases which consisting of relative few fixes to address significant issues discovered between regularly scheduled maintainable releases.
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...
How to install a fix pack in websphere 6.0? Explain all the steps
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 ?
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...
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?
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.
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.
What is a cell, node and a profile?
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?
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?
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...
How to configure virtual host for websphere was?
giving the control of application server profile to dmgr is nothing but federation. for single point of administration we are doing federation.we can do federation in 2 ways.1.from admin console of dm...
Federation : It is the process of integrating a stand alone application server to Dmgr..Now the admin console of the stand alone server vanishes and is controlled from Dmgr admin console.