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 iam checking the services its showing mentanence state i chechked all dependents and dependenicies then what is procedure should i do step by step.pls tell me the answer as soon as posible.

4 Answers   IBM,


How to check NIS Users in a singal command?

3 Answers   HCL,


Tell me from where swap read the swap -l?

0 Answers  


We just changed the server name, then onwards the volume manager is not loading. Tell us what might be the reason?

0 Answers  


How to get memory map (segments) of process ?

1 Answers  






From where swap read the swap -l

2 Answers  


How to set dedicated IP in Zoning ?

2 Answers   Accel,


Solaris server is not running in multi level? Continuously restarting after installing the package?

0 Answers  


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

0 Answers  


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 toedit something, so tell me step by step configuring?

0 Answers  


Tell me how to get memory map (segments) of process?

0 Answers  


How to check damaged scsi disk?

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)