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
05-02-2007 08:12 AM
05-02-2007 08:12 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:19 AM
05-02-2007 08:19 AM
Re: STM
You can do:
# /sbin/init.d/ems stop
# /sbin/init.d/ems start
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:21 AM
05-02-2007 08:21 AM
Re: STM
# /sbin/init.d/diagnostic stop
# /sbin/init.d/diagnostic start
No there should not be any consequences to applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:25 AM
05-02-2007 08:25 AM
Re: STM
Disregard my offering. If you look at '/sbin/init.d/ems' in the "stop" stanza you see:
print "This script does not stop the EMS Services"
...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:38 AM
05-02-2007 08:38 AM
SolutionTo stop all EMS monitors while the system is running:
/etc/opt/resmon/lbin/monconfig
(choose "k" from menu to stop EMS)
To start EMS monitors while the system is running:(same but choose "e" to enable EMS)
To stop diagnostics while the system is running:
/sbin/init.d/diagnostic stop
To start diagnostics while the system is running:
/sbin/init.d/diagnostic start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:42 AM
05-02-2007 08:42 AM
Re: STM
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 08:57 AM
05-02-2007 08:57 AM
Re: STM
1) /etc/opt/resmon/lbin/monconfig
(choose "k" from menu to stop EMS)
2) /sbin/init.d/diagnostic stop
3) /sbin/init.d/diagnostic start
4) /etc/opt/resmon/lbin/monconfig
(choose "e" to enable EMS)
Thanks everyone for the quick responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 09:53 PM
05-08-2007 09:53 PM
Re: STM
What's the reason for wanting to stop the monitors (assuming that's what you want to do, rather than stop STM)?
Just to confirm and clarify a little, the sequence you give in your last post will:
1) This stops the EMS HW monitors (not the whole of EMS)
2) This stops the diagnostic daemons (diagmond, diaglogd, and a couple of others (exactly which ones depends on the hardware)). The daemons are used by the EMS HW monitors, and also by STM when it runs.
3) This restarts the daemons
4) This restarts the EMS HW monitors.
The EMS framework is unaffected by any of these steps. If the STM interface is in use, it won't work while diagmond is disabled.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:44 PM
05-08-2007 10:44 PM
Re: STM
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:47 PM
05-08-2007 10:47 PM
Re: STM
The table of versions is here - http://www.docs.hp.com/en/diag/stm/stm_upd.htm#table
and you can download the latest from here -
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE
Andrew