<?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 Welcome/warning banner in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5962693#M56213</link>
    <description>&lt;P&gt;Is it possible to configure a site-specific welcome/warning banner either before the login page or via embedding text in the login page of HP SIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2013 18:01:09 GMT</pubDate>
    <dc:creator>Chris Bartram</dc:creator>
    <dc:date>2013-02-13T18:01:09Z</dc:date>
    <item>
      <title>Welcome/warning banner</title>
      <link>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5962693#M56213</link>
      <description>&lt;P&gt;Is it possible to configure a site-specific welcome/warning banner either before the login page or via embedding text in the login page of HP SIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5962693#M56213</guid>
      <dc:creator>Chris Bartram</dc:creator>
      <dc:date>2013-02-13T18:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Welcome/warning banner</title>
      <link>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5963887#M56225</link>
      <description>&lt;P&gt;Not sure if it works in the newest version, but up to SIM 6.3 you can edit the file&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;drive&amp;gt;\HP\Systems Insight Manager\hpwebadmin\webapps\ROOT\login.jsp&lt;/P&gt;&lt;P&gt;to add things like pre-filling the domain field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly &lt;A href="https://community.hpe.com/t5/ITRC-HP-Systems-Insight-Manager/SIM-5-0-AD-Login-Can-I-preset-Domain/td-p/3805927" target="_self"&gt;the&amp;nbsp;original ITRC&amp;nbsp;thread from 2006&lt;/A&gt; has been mangled, so here is the original post&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;A href="https://community.hpe.com/t5/ITRC-HP-Systems-Insight-Manager/SIM-5-0-AD-Login-Can-I-preset-Domain/m-p/3805928#M20893" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Johan Sandström&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;wrote:&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a way to modify this.&lt;/P&gt;&lt;P&gt;On your HP SIM server, search for a file named: login.jsp&lt;BR /&gt;the one you are looking for should be located under: &amp;lt;drive_and path&amp;gt;\"HP\Systems Insight Manager\hpwebadmin\webapps\ROOT"&lt;/P&gt;&lt;P&gt;Make a backup of this file and then edit the following line:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" name="&amp;lt;%=MxLoginPage.DOM_DOMAIN%&amp;gt;" id="&amp;lt;%=MxLoginPage.DOM_DOMAIN%&amp;gt;" onKeyup="resetPageRefreshTimer()" maxlength='&amp;lt;%=MxLoginPage.MAXLENGTH_DOMAIN%&amp;gt;'value="XXX"&amp;gt;&lt;/P&gt;&lt;P&gt;Where XXX is your domain.&lt;/P&gt;&lt;P&gt;A normal none-modified line of that looks like this:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" name="&amp;lt;%=MxLoginPage.DOM_DOMAIN%&amp;gt;" id="&amp;lt;%=MxLoginPage.DOM_DOMAIN%&amp;gt;" onKeyup="resetPageRefreshTimer()" maxlength='&amp;lt;%=MxLoginPage.MAXLENGTH_DOMAIN%&amp;gt;'&amp;gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 18:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5963887#M56225</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2013-02-14T18:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Welcome/warning banner</title>
      <link>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5969997#M56298</link>
      <description>&lt;P&gt;As I examined the login.jsp file you mentioned, I see the following code within it... Perhaps there is a documented means of adding site-specific banners/prompts to the login page after all? Any details on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // support to add custom prompt to login page&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; File f = new File(application.getRealPath("prompt"));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (f.exists())&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JspRuntimeLibrary.include(request, response, "prompt", out, false);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;%&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5969997#M56298</guid>
      <dc:creator>Chris Bartram</dc:creator>
      <dc:date>2013-02-20T20:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Welcome/warning banner</title>
      <link>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5970829#M56299</link>
      <description>&lt;P&gt;Yes, it is very much possible with HP SIM&lt;BR /&gt;&lt;BR /&gt;Here is the procedure to modify the Welcome banner:&lt;/P&gt;&lt;P&gt;(Screenshots attached for ref. example)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 1: Navigate to:&lt;BR /&gt;C:\Program Files\HP\Systems Insight Manager\config\globalsettings.props&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 2: Open globalsettings.props file &amp;amp; find&lt;BR /&gt;&lt;BR /&gt;ANNOTATION_BANNER_HTML=&lt;BR /&gt;ANNOTATION_BROWSER_TITLE_TEXT=&lt;BR /&gt;ANNOTATION_SIGN_IN_PAGE_HTML=&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 3: After the equal sign (=) add a space then the text which you want to enter&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 4: Save the file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 5: Open HP SIM page, you will see it with the modified banner&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;If my post was useful, please clik on "White Star" to award me kudos :)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 06:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/welcome-warning-banner/m-p/5970829#M56299</guid>
      <dc:creator>J_N_Rhodes</dc:creator>
      <dc:date>2013-02-22T06:42:33Z</dc:date>
    </item>
  </channel>
</rss>

