<?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: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79921#M8970</link>
    <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;What would be the right way or tool?&lt;BR /&gt;In my understanding I have to set up a storage location (mounting point to a remote share) on the appliance before.&amp;nbsp;After that I can define the Database Backup Location&amp;nbsp;in the Administration panel under “Options &amp;gt; Database Backup &amp;gt; Backup&amp;nbsp;File Location.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 20:38:46 GMT</pubDate>
    <dc:creator>ABPKN</dc:creator>
    <dc:date>2021-03-22T20:38:46Z</dc:date>
    <item>
      <title>Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79917#M8966</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;unfortunately I can't mount a remote share on a ubuntu-based Extreme Management Center appliance (&lt;/STRONG&gt;8.4.3.24)&lt;STRONG&gt; for ease of schedule automated backups.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;After creating a local mounting point and modifying the /etc/fstab file, it is not possible for me to mount a CIFS remote share. Mounting CIFS remote shares requires the Ubuntu cifs-utils package to be installed on the host system - which is obviously missing on an unmodified XMC linux appliance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the recommended way of mounting a remote share on a ubuntu-based XMC appliance?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Should I really upgrade and (post)install the cifs-utils apt packages on a productive XMC appliance? I'm not comfortable with that, because of the many unmet dependencies:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;apt install cifs-utils&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;You might want to run 'apt --fix-broken install' to correct these.&lt;BR /&gt;The following packages have unmet dependencies:&lt;BR /&gt;cifs-utils : Depends: libtalloc2 (&amp;gt;= 2.0.4~git20101213) but it is not going to be installed&lt;BR /&gt;libpython2.7 : Depends: libpython2.7-stdlib (= 2.7.15~rc1-1ubuntu0.1) but 2.7.15-&lt;BR /&gt;4ubuntu4~18.04.2 is to be installed&lt;BR /&gt;nplan : Depends: netplan.io&lt;BR /&gt;udev : Depends: libudev1 (= 237-3ubuntu10.31) but 237-3ubuntu10.39 is to be installed&lt;BR /&gt;E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What I have also discovered is that on the linux appliance are two post-install bash scripts:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;-rwxr-xr-x 1 root root 24209 Apr 11 2020 .postinstall&lt;BR /&gt;-rwxr-xr-x 1 root root 17283 Apr 11 2020 .ubuntu-postinst.sh&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;One component of one of these scripts is the removal of netplan, which is a part of the host system since Ubuntu 18.04, but not used by the XMC linux appliance.&lt;BR /&gt;&lt;BR /&gt;Maybe I missed something. What should I do?&amp;nbsp; Does anyone have a working solution for this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:06:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79917#M8966</guid>
      <dc:creator>ABPKN</dc:creator>
      <dc:date>2021-03-22T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79918#M8967</link>
      <description>&lt;P&gt;What exactly are you trying to achieve? What do you want to backup? Why do you want to do it manually? XMC has an implemented solution to backup its configuration.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:12:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79918#M8967</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-03-22T20:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79919#M8968</link>
      <description>&lt;P&gt;The objective is to mount a remote share on an Ubuntu-based XMC &amp;nbsp;for ease of file offloading or backup purposes. In this case a schedule backup of the current database on a EMC Isilon.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:23:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79919#M8968</guid>
      <dc:creator>ABPKN</dc:creator>
      <dc:date>2021-03-22T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79920#M8969</link>
      <description>&lt;P&gt;This is an &lt;A href="https://xyproblem.info/" target="_blank" rel="nofollow noreferrer noopener"&gt;XY-Problem&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Why don’t you use the correct, existing tools for that?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:28:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79920#M8969</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-03-22T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79921#M8970</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;What would be the right way or tool?&lt;BR /&gt;In my understanding I have to set up a storage location (mounting point to a remote share) on the appliance before.&amp;nbsp;After that I can define the Database Backup Location&amp;nbsp;in the Administration panel under “Options &amp;gt; Database Backup &amp;gt; Backup&amp;nbsp;File Location.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:38:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79921#M8970</guid>
      <dc:creator>ABPKN</dc:creator>
      <dc:date>2021-03-22T20:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79922#M8971</link>
      <description>&lt;P&gt;Here is a gtac article to setup a remote share:&lt;/P&gt;&lt;P&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000082962&amp;amp;q=backup%20database%20on%20remote%20" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000082962&amp;amp;q=backup%20database%20on%20remote%20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:54:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79922#M8971</guid>
      <dc:creator>Brian_Anderson1</dc:creator>
      <dc:date>2021-03-22T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79923#M8972</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9703348"&gt;@Brian Anderson&lt;/USER-MENTION&gt;&amp;nbsp;Thank you.&lt;BR /&gt;As already mentioned, the cifs-utils package is not present on the host system (unmodified XMC linux appliance 8.4.3.24). Should I really upgrade and (post)install the cifs-utils apt packages?&lt;/P&gt;&lt;P&gt;In my understanding this could break the productive XMC instance, because of the many unmet dependencies (netplan instead of ifupdown).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 21:18:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79923#M8972</guid>
      <dc:creator>ABPKN</dc:creator>
      <dc:date>2021-03-22T21:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup: How to securely mount a remote CIFS Share on Extreme Management Center</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79924#M8973</link>
      <description>&lt;P&gt;Hello ABPKN,&lt;/P&gt;&lt;P&gt;as in the GTAC article mentioned it is normal that the packages are not present on your system.&lt;/P&gt;&lt;P&gt;Till 8.5.2.6 nothing changed here and I didn’t test it with Version 8.5.5.32.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I always install the packets on different customer systems without any problems. Best way is update to the latest XMC version and install the cifs-utis with apt.&lt;/P&gt;&lt;P&gt;Create a backup beforehand, then you can restore the system in the worst case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 01:04:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/database-backup-how-to-securely-mount-a-remote-cifs-share-on/m-p/79924#M8973</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2021-03-23T01:04:12Z</dc:date>
    </item>
  </channel>
</rss>

