- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP SIM use high 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
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
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
03-11-2008 08:44 PM
03-11-2008 08:44 PM
I already installed HP-UX 11.23 in RX7640 with memory 8 GB. i also installed SIM in there... but when i checked the memory usage it's already use 90%. then i try to configure the kernel parameter, it reduce significan till 50%
i want to know it's SIM use high memory? because the server totaly new installation...
thx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 09:02 PM
03-11-2008 09:02 PM
Re: HP SIM use high memory?
B) Is this your central management server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 09:08 PM
03-11-2008 09:08 PM
Re: HP SIM use high memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 09:14 PM
03-11-2008 09:14 PM
Re: HP SIM use high memory?
# mxinitconfig -r
Cannot initialize HP Systems Insight Manager while it is running
Configuration failed to complete due to the following exception:
Cannot initialize HP Systems Insight Manager while it is running
how to stop hp SIM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 10:15 PM
03-11-2008 10:15 PM
Re: HP SIM use high memory?
The whole purpose of the disk cache in HP-UX kernel is to make sure the memory usage is 100%. Which kernel parm did you reduce? The disk cache ones?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 11:19 PM
03-11-2008 11:19 PM
Re: HP SIM use high memory?
dbc_min_pct from the default 5 to 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 12:46 AM
03-12-2008 12:46 AM
Re: HP SIM use high memory?
Yes, this will reduce the size of the disk cache. What do you intend to do with the machine? I.e. if you intend to use Oracle, reducing the disk cache is a good idea. Otherwise it may have a negative effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 12:54 AM
03-12-2008 12:54 AM
Re: HP SIM use high memory?
did anyone know how to remove the hp sim? like i mention above? i want to know are the hp sim use high memory or not?...
i try with command : # mxinitconfig -r but i can't resolve...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 01:03 AM
03-12-2008 01:03 AM
Re: HP SIM use high memory?
Your 100% or 50% memory use was due to the disk cache. Why not put your application on the server then measure the performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 01:14 AM
03-12-2008 01:14 AM
Re: HP SIM use high memory?
but it's say sim still runing... how to stop it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 04:17 AM
03-12-2008 04:17 AM
Solutionnormally startup/stop scripts while system booting on HP-UX are under directory /sbin/rc*.d. For HP SIM startup script should be in /sbin/rc2.d. You can find this script by run command ll /sbin/rc2.d/*hpsim. After you find that script you can stop this process by run command /sbin/rc2.d/S*hpsim stop.
ex. /sbin/rc2.d/S910hpsim stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 04:38 PM
03-12-2008 04:38 PM