Operating System - HP-UX
1824881 Members
3719 Online
109675 Solutions
New Discussion юеВ

cimprovagt - proces taking more memory

 
GTFSpanneer
Frequent Advisor

cimprovagt - proces taking more memory

Hi All,

application server cimprovagt process is taking more memory (1.76GB). could you please tell me how to solve it. (HP UX 11.23)

Thanks in advance

Regards
Panneer
6 REPLIES 6
rariasn
Honored Contributor

Re: cimprovagt - proces taking more memory

Hi GTFSpanneer:

- Stop/Start cimserver
- Disable provider than is tacking memory.
- Update prvider moduelo

Rgs,
Taifur
Respected Contributor

Re: cimprovagt - proces taking more memory

Hi,

U can check that issue as follows,

Start/stop cim_server:
# /sbin/init.d/cim_server stop

If not all the "cimprovagt" processes died, you can kill them. Then start again:

# /sbin/init.d/cim_server start

If you SFM/wbem components are old you should consider to upgrade new versions.

Cheers//
taifur
GTFSpanneer
Frequent Advisor

Re: cimprovagt - proces taking more memory


Hi rariasn,

Disable provider than is tacking memory.
- Update prvider moduelo

I could not understand the above points. Can you elabrate.

regards
panneer
SoorajCleris
Honored Contributor

Re: cimprovagt - proces taking more memory

known issue .

Upgrade your diagnostic products to latest version

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
rariasn
Honored Contributor

Re: cimprovagt - proces taking more memory

Hi,

> application server cimprovagt process is taking more memory (1.76GB). could you please tell me how to solve it. (HP UX 11.23)


What cimprovagt?

- Identify the provider:

# ps -ef | grep cimprovagt
# cimprovider -l -s

- Disable provider sample:

#cimprovider -d -m

#cimprovider -l -s



- Restart cimserver

# cimserver -s
# ps -ef | grep -i cimprovagt
# cimserver


- Upload provider to the latest version

https://h20392.www2.hp.com/portal/swdepot/searchProducts.do


rgs,
GTFSpanneer
Frequent Advisor

Re: cimprovagt - proces taking more memory



Thanks to all