- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- How to modify smhpd.conf & smhpd.xml
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
06-29-2011 11:51 AM
06-29-2011 11:51 AM
How to modify smhpd.conf & smhpd.xml
The company's security rules require some changes be made to SMH web server. I made the changes in smhpd.conf, but my changes did not take effect. When hpsmhd was restarted, a new smhpd.conf was generated that contained the original parameters. Where do I make the changes so that these security reqirements can be met:
- StartServers = 5
- SSLProtocol = TLSv1
- Verify that the client certificate is from an authorized CA
- Maintain a CRL
Thanks
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2011 02:30 AM
08-10-2011 02:30 AM
Re: How to modify smhpd.conf & smhpd.xml
I am having the same requirement from out security. The smhpd.conf file get overwritten everyime smhpd is restarted.
Anyone could help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2011 12:03 PM
10-28-2011 12:03 PM
Re: How to modify smhpd.conf & smhpd.xml
I found this document ... page 91 shows the SSLProtocol & SSLCiphers.
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02779581/c02779581.pdf
I used the following 2 commands to setup my cipher and disable SSLv2:
# disables SSLv2
smhconfig -s true
#sets up your cipher
smhconfig -Z ALL:!aNULL:!ADH:!eNULL:!LOW:!MEDIUM:!EXP:RC4+RSA:+HIGH
so now when looking at the smhpd.conf
# egrep "SSLPro|SSLCip" smhpd.conf
SSLProtocol All -SSLv2
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!MEDIUM:!EXP:RC4+RSA:+HIGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 10:13 AM
10-23-2020 10:13 AM
Re: How to modify smhpd.conf & smhpd.xml
edit \hp\hpmh\conf\smhpd.xml
attrib \hp\hpmh\conf\smhpd.xml +r
no longer overwritten.