Sunday, January 16, 2011

Server Optimization

At a high level, the purpose of this article is to provide you with a basic understanding of a flexible mechanism for the optimization of the platform or Operating System.


First of all, via the command-line, type the appropiate command for deteminate Memory (using Solaris as a Operating System) that is available (depend on current tasks running on your Server). By entering the command below and then pressing Enter:


# vmstat 1 2 tail -1 awk ‘{ print $5/1024 , “MB” }’ for instance:


Using “Server Manager” allows to detect which component is being used. As it’s shown below, we stopped three components that could be started puntually:


stop comp EIM
stop comp AsgnSrvr
stop comp WfProcBatchMgr



Once EIM, AsgnSrvr and WfProcBatchMgr are stopped, then increase the availability of memory, if it’s required, these components can be started again.