- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cimprovagt - proces taking more memory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2010 10:01 PM
тАО08-03-2010 10:01 PM
cimprovagt - proces taking more memory
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2010 10:35 PM
тАО08-03-2010 10:35 PM
Re: cimprovagt - proces taking more memory
- Stop/Start cimserver
- Disable provider than is tacking memory.
- Update prvider moduelo
Rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2010 11:02 PM
тАО08-03-2010 11:02 PM
Re: cimprovagt - proces taking more memory
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 01:13 AM
тАО08-04-2010 01:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 03:41 AM
тАО08-04-2010 03:41 AM
Re: cimprovagt - proces taking more memory
Upgrade your diagnostic products to latest version
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 04:21 AM
тАО08-04-2010 04:21 AM
Re: cimprovagt - proces taking more memory
> 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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 08:39 PM
тАО08-04-2010 08:39 PM
Re: cimprovagt - proces taking more memory
Thanks to all