Hi Guys
I have having issues with my server H90 qith high loads at certain times, I run a filemon at the specified interval and find "user" the most active file (/etc/security/user)
Most Active Files
------------------------------------------------------------------------
#MBs #opns #rds #wrs file volume:inode
------------------------------------------------------------------------
524.8 158 34033 0 user /dev/hd4:36959
58.8 105 228835 0 qconfig.bin /dev/hd4:86017
25.1 1003 5429 0 group /dev/hd4:86034
16.8 2155 4310 0 ksh.cat /dev/hd2:102726
14.1 1568 1835 0 passwd /dev/hd4:86025
9.5 41 2431 0 unix /dev/hd2:131137
3.6 43 940 0 registry /dev/InformixLV:294954
2.8 3 4013 0 kmem
2.3 51 597 0 hosts /dev/hd4:86024
1.8 276 973 0 0333.lco /dev/InformixLV:360564
1.4 178 355 0 methods.cfg /dev/hd2:77859
1.3 1369 391 0 passwd /dev/hd4:36957
1.3 59 324 0 services /dev/hd4:86120
0.6 42 10815 0 dbacc.iem /dev/InformixLV:508183
0.5 132 132 0 awk.cat /dev/hd2:102545
0.4 105 105 0 pid /dev/hd9var:99229
0.4 98 98 0 sqlhosts /dev/InformixLV:163864
0.3 5 25 0 environ /dev/hd4:36983
0.2 5 26 0 limits /dev/hd4:36986
0.2 1 775 0 pid=1607238_fd=3
Has anyone got any ideas why user is most active, i see there are lots of accounts locked true and false
grep "account_locked = false" /etc/security/user | wc -l
1112
grep "account_locked = true" /etc/security/user | wc -l
11596
is there a way of indexing this file , I am unable to remove all locked accounts as the homes areas are still needed (data still exists for processing)
thanx
sb
I have having issues with my server H90 qith high loads at certain times, I run a filemon at the specified interval and find "user" the most active file (/etc/security/user)
Most Active Files
------------------------------------------------------------------------
#MBs #opns #rds #wrs file volume:inode
------------------------------------------------------------------------
524.8 158 34033 0 user /dev/hd4:36959
58.8 105 228835 0 qconfig.bin /dev/hd4:86017
25.1 1003 5429 0 group /dev/hd4:86034
16.8 2155 4310 0 ksh.cat /dev/hd2:102726
14.1 1568 1835 0 passwd /dev/hd4:86025
9.5 41 2431 0 unix /dev/hd2:131137
3.6 43 940 0 registry /dev/InformixLV:294954
2.8 3 4013 0 kmem
2.3 51 597 0 hosts /dev/hd4:86024
1.8 276 973 0 0333.lco /dev/InformixLV:360564
1.4 178 355 0 methods.cfg /dev/hd2:77859
1.3 1369 391 0 passwd /dev/hd4:36957
1.3 59 324 0 services /dev/hd4:86120
0.6 42 10815 0 dbacc.iem /dev/InformixLV:508183
0.5 132 132 0 awk.cat /dev/hd2:102545
0.4 105 105 0 pid /dev/hd9var:99229
0.4 98 98 0 sqlhosts /dev/InformixLV:163864
0.3 5 25 0 environ /dev/hd4:36983
0.2 5 26 0 limits /dev/hd4:36986
0.2 1 775 0 pid=1607238_fd=3
Has anyone got any ideas why user is most active, i see there are lots of accounts locked true and false
grep "account_locked = false" /etc/security/user | wc -l
1112
grep "account_locked = true" /etc/security/user | wc -l
11596
is there a way of indexing this file , I am unable to remove all locked accounts as the homes areas are still needed (data still exists for processing)
thanx
sb