- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PRM (C.02.01) - prm3d hoggig CPU
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
01-26-2004 12:10 AM
01-26-2004 12:10 AM
prm3d is supposedly the agent that allows for remote administration of PRM. We have not used prm yet nor do we have actve PRM ocnfigurations anywhere... What could possibly trigger its high CPU cycles?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 12:19 AM
01-26-2004 12:19 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 12:38 AM
01-26-2004 12:38 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
If you are not using it, simply do:
Change PRM_RMTCONF variable from 1
(default)to 0:
PRM_RMTCONF=0
then do
/sbin/init.d/prm stop
/sbin/init.d/prm start
If you DO need to use it, which version of PRM and which version of HP-UX are you using?
swkist -l product |grep PRM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 12:40 AM
01-26-2004 12:40 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 01:03 AM
01-26-2004 01:03 AM
SolutionThe fix is to eihter turn prm3d off see my previous post) or install the latest 1.4.X JRE from
http://www.hp.com/go/java
Installing the RTE will install /opt/java1.4 onto your system. Then you must link /opt/prm/bin/jre to /opt/java1.4:
# cd /opt/prm/bin
# mv jre jre.bk
# ln -s /opt/java1.4/jre jre
prm3d must now be restarted via:
kill -9 pid
/sbin/init.d/prm start
You can doublecheck to ensure the correct version of JRE is running:
kill -3 pid
Check the /var/opt/prm/prm3d.log.
Or await hte newer version in March.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 02:40 AM
01-26-2004 02:40 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
To add to Melvyn's last post, I'd like to point out that IF you do go to Java 1.4.X - go to at least Java 1.4.1.04 or higher as all Java 1.4 prior have a security warning.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 03:28 AM
01-26-2004 03:28 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
And another note on Melvyn's post.
Reverse the order of his steps.
Do the prm stop *before* you edit the conf file.
IF you do them in the order he listed, you'll get an error stating that the PRM_RMTCONF=0 & it won't stop it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:01 AM
01-27-2004 02:01 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
If you are not doing remote management of PRM, killing prm3d and changing the value of PRM_RMTCONF to 0 in the /etc/rc.config.d/prm file is the best solution. Putting a newer Java on the system and creating the symlink is also a viable solution, but can have other implications when/if PRM is ugraded on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:47 AM
04-22-2004 07:47 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
We have re-imaged our systems with the DEC 2003 Release, latest patches (CPM) and we are still seeing this ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 08:42 AM
04-22-2004 08:42 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
If you are not doing remote mgmt with PRM, again it is best just to stop prm3d
(prm3d -stop) and change the PRM_RMTCONF option to 0 in /etc/rc.config.d/prm. If you are using it, follow Melvyn's commands in an earlier post with Java 1.4.2. This is the Java version bundled with PRM 2.2 and it does not exhibit this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 02:51 AM
08-09-2004 02:51 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:01 AM
08-09-2004 03:01 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:03 AM
08-09-2004 03:03 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
We also do command line loads of the config as well as enabling/disabling of resource management.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:06 AM
08-09-2004 03:06 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:08 AM
08-09-2004 03:08 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:18 AM
08-09-2004 03:18 AM
Re: PRM (C.02.01) - prm3d hoggig CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:19 AM
08-09-2004 03:19 AM