OPROCD process Priority on AIX
Hi All,
We have 2-node RAC on AIX. One of the two nodes reboots intermittently.
Upon the recent update on Oracle website:
we have implemented the recommendations specified in the following document:
http://www.oracle.com/technology/products/database/clusterware/pdf/rac_aix_system_stability.pdf
The document says! oprocd.bin should run with priority of `0` and Sched of `2`
But after applying the recommendations the priority of oprocd.bin remains `1`
[root @ clstadx]: /home/root >ps -ef -o pid,pri,sched,nice,args |egrep 'oprocd|ora_lms|ocssd|COMMAND' |grep -v grep |sort +4
323814 40 0 0 /bin/sh -c ulimit -c unlimited; cd /u1/app/oracle/product/crs/log/clstadx/cssd; /u1/app/oracle/product/crs/bin/ocssd || exit $?
We have 2-node RAC on AIX. One of the two nodes reboots intermittently.
Upon the recent update on Oracle website:
we have implemented the recommendations specified in the following document:
http://www.oracle.com/technology/products/database/clusterware/pdf/rac_aix_system_stability.pdf
The document says! oprocd.bin should run with priority of `0` and Sched of `2`
But after applying the recommendations the priority of oprocd.bin remains `1`
[root @ clstadx]: /home/root >ps -ef -o pid,pri,sched,nice,args |egrep 'oprocd|ora_lms|ocssd|COMMAND' |grep -v grep |sort +4
323814 40 0 0 /bin/sh -c ulimit -c unlimited; cd /u1/app/oracle/product/crs/log/clstadx/cssd; /u1/app/oracle/product/crs/bin/ocssd || exit $?
0