Operating System - HP-UX
1832275 Members
2213 Online
110041 Solutions
New Discussion

Samba server daemon consumes CPU

 
Dayanand Naik
Frequent Advisor

Samba server daemon consumes CPU

Hi,

Recently 've installed and configured CIFS/9000 (Samba), with serves our purpose and works fine. But the smbd daemon consumes the whole of the CPU process and the idle time of the CPU is 0.0% which should not be the case.

Does any know abt any patch which will rectify the same. The version 'm using is A.1.05. I did go thru the patch database but could not find for the above mentioned version.

've configured user level access and Windows 2000 server is accessing the same.

Suggestion welcomed.

Regards,
Dayanand Naik.
Dayanand Naik
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: Samba server daemon consumes CPU

having 0% idle time does not necessarily mean you are having issues. It could mean that you have properly sized and configured your machine. Or you could have a large wait queue, and your machine is undersized. Are you really having performance issues, or is the 0% idle time concerning you?

When one has an issue with performance, they need to take a look at all performance data, kernel parameters, application anomalies (this is probably the largest single cause of panic attacks), application changes, backup schedules, operations anomalies, and the list goes on. Basically you need to be a mind reader and be good at shuffling tarot cards.
Live Free or Die
Dayanand Naik
Frequent Advisor

Re: Samba server daemon consumes CPU

Hi Harry,

That was a lot for CPU idle time. here the point 'm stressing is that smbd daemon utilizes 96 % of the cpu, n on top of that i have oracle, weblogic application server running on the server, which top's up the performance issue. 've configured the same on a similar server, which run's fine.....
Dayanand Naik
Sridhar Bhaskarla
Honored Contributor

Re: Samba server daemon consumes CPU

Dayanand,

This is not a solution to your problem. How about using glance/gpm to probe into this process and see what exactly is happening with respect to system calls etc?.

You may get some clues there.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Wodisch
Honored Contributor

Re: Samba server daemon consumes CPU

Hello Dayanand,

you could try to analyze what "smbd" is doing with the
tool "tusc", get it from the hpux porting archives near
you...

Just my ?0.02,
Wodisch