<?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 iLO scripting in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/3607018#M1462</link>
    <description>I am trying to automate the iLO configuration when deploying a server.  The iLO scripting guide has helped alot, expect with new features in the 1.8 firmware.  In the iLO config I want to change the Network, Directory, Authentication.  Default is Disabled, I have no problems enabling it but the default enabled value is HP-schema extended, I want to change that to Schema-free using default directory schema.  Is anyone aware if this is possible and how to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 18 Aug 2005 13:21:27 GMT</pubDate>
    <dc:creator>Chad Whipple</dc:creator>
    <dc:date>2005-08-18T13:21:27Z</dc:date>
    <item>
      <title>iLO scripting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/3607018#M1462</link>
      <description>I am trying to automate the iLO configuration when deploying a server.  The iLO scripting guide has helped alot, expect with new features in the 1.8 firmware.  In the iLO config I want to change the Network, Directory, Authentication.  Default is Disabled, I have no problems enabling it but the default enabled value is HP-schema extended, I want to change that to Schema-free using default directory schema.  Is anyone aware if this is possible and how to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 18 Aug 2005 13:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/3607018#M1462</guid>
      <dc:creator>Chad Whipple</dc:creator>
      <dc:date>2005-08-18T13:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: iLO scripting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/3607019#M1463</link>
      <description>The RIBCL/XML scripting documentation for this feature is available around p155 in the iLO 1.80 user guide here:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?contentType=SupportManual&amp;amp;locale=en_US&amp;amp;docIndexId=179166&amp;amp;taskId=101&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=397989" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?contentType=SupportManual&amp;amp;locale=en_US&amp;amp;docIndexId=179166&amp;amp;taskId=101&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=397989&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is an example RIBCL/XML script to retrieve the directory settings when using the default schema:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt; &lt;BR /&gt;&lt;LOGIN user_login="admin" password="password"&gt;&lt;BR /&gt;&lt;DIR_INFO mode="write"&gt;&lt;BR /&gt;&lt;GET_DIR_CONFIG&gt;&lt;/GET_DIR_CONFIG&gt;   &lt;BR /&gt;&lt;/DIR_INFO&gt;&lt;BR /&gt;&lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;Here is an example RIBCL/XML script to write the directory settings when using the default schema:&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt; &lt;LOGIN user_login="admin" password="password"&gt;&lt;BR /&gt;&lt;DIR_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_DIR_CONFIG&gt;&lt;BR /&gt; &lt;DIR_ENABLE_GRP_ACCT value="yes"&gt;&lt;/DIR_ENABLE_GRP_ACCT&gt;&lt;BR /&gt; &lt;DIR_GRPACCT1_NAME value="test1"&gt;&lt;/DIR_GRPACCT1_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT1_PRIV value="1"&gt;&lt;/DIR_GRPACCT1_PRIV&gt;&lt;BR /&gt; &lt;DIR_GRPACCT2_NAME value="test2"&gt;&lt;/DIR_GRPACCT2_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT2_PRIV value="2"&gt;&lt;/DIR_GRPACCT2_PRIV&gt;&lt;BR /&gt; &lt;DIR_GRPACCT3_NAME value="test3"&gt;&lt;/DIR_GRPACCT3_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT3_PRIV value="3"&gt;&lt;/DIR_GRPACCT3_PRIV&gt;&lt;BR /&gt; &lt;DIR_GRPACCT4_NAME value="test4"&gt;&lt;/DIR_GRPACCT4_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT4_PRIV value="4"&gt;&lt;/DIR_GRPACCT4_PRIV&gt;&lt;BR /&gt; &lt;DIR_GRPACCT5_NAME value="test5"&gt;&lt;/DIR_GRPACCT5_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT5_PRIV value="5"&gt;&lt;/DIR_GRPACCT5_PRIV&gt;&lt;BR /&gt; &lt;DIR_GRPACCT6_NAME value="test6"&gt;&lt;/DIR_GRPACCT6_NAME&gt;&lt;BR /&gt; &lt;DIR_GRPACCT6_PRIV value="1,2,3,4,5"&gt;&lt;/DIR_GRPACCT6_PRIV&gt;&lt;BR /&gt;&lt;/MOD_DIR_CONFIG&gt;&lt;BR /&gt;&lt;/DIR_INFO&gt;&lt;BR /&gt;&lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2005 14:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-scripting/m-p/3607019#M1463</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2005-08-18T14:31:09Z</dc:date>
    </item>
  </channel>
</rss>

