<?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: ilo AD scriping? in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6938967#M20364</link>
    <description>&lt;P&gt;Beside picking low hanging fruit to show an example of; How about creating an example on how to properly format the following commands?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set-hpilodirectory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set-hpiloschemalessdirectory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Say using "&lt;STRONG&gt;tiki.Bobble.net&lt;/STRONG&gt;" as the AD server, "&lt;STRONG&gt;546&lt;/STRONG&gt;" as the port,&lt;STRONG&gt; LDAP Directory Authentication&lt;/STRONG&gt; &lt;EM&gt;Disabled&lt;/EM&gt;, &lt;EM&gt;Use Extended Schema&lt;/EM&gt; or &lt;EM&gt;Use Directory Default Schema&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;Kerberos Authentication&lt;/STRONG&gt; &lt;EM&gt;Enabled or Disabled&lt;/EM&gt;,&lt;BR /&gt;&lt;STRONG&gt;Local User Accounts&lt;/STRONG&gt;&lt;EM&gt; Enabled or Disabled&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as usnig:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;CN=&lt;/STRONG&gt;&amp;lt;&amp;lt;group_name&amp;gt;&amp;gt;,&lt;STRONG&gt;OU=&lt;/STRONG&gt;&amp;lt;&amp;lt;group type&amp;gt;&amp;gt;,&lt;STRONG&gt;OU=&lt;/STRONG&gt;&amp;lt;location in AD structure&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;trinarary Tier domain_name&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;secondary Tier_Domain name&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;Primary Tier_name, AE .com. .org, ETC&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;with full permissions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 22:02:52 GMT</pubDate>
    <dc:creator>Corum</dc:creator>
    <dc:date>2017-02-09T22:02:52Z</dc:date>
    <item>
      <title>ilo AD scriping?</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763010#M19994</link>
      <description>&lt;P&gt;I have 80 new blades and would like to script the AD configuration as well as create a new generic user on the blades ilo.&amp;nbsp; Is there a simple way to do this?&amp;nbsp; I used to have a RIBCL script for the new user but I can't seem to locate it.&amp;nbsp; Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 16:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763010#M19994</guid>
      <dc:creator>DonSmith0271</dc:creator>
      <dc:date>2015-07-08T16:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: ilo AD scriping?</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763179#M19995</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may review &lt;A href="http://h10032.www1.hp.com/ctg/Manual/c01598663" target="_blank"&gt;this guide &lt;/A&gt;for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vijayasarathy&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 06:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763179#M19995</guid>
      <dc:creator>TVVJ</dc:creator>
      <dc:date>2015-07-09T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: ilo AD scriping?</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763219#M19996</link>
      <description>&lt;P&gt;If you are familiar with powershell HP has made a scripting toolkit for windows powershell with some useful cmdlets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some cmdlets that can be useful for you:&lt;/P&gt;&lt;P&gt;set-hpilodirectory&lt;/P&gt;&lt;P&gt;set-hpiloschemalessdirectory&lt;/P&gt;&lt;P&gt;add-HPILOUser&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The downside may be that you need to know the address and credentials for every ilo to connect to them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an exampel for adding a user to ilo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$cred&lt;/FONT&gt; &lt;FONT color="#a9a9a9" face="Lucida Console" size="1"&gt;=&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Get-Credential&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Lucida Console" size="1"&gt;Add-HPiLOUser&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Server&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;adress.to.ilo&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-Credential&lt;/FONT&gt; &lt;FONT color="#ff4500" face="Lucida Console" size="1"&gt;$cred&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-NewUserLogin&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Username&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-NewUsername&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Username&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-NewPassword&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;password&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-AdminPriv&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Y&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-ConfigILOPriv&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Y&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-RemoteConsPriv&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Y&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-ResetServerPriv&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Y&lt;/FONT&gt; &lt;FONT color="#000080" face="Lucida Console" size="1"&gt;-VirtualMediaPriv&lt;/FONT&gt; &lt;FONT color="#8a2be2" face="Lucida Console" size="1"&gt;Y&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=5440659&amp;amp;swLangOid=8&amp;amp;swEnvOid=4063" target="_blank"&gt;http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=5440659&amp;amp;swLangOid=8&amp;amp;swEnvOid=4063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 07:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6763219#M19996</guid>
      <dc:creator>Cederberg</dc:creator>
      <dc:date>2015-07-09T07:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: ilo AD scriping?</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6938967#M20364</link>
      <description>&lt;P&gt;Beside picking low hanging fruit to show an example of; How about creating an example on how to properly format the following commands?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set-hpilodirectory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set-hpiloschemalessdirectory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Say using "&lt;STRONG&gt;tiki.Bobble.net&lt;/STRONG&gt;" as the AD server, "&lt;STRONG&gt;546&lt;/STRONG&gt;" as the port,&lt;STRONG&gt; LDAP Directory Authentication&lt;/STRONG&gt; &lt;EM&gt;Disabled&lt;/EM&gt;, &lt;EM&gt;Use Extended Schema&lt;/EM&gt; or &lt;EM&gt;Use Directory Default Schema&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;Kerberos Authentication&lt;/STRONG&gt; &lt;EM&gt;Enabled or Disabled&lt;/EM&gt;,&lt;BR /&gt;&lt;STRONG&gt;Local User Accounts&lt;/STRONG&gt;&lt;EM&gt; Enabled or Disabled&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as usnig:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;CN=&lt;/STRONG&gt;&amp;lt;&amp;lt;group_name&amp;gt;&amp;gt;,&lt;STRONG&gt;OU=&lt;/STRONG&gt;&amp;lt;&amp;lt;group type&amp;gt;&amp;gt;,&lt;STRONG&gt;OU=&lt;/STRONG&gt;&amp;lt;location in AD structure&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;trinarary Tier domain_name&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;secondary Tier_Domain name&amp;gt;&amp;gt;,&lt;STRONG&gt;DC=&lt;/STRONG&gt;&amp;lt;&amp;lt;Primary Tier_name, AE .com. .org, ETC&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;with full permissions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6938967#M20364</guid>
      <dc:creator>Corum</dc:creator>
      <dc:date>2017-02-09T22:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: ilo AD scriping?</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6969888#M20974</link>
      <description>&lt;P&gt;Hi -- The "Mod_Directory.xml" part of the RIBCL scripting toolkit will configure an ILO to use AD for user lookups and&amp;nbsp;Mod_Schemaless_Directory.xml lets you set up groups (typically with different levels of privileges).&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>Tue, 04 Jul 2017 07:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-ad-scriping/m-p/6969888#M20974</guid>
      <dc:creator>ukdc</dc:creator>
      <dc:date>2017-07-04T07:01:14Z</dc:date>
    </item>
  </channel>
</rss>

