Solaris server is slow, what action you will take

Answers were Sorted based on User's Feedback



Solaris server is slow, what action you will take..

Answer / settu.r

Hi,
1.First u check CPU,MEMORY,DISK,and NIC card

A)#prstat (any unwanted process running kill that one.
B)#swap -l (check the swap space)
C)#iostat (check HDD space&HDD error)
D)#netstat (n/w speed)



fine u got solution Where the problem

Is This Answer Correct ?    18 Yes 4 No

Solaris server is slow, what action you will take..

Answer / natarajan

The following command will show the CPU utilization of
server.

prstat -s cpu -n 5

Take the output and check the maximum utilization process,
if it is not required kill it.

pkill <process name>
kill -9 <PID>

Is This Answer Correct ?    12 Yes 5 No

Solaris server is slow, what action you will take..

Answer / m.sankar

Find the most CPU usage program by using "top" command in
solaries.

#top

Then identhify reason for most CPU usage program and kill
if that program perform iilegal operation.

Is This Answer Correct ?    9 Yes 2 No

Solaris server is slow, what action you will take..

Answer / lochan

To chk swap area as well as RAM
Application logs files
web server : error log, acess log
application server logs
JVM, JC issue
Share memory, ipcs
NIC card speed


kindly revertback : Lochan : unixplp@gmail.com

Is This Answer Correct ?    7 Yes 2 No

Solaris server is slow, what action you will take..

Answer / lochan

Find out lost+found, coredump, junk file temp file

First identify the problems then go for the action plan.

Is This Answer Correct ?    7 Yes 2 No

Solaris server is slow, what action you will take..

Answer / aashok

If the process is zombie you are not able to kill up.
use solaris 9+ preap command

like
preap -F processID

Is This Answer Correct ?    5 Yes 1 No

Solaris server is slow, what action you will take..

Answer / satya

If the server is slow because of the load, Try to figure
out he process which is taking more large and causing the
situation.
Use renice command to comeplete that process by assinging
more priority (by which you can complete that process soon)
syntax for renice command is

renice -n [priority_change] PID

nice command is used to excecute command with priority.

Is This Answer Correct ?    3 Yes 3 No

Solaris server is slow, what action you will take..

Answer / d.anandkumar

#prstat -s cpu -n 5

#pkill <process name>

#kill -9 <PID>

Is This Answer Correct ?    0 Yes 0 No

Solaris server is slow, what action you will take..

Answer / terry.anto

First you should find the process witch is making the system slow by using the cmd
#prstat
then try to Kill the process if it is useless then look into the swap space clear unwanted files in harddisk to make more space if the space is less

Is This Answer Correct ?    0 Yes 0 No

Solaris server is slow, what action you will take..

Answer / smithers

Replace it with linux.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris System Calls Interview Questions

When I am checking the services its showing maintenance state I checked all dependents and dependencies then what is procedure should I do step by step.pls tell methe answer as soon as possible?

0 Answers  


Solaris server is slow, what action you will take

10 Answers   Accenture,


When iam loging in to my system as a normal user through the telnet I am not able to login, the message appears on the screen is unable to connect the host:the connection is refused. Please tell me the answers as soon aspossible?

0 Answers  


Solaris Server is not running in multi level? Continously restarting after installing the package?

6 Answers   Wipro,


When iam checking the services its showing unintialized then what should i do.pls tell me the answer as soon as posible.

1 Answers   Satyam,






Tell me from where swap read the swap -l?

0 Answers  


when iam loging in to my system as a normal user through the telnet iam not able to login,the message appears on the screen is unable to conncect the host:the connection is refused.pls tell me the answers as soon as possible.

6 Answers   Satyam,


How to set dedicated IP in Zoning ?

2 Answers   Accel,


From where swap read the swap -l

2 Answers  


Dear friends Fast I Install red hat Linux 4.0 and again I install Sun Solaris 10 after install Solaris I got problem I am not able to see Red Hat Linux what was the problem, I need to Edit something, Can send me step by step configuring, please help me friends

2 Answers  


How to check from the ok boot prompt?

0 Answers  


When iam loging in to my system as a normal user through

0 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)