<?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: ilorest tool on Centos/RHEL - flashfwpkg in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7021858#M55146</link>
    <description>&lt;P&gt;Which version ILO REST tool is being used for this issue. If you are using 2.4. Kindly use Version 2.3 and let us know the result&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 12:19:08 GMT</pubDate>
    <dc:creator>ramana_85</dc:creator>
    <dc:date>2018-10-15T12:19:08Z</dc:date>
    <item>
      <title>ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7019396#M55138</link>
      <description>&lt;P&gt;The ilorest flasfwpkg tool fails on Linux with an error like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ERROR: [Errno 2] No such file or directory:&amp;nbsp; '$HOME/.iLOrest/cache/jtvuuqlqcdom\\payload.json'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;There is a file&amp;nbsp;&lt;SPAN&gt;$HOME/&lt;/SPAN&gt;&lt;SPAN&gt;.iLOrest/cache/jtvuuqlqcdom/payload.json'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like the ilorest tool is using the wrong separator for the file path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone know how to fix/work around this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: using the Windows version of ilorest is not a viable option.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 09:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7019396#M55138</guid>
      <dc:creator>NeillC</dc:creator>
      <dc:date>2018-09-24T09:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7020194#M55143</link>
      <description>&lt;P&gt;I'm seeing the exact same behavior.&amp;nbsp; Has anybody found the solution?&lt;/P&gt;&lt;P&gt;I tried the --nocache option, but that didn't change the error message.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 20:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7020194#M55143</guid>
      <dc:creator>josh_koontz</dc:creator>
      <dc:date>2018-10-01T20:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7021858#M55146</link>
      <description>&lt;P&gt;Which version ILO REST tool is being used for this issue. If you are using 2.4. Kindly use Version 2.3 and let us know the result&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 12:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7021858#M55146</guid>
      <dc:creator>ramana_85</dc:creator>
      <dc:date>2018-10-15T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7021944#M55147</link>
      <description>&lt;P&gt;Using the latest version from the HP website.&lt;/P&gt;&lt;P&gt;We eventually downloaded the source code from github and changed the file separator.&lt;/P&gt;&lt;P&gt;Problems lines are in src/extensions/iLO REPOSITORY COMMANDS/FwpkgCommand.py&lt;/P&gt;&lt;P&gt;Lines 205 and 263&amp;nbsp; both use string concatenation and a hardcoded separator of '\\' to create the filename. Changing that constant to '/' fixes the problem on Linux, but would not work on Windows.&lt;/P&gt;&lt;P&gt;Using os.path.join (&lt;A href="https://docs.python.org/2/library/os.path.html#os.path.join" target="_blank"&gt;https://docs.python.org/2/library/os.path.html#os.path.join&lt;/A&gt;) would make the code platform independent. Or at least use os.sep (&lt;A href="https://docs.python.org/2/library/os.html#os.sep" target="_blank"&gt;https://docs.python.org/2/library/os.html#os.sep&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;As a side comment - distributing this as an executable compiled with pyinstaller adds considerably to the difficulty of making changes. If seuptools was used instead the source code would be much easier to work with.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 21:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7021944#M55147</guid>
      <dc:creator>NeillC</dc:creator>
      <dc:date>2018-10-15T21:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7022053#M55148</link>
      <description>&lt;P&gt;I've passed your comments on to the team that maintains ilorest&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 16:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7022053#M55148</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2018-10-16T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: ilorest tool on Centos/RHEL - flashfwpkg</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7022059#M55149</link>
      <description>&lt;P&gt;Response from the ilorest team&lt;/P&gt;&lt;P&gt;We are aware of this issue and already have applied a fix which we be available in the next release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;The tool is avalable as source instead of an executable on github.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/HewlettPackard/python-redfish-utility" target="_blank"&gt;https://github.com/HewlettPackard/python-redfish-utility&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 17:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilorest-tool-on-centos-rhel-flashfwpkg/m-p/7022059#M55149</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2018-10-16T17:06:12Z</dc:date>
    </item>
  </channel>
</rss>

