<?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 password change from OA CLI in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091482#M14429</link>
    <description>Hi,&lt;BR /&gt;I am trying to change default ILO passwords in blade servers from OA CLI&lt;BR /&gt;&lt;BR /&gt;hponcfg all &amp;lt;&amp;lt; &amp;lt;*&amp;gt; &lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;USER_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;&lt;PASSWORD value="password"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;&lt;/MOD_USER&gt;&lt;BR /&gt;&lt;/USER_INFO&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&amp;lt;*&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the info from OA&lt;BR /&gt;&lt;BR /&gt;HPONCFG {NOAUTOLOGIN} [ALL | &lt;BAY number=""&gt; {[ , | - ] &lt;BAY number=""&gt;}] [ &amp;lt;&amp;lt; &lt;END&gt;&lt;/END&gt;marker&amp;gt; | &lt;FROM_URL&gt; {&lt;TO_URL&gt;}]: Send a RIBCL script to the specified ProLiant&lt;BR /&gt;servers with the access level/privilege of the current user.  Specify&lt;BR /&gt;NOAUTOLOGIN to use the login credentials in the script as is.  The script may be&lt;BR /&gt;downloaded from a tftp, ftp, http or https URL.  The results of which may&lt;BR /&gt;optionally be uploaded to a tftp or ftp location. To enter a RIBCL script&lt;BR /&gt;manually, type the "&amp;lt;&amp;lt;" marks and a string that does not appear within the RIBCL&lt;BR /&gt;script (so called end marker). Next, paste in the RIBCL script. Terminate the&lt;BR /&gt;command with the end marker.&lt;BR /&gt;&lt;BR /&gt;What I am doing wrong ?&lt;/TO_URL&gt;&lt;/FROM_URL&gt;&lt;/BAY&gt;&lt;/BAY&gt;</description>
    <pubDate>Thu, 07 Feb 2008 12:42:21 GMT</pubDate>
    <dc:creator>JKytsi</dc:creator>
    <dc:date>2008-02-07T12:42:21Z</dc:date>
    <item>
      <title>ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091482#M14429</link>
      <description>Hi,&lt;BR /&gt;I am trying to change default ILO passwords in blade servers from OA CLI&lt;BR /&gt;&lt;BR /&gt;hponcfg all &amp;lt;&amp;lt; &amp;lt;*&amp;gt; &lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;USER_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;&lt;PASSWORD value="password"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;&lt;/MOD_USER&gt;&lt;BR /&gt;&lt;/USER_INFO&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&amp;lt;*&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the info from OA&lt;BR /&gt;&lt;BR /&gt;HPONCFG {NOAUTOLOGIN} [ALL | &lt;BAY number=""&gt; {[ , | - ] &lt;BAY number=""&gt;}] [ &amp;lt;&amp;lt; &lt;END&gt;&lt;/END&gt;marker&amp;gt; | &lt;FROM_URL&gt; {&lt;TO_URL&gt;}]: Send a RIBCL script to the specified ProLiant&lt;BR /&gt;servers with the access level/privilege of the current user.  Specify&lt;BR /&gt;NOAUTOLOGIN to use the login credentials in the script as is.  The script may be&lt;BR /&gt;downloaded from a tftp, ftp, http or https URL.  The results of which may&lt;BR /&gt;optionally be uploaded to a tftp or ftp location. To enter a RIBCL script&lt;BR /&gt;manually, type the "&amp;lt;&amp;lt;" marks and a string that does not appear within the RIBCL&lt;BR /&gt;script (so called end marker). Next, paste in the RIBCL script. Terminate the&lt;BR /&gt;command with the end marker.&lt;BR /&gt;&lt;BR /&gt;What I am doing wrong ?&lt;/TO_URL&gt;&lt;/FROM_URL&gt;&lt;/BAY&gt;&lt;/BAY&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091482#M14429</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-02-07T12:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091483#M14430</link>
      <description>Hi Jarkko,&lt;BR /&gt;&lt;BR /&gt;You are not giving the Password when you try to Login.&lt;BR /&gt;Please try the below Modified Script.&lt;BR /&gt;&lt;BR /&gt; hponcfg all &amp;lt;&amp;lt; &amp;lt;*&amp;gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Username" password="Old Password"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_USER user_login="Username"&gt;&lt;BR /&gt;      &lt;PASSWORD value="newpassword"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;    &lt;/MOD_USER&gt;&lt;BR /&gt;  &lt;/USER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&amp;lt;*&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raghuarch</description>
      <pubDate>Thu, 07 Feb 2008 22:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091483#M14430</guid>
      <dc:creator>Raghuarch</dc:creator>
      <dc:date>2008-02-07T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091484#M14431</link>
      <description>Hi,&lt;BR /&gt;It does not need user/password because You are allready logged in as OA Administrator.</description>
      <pubDate>Fri, 08 Feb 2008 05:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091484#M14431</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-02-08T05:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091485#M14432</link>
      <description>Hi,&lt;BR /&gt;I don't think there is username/passwd needed, because it should use current user credentials (OA Administrator).&lt;BR /&gt;&lt;BR /&gt;OA-001CC415A5E9&amp;gt; hponcfg all &amp;lt;&amp;lt; x &lt;RIBCL version="2.0"&gt;&lt;BR /&gt; &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;USER_INFO mode="write"&gt;&lt;BR /&gt;   &lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt;    &lt;PASSWORD value="newpass"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt;   &lt;/MOD_USER&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;Request file does not contain a RIBCL element. Please check your script or script download location. Aborting</description>
      <pubDate>Fri, 08 Feb 2008 05:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091485#M14432</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-02-08T05:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091486#M14433</link>
      <description>&lt;!--!*#--&gt;I'm not sure about sending it through the OA, but if your running hponcfg on a system to modify that systems iLO settings, the XML does not use the credentials listed in the&lt;BR /&gt;&lt;BR /&gt;&lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;&lt;BR /&gt;line but the line does need to be present in the XML for hponcfg to function properly&lt;BR /&gt;&lt;BR /&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091486#M14433</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-02-08T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091487#M14434</link>
      <description>Has anyone even managed to run RIBCL scripts through OA ?</description>
      <pubDate>Fri, 15 Feb 2008 19:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091487#M14434</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-02-15T19:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091488#M14435</link>
      <description>Hi Jarkko,&lt;BR /&gt;&lt;BR /&gt;You are right, the OA does a Auto Login.&lt;BR /&gt;How ever you should include the LOGIN line, it doesn't validate the username (Try a dummy username and password it works).&lt;BR /&gt;&lt;BR /&gt;I think the format of the RIBCL script is standard it requires that LOGIN lines.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2008 21:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091488#M14435</guid>
      <dc:creator>Raghuarch</dc:creator>
      <dc:date>2008-02-15T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091489#M14436</link>
      <description>I am using the very same RIBCL xml file where is the login parameters too, but still it just gives me no go... just complaining about RIBCL elements.&lt;BR /&gt;If someone has managed to run this from OA, could You please paste the format here.</description>
      <pubDate>Sat, 16 Feb 2008 19:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091489#M14436</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-02-16T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091490#M14437</link>
      <description>I got it to work.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1224169" target="_blank"&gt;https://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1224169&lt;/A&gt;</description>
      <pubDate>Mon, 28 Apr 2008 23:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091490#M14437</guid>
      <dc:creator>Alex Morris</dc:creator>
      <dc:date>2008-04-28T23:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: ILO password change from OA CLI</title>
      <link>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091491#M14438</link>
      <description>Mee too ..now =)</description>
      <pubDate>Fri, 02 May 2008 08:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/ilo-password-change-from-oa-cli/m-p/5091491#M14438</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-05-02T08:51:50Z</dc:date>
    </item>
  </channel>
</rss>

