<?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: RIBCL:  Get Activation Key? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087729#M3021</link>
    <description>Unable to retrieve that key by using RIBCL.. &lt;BR /&gt;&lt;BR /&gt;My logical solution will be using PHP or ASP..</description>
    <pubDate>Tue, 30 Oct 2007 15:29:29 GMT</pubDate>
    <dc:creator>chongkan</dc:creator>
    <dc:date>2007-10-30T15:29:29Z</dc:date>
    <item>
      <title>RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087723#M3015</link>
      <description>There's a sample script attached called license.xml.  Unfortunately this can only be used to "set" and activation key value.  I am trying to true up our advanced pack activation keys and need to query all servers' ilo MPs for the current activation key.  According to the ilo MP scripting and command line resource guide, the only parameters available for the LICENSE command within a RIB_INFO block are ACTIVATE and DEACTIVATE.  Any undocumented commands or other methods to query these?  One contstraint is that I have to go through the OS since many of the iLOs aren't connected to the network (but were when they were activated).</description>
      <pubDate>Wed, 17 Oct 2007 14:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087723#M3015</guid>
      <dc:creator>Mike Frazer</dc:creator>
      <dc:date>2007-10-17T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087724#M3016</link>
      <description>Sorry, there are no RIBCL commands to retrieve a license key, only to install one.</description>
      <pubDate>Thu, 18 Oct 2007 12:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087724#M3016</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2007-10-18T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087725#M3017</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Here is one way to get the iLO licenses.&lt;BR /&gt;&lt;BR /&gt;https://&lt;ILO_IP_ADDRESS&gt;/xmldata?item=CpqKey&lt;BR /&gt;&lt;BR /&gt;You would have to connect to one iLO at a time.  A better way would be to use HPSim to gather the iLO licenses.&lt;/ILO_IP_ADDRESS&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087725#M3017</guid>
      <dc:creator>barnett chan</dc:creator>
      <dc:date>2007-10-18T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087726#M3018</link>
      <description>Unfortunately, I do not have access to most of these on the network.  This is why I mentioned that I have to go through the host OS.  I am using HPONCFG.EXE.</description>
      <pubDate>Thu, 18 Oct 2007 13:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087726#M3018</guid>
      <dc:creator>Mike Frazer</dc:creator>
      <dc:date>2007-10-18T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087727#M3019</link>
      <description>You can use hponcfg to find out the iLO ip.  If you have a browser on your host server, then use the link https://&lt;ILO_IP_ADDRESS&gt;/xmldata?item=CpqKey to find the iLO key.&lt;/ILO_IP_ADDRESS&gt;</description>
      <pubDate>Thu, 18 Oct 2007 14:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087727#M3019</guid>
      <dc:creator>barnett chan</dc:creator>
      <dc:date>2007-10-18T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087728#M3020</link>
      <description>Mike, &lt;BR /&gt;&lt;BR /&gt;I tried https://&lt;ILO_IP_ADDRESS&gt;/xmldata?item=CpqKey and it work for me. &lt;BR /&gt;&lt;BR /&gt;Also, "Many of the iLO MPs I need to query are NOT on the network.."&lt;BR /&gt;&lt;BR /&gt;I don't get what the problem is with the servers that are not on the network.. &lt;BR /&gt;&lt;BR /&gt;If you have to go there anyway you can run the command locally. &lt;BR /&gt;&lt;BR /&gt;Maybe the CpqKey field stores the last used activation key. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;/ILO_IP_ADDRESS&gt;</description>
      <pubDate>Wed, 24 Oct 2007 20:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087728#M3020</guid>
      <dc:creator>chongkan</dc:creator>
      <dc:date>2007-10-24T20:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: RIBCL:  Get Activation Key?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087729#M3021</link>
      <description>Unable to retrieve that key by using RIBCL.. &lt;BR /&gt;&lt;BR /&gt;My logical solution will be using PHP or ASP..</description>
      <pubDate>Tue, 30 Oct 2007 15:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ribcl-get-activation-key/m-p/4087729#M3021</guid>
      <dc:creator>chongkan</dc:creator>
      <dc:date>2007-10-30T15:29:29Z</dc:date>
    </item>
  </channel>
</rss>

