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
Tell me from where swap read the swap -l?
Solaris Server is not running in multi level? Continously restarting after installing the package?
When iam loging in to my system as a normal user through
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 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?
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
I just changed the server name, then onwards the Volume manager is not loading. Please tell me what might be the reason?
From where swap read the swap -l
How to set dedicated IP in Zoning ?
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?
Solaris server is slow, what action you will take