- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Support Tool Manager (STM)
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
09-04-2005 07:59 PM
09-04-2005 07:59 PM
Support Tool Manager (STM)
Q. How can I stop and restart stm ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:20 PM
09-04-2005 08:20 PM
Re: Support Tool Manager (STM)
# /sbin/init.d/diagnostic stop
# /sbin/init.d/ems stop
Also if you want to stop them for next reboot then modify these files accordingly.
/etc/rc.config.d/ems
/etc/rc.config.d/emsagtconf
/etc/rc.config.d/diagnostic
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:20 PM
09-04-2005 08:20 PM
Re: Support Tool Manager (STM)
/sbin/init.d/diagnostic stop
Restart STM
/sbin/init.d/diagnostic start
Remember that STM has a parent process, diagmond that launches diaglogd and memlogd.
So verify the correct restarting by
ps -eaf|egrep "diaglogd|memlogd".
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:22 PM
09-04-2005 08:22 PM
Re: Support Tool Manager (STM)
/sbin/init.d/diagnostic stop
/sbin/init.d/diagnostic start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:23 PM
09-04-2005 08:23 PM
Re: Support Tool Manager (STM)
/sbin/init.d/diagnostic stop
/sbin/init.d/diagnostic start
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:31 PM
09-04-2005 08:31 PM
Re: Support Tool Manager (STM)
This script does not stop the EMS Services
Do not run this script manually from the command line prompt.
EMS monitors may not behave as expected.
If you have performed this action already, execute the command
/usr/bin/rm -f /var/stm/data/tools/monitor/.system_shutdown_ems
EMS VERSION
reslog.html: Monitor Version.....: B.01.05
reslog.html: Client Configuration File Version...: A.01.00
reslog.html: OS Version......................: B.11.00
reslog.html: System Firmware Version.........: 39.11
reslog.html: EMS Version.....................: A.03.20
reslog.html: STM Version.....................: A.29.00
reslog.html: Firmware Version........: AN00
reslog.html: Monitor Version.....: B.01.05
reslog.html: Client Configuration File Version...: A.01.00
reslog.html: OS Version......................: B.11.00
reslog.html: System Firmware Version.........: 39.43
reslog.html: EMS Version.....................: A.03.20
reslog.html: STM Version.....................: A.29.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 10:07 PM
09-04-2005 10:07 PM
Re: Support Tool Manager (STM)
If reboot is possible then the best way to do it is to modify the files i specified above in /etc/rc.config.d and simply reboot the server.
That shoudl help/.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 09:00 PM
09-05-2005 09:00 PM
Re: Support Tool Manager (STM)
The instructions above to restart STM should do this:
/sbin/init.d/diagnostic stop
/sbin/init.d/diagnostic start
You shouldn't need to reboot, and I wouldn't recommend disabling the OnlineDiags.
I would also recommend upgrading the OnlineDiags to the last release for 11.00. You currently have A.29.00 installed, which is the December 2001 release, and this does have a known problem leading to large activity_log files. You need to upgrade to the latest version, which is A.44.00, March 2004 for 11.00, and also install PHSS_32921 which is the latest patch for that version. This should stop the problem happening in future.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 07:45 AM
09-07-2005 07:45 AM
Re: Support Tool Manager (STM)
I have had stm fail to convert really large log files. I don't remember if I could still clear or remove them from stm. I think I could. Anyway, if stm removes it, then the space should really get freed up.
Marlou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:06 AM
09-07-2005 08:06 AM
Re: Support Tool Manager (STM)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:55 PM
09-07-2005 06:55 PM
Re: Support Tool Manager (STM)
I found the problem which actually wasn't related to the actitity log file.
After bringing the system to single user mode
shutdown 0
and unmounting all filesystem
umount -a
I found data in one directory which was consuming space. I removed this and mounted the file systems again, / now 16 percent
Thanks,
Graham.