<?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 script work the same in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404515#M790</link>
    <description>You can use the same XML script to configure users for both RILOE and iLO, however not all of the tags apply, so there would be some user privileges that would remain in their default states.&lt;BR /&gt;&lt;BR /&gt;The CONFIG_ILO_PRIV is not supported by RILOE.&lt;BR /&gt;The LOGIN_PRIV is not supported by iLO.&lt;BR /&gt;&lt;BR /&gt;I have asked the firmware teams to look at tolerating the foreign XML tokens so that the scripts will not fail when used across the Lights-Out products.</description>
    <pubDate>Thu, 11 Nov 2004 21:49:06 GMT</pubDate>
    <dc:creator>acartes</dc:creator>
    <dc:date>2004-11-11T21:49:06Z</dc:date>
    <item>
      <title>XML script work the same</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404512#M787</link>
      <description>does the XML script work the same on a RILOE, RILOE II, and ILO? I have 300 RILOE, ILO, and RILOE interfaces that I need to add a new account to. It works with RILOE's but not the ILO's. The XML is below. I think the problems is with the &lt;LOGIN_PRIV value="Yes"&gt;&lt;/LOGIN_PRIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="XXXX" password="XXXX"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;ADD_USER&gt;&lt;/ADD_USER&gt;      USER_NAME="Application Support" &lt;BR /&gt;      USER_LOGIN="XXXXX" &lt;BR /&gt;      PASSWORD="password!"&amp;gt;&lt;BR /&gt;      &lt;ADMIN_PRIV value="No"&gt;&lt;/ADMIN_PRIV&gt;&lt;BR /&gt;      &lt;REMOTE_CONS_PRIV value="Yes"&gt;&lt;/REMOTE_CONS_PRIV&gt;&lt;BR /&gt;      &lt;LOGIN_PRIV value="Yes"&gt;&lt;/LOGIN_PRIV&gt;&lt;BR /&gt;      &lt;RESET_SERVER_PRIV value="No"&gt;&lt;/RESET_SERVER_PRIV&gt;&lt;BR /&gt;      &lt;VIRTUAL_MEDIA_PRIV value="No"&gt;&lt;/VIRTUAL_MEDIA_PRIV&gt;&lt;BR /&gt;      &lt;!-- Privileges no longer supported in iLO firmware ver 1.40 and later.&lt;BR /&gt;      &lt;VIEW_LOGS_PRIV value="No"/&gt;&lt;BR /&gt;      &lt;CLEAR_LOGS_PRIV value="No"/&gt;&lt;BR /&gt;      &lt;EMS_PRIV value="NO"/&gt;&lt;BR /&gt;      &lt;UPDATE_ILO_PRIV value="No"/&gt;&lt;BR /&gt;      &lt;CONFIG_RACK_PRIV value="NO"/&gt;&lt;BR /&gt;      &lt;DIAG_PRIV value="NO"/&gt;&lt;BR /&gt;      --&gt;&lt;BR /&gt;    &lt;/USER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;  &lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 14:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404512#M787</guid>
      <dc:creator>George McCullen_1</dc:creator>
      <dc:date>2004-10-20T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: XML script work the same</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404513#M788</link>
      <description>Most of the parameters are shared between iLO and RILOE, however there are two inconsistencies:&lt;BR /&gt;1) LOGIN_PRIV is not supported on iLO&lt;BR /&gt;2) you do not have the CONFIG_ILO_PRIV&lt;BR /&gt;&lt;BR /&gt;Consider a script like this:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt; &lt;LOGIN user_login="XXXX" password="XXXX"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;   &lt;ADD_USER user_name="Application Support" user_login="XXXXX" password="password!"&gt;&lt;BR /&gt;    &lt;ADMIN_PRIV value="No"&gt;&lt;/ADMIN_PRIV&gt;&lt;BR /&gt;    &lt;REMOTE_CONS_PRIV value="Yes"&gt;&lt;/REMOTE_CONS_PRIV&gt;&lt;BR /&gt;&lt;!--&lt;BR /&gt;The LOGIN_PRIV is not supported by iLO and generates a syntax error&lt;BR /&gt;    &lt;LOGIN_PRIV value ="Yes"/&gt;&lt;BR /&gt;--&gt;&lt;BR /&gt;    &lt;RESET_SERVER_PRIV value="No"&gt;&lt;/RESET_SERVER_PRIV&gt;&lt;BR /&gt;    &lt;VIRTUAL_MEDIA_PRIV value="No"&gt;&lt;/VIRTUAL_MEDIA_PRIV&gt;&lt;BR /&gt;&lt;!--&lt;BR /&gt;Do not forget the configure iLO settings privilege&lt;BR /&gt;--&gt;&lt;BR /&gt;    &lt;CONFIG_ILO_PRIV value="No"&gt;&lt;/CONFIG_ILO_PRIV&gt;&lt;BR /&gt;   &lt;/ADD_USER&gt;&lt;BR /&gt;  &lt;/USER_INFO&gt;&lt;BR /&gt; &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Thu, 21 Oct 2004 19:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404513#M788</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2004-10-21T19:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: XML script work the same</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404514#M789</link>
      <description>The ILO works fine but I get the following error on RILOE and RILOEII and the account is not created.&lt;BR /&gt;&lt;BR /&gt;MESSAGE='Syntax error: Line #8: syntax error near "&amp;lt;" in the line: "&amp;lt; CONFIG_ILO_PRIV value = "No" /&amp;gt;"'&lt;BR /&gt;    /&amp;gt;&lt;BR /&gt;&lt;END_RIBCL&gt;&lt;/END_RIBCL&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 08:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404514#M789</guid>
      <dc:creator>George McCullen_1</dc:creator>
      <dc:date>2004-10-25T08:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: XML script work the same</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404515#M790</link>
      <description>You can use the same XML script to configure users for both RILOE and iLO, however not all of the tags apply, so there would be some user privileges that would remain in their default states.&lt;BR /&gt;&lt;BR /&gt;The CONFIG_ILO_PRIV is not supported by RILOE.&lt;BR /&gt;The LOGIN_PRIV is not supported by iLO.&lt;BR /&gt;&lt;BR /&gt;I have asked the firmware teams to look at tolerating the foreign XML tokens so that the scripts will not fail when used across the Lights-Out products.</description>
      <pubDate>Thu, 11 Nov 2004 21:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-work-the-same/m-p/3404515#M790</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2004-11-11T21:49:06Z</dc:date>
    </item>
  </channel>
</rss>

