<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to modify smhpd.conf &amp;amp; smhpd.xml in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/4807375#M43967</link>
    <description>&lt;P&gt;The company's security rules require some changes be made to SMH web server.&amp;nbsp; I made the changes in smhpd.conf, but my changes did not take effect.&amp;nbsp; When hpsmhd was restarted, a new smhpd.conf was generated that contained the original parameters.&amp;nbsp; Where do I make the changes so that these security reqirements can be met:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;StartServers = 5&lt;/LI&gt;&lt;LI&gt;SSLProtocol = TLSv1&lt;/LI&gt;&lt;LI&gt;Verify that the client certificate is from an authorized CA&lt;/LI&gt;&lt;LI&gt;Maintain a CRL&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2011 18:51:39 GMT</pubDate>
    <dc:creator>ty</dc:creator>
    <dc:date>2011-06-29T18:51:39Z</dc:date>
    <item>
      <title>How to modify smhpd.conf &amp; smhpd.xml</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/4807375#M43967</link>
      <description>&lt;P&gt;The company's security rules require some changes be made to SMH web server.&amp;nbsp; I made the changes in smhpd.conf, but my changes did not take effect.&amp;nbsp; When hpsmhd was restarted, a new smhpd.conf was generated that contained the original parameters.&amp;nbsp; Where do I make the changes so that these security reqirements can be met:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;StartServers = 5&lt;/LI&gt;&lt;LI&gt;SSLProtocol = TLSv1&lt;/LI&gt;&lt;LI&gt;Verify that the client certificate is from an authorized CA&lt;/LI&gt;&lt;LI&gt;Maintain a CRL&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/4807375#M43967</guid>
      <dc:creator>ty</dc:creator>
      <dc:date>2011-06-29T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify smhpd.conf &amp; smhpd.xml</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/5296249#M52462</link>
      <description>&lt;P&gt;I am having the same requirement from out security. The smhpd.conf file get overwritten﻿ everyime smhpd is restarted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone could help ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/5296249#M52462</guid>
      <dc:creator>Steven_181</dc:creator>
      <dc:date>2011-08-10T09:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify smhpd.conf &amp; smhpd.xml</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/5375661#M53033</link>
      <description>&lt;P&gt;I found this document ... page 91 shows the SSLProtocol &amp;amp; SSLCiphers.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02779581/c02779581.pdf"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02779581/c02779581.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;the following 2 commands to setup&amp;nbsp;my cipher and disable SSLv2:&lt;/P&gt;&lt;P&gt;# disables SSLv2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; smhconfig -s true&amp;nbsp;&lt;/P&gt;&lt;P&gt;#sets up your cipher&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; smhconfig -Z ALL:!aNULL:!ADH:!eNULL:!LOW:!MEDIUM:!EXP:RC4+RSA:+HIGH &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so now when looking at the smhpd.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# egrep "SSLPro|SSLCip" smhpd.conf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLProtocol All -SSLv2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!MEDIUM:!EXP:RC4+RSA:+HIGH&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2011 19:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/5375661#M53033</guid>
      <dc:creator>Keith_C</dc:creator>
      <dc:date>2011-10-28T19:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify smhpd.conf &amp; smhpd.xml</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/7106160#M62548</link>
      <description>&lt;P&gt;edit \hp\hpmh\conf\smhpd.xml&lt;/P&gt;&lt;P&gt;attrib \hp\hpmh\conf\smhpd.xml +r&lt;/P&gt;&lt;P&gt;no longer overwritten.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 17:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-modify-smhpd-conf-amp-smhpd-xml/m-p/7106160#M62548</guid>
      <dc:creator>ms53</dc:creator>
      <dc:date>2020-10-23T17:13:52Z</dc:date>
    </item>
  </channel>
</rss>

