Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- San manager
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
San manager
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-11-2013 02:00 PM
07-11-2013 02:00 PM
San manager
San manager
Hello all -
I have a running system at 11.31 - and I see a memory entry as follows:
# ps -ef|grep -i san
root 3295 2680 0 16:11:12 ? 0:04 /opt/sanmgr/jre/bin/IA64N/java -Xms20m -Xmx120m -Djava.security.manager -Djava.security.policy=java.policy -Djava.security.auth
root 3642 1 0 16:23:33 ? 0:10 /opt/sanmgr/jre/bin/IA64N/java -DHAGT=1 -Djava.net.preferIPv4Stack=true -cp classes/jcore.jar:classes/hostagent.jar:../cssi/Log
root 4245 29190 1 16:42:37 pts/0 0:00 grep -i san
#
This machine does have an external disk enclosure - but is not connected to a SAN - can someone please tell me the daemon responsible for starting this? I've looke high and low: /etc/rc.config.d /etc/inittab /sbin/init.d -
thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2013 07:35 AM
07-12-2013 07:35 AM
Re: San manager
Re: San manager
These are part of the Commandview product, which included hostagent, hostwatchdog and opendial (all are in /sbin/init.d and have config scripts in /etc/rc.config.d).
This process:
/opt/sanmgr/jre/bin/IA64N/java -DHAGT=1
is controlled by the 'hostagent' script. You can stop it by running '/sbin/init.d/hostagent stop'.
The other process '/opt/sanmgr/jre/bin/IA64N/java -Xms20m' has a parent which is probably hpSMISCIMOM. Stopping hostagent, hostwatchdog and opendial do not stop this process. The hpSMISCIMOM process is set up in /etc/inittab so if it is killed it will respawn automatically and thus restart the 'java -Xms20m' process. If you want this process stopped, the /etc/inittab must be modified to comment out the hpSMISCIMOM line and then 'init q' must be run to reread the inittab file.
When the system starts the hostwatchdog starts first, followed by opendial and then hostagent. When starting these processes in order.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP