<?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: Add iLO users via OneView scripts? in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814942#M725</link>
    <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Thanks for your patience.&amp;nbsp;&amp;nbsp; How can I test using hponcfg to run this script without removing and re-adding a chassis to OneView?&lt;/P&gt;&lt;P&gt;I tried to download this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP Lights-Out Online Configuration Utility for Windows&lt;/P&gt;&lt;P&gt;Which I assumed was the hponcfg utility but it won't install unless I am runnig it on a server with iLO.&lt;/P&gt;&lt;P&gt;Can I add the script just for the iLO User Add functionality to the OA Enclosure Settings-&amp;gt;Configuration Scripts and then run or will this wipe out all of the other confguration settings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-MattGG&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2015 20:18:49 GMT</pubDate>
    <dc:creator>MattGG</dc:creator>
    <dc:date>2015-11-30T20:18:49Z</dc:date>
    <item>
      <title>Add iLO users via OneView scripts?</title>
      <link>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814122#M723</link>
      <description>&lt;P&gt;I read the "solution" for this post:&amp;nbsp; &lt;A href="http://community.hpe.com/t5/HPE-OneView/Is-there-an-iLO-script-to-automatically-add-users/td-p/6649520" target="_blank"&gt;http://community.hpe.com/t5/HPE-OneView/Is-there-an-iLO-script-to-automatically-add-users/td-p/6649520&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not sure how it is solved as I cannot find any reference to using OA scripting in OneView to add iLO users.&amp;nbsp; I can see how OA users are added,&amp;nbsp; but not iLO.&lt;/P&gt;&lt;P&gt;I thought based on the previously mentioned post that maybe OA admins would automatically have admin access in iLO of the blade it manages,&amp;nbsp; I tested and this is not the case.&lt;/P&gt;&lt;P&gt;Since OneView creates an&lt;EM&gt; _HPOneViewAdmin &lt;/EM&gt;Admin user account (sytem created pwd) in the iLO of all blades,&amp;nbsp; I would need the iLO accounts added via OneView because it has the rights to do it.&amp;nbsp;&amp;nbsp;&amp;nbsp; Otherwise I would need the default iLO admin password for each blade which defeats the purpose of this request.&lt;/P&gt;&lt;P&gt;The primary reason I want a custom iLO pwd added to all blades is to have a standard login/password that can be added to OneView for vCenter in the iLO credentials section.&amp;nbsp; This wouldn't be needed if OneView for vCenter just proxied through OneView to access the iLO.&amp;nbsp;&amp;nbsp; Are global iLO credentials needed in OVVC if OneView is added to OVVC?&lt;/P&gt;&lt;P&gt;-MattGG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 18:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814122#M723</guid>
      <dc:creator>MattGG</dc:creator>
      <dc:date>2015-11-25T18:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add iLO users via OneView scripts?</title>
      <link>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814234#M724</link>
      <description>&lt;P&gt;As I stated in the referenced discussion, you will need a RIBCL command added to either the Enclosure Group or Enclosure Configuration Script.&amp;nbsp; Here is a sample of adding a user to all iLO's in an enclosure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hponcfg all &amp;lt;&amp;lt; end_marker
&amp;lt;RIBCL VERSION="2.0"&amp;gt;
   &amp;lt;LOGIN USER_LOGIN="doesnt" PASSWORD="matter"&amp;gt;
      &amp;lt;USER_INFO MODE="write"&amp;gt;
         &amp;lt;ADD_USER
           USER_NAME="User"
           USER_LOGIN="username"
           PASSWORD="password"&amp;gt;
            &amp;lt;ADMIN_PRIV value ="N"/&amp;gt;
            &amp;lt;REMOTE_CONS_PRIV value ="Y"/&amp;gt;
            &amp;lt;RESET_SERVER_PRIV value ="N"/&amp;gt;
            &amp;lt;VIRTUAL_MEDIA_PRIV value ="N"/&amp;gt;            
            &amp;lt;CONFIG_ILO_PRIV value="Yes"/&amp;gt;
         &amp;lt;/ADD_USER&amp;gt;
      &amp;lt;/USER_INFO&amp;gt;
   &amp;lt;/LOGIN&amp;gt;
&amp;lt;/RIBCL&amp;gt;
end_marker&lt;/PRE&gt;&lt;P&gt;Please keep in mind that this only supports BL servers, and not DL's. We currently do not have a workaround or solution to supporting DL's at this time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 05:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814234#M724</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2015-11-26T05:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add iLO users via OneView scripts?</title>
      <link>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814942#M725</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Thanks for your patience.&amp;nbsp;&amp;nbsp; How can I test using hponcfg to run this script without removing and re-adding a chassis to OneView?&lt;/P&gt;&lt;P&gt;I tried to download this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP Lights-Out Online Configuration Utility for Windows&lt;/P&gt;&lt;P&gt;Which I assumed was the hponcfg utility but it won't install unless I am runnig it on a server with iLO.&lt;/P&gt;&lt;P&gt;Can I add the script just for the iLO User Add functionality to the OA Enclosure Settings-&amp;gt;Configuration Scripts and then run or will this wipe out all of the other confguration settings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-MattGG&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 20:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/add-ilo-users-via-oneview-scripts/m-p/6814942#M725</guid>
      <dc:creator>MattGG</dc:creator>
      <dc:date>2015-11-30T20:18:49Z</dc:date>
    </item>
  </channel>
</rss>

