<?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: Scripting issues on RILO II boards in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663236#M1602</link>
    <description>The error "Error: Could not open input file reset_pw.xml" will be displayed when the file name or path is not correct. Please re-check the file name/path if you get this error.&lt;BR /&gt;&lt;BR /&gt;Your script looks fine.&lt;BR /&gt;If you are getting "Script succeeded" message and return value zero when you execute "hponcfg /f reset_pw.xml", then the command execution is successful. The password must have changed.&lt;BR /&gt;&lt;BR /&gt;If you want to have a common script for iLO and RILOE II to reset the Administrator password, then use the modified version of your script as given below. This should work for both iLO and RILOE II.&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;LOGIN user_login="Administrator"&gt;&lt;/LOGIN&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;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajeshwari&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Nov 2005 23:47:06 GMT</pubDate>
    <dc:creator>Rajeshwari, Hiresave</dc:creator>
    <dc:date>2005-11-09T23:47:06Z</dc:date>
    <item>
      <title>Scripting issues on RILO II boards</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663235#M1601</link>
      <description>I downloaded the latest hponcfg.exe and xml samples.  I pulled a sample from the RILO II guide.  I have updated all drivers and firmware to the latest revisions and rebooted.  I am running Windows 2000 SP4. I am doing this on the console through the ILO, not using terminal services.&lt;BR /&gt;&lt;BR /&gt;I am getting the error now. Error: Could not open input file reset_pw.xml. The login user_login is the local server administrator account and password correct?  I am trying to reset the local Administrator password account on all my ILO and Rilo 2 boards.  I have an ILO script that does all the ILO's but trying to find 1 xml script that will do all of them, including the RILO II's.&lt;BR /&gt;&lt;BR /&gt;Please help!!&lt;BR /&gt;&lt;BR /&gt;Here is the script I am trying to use:&lt;BR /&gt;&lt;BR /&gt;********&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;LOGIN user_login="Administrator" password="local server pswd"&gt;&lt;BR /&gt;&lt;USER_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_USER user_login="Administrator"&gt;&lt;BR /&gt; &lt;USER_NAME value="Administrator"&gt;&lt;/USER_NAME&gt;&lt;BR /&gt; &lt;PASSWORD value="password"&gt;&lt;/PASSWORD&gt;&lt;BR /&gt; &lt;ADMIN_PRIV value="Yes"&gt;&lt;/ADMIN_PRIV&gt;&lt;BR /&gt; &lt;LOGIN_PRIV value="Yes"&gt;&lt;/LOGIN_PRIV&gt;&lt;BR /&gt; &lt;REMOTE_CONS_PRIV value="Yes"&gt;&lt;/REMOTE_CONS_PRIV&gt;&lt;BR /&gt; &lt;RESET_SERVER_PRIV value="Yes"&gt;&lt;/RESET_SERVER_PRIV&gt;&lt;BR /&gt; &lt;CONFIG_RILO_PRIV value="Yes"&gt;&lt;/CONFIG_RILO_PRIV&gt;&lt;BR /&gt; &lt;VIRTUAL_MEDIA_PRIV value="Yes"&gt;&lt;/VIRTUAL_MEDIA_PRIV&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;When I capture the configuration it is showing the password that I changed it do, but it doesn't actually let you login with that password.  The old one still works.</description>
      <pubDate>Wed, 02 Nov 2005 14:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663235#M1601</guid>
      <dc:creator>cchoate</dc:creator>
      <dc:date>2005-11-02T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issues on RILO II boards</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663236#M1602</link>
      <description>The error "Error: Could not open input file reset_pw.xml" will be displayed when the file name or path is not correct. Please re-check the file name/path if you get this error.&lt;BR /&gt;&lt;BR /&gt;Your script looks fine.&lt;BR /&gt;If you are getting "Script succeeded" message and return value zero when you execute "hponcfg /f reset_pw.xml", then the command execution is successful. The password must have changed.&lt;BR /&gt;&lt;BR /&gt;If you want to have a common script for iLO and RILOE II to reset the Administrator password, then use the modified version of your script as given below. This should work for both iLO and RILOE II.&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;LOGIN user_login="Administrator"&gt;&lt;/LOGIN&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;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajeshwari&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 23:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663236#M1602</guid>
      <dc:creator>Rajeshwari, Hiresave</dc:creator>
      <dc:date>2005-11-09T23:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issues on RILO II boards</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663237#M1603</link>
      <description>Will that script work with both hponcfg.exe and cpqlocfg.exe?  Is there a tag missing in your script that should be specifying the local admin password to use?  For example.&lt;BR /&gt;&lt;BR /&gt;&lt;LOGIN user_login="Administrator" password="password"&gt;&lt;BR /&gt;&lt;BR /&gt;you only mentioned the USER_LOGIN portion.  I just wanted to verify since I am getting errors on that tag when doing verbose logging.&lt;BR /&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Thu, 10 Nov 2005 13:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663237#M1603</guid>
      <dc:creator>cchoate</dc:creator>
      <dc:date>2005-11-10T13:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issues on RILO II boards</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663238#M1604</link>
      <description>Yes, you are right. &lt;BR /&gt;The tag should be &lt;BR /&gt;&lt;LOGIN user_login="Administrator" password="local server pswd"&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;LOGIN user_login="Administrator"&gt;&lt;/LOGIN&gt;There was some mistake when copying. Sorry for that.&lt;BR /&gt;&lt;BR /&gt;To clarify, I have attched the script.&lt;BR /&gt;This should work with both HPONCFG and CPQLOCFG. It should work with both iLO and RILOE II.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rajeshwari&lt;BR /&gt;&lt;BR /&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Thu, 10 Nov 2005 23:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/scripting-issues-on-rilo-ii-boards/m-p/3663238#M1604</guid>
      <dc:creator>Rajeshwari, Hiresave</dc:creator>
      <dc:date>2005-11-10T23:11:29Z</dc:date>
    </item>
  </channel>
</rss>

