<?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 Re: XML equivalent for &amp;quot;Remote Console Port Configuration&amp;quot;? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083353#M83</link>
    <description>Matt,&lt;BR /&gt;&lt;BR /&gt;I usually try a CPQLOCFG "read" command when I need to see undocumented values. Can you try that and see if it returns what you want?</description>
    <pubDate>Thu, 02 Oct 2003 07:50:10 GMT</pubDate>
    <dc:creator>Jeff Allen_5</dc:creator>
    <dc:date>2003-10-02T07:50:10Z</dc:date>
    <item>
      <title>XML equivalent for "Remote Console Port Configuration"?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083352#M82</link>
      <description>Hi All-&lt;BR /&gt;&lt;BR /&gt;We're getting new DL-series machines with the 1.41 iLO firmware. This firmware release is not setup to accept telnet by default. The 2 settings that need to be changed are:&lt;BR /&gt;&lt;BR /&gt;Remote Console Port Configuration = Enabled&lt;BR /&gt;Remote Console Encryption = Disabled&lt;BR /&gt;&lt;BR /&gt;The encryption setting is in the XML guide as &lt;REMOTE_CONSOLE_ENCRYPTION value="no"&gt;&lt;/REMOTE_CONSOLE_ENCRYPTION&gt;&lt;BR /&gt;&lt;BR /&gt;However, there's no setting for the Port Configuration. Does anyone know how to set that via XML? We're getting a large quantity of these systems, so manually setting this via the web UI is not an option for us.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Oct 2003 21:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083352#M82</guid>
      <dc:creator>Matt Corddry</dc:creator>
      <dc:date>2003-10-01T21:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: XML equivalent for "Remote Console Port Configuration"?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083353#M83</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;I usually try a CPQLOCFG "read" command when I need to see undocumented values. Can you try that and see if it returns what you want?</description>
      <pubDate>Thu, 02 Oct 2003 07:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083353#M83</guid>
      <dc:creator>Jeff Allen_5</dc:creator>
      <dc:date>2003-10-02T07:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: XML equivalent for "Remote Console Port Configuration"?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083354#M84</link>
      <description>Yikes, that's a DOS tool! We're all Linux, and this is an isolated network, so it's tough to get a workstation on it (but it can be done if needed).&lt;BR /&gt;&lt;BR /&gt;I can try sending a GET_GLOBAL_SETTINGS command using my perl tools to send XML to the iLO ports. Do you know if that's the same as the CPQLOCFG "read" command?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 02 Oct 2003 13:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083354#M84</guid>
      <dc:creator>Matt Corddry</dc:creator>
      <dc:date>2003-10-02T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: XML equivalent for "Remote Console Port Configuration"?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083355#M85</link>
      <description>Ah, I think I'm getting somewhere. The GET_GLOBAL_SETTINGS showed a param called "REMOTE_CONSOLE_PORT_STATUS". I tried setting that with a value="Enabled", and it barfed with the error "The report console port status value specified is invalid. Values supported are 0,1,2 or 3."&lt;BR /&gt;&lt;BR /&gt;Now I just need to figure out what those map to...</description>
      <pubDate>Thu, 02 Oct 2003 13:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083355#M85</guid>
      <dc:creator>Matt Corddry</dc:creator>
      <dc:date>2003-10-02T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: XML equivalent for "Remote Console Port Configuration"?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083356#M86</link>
      <description>As it turns out, setting the following got my telnet working with the iLO 1.41 firmware:&lt;BR /&gt;&lt;BR /&gt;&lt;MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;&lt;REMOTE_CONSOLE_ENCRYPTION value="No"&gt;&lt;/REMOTE_CONSOLE_ENCRYPTION&gt;&lt;BR /&gt;&lt;REMOTE_CONSOLE_PORT_STATUS value="3"&gt;&lt;/REMOTE_CONSOLE_PORT_STATUS&gt;&lt;BR /&gt;&lt;/MOD_GLOBAL_SETTINGS&gt;</description>
      <pubDate>Thu, 02 Oct 2003 16:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-equivalent-for-quot-remote-console-port-configuration-quot/m-p/3083356#M86</guid>
      <dc:creator>Matt Corddry</dc:creator>
      <dc:date>2003-10-02T16:39:48Z</dc:date>
    </item>
  </channel>
</rss>

