3 How do you connect Web Server to WAS?
There are two ways to connect to WAS.
2 Can you Sync the node when nodeagent is down?
Absolutely, nodeagent must be in stopped for sync to work.
3 Can you deploy more than one application in single JVM?
Yes, multiple applications deployment is possible on single JVM as long as context root for each application is unique.
How would you deal with slow application complaint from clients?
Slowness could cause due to various reasons, and it’s essential to identify if it’s from WebSphere or some other components. To isolate, you can check the following.
If the slowness is found in JVM, then you can take the dump and check the logs to find out the cause. It would be worth checking if there were any release and slowness is just after that.
List the components of the WebSphere tool of IBM.
WebSphere tool of IBM has three basic and important components –
WAS – WAS which is the abbreviation of the WebSphere application server, a blessing the users of the website to connect with the Java applications which are also known as Java servlets. The server of the web – This server provides an HTTP service. The server of data – This server is used for getting persistent data.
47) Explain MQ in WebSphere?
WebSphere MQ is a program that allows us to communicate with each other using queues&messages. Communication in this form is known as commercial messaging. There are two methods of communication amongst the application,
7) Explain what is node, node agent and node groups?
43) Mention the functionality performed by the caching proxy server
How to take WAS configuration backup without stopping the DMGR?
Go to DMGR profile and bin folder
Execute ./backupConfig.sh -nostop to take a backup
38) What are the new capabilities in IBM Installation Manager V8?
IBM Installation Manager V8 New Capabilities:
12) Explain what is QueueManager in IBM Websphere MQ?
QueueManager is the important component of WebSphere MQ. It is accountable for storing and routing messages to other queue manager within MQ, and it also communicate with the outside world.