<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:09:00 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-14354] Slow response fetching logs via IML</title>
                <link>https://jira.whamcloud.com/browse/LU-14354</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Our customer&apos;s log data on IML server  is around the 200 GB (database only) . We are waiting about 20-25 minutes for fetching logs from web ui, sometimes the page gives timeout due to heavy load of log entries. We need to delete old logs from customer&apos;S IML. Do you have and document/procedure for deleting old logs?&lt;/p&gt;</description>
                <environment></environment>
        <key id="62433">LU-14354</key>
            <summary>Slow response fetching logs via IML</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="wcjohnso">Will Johnson</assignee>
                                    <reporter username="dagli">Ozgur Dagli</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Jan 2021 15:49:03 +0000</created>
                <updated>Sat, 17 Apr 2021 12:44:10 +0000</updated>
                            <resolved>Sat, 17 Apr 2021 12:44:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="290038" author="pjones" created="Thu, 21 Jan 2021 15:50:05 +0000"  >&lt;p&gt;Will&lt;/p&gt;

&lt;p&gt;Can you please assist?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="290040" author="wcjohnso" created="Thu, 21 Jan 2021 16:25:41 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I&apos;m not sure which version of IML you are running but IML comes with a logrotate.cfg to configure logging and how much space should be used. In addition to this, IML records log entries from each of your servers in the database&lt;a href=&quot;https://github.com/whamcloud/integrated-manager-for-lustre/blob/wasm-components/chroma_core/services/syslog/__init__.py).&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;.&#160;&lt;/a&gt;When too many log entries have accumulated in the database IML should automatically archive these entries and store them in the /var/log/chroma/db_log directory. The point at which this is done depends on the following two values:&#160;&lt;br/&gt;
DBLOG_HW&lt;br/&gt;
DBLOG_LW&lt;/p&gt;



&lt;p&gt;These values are defined under /usr/share/chroma-manager/settings.py. If you need to change these settings you can create a local_settings.py under /usr/share/chroma-manager and set the values accordingly. It&apos;s probably worth restarting IML after adjusting these values such that IML will initialize with these new values and purge old data as needed.&lt;/p&gt;

&lt;p&gt;You should also be able to adjust log sizes and rotation in the logrotate files under /etc/logrotate.d/* and it should not affect IML.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will Johnson&lt;/p&gt;</comment>
                            <comment id="294071" author="derman" created="Fri, 5 Mar 2021 09:46:27 +0000"  >&lt;p&gt;Hello I have done config that you send to us.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I have changed settings in /usr/share/chroma-manager/settings.py with:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;DBLOG_HW = 64000&lt;/p&gt;

&lt;p&gt;DBLOG_LW = 58000&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Also added these settings to&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Local_settings.py&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;After that I have invoked&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#8220;chroma-config restart&#8221;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Nothing happens. Postgresql database size remain same: 178 GB&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Also I have tried to go vacuum analyze on database, it took long time ang gives error after 40 hours&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;How can I re-initialize database and log files?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Note&#199; After the backup I can purge any log and statistics. I&#8217;m sending the files as attachment.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;</comment>
                            <comment id="294197" author="dagli" created="Mon, 8 Mar 2021 07:15:04 +0000"  >&lt;p&gt;Hello again.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Wa have waited long for to do necessary steps. Due to heavy workload of our customer, its was not possible to proceed that issue.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Now this is the only problem on customer which waiting for resulotion. Could you&#160; speed up the response time?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="294210" author="dagli" created="Mon, 8 Mar 2021 14:15:37 +0000"  >&lt;p&gt;IML version is:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Intel&#174;&#65039; Manager for Lustre IML* software 4.0.3.0&lt;/p&gt;</comment>
                            <comment id="294436" author="wcjohnso" created="Tue, 9 Mar 2021 20:46:01 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;There are three types of tables you can look at clearing out from your database after you&apos;ve made a backup:&lt;/p&gt;

&lt;p&gt;1. chroma_core_logmessage*&lt;br/&gt;
2. chroma_core_series*&lt;br/&gt;
3. chroma_core_sample_*&lt;/p&gt;

&lt;p&gt;These tables will hold log and metric data and possibly some other things as well. I would start by trying to clear out the logmessage tables first and see what that brings it down to.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="294437" author="wcjohnso" created="Tue, 9 Mar 2021 20:52:29 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;You might find this command helpful as well. This will export the database without the messages:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
su - postgres -c &lt;span class=&quot;code-quote&quot;&gt;&quot;pg_dump -U chroma -F p -w -T &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_series*&apos;&lt;/span&gt; -T &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_sample*&apos;&lt;/span&gt; -T &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_logmessage*&apos;&lt;/span&gt; -f /tmp/chromadb_backup_xxx.sql&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;What I would recommend is exporting your data with this command, and then importing this database on a separate test system to make sure you are able to load it without any problems with the same version of IML.&lt;/p&gt;

&lt;p&gt;Here is a script you can use to load the database onto the test system:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://whamcloud.github.io/Support/docs/support/scripts/import-customer-database.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://whamcloud.github.io/Support/docs/support/scripts/import-customer-database.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="294985" author="dagli" created="Mon, 15 Mar 2021 10:23:37 +0000"  >&lt;p&gt;Hello, I have backed-up with the procedure that you send.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;After that, I have installed a new &quot;Intel&#174;&#65039; Manager for Lustre IML* software 4.0.3.0&quot; to a fresh Centos 7.4. (&lt;a href=&quot;https://github.com/intel-hpdd/intel-manager-for-lustre/releases/download/v4.0.3.0/iml-4.0.3.0.tar.gz)&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/intel-hpdd/intel-manager-for-lustre/releases/download/v4.0.3.0/iml-4.0.3.0.tar.gz)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;After install, it does not work in any way. I&apos;m sending the diagdostic file. Could you asisst me; where did a do wrong?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="295084" author="dagli" created="Tue, 16 Mar 2021 09:08:58 +0000"  >&lt;p&gt;You can see the screenshot after install:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;37972_thumb&quot; href=&quot;https://jira.whamcloud.com/secure/attachment/37972/37972_screenshot-1.png&quot; title=&quot;screenshot-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;37972&quot; file-preview-title=&quot;screenshot-1.png&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/thumbnail/37972/_thumb_37972.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Any updates?&lt;/p&gt;</comment>
                            <comment id="295120" author="wcjohnso" created="Tue, 16 Mar 2021 15:28:40 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The installation was not successful. According to the install logs, it looks like it installed a later version of python-django from epel:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[15/Mar/2021:12:40:40] DEBUG 0.017776: Error: Package: chroma-manager-4.0.3.0-5002.el7.x86_64 (chroma-manager)
[15/Mar/2021:12:40:40] DEBUG 0.000163:            Requires: Django &amp;lt; 1.5
[15/Mar/2021:12:40:40] DEBUG 0.000070:            Available: python-django-1.4.5-3.wc2.el7.centos.noarch (managerforlustre-manager-&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;-lustre)
[15/Mar/2021:12:40:40] DEBUG 0.000051:                Django = 1.4.5-3.wc2.el7.centos
[15/Mar/2021:12:40:40] DEBUG 0.000060:            Available: python2-django-1.4.5-4.wc1.el7.centos.noarch (managerforlustre-manager-&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;-lustre)
[15/Mar/2021:12:40:40] DEBUG 0.000045:                Django = 1.4.5-4.wc1.el7.centos
[15/Mar/2021:12:40:40] DEBUG 0.000048:            Available: python2-django-1.11.27-1.el7.noarch (epel)
[15/Mar/2021:12:40:40] DEBUG 0.000042:                Django = 1.11.27-1.el7
[15/Mar/2021:12:40:40] DEBUG 0.000047:            Available: python2-django16-1.6.11.7-5.el7.noarch (epel)
[15/Mar/2021:12:40:40] DEBUG 0.000041:                Django = 1.6.11.7-5.el7
[15/Mar/2021:12:40:40] DEBUG 0.000049: Error: Package: chroma-manager-4.0.3.0-5002.el7.x86_64 (chroma-manager)
[15/Mar/2021:12:40:40] DEBUG 0.000040:            Requires: Django &amp;lt; 1.5
[15/Mar/2021:12:40:40] DEBUG 0.000056:            Available: python-django-1.4.5-3.wc2.el7.centos.noarch (managerforlustre-manager-&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;-lustre)
[15/Mar/2021:12:40:40] DEBUG 0.000052:                Django = 1.4.5-3.wc2.el7.centos
[15/Mar/2021:12:40:40] DEBUG 0.000053:            Available: python2-django-1.4.5-4.wc1.el7.centos.noarch (managerforlustre-manager-&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;-lustre)
[15/Mar/2021:12:40:40] DEBUG 0.000048:                Django = 1.4.5-4.wc1.el7.centos
[15/Mar/2021:12:40:40] DEBUG 0.000046:            Installing: python2-django-1.11.27-1.el7.noarch (epel)
[15/Mar/2021:12:40:40] DEBUG 0.000037:                Django = 1.11.27-1.el7
[15/Mar/2021:12:40:40] DEBUG 0.000075:            Available: python2-django16-1.6.11.7-5.el7.noarch (epel)
[15/Mar/2021:12:40:40] DEBUG 0.000042:                Django = 1.6.11.7-5.el7
[15/Mar/2021:12:40:40] DEBUG 0.000046:  You could &lt;span class=&quot;code-keyword&quot;&gt;try&lt;/span&gt; using --skip-broken to work around the problem
[15/Mar/2021:12:40:40] DEBUG 0.114907:  You could &lt;span class=&quot;code-keyword&quot;&gt;try&lt;/span&gt; running: rpm -Va --nofiles --nodigest
[15/Mar/2021:12:40:40] ERROR The &lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt; installation failed. Please contact support with details from /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/log/chroma/install.log.
[15/Mar/2021:12:40:40] DEBUG SystemExit: -1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The errors, such as the following, are a result of the above installation issue:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[2021-03-15 09:51:24,739: ERROR/service_thread] Exception in main loop.  backtrace: Traceback (most recent call last):

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/share/chroma-manager/chroma_core/services/__init__.py&quot;&lt;/span&gt;, line 75, in run
    self.service.run()

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/share/chroma-manager/chroma_core/services/http_agent/queues.py&quot;&lt;/span&gt;, line 96, in run
    self._queue.serve(self.on_message)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/share/chroma-manager/chroma_core/services/queue.py&quot;&lt;/span&gt;, line 67, in serve
    message = q.get(timeout = 1)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/kombu/simple.py&quot;&lt;/span&gt;, line 61, in get
    self.channel.connection.client.drain_events(timeout=remaining)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/kombu/connection.py&quot;&lt;/span&gt;, line 301, in drain_events
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; self.transport.drain_events(self.connection, **kwargs)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py&quot;&lt;/span&gt;, line 103, in drain_events
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; connection.drain_events(**kwargs)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/connection.py&quot;&lt;/span&gt;, line 500, in drain_events
    &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; not self.blocking_read(timeout):

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/connection.py&quot;&lt;/span&gt;, line 506, in blocking_read
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; self.on_inbound_frame(frame)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/method_framing.py&quot;&lt;/span&gt;, line 55, in on_frame
    callback(channel, method_sig, buf, None)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/connection.py&quot;&lt;/span&gt;, line 510, in on_inbound_method
    method_sig, payload, content,

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/abstract_channel.py&quot;&lt;/span&gt;, line 126, in dispatch_method
    listener(*args)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/connection.py&quot;&lt;/span&gt;, line 637, in _on_close
    self._x_close_ok()

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/connection.py&quot;&lt;/span&gt;, line 652, in _x_close_ok
    self.send_method(spec.Connection.CloseOk, callback=self._on_close_ok)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/abstract_channel.py&quot;&lt;/span&gt;, line 51, in send_method
    conn.frame_writer(1, self.channel_id, sig, args, content)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/method_framing.py&quot;&lt;/span&gt;, line 172, in write_frame
    write(view[:offset])

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib/python2.7/site-packages/amqp/transport.py&quot;&lt;/span&gt;, line 282, in write
    self._write(s)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python2.7/site-packages/gevent/socket.py&quot;&lt;/span&gt;, line 458, in sendall
    data_sent += self.send(_get_memory(data, data_sent), flags)

  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/usr/lib64/python2.7/site-packages/gevent/socket.py&quot;&lt;/span&gt;, line 435, in send
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; sock.send(data, flags)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This is an older version of IML and since epel doesn&apos;t keep older versions of its packages around, you will probably need to install the required version of python-django first and disable it from epel during the installation. You should be able to do this by configuring yum. You will need to remove the installation (and the python-django package) and make sure that the correct version of python-django is installed before installing again or make sure that when the installation begins that it does not pull this package from epel.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="295222" author="dagli" created="Wed, 17 Mar 2021 12:00:08 +0000"  >&lt;p&gt;I setup a new server then I have installed without problems or errors. But it fails again with same error when i try to access web interface:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/attachment/37989/37989_image-2021-03-17-14-57-12-044.png&quot; height=&quot;134&quot; width=&quot;550&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I&apos;m sending current diagnostic file: &quot;sosreport-iml-2021-03-17-vosbpsm.tar.xz&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Can you check the issuse again?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards&#160;&lt;/p&gt;

&lt;p&gt;Ozgur&lt;/p&gt;</comment>
                            <comment id="295341" author="wcjohnso" created="Thu, 18 Mar 2021 14:31:54 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Looking at the logs it looks like the installation is successful this time and the service logs are not showing anything relevant. Can you go into the &quot;/var/log/chroma&quot; directory and tail the logs for any exceptions that occur when you load the page? The logs in the package you sent aren&apos;t showing any exceptions this time. It&apos;s also worth checking the IML services to see if any of them are starting and stopping continuously.&#160;&lt;/p&gt;

&lt;p&gt;One other thing I can think of is to take all of the mentioned rpms installed in the install log and compare their versions to what you have on your production machine. With this being an older installation, it&apos;s possible epel installed a newer version of an rpm that could be causing an issue.&#160;&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="295450" author="dagli" created="Fri, 19 Mar 2021 12:26:53 +0000"  >&lt;p&gt;I have regerated issue and gives following logs and errors on&#160;gunicorn-access.log: (I have traced whole directory with &quot;tail -f&quot;, only&#160; gunicorn-access.log is updating.)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;


&lt;p&gt;192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:29&amp;#93;&lt;/span&gt; &quot;GET /api/user/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:29&amp;#93;&lt;/span&gt; &quot;GET /api/storage_resource_class/?plugin_internal=false&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:30&amp;#93;&lt;/span&gt; &quot;GET /api/filesystem/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:30&amp;#93;&lt;/span&gt; &quot;GET /api/target/?limit=0&amp;amp;dehydrate__volume=false HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:30&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:30&amp;#93;&lt;/span&gt; &quot;GET /api/user/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:30&amp;#93;&lt;/span&gt; &quot;GET /api/storage_resource_class/?plugin_internal=false&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:31&amp;#93;&lt;/span&gt; &quot;GET /api/filesystem/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:31&amp;#93;&lt;/span&gt; &quot;GET /api/target/?limit=0&amp;amp;dehydrate__volume=false HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:31&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:31&amp;#93;&lt;/span&gt; &quot;GET /api/user/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:31&amp;#93;&lt;/span&gt; &quot;GET /api/storage_resource_class/?plugin_internal=false&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/filesystem/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/target/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/power_control_type/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/host/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/lnet_configuration/?limit=0&amp;amp;dehydrate__host=false HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/alert/?limit=0&amp;amp;active=true HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/server_profile/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/job/?limit=0&amp;amp;state_&lt;em&gt;in=pending&amp;amp;state&lt;/em&gt;_in=tasked HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:48&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/alert/?limit=0&amp;amp;active=true HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/server_profile/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/power_control_type/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/job/?limit=0&amp;amp;state_&lt;em&gt;in=pending&amp;amp;state&lt;/em&gt;_in=tasked HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/host/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/storage_resource_class/?plugin_internal=false&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/user/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/session/ HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/storage_resource_class/?plugin_internal=false&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/user/?limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/filesystem/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/alert/?limit=0&amp;amp;active=true HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/lnet_configuration/?limit=0&amp;amp;dehydrate__host=false HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/alert/?active=true&amp;amp;severity_&lt;em&gt;in=WARNING&amp;amp;severity&lt;/em&gt;_in=ERROR&amp;amp;limit=0 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/target/?limit=0&amp;amp;dehydrate__volume=false HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/alert/?severity_&lt;em&gt;in=WARNING&amp;amp;severity&lt;/em&gt;_in=ERROR&amp;amp;limit=0&amp;amp;active=true HTTP/1.0&quot; 200 - &quot;-&quot; &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&quot;&lt;br/&gt;
192.168.3.104 - - &lt;span class=&quot;error&quot;&gt;&amp;#91;19/Mar/2021:11:38:49&amp;#93;&lt;/span&gt; &quot;GET /api/target/?limit=0 HTTP/1.0&quot; 200 - &quot;&lt;del&gt;&quot; &quot;&lt;/del&gt;&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Also I have checked the services:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;iml-srcmap-reverse.socket loaded active running&#160;&lt;br/&gt;
iml-supervisor-status.socket loaded active running&#160;&lt;/p&gt;

&lt;p&gt;chroma-supervisor.service loaded active running&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;They are working without errors.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Actualy We just need a IML server for our existing Lustre&#160; cluster. do we need to use axactly the version of IML? Can we install newer version of IML with older version of Lustre?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="295610" author="dagli" created="Mon, 22 Mar 2021 06:34:13 +0000"  >&lt;p&gt;Any updates?&lt;/p&gt;</comment>
                            <comment id="295913" author="dagli" created="Wed, 24 Mar 2021 14:05:17 +0000"  >&lt;p&gt;I have get the list of installed rpms from production machine and trying to install with that packages. But it generates the same issue:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/attachment/38060/38060_image-2021-03-24-17-02-34-894.png&quot; height=&quot;170&quot; width=&quot;722&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m working on it (may be some packegas differ).&#160;&lt;/p&gt;

&lt;p&gt;Is that possible to install newer version for that cluster? Are the newer versions backward compatible? Or i must to install exact version for that cluster?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="296607" author="wcjohnso" created="Wed, 24 Mar 2021 15:34:23 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;The lustre version is tied to IML if you are using a managed install. Unfortunately, trying to make an older version of IML like this work is going to be difficult due to workarounds, such as the django package being a later version on epel that we saw earlier. I have a couple of questions:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Is this a monitored or managed install?&lt;/li&gt;
	&lt;li&gt;Can you upgrade your Lustre filesystem and centos OS?&#160;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="296693" author="dagli" created="Thu, 25 Mar 2021 09:15:41 +0000"  >&lt;p&gt;Hello again;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Is this a monitored or managed install?
	&lt;ol&gt;
		&lt;li&gt;Its a monitored install&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;li&gt;Can you upgrade your Lustre filesystem and centos OS?&#160;
	&lt;ol&gt;
		&lt;li&gt;Its not possible to upgrade FS due to heavy load and backup&#160;consideration.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;There in only way; install IML 4.0.3 &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;...&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks for your support. Please leave that case open.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Best Regards&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Ozgur&lt;/p&gt;</comment>
                            <comment id="297042" author="wcjohnso" created="Mon, 29 Mar 2021 14:06:20 +0000"  >&lt;p&gt;Good morning&#160;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;In order to troubleshoot this further, I will need to investigate on a VM. I&apos;ll keep you posted.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&#160;&lt;/p&gt;</comment>
                            <comment id="297115" author="wcjohnso" created="Mon, 29 Mar 2021 19:59:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I was able to narrow down the issue to the installed version of the gui. This version of IML is quite old and the installer manages to pull down the oldest version of the gui that is currently published, which is greater than the version that IML@4.0.3 needs. To get around this, we will need to bypass the current installed gui and instead replace some files in the &quot;/usr/lib/iml-manager/iml-gui&quot; folder. This shouldn&apos;t be hard to do, however. Here is a screenshot of 4.0.3 working on my VM after making the change:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/attachment/38120/38120_image-2021-03-29-15-52-45-496.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/38122/38122_gui.zip&quot; title=&quot;gui.zip attached to LU-14354&quot;&gt;gui.zip&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;To fix the install:&lt;br/&gt;
 1. cd /usr/lib/iml-manager&lt;br/&gt;
 2. mv iml-gui iml-gui.bk&lt;br/&gt;
 3. mkdir iml-gui&lt;br/&gt;
 4. cp gui.zip into /usr/lib/iml-manager/iml-gui&lt;br/&gt;
 5. cd iml-gui&lt;br/&gt;
 6. unzip gui.zip&lt;br/&gt;
 7. chroma-config restart&lt;/p&gt;

&lt;p&gt;You should now be able to reload the page and it should load correctly.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="297214" author="dagli" created="Tue, 30 Mar 2021 11:38:47 +0000"  >&lt;p&gt;Hello again;&lt;/p&gt;

&lt;p&gt;Thanks for your reply. Installation is succesfull. But when i try to import database which exported with you commands:&lt;br/&gt;
su - postgres -c &quot;pg_dump -U chroma -F p -w -T &apos;chroma_core_series*&apos; -T &apos;chroma_core_sample*&apos; -T &apos;chroma_core_logmessage*&apos; -f /tmp/chromadb_backup_xxx.sql&quot;&lt;br/&gt;
after export i created the .py script with following link:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://whamcloud.github.io/Support/docs/support/scripts/import-customer-database.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://whamcloud.github.io/Support/docs/support/scripts/import-customer-database.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;then:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@iml ~&amp;#93;&lt;/span&gt;# ./import.py chromadb_backup_xxx.sql&lt;br/&gt;
Importing chromadb_backup_xxx.sql&lt;br/&gt;
Stopping chroma manager.&lt;br/&gt;
Writing other db bits.&lt;br/&gt;
Dropping chroma db.&lt;br/&gt;
Creating chroma db.&lt;br/&gt;
Importing Database.&lt;br/&gt;
Error importing database.&lt;br/&gt;
Importing other db bits.&lt;br/&gt;
starting chroma manager&lt;br/&gt;
Result:&lt;br/&gt;
Stdout: Cannot start, database not configured&lt;/p&gt;

&lt;p&gt;Stderr:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@iml ~&amp;#93;&lt;/span&gt;# chroma-config restart&lt;br/&gt;
Stopping daemons&lt;br/&gt;
Cannot start, database not configured&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;i can not import customer data to new installation. I&apos;m sending iml-diagnostic also. Do you have any suggestions?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="297227" author="wcjohnso" created="Tue, 30 Mar 2021 13:37:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Can you attach the exported database so I can try to import it locally?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="297490" author="dagli" created="Thu, 1 Apr 2021 06:59:00 +0000"  >&lt;p&gt;I have e-mailed backup file to you.&#160;&lt;/p&gt;</comment>
                            <comment id="297542" author="wcjohnso" created="Thu, 1 Apr 2021 15:21:17 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I was able to load your database without any issues. Can you please attach the exported database to this ticket for reference? Here are the manual commands I ran to import your database on a clean system:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
1. pg_dump -U chroma -F p -w -f /tmp/other-db-bits.sql -t &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_series*&apos;&lt;/span&gt; -t &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_sample_*&apos;&lt;/span&gt; -t &lt;span class=&quot;code-quote&quot;&gt;&apos;chroma_core_logmessage*&apos;&lt;/span&gt;
2. chroma-config stop
3. su - postgres -c &lt;span class=&quot;code-quote&quot;&gt;&quot;dropdb chroma&quot;&lt;/span&gt;
4. su - postgres -c &lt;span class=&quot;code-quote&quot;&gt;&quot;createdb chroma&quot;&lt;/span&gt;
5. su - postgres -c &lt;span class=&quot;code-quote&quot;&gt;&quot;psql chroma -f /tmp/chromadb_backup_xxx.sql&quot;&lt;/span&gt;
6. su - postgres -c &lt;span class=&quot;code-quote&quot;&gt;&quot;psql chroma -f /tmp/other-db-bits.sql&quot;&lt;/span&gt;
7. chroma-config start
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Here is a screenshot after importing your database and starting IML:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;38175_thumb&quot; href=&quot;https://jira.whamcloud.com/secure/attachment/38175/38175_after-db-import.png&quot; title=&quot;after-db-import.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;38175&quot; file-preview-title=&quot;after-db-import.png&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/thumbnail/38175/_thumb_38175.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;Try running those steps manually and let me know what happens.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="297655" author="dagli" created="Fri, 2 Apr 2021 07:03:19 +0000"  >&lt;p&gt;For this customer; distrubition of data files are restricted. I can not upload the backup file to here. Did you received the sql backup via e-mail? Did you import that file? I will try to import as you suggested.&lt;/p&gt;

&lt;p&gt;Thanks for your support.&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Ozgur&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="297675" author="wcjohnso" created="Fri, 2 Apr 2021 13:20:36 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For this customer; distrubition of data files are restricted. I can not upload the backup file to here. Did you received the sql backup via e-mail?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, I did. No problem.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Did you import that file?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes. The screenshot above shows that I loaded IML after importing the database and starting IML.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;
</comment>
                            <comment id="298051" author="dagli" created="Wed, 7 Apr 2021 07:32:53 +0000"  >&lt;p&gt;Hello again;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;After i try to setup database on product machine (IML) with your recent method; service is not starting:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.whamcloud.com/secure/attachment/38233/38233_image-2021-04-07-10-29-19-585.png&quot; height=&quot;175&quot; width=&quot;706&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Production machine is not working now. I&apos;m sending sosreport and all logs on iml. Can you help to re-run the service again?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;attached files:&#160;&lt;/p&gt;

&lt;p&gt;sosreport.xz&lt;/p&gt;

&lt;p&gt;chroma.log.tar.gz&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="298087" author="wcjohnso" created="Wed, 7 Apr 2021 14:02:58 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Can we set up a screen share session?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="298197" author="dagli" created="Thu, 8 Apr 2021 05:54:20 +0000"  >&lt;p&gt;I have asked for&#160;remote session to customer. I will inform you about that.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;What is your&#160;available time for remote?&lt;/p&gt;</comment>
                            <comment id="298212" author="dagli" created="Thu, 8 Apr 2021 07:56:25 +0000"  >&lt;p&gt;Today 13:30 -&#160; 16:30 (GMT+3)&#160;&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;Tomorrow&#160; 10:00-12:00 / 14:00-16:30&#160;(GMT+3)&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;are availble times for remote connection. Customer network is protected, we can connect only with their Webex system. They can send a invitation for those gaps(above).&lt;/p&gt;

&lt;p&gt;How do we proceed?&#160;&lt;/p&gt;</comment>
                            <comment id="298236" author="wcjohnso" created="Thu, 8 Apr 2021 13:33:53 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Before we meet with the client I think we should have a screen session together to go through things in more detail. I would like to see your test system and how it is working after importing the database. Would you be available today? I am in the Eastern Standard Time timezone.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="298248" author="wcjohnso" created="Thu, 8 Apr 2021 14:27:18 +0000"  >&lt;p&gt;Also, were you able to get this working on your test machine before trying it on the production machine?&lt;/p&gt;</comment>
                            <comment id="298257" author="dagli" created="Thu, 8 Apr 2021 15:11:50 +0000"  >&lt;p&gt;Yes it were working on test machine but; I have done many changes on that test machine after the failure on customer site, there is no backup,. So I have to install a new server for testing again.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Is that posssible to connect directy to customer system? If you give me&#160; exact avaible time-shift for you, I can arrange with customer.&#160;&lt;/p&gt;</comment>
                            <comment id="298545" author="wcjohnso" created="Mon, 12 Apr 2021 14:27:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Let&apos;s take a step back for a moment. Since this is a monitored filesystem, we can scrap the whole IML installation on both the manager and storage server nodes and then re-install IML without trying to load the database. Once you&apos;ve installed IML on the manager node, you can then add the servers and it should pick everything up just fine. There are a couple of uninstall notes you should be aware of:&lt;/p&gt;

&lt;p&gt;1. Uninstall on the manager&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
chroma-config stop
chkconfig --del chroma-supervisor
yum clean all --enablerepo=*
yum remove chroma* fence-agents*
rm -rf  /usr/lib/iml-*
rm -rf /usr/share/chroma-manager/
rm -rf /usr/lib/python2.7/site-packages/chroma*
rm -rf /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/cache/yum/x86_64/7/chroma-manager
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I would also check for a &quot;/var/lib/chroma&quot; directory and delete any contents inside of it if it exists. &lt;/p&gt;

&lt;p&gt;2. Clean up the agents on each storage node:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
# Stop and deregister the agent
service chroma-agent stop
/sbin/chkconfig --del chroma-agent

# Cleanup
yum remove -y chroma-agent chroma-agent-management iml_sos_plugin iml-device-scanner python2-iml-common* lustre-iokit lustre-osd-ldiskfs-mount lustre-osd-zfs-mount
rm -rf /etc/yum.repos.d/Intel-Lustre-Agent.repo
rm -rf /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/lib/chroma/
rm -rf /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/lib/iml/
rm -rf /etc/iml/
rm -rf /etc/yum.repos.d/Intel-Lustre-Agent.repo
rm -rf /usr/lib/python2.7/site-packages/chroma_agent*
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;After uninstalling on the manager and storage servers you should be able to re-install IML and the manager and then add the servers in monitored mode. &lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="298850" author="dagli" created="Thu, 15 Apr 2021 09:27:31 +0000"  >&lt;p&gt;Hello again,&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I can install 4.0.3 IML without any issues. After the install i try to add hosts with without doing &quot;# Cleanup&quot; part of host. I have added one OSS node with &quot;force and override option&quot;. OSS host seemd added on IML. Can i continue without to do &quot;# Cleanup&quot;? Does that will cause any problems?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;</comment>
                            <comment id="298866" author="wcjohnso" created="Thu, 15 Apr 2021 13:32:36 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=dagli&quot; class=&quot;user-hover&quot; rel=&quot;dagli&quot;&gt;dagli&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Since it&apos;s a monitored install I think that should be fine. Try it and see if it starts working and if not, remove the nodes and try again after cleaning them up.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Will&lt;/p&gt;</comment>
                            <comment id="299078" author="dagli" created="Sat, 17 Apr 2021 10:39:08 +0000"  >&lt;p&gt;Thank you very much. I have finished setup. We can close the case.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="37728" name="IML case.zip" size="175814" author="derman" created="Fri, 5 Mar 2021 09:46:54 +0000"/>
                            <attachment id="38175" name="after-db-import.png" size="97336" author="wcjohnso" created="Thu, 1 Apr 2021 15:20:41 +0000"/>
                            <attachment id="38234" name="chroma.log.tar.gz" size="60098453" author="dagli" created="Wed, 7 Apr 2021 07:43:53 +0000"/>
                            <attachment id="38122" name="gui.zip" size="4054011" author="wcjohnso" created="Mon, 29 Mar 2021 19:59:30 +0000"/>
                            <attachment id="38121" name="gui.zip" size="4054011" author="wcjohnso" created="Mon, 29 Mar 2021 19:58:58 +0000"/>
                            <attachment id="37989" name="image-2021-03-17-14-57-12-044.png" size="35192" author="dagli" created="Wed, 17 Mar 2021 11:57:12 +0000"/>
                            <attachment id="38060" name="image-2021-03-24-17-02-34-894.png" size="35320" author="dagli" created="Wed, 24 Mar 2021 14:02:37 +0000"/>
                            <attachment id="38120" name="image-2021-03-29-15-52-45-496.png" size="226074" author="wcjohnso" created="Mon, 29 Mar 2021 19:52:46 +0000"/>
                            <attachment id="38233" name="image-2021-04-07-10-29-19-585.png" size="27975" author="dagli" created="Wed, 7 Apr 2021 07:29:20 +0000"/>
                            <attachment id="37972" name="screenshot-1.png" size="38691" author="dagli" created="Tue, 16 Mar 2021 09:08:10 +0000"/>
                            <attachment id="37953" name="sosreport-iml-2021-03-15-cpnkaqw.tar.xz" size="1225140" author="dagli" created="Mon, 15 Mar 2021 10:24:05 +0000"/>
                            <attachment id="37990" name="sosreport-iml-2021-03-17-vosbpsm.tar.xz" size="1223064" author="dagli" created="Wed, 17 Mar 2021 12:00:01 +0000"/>
                            <attachment id="38135" name="sosreport-iml-2021-03-30-asawtks.tar.xz" size="1318684" author="dagli" created="Tue, 30 Mar 2021 11:41:44 +0000"/>
                            <attachment id="38235" name="sosreport.xz" size="84668256" author="dagli" created="Wed, 7 Apr 2021 07:55:07 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i01jvj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>