<?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 Error when using CPQLOCFG &amp;amp; CIM7 to chage iLO user Passwords in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385377#M738</link>
    <description>All,&lt;BR /&gt;&lt;BR /&gt;I am attempting to change user passwords across all my deployed iLOs by use of Insight Manager 7 and scheduling an Application Launch using CPQLOCFG. While I can successfully change the password on a single iLO by running CPQLOCFG at the command line, I cannot get it to work on any iLO via CIM7. I receive no error code and the application launch notes sucessfully run but the passwords are not changed.&lt;BR /&gt;&lt;BR /&gt;Anyone else have success changing many iLO passwords with Insight Manager 7? If so, what proceedure did you use? Thanks for the help!</description>
    <pubDate>Thu, 23 Sep 2004 10:58:10 GMT</pubDate>
    <dc:creator>Mike Luiz</dc:creator>
    <dc:date>2004-09-23T10:58:10Z</dc:date>
    <item>
      <title>Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385377#M738</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I am attempting to change user passwords across all my deployed iLOs by use of Insight Manager 7 and scheduling an Application Launch using CPQLOCFG. While I can successfully change the password on a single iLO by running CPQLOCFG at the command line, I cannot get it to work on any iLO via CIM7. I receive no error code and the application launch notes sucessfully run but the passwords are not changed.&lt;BR /&gt;&lt;BR /&gt;Anyone else have success changing many iLO passwords with Insight Manager 7? If so, what proceedure did you use? Thanks for the help!</description>
      <pubDate>Thu, 23 Sep 2004 10:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385377#M738</guid>
      <dc:creator>Mike Luiz</dc:creator>
      <dc:date>2004-09-23T10:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385378#M739</link>
      <description>How are you defining the name of the ILO in the script?</description>
      <pubDate>Thu, 23 Sep 2004 14:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385378#M739</guid>
      <dc:creator>Chuck Reimer</dc:creator>
      <dc:date>2004-09-23T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385379#M740</link>
      <description>Chuck,&lt;BR /&gt;&lt;BR /&gt;When running the script at the command line, I do specify the name of the iLO and it works fine. However, when using Insight manager 7, it is supposed to run the command on each device (iLO) selected. The CPQLOCFG documentation also states not to use the "servername", "ipaddress" or "logfile" switches when running through Insight 7.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Fri, 24 Sep 2004 09:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385379#M740</guid>
      <dc:creator>Mike Luiz</dc:creator>
      <dc:date>2004-09-24T09:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385380#M741</link>
      <description>In your script, use the -s option with %DEVICENAME% variable and CIM will substitute the riloename that is returned based on the query. Ex.&lt;BR /&gt;cpqlocfg.exe -s %DEVICENAME% -f xxxxx.xml -f logfile.log&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Fri, 24 Sep 2004 11:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385380#M741</guid>
      <dc:creator>Chuck Reimer</dc:creator>
      <dc:date>2004-09-24T11:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385381#M742</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;In IM7, in the Control Task.&lt;BR /&gt;1. Create an Application Launch.&lt;BR /&gt;2. Type "cpqlocfg -s" in the field The Executable Full Path &amp;amp; Name: cpqlocfg -s&lt;BR /&gt;3. Type "-f filenane.xml" in the field Parameter(s): -f filename.xml&lt;BR /&gt;4. Run this against your iLO database.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Fri, 24 Sep 2004 15:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385381#M742</guid>
      <dc:creator>barnett chan</dc:creator>
      <dc:date>2004-09-24T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using CPQLOCFG &amp; CIM7 to chage iLO user Passwords</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385382#M743</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the great suggestions. After trying these and everything I could think of, I provided full paths to the executable (CPQLOCFG.exe) and full path to the parameters (-f c:\xxxxx.xml -v) and that did the trick for all the iLOs in the query. Thanks for the help!</description>
      <pubDate>Fri, 24 Sep 2004 17:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/error-when-using-cpqlocfg-amp-cim7-to-chage-ilo-user-passwords/m-p/3385382#M743</guid>
      <dc:creator>Mike Luiz</dc:creator>
      <dc:date>2004-09-24T17:35:56Z</dc:date>
    </item>
  </channel>
</rss>

