GeekInterview.com
Series: Subject: Topic:

Websphere Interview Questions

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

When you will get class loader exception ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Deepak Thapa on: May 13th, 2013

When you develop an application or start an installed application.

Shared libraries

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

What is the use of shared libraries ? How to configure them ?

Answered by: Deepak Thapa on: May 13th, 2013

Shared libraries are files used by multiple applications. Each shared library consists of a symbolic name, a Java class path, and a native path for loading Java Native Interface (JNI) libraries. You can use shared libraries to reduce the number of duplicate library files on your system

What is a generic server ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Deepak Thapa on: May 13th, 2013

A generic server is a server that is managed in the WebSphere administrative domain, although it is not a server that is supplied by WebSphere Application Server. The WebSphere Application Server gene...

How does ssl works ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Deepak Thapa on: May 7th, 2013

SSL uses both symmetric and asymmetric encryption algorithms. Symmetric algorithms use the same key to encrypt and decrypt data. They are faster than asymmetric algorithms but can be insecure. Asymmet...

What are the different types of logging and troubleshooting utilities ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Deepak Thapa on: May 7th, 2013

WebSphere Application Server Troubleshooting Tools Use these tools to help you troubleshoot problems that are specific to WebSphere Application Server. For example, you can use these tools to analyze ...

How to generate a heap dump and what is the default location of heap dump and what is the format ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Ritam on: May 5th, 2013

to generate a heap dump we need to login to dmgr level bin directory and run the below

Code
  1. ./wsadmin.sh<----after that wsadmin prompt will come
  2.  
  3. wsadmin>set jvm[$AdminControl CompleteObjectNames
  4.  
  5. type=jvm,process=server1,*]<---server1 will be that server for which you are taking dumps
  6.  
  7. wsadmin>$AdminControl.invoke $jvm generateheapdumps
  8.  
  9.  
  10. Default location:temp

Answered by: Preetham R Enjamuri on: Jan 17th, 2012

Get the pid of the JVM (either from logs directory) or do a ps-ef |grep
then by using the pid
kill -3
Heap dumps location generally in the logs folder.
or you can change the location by getting into the admin console.

What are the jar files necessary to configure Oracle database?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: subrat on: Apr 23rd, 2013

For WASV7.0(JDK1.6),the ojdbc6.jar is used.The DB is 10G,11G.

Answered by: Jilani on: Mar 29th, 2013

ojdbc14.jar

In which file hostname is available in UNIX ?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: subrat on: Apr 23rd, 2013

For DB2-50000
For Oracle-1521(for TNS)
All the default ports for the Oracle ,see the below URL:---
http://docs.oracle.com/html/B10262_01/ports.htm

Answered by: Jilani on: Mar 29th, 2013

/etc/hosts

Default port number of ihs admin server ?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: KOTESH on: Apr 21st, 2013

ihs default port 80,
ihs default secure is 443,
ihs admin default port 8008

Answered by: Arul on: Apr 18th, 2013

Default port No For is IHS(IBM HTTP Servers)is 80 and 8080.

What is default heap size?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Arul on: Apr 18th, 2013

Default heap size Memory :256 MB
for Max Heap Size= ((Total_RAM/2)/No of Servers).
For Example Ram size =4 GB , No of servers=3
max Heap size =4GB /2/3 =666.3 MB

What is the use of collector tool?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Arul on: Apr 18th, 2013

Collector tools gather the Information of Application Server installation and logs and configuration Files in Single Jar file . and it will send to IBM Customer Support to determining and analyzing your problem.

What are the different types of log files ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: chandu7974 on: Apr 10th, 2013

ihs log files:error.log and access.log

application server log

files:systemout.log,systemerr.log,nativestderror.log,nativestdout.log,trace.log

plugin log file:http-plugin.log

at node level activity.log

ffdc.log

Answered by: koti reddy on: Jul 15th, 2011

We have different types of logs in WAS

JVM logs: SystemOut.log , SystemErr.log

process or Native logs : native_stdout.log, native_stderr.log

IBM service log : activity.log

Diagnostic log : trace.log

How can you check if your httpserver(or)web server is running or not?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: shailesh kumar on: Apr 9th, 2013

serverStatus.bat server1

Answered by: Ragapriya Sukumaran on: Feb 21st, 2013

=> apachectl status
=> ps -eaf | grep httpd

Max heap size

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

If we give heap size value min=max at that time what are the advantages and disadvantages ?

Answered by: chandu7974 on: Apr 10th, 2013

heap size depends on following parameters
number of connection to the server
its ram size and

for 32 bit operating system it is 2 gb
for 64 bit operating system it is 4 gb

Answered by: Preetham R Enjamuri on: Jan 17th, 2012

if Max heap = min heap then it takes a time for garbage collection .

How to find out which version of ihs server you are using ?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: Jilani on: Mar 29th, 2013

Go to the installation directory of the Web server.
Find the subdirectory that contains the executable,

execute the command

windows : apache.exe -V

Linux : ./httpd -v

aix/solaris : ./apachectl -v

What is the default port number of db2 database and orcle database ?

Asked By: kirankumar samudrala | Asked On: Apr 15th, 2011

Answered by: Naren on: Mar 27th, 2013

oracle-1521
db2-50000

What are the different types of log levels you have ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: deepakdivvela on: Mar 27th, 2013

Three types of log levels is there 1.Hops : When this setting is selected, you see the data at the application server level, not the level of individual components such as enterprise beans or servle...

What is the difference between ihs and embedded http server ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: deepakdivvela on: Mar 27th, 2013

IHS is the web server which receives the request before reaching the request to app server.

Embedded IHS is the embedded web server which decrease the burden on application server and it is not recommended for production environment.

What is managed server ?

Asked By: kirankumar samudrala | Asked On: Apr 16th, 2011

Answered by: Santharao on: Mar 14th, 2013

Manged node is nothing but, the node is federated with Deployment Manage profile in Network Deployment then there may generate nodeagent for communication of Dmgr and node. So The node which have nodeagent that is Managed Node..

--Santha

Answered by: ann on: Mar 2nd, 2013

After federating nodes to deployment manager. Nodes becomes managed nodes. Deployment manager profile maintains the configuration of entire cell

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.