26 Mayıs 2021 Çarşamba

OpsCenter / OpsCenter Tuning Status


OpsCenter Tuning Status kısmından şuanki memory ayarlarını ve önerilen değerleri kontrol edebiliriz. INSTALL_PATH\OpsCenter\server\db\conf\server.conf  dosyasını düzenleyerek istenilen ayarları tanımlayabiliriz.

Varsayılan ayarlar aşağıdaki gibi:
-n OPSCENTER_<HOST_NAME> -x tcpip(LocalOnly=YES;BROADCASTLISTENER=0;DOBROADCAST=NO;ME=127.0.0.1;ServerPort=13786) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 256M -ch 1024M -cl 256M -zl -os 1M -m  -o "<INSTALL_PATH>\OpsCenter\server\db\log\server.log"

Örnek olarak, initial ve minumum değerinin 1G ve maximum değerinin 7G olması için aşağıdaki şekilde düzenleme yaptık:

-n OPSCENTER_<HOST_NAME> -x tcpip(LocalOnly=YES;BROADCASTLISTENER=0;DOBROADCAST=NO;ME=127.0.0.1;ServerPort=13786) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 1G -ch 7G -cl 1G -zl -os 1M -m  -o "<INSTALL_PATH>\OpsCenter\server\db\log\server.log"

-c 256M indicates the initial memory that is reserved for caching database pages and other server information. The default value is 256 MB.

-cl 256M indicates the minimum cache size, as a limit to automatic cache resizing. The default minimum cache size is 256 MB.

-ch 1024M indicates the maximum cache size, as a limit to automatic cache growth. The default maximum cache size is1024 MB.


https://www.veritas.com/content/support/en_US/doc/91541840-127431414-0/v92697731-127431414

Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...