Dear All,
I have a Solaris 8 which is running rather slow due to IO and has a high load constant. When issue a iostat -xtnc 5 the amount of time the disk is busy exceeds 90% when I look at the %b value.
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
213.9 21.3 496.8 61.7 0.0 0.8 0.0 3.4 0 94 1/md10
I have been looking into several areas and one key area is the kernel values in /etc/system. The MAXUSERS, a general sizing parameter used for most tables on the system, and a variable called max_nprocs, which governs the total number of processes that can run simultaneously. The main concern I have is that the number of real users exceeds 100 and the maxusers parameter is set to 40.
set maxusers=40
set nprocs=30000
Would the maxusers parameter being so low cause issue's.
Thanks
Simon Peter Wickham
Email: s.wickham@zoom.co.uk
I have a Solaris 8 which is running rather slow due to IO and has a high load constant. When issue a iostat -xtnc 5 the amount of time the disk is busy exceeds 90% when I look at the %b value.
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
213.9 21.3 496.8 61.7 0.0 0.8 0.0 3.4 0 94 1/md10
I have been looking into several areas and one key area is the kernel values in /etc/system. The MAXUSERS, a general sizing parameter used for most tables on the system, and a variable called max_nprocs, which governs the total number of processes that can run simultaneously. The main concern I have is that the number of real users exceeds 100 and the maxusers parameter is set to 40.
set maxusers=40
set nprocs=30000
Would the maxusers parameter being so low cause issue's.
Thanks
Simon Peter Wickham
Email: s.wickham@zoom.co.uk