Active IQ Unified Manager Discussions

OnCommand console slow

unix_admin
3,036 Views

Hi,

the OnCommand console is very slow. I think it could be better if the memory is higher. Is it possible to change the memory the jetty can use (MaxPermSize)? If this is not the problem, what could it be?

Output of: ps -ef | grep dfm

root  1379 1 57 11:14 ?    01:59:37 /dfm/sbin/dbsrv11 @/dfm/conf/sybase.conf
root  1401 1  0 11:15 ?    00:00:18 /dfm/java/bin/java -Djetty.home=/dfm/jetty/ -Xms256m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m -jar /dfm/jetty/start.jar /dfm/conf/jetty.conf
root  1451 1  0 11:15 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
root  1452  1451  0 11:15 ?    00:00:00 /dfm/sbin/dfmrotatelogs /dfm/log/error.log
root  1453  1451  0 11:15 ?    00:00:00 /dfm/sbin/dfmrotatelogs /dfm/log/access.log
nobody1458  1451  0 11:15 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody1459  1451  0 11:15 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
root  1473 1  0 11:15 ?    00:00:01 /dfm/sbin/dfmeventd start
root  1474 1  1 11:15 ?    00:02:30 /dfm/sbin/dfmmonitor
root  1483 1  0 11:15 ?    00:00:00 /dfm/sbin/dfmscheduler
root  1486 1  1 11:15 ?    00:02:14 /dfm/sbin/dfmserver
root  1489 1  0 11:15 ?    00:00:10 /dfm/sbin/dfmwatchdog
nobody2603  1451  0 11:17 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody2624  1451  0 11:17 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody3348  1451  0 11:18 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody6379  1451  0 12:22 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody6380  1451  0 12:22 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody7617  1451  0 13:24 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody   18393  1451  0 13:44 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
nobody   18512  1451  0 13:45 ?    00:00:00 /dfm/sbin/httpd -f /dfm/conf/httpd.conf
root 18567 24238  0 14:44 pts/100:00:00 grep dfm

Server Information:

CPU Count:
8
Hostname:
s1411
Installation Directory:
/dfm
Free Space:
                           11.80 GB free (29.5%)
Node Limit:
250 (currently managing 4)
Operating System:
Red Hat Enterprise Linux Server release 5.8 (Tikanga) 2.6.18-308.4.1.el5 x86_64
System Memory:

7981 MB

Edition:
Standard edition of DataFabric Manager server
Data ONTAP Operating Mode: 7-Mode
Version:
5.1 (5.1) 
System Time:

Mon Sep 17 14:45:34 GMT+200 2012

Thanks for help

1 REPLY 1

adaikkap
3,036 Views

Hi,

       Its very difficult to confirm from the data that you have provided as to what is the cause of OnCommand Console Slowness. But you can definitely increase the jetty server mem using the below options

[root@vmlnx ~]# dfm options list | grep -i webUIM

webUIMaxHeapSizeMB                    1024

webUIMaxPermGenSizeMB                 512

webUIMinHeapSizeMB                    256

webUIMinPermGenSizeMB                 128

[root@vmlnx ~]#

Regards

adai

Public