Solaris server is slow, what action you will take
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
#prstat -s cpu -n 5
#pkill <process name>
#kill -9 <PID>
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Hi, i have problem in veritas netbackup, some time tape is not reading due to barcode, while i am trying to remove the tape got error message, anyone can help how to remove the faulty tape in command? Thanks Syed
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.
We just changed the server name, then onwards the volume manager is not loading. Tell us what might be the reason?
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.
From where swap read the swap -l
How to check damaged scsi disk?
How to check NIS Users in a singal command?
When I am checking the services its showing uninitialized then what should I do. Please tell me the answer as soon as possible?
How to check damaged Scsi Disk? How to check from the OK boot prompt?
When iam checking the services its showing unintialized then what should i do.pls tell me the answer as soon as posible.
How to check from the ok boot prompt?
How to get memory map (segments) of process ?